/* References */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,300,500,700,700italic,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "../../bower_components/font-awesome/css/font-awesome.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[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: .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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
    label[for=_ctl9_chkSameAddress] {
        display: inline;
        font-weight: normal;
    }
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: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    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;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -moz-opacity: 0.65;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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-top: 4px solid \9;
  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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #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,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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,
.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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.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 #ddd;
}
.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 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #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: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) 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: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-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: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-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 {
  margin-bottom: 0;
  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: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  -moz-opacity: 0.2;
  filter: alpha(opacity=0.2);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=0.5);
}
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: 1050;
  -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;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=0.5);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=0.5);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=0.9);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
#careers .careers-detail:before,
#careers .careers-detail:after,
#downloads .items:before,
#downloads .items:after,
#events .events-filter:before,
#events .events-filter:after,
#events .events-head:before,
#events .events-head:after,
#events .events-head .left .inner:before,
#events .events-head .left .inner:after,
#events .events-head .right .inner:before,
#events .events-head .right .inner:after,
#events .events-listing .master-list li a:before,
#events .events-listing .master-list li a: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,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
#careers .careers-detail:after,
#downloads .items:after,
#events .events-filter:after,
#events .events-head:after,
#events .events-head .left .inner:after,
#events .events-head .right .inner:after,
#events .events-listing .master-list li a: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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.navbar .nav,
.navbar .collapse,
.navbar .dropup,
.navbar .dropdown {
  position: static;
}
.navbar .container {
  position: relative;
}
.navbar .dropdown-menu {
  left: auto;
}
.navbar .mm-content {
  padding: 20px 30px;
}
.navbar .dropdown.mm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* Shared */
/* Typography */
html.fontsize-large {
  font-size: 12px;
}
body {
  font-size: 14px;
  color: #51565b;
  font-family: 'Roboto', sans-serif;
}
body.fontsize-large {
  font-size: 20px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0 0 50px;
  color: #2c3135;
}
@media (min-width: 768px) {
  h1 {
    font-size: 55px;
  }
}
h1 span {
  font-size: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 55px;
  color: #ff0000;
}
@media (min-width: 768px) {
  h1 span {
    font-size: 35px;
  }
}
h1#page-heading {
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2c3135;
}
@media (min-width: 768px) {
  h1#page-heading {
    font-size: 55px;
  }
}
h2 {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  color: #2c3135;
  /*@media (min-width: @screen-md-min) {
		font-size: 3.8rem;
	}*/
}
h3 {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #2c3135;
  text-transform: uppercase;
}
h4 {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 20px;
  color: #2c3135;
}
h5 {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 20px;
  color: #2c3135;
}
h6 {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 20px;
  color: #2c3135;
}
p,
span {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  margin: 0 0 1em;
  color: #51565b;
}
a,
p,
span,
label,
table td,
ul li {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
@font-face {
  font-family: 'coalhandlukecoalhandluketrial';
  src: url('../fonts/coalhandluke_trial-webfont.eot');
  src: url('../fonts/coalhandluke_trial-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/coalhandluke_trial-webfont.woff2') format('woff2'), url('../fonts/coalhandluke_trial-webfont.woff') format('woff'), url('../fonts/coalhandluke_trial-webfont.ttf') format('truetype'), url('../fonts/coalhandluke_trial-webfont.svg#coalhandlukecoalhandluketrial') format('svg');
  font-weight: normal;
  font-style: normal;
}
#mini-gallery {
  /*border: 1px solid #ccc;*/
  width: 100%;
  margin-bottom: 40px;
}
#mini-gallery.fr {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  #mini-gallery.fr {
    width: 31%;
    padding-left: 15px;
  }
}
#mini-gallery.fl {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #mini-gallery.fl {
    width: 31%;
    padding-right: 15px;
  }
}
.content-holder {
  width: 100%;
}
.content-holder.fr {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .content-holder.fr {
    width: 69%;
    padding-left: 1%;
  }
}
.content-holder.fl {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .content-holder.fl {
    width: 69%;
    padding-right: 1%;
  }
}
#mini-gallery.fl {
  padding-right: 0px;
}
#mini-gallery ul {
  padding-left: 0px;
}
#mini-gallery p,
#mini-gallery ul li {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* This Less files consists component element styles such as buttons, dropdown menus, grids, tabs etc... 
   Use this file to overwrite bootstrap themes */
.container {
  width: 1280px;
}
/* General Input Styles */
.form-control {
  height: 38px;
  border-radius: 19px;
  font-size: 0.875em;
}
.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-header {
  padding: 0 25px;
  line-height: 35px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-holder {
  list-style: none;
  padding: 28px 0;
}
.form-holder > li {
  margin-bottom: 15px;
  margin-bottom: 23px;
}
.form-holder > li:before,
.form-holder > li:after {
  content: " ";
  display: table;
}
.form-holder > li:after {
  clear: both;
}
.form-holder > li:before,
.form-holder > li:after {
  content: " ";
  display: table;
}
.form-holder > li:after {
  clear: both;
}
@media (min-width: 992px) {
  .form-holder > li {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form-holder label {
  display: block;
  font-weight: normal;
}
@media (min-width: 992px) {
  .form-holder label {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .form-holder label {
    float: left;
    width: 25%;
  }
}
.form-holder label .required,
.form-holder label.error {
  font-size: 0.8em;
  line-height: 25px;
}
.form-holder label .required {
  line-height: 1;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .form-holder input,
  .form-holder textarea,
  .form-holder select[size] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .form-holder input,
  .form-holder textarea,
  .form-holder select[size] {
    float: left;
    width: 33.33333333%;
  }
}
.form-holder input[type="checkbox"],
.form-holder input[type="radio"] {
  float: left;
}
@media (min-width: 992px) {
  .form-holder input[type="checkbox"],
  .form-holder input[type="radio"] {
    margin-left: 15px;
  }
}
.form-holder input[type="checkbox"] + label,
.form-holder input[type="radio"] + label {
  width: auto;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .form-holder input[type="checkbox"] + label,
  .form-holder input[type="radio"] + label {
    padding-left: 15px;
  }
}
.form-holder textarea {
  height: 72px;
  resize: none;
}
@media (min-width: 992px) {
  .form-holder textarea {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .form-holder textarea {
    float: left;
    width: 33.33333333%;
  }
}
.form-holder .btn.standard {
  display: block;
}
@media (min-width: 992px) {
  .form-holder .btn.standard {
    display: inline-block;
    margin-left: 15px;
  }
}
input,
textarea,
select[size] {
  width: 100%;
  border-radius: 4px;
  color: #ff0000;
  display: inline-block;
  padding: 7px 10px;
  font-size: 0.85em;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  outline: none;
}
input.error,
textarea.error,
select[size].error {
  border-color: red;
}
input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: relative;
  top: 3px;
}
@media (min-width: 992px) {
  input[type=checkbox],
  input[type=radio] {
    margin-top: 10px;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
select[size] {
  height: auto;
  padding: 3px 0;
}
select[size] option {
  padding: 3px 10px;
}
input[type="text"],
input[type="tel"],
input[type="password"] {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #51565b;
  width: 100%;
  height: 48px;
  padding: 0px 15px;
  border: 1px solid #d3d6de;
  border-radius: 0px;
  line-height: 20px;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
}
input[readonly="readonly"] {
    background-color: rgb(238, 238, 238);
}
textarea {
  width: 100%;
  height: 140px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #51565b;
  padding: 24px 26px;
  line-height: 22px;
  border: 1px solid #d3d6de;
  border-radius: 0px;
  outline: none;
  resize: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
}
select {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #51565b;
  width: 100%;
  height: 58px;
  background: url('../../images/buttons/arrow-down.png') no-repeat 93% 50%;
  padding: 0px 15px;
  border: 1px solid #d3d6de;
  border-radius: 0px;
  line-height: 20px;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
select::-ms-expand {
  display: none;
}
/* Buttons */
.btn,
.btn-left,
.btn-right {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
  display: inline-block;
  /*&::after,*/
}
.btn:active,
.btn-left:active,
.btn-right:active,
.btn:focus,
.btn-left:focus,
.btn-right:focus {
  text-decoration: none;
}
.bg-dark .btn:hover,
.bg-dark .btn-left:hover,
.bg-dark .btn-right:hover {
  color: #ffffff;
}
.btn.link.circle::after,
.btn-left.link.circle::after,
.btn-right.link.circle::after {
  width: 64px;
  height: 64px;
  font-size: 48px;
  margin: -32px 0 0 0;
  padding: 17px 22px;
  text-align: left;
  font-weight: 400;
  font-family: FontAwesome;
  content: '\f104';
  display: block;
  float: right;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
.btn.link.circle.half-size::after,
.btn-left.link.circle.half-size::after,
.btn-right.link.circle.half-size::after {
  width: 32px;
  height: 32px;
  font-size: 24px;
  padding: 8px 14px 8px 13px;
  margin: -4px 0 0 10px;
  line-height: 14px;
}
.btn.standard,
.btn-left.standard,
.btn-right.standard {
  background: #ff6600;
  color: white;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  padding: 0 40px;
}
.btn.standard::after,
.btn-left.standard::after,
.btn-right.standard::after {
  display: none;
}
.btn.standard:hover,
.btn-left.standard:hover,
.btn-right.standard:hover {
  background: #2f2f2f;
}
.btn-left.link.circle.half-size::after {
  float: left;
  margin: -4px 10px 0 0;
}
.btn-right.link.circle::after {
  padding-left: 26px;
  content: '\f105';
}
.page-utils {
  position: relative;
  padding-bottom: 15px;
}
.btn a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  background: #2c3135;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  outline: none;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn a.btn-red {
  background: #ff0000;
}
.btn a::before,
.btn a::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn a::before {
  background: rgba(255, 0, 0, 0.7);
}
.btn a::after {
  background: #ff0000;
}
.btn a:hover::before,
.btn a:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn a:hover::after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.btn a.btn-red::before {
  background: rgba(44, 49, 53, 0.7);
}
.btn a.btn-red::after {
  background: #2c3135;
}
.btn-normal {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #2c3135;
  padding: 12px 0px;
  border: 1px solid #2c3135;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
}
.btn-normal:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ff0000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -ms-transition: opacity 0.3s, -ms-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.btn-normal:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 24px;
  background: url('../../images/buttons/arrow-big.png') no-repeat center right;
  margin-left: 10px;
  margin-top: 1px;
}
/* Breadcrumb */
.breadcrumb {
  position: relative;
  background-color: #fff;
  padding: 15px;
  margin: 0px 0 35px;
  border-bottom: 1px solid #d3d6de;
  border-radius: 0px;
  z-index: 3;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.breadcrumb a {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #969ba8;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.breadcrumb li a {
  color: #969ba8;
  font-size: .75em;
  line-height: 22px;
}
.breadcrumb li + li:before {
  content: '/';
  font-size: .75em;
}
/* Modal */
.modal .modal-dialog {
  width: 90%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    width: auto;
  }
}
.modal .modal-dialog p {
  font-size: 1.2rem;
  margin: 1em 0 .5em;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #videos #modal-gallery .modal-dialog .modal-body {
    padding-bottom: 60px;
  }
}
#videos #modal-gallery .modal-dialog iframe {
  margin-bottom: 20px;
  max-width: 100%;
}
#videos #modal-gallery .modal-dialog .title {
  color: #ff6600;
}
#modal-gallery .modal-dialog .modal-body {
  padding: 30px 30px 50px;
}
@media (min-width: 768px) {
  #modal-gallery .modal-dialog .modal-body {
    padding: 60px 60px 100px;
  }
}
@media (min-width: 768px) {
  #modal-gallery .modal-dialog {
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    -o-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
  }
}
@media (min-width: 768px) {
  #modal-gallery.modal.in .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#modal-gallery button.close {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 5px;
  font-size: 30px;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=0.3);
}
@media (min-width: 768px) {
  #modal-gallery .carousel-inner > .item > img {
    max-width: none;
  }
}
#modal-gallery .controls {
  position: absolute;
  bottom: -45px;
  right: 0;
  list-style: none;
  color: #ff0000;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #modal-gallery .controls {
    bottom: -60px;
  }
}
#modal-gallery .controls li {
  display: inline-block;
  padding-left: 10px;
}
#modal-gallery .controls .index,
#modal-gallery .controls .total {
  font-weight: bold;
}
#modal-gallery .controls .btn-carousel {
  background: #000;
  border-radius: 100%;
  color: #ffffff;
  font-size: 11px;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  padding: 0 3px;
  border: none;
  outline: none;
}
/* Carousel */
.carousel.show-controls .carousel-left,
.carousel.show-controls .carousel-right {
  display: block;
}
.carousel .carousel-left,
.carousel .carousel-right {
  display: none;
}
.carousel-indicators {
  position: static;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: -45px;
    position: absolute;
    margin: 0 0 0 -30%;
  }
}
.carousel-indicators li,
.carousel-indicators .active {
  width: 13px;
  height: 13px;
  margin: 0;
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.carousel-indicators .active {
  background: #ff6600;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.carousel-inner {
  padding: 0;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/images/colorbox/overlay.png) repeat 0 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=0.9);
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(/images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(/images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(/images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/images/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.read-more-btn {
  padding-left: 30px;
  padding-right: 30px;
}
.read-more-btn span {
  color: white;
}
/* This file consists the styles for the layout elements which isn't covered by bootstrap. These elements are customized for the website we are working. */
body {
  cursor: default;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: normal;
}
iframe {
  max-width: 100%;
}
@media (max-width: 480px) {
  iframe {
    width: 100%;
    height: auto;
    display: block;
  }
}
.yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.yt-wrap iframe,
.yt-wrap object,
.yt-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .page.rhs .page-content {
    width: 74%;
    float: left;
  }
}
@media (min-width: 992px) {
  .page.rhs .page-side {
    width: 18%;
    float: right;
  }
}
.page .page-main {
  clear: both;
}
.page .page-main:before,
.page .page-main:after {
  content: " ";
  display: table;
}
.page .page-main:after {
  clear: both;
}
.page .page-main:before,
.page .page-main:after {
  content: " ";
  display: table;
}
.page .page-main:after {
  clear: both;
}
.page > .container-fluid {
  position: relative;
  background: white;
  padding: 0 0 90px;
  min-height: 400px;
}
.page-side h5 {
  color: #ff6600;
  font-weight: bold;
}
.page-side p {
  position: relative;
  padding-right: 13%;
}
@media (min-width: 992px) {
  .page-side p {
    font-size: 1.4rem;
  }
}
.page-side p .circle {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-side img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1170px;
}
.container-max {
  width: 1170px;
  margin: 0 auto;
}
.page-wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.offcanvas-visible .offcanvas-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.offcanvas-visible .content-wrap {
  -webkit-transform: translate3d(90%, 0, 0);
  transform: translate3d(90%, 0, 0);
}
@media (min-width: 992px) {
  .offcanvas-visible .content-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.offcanvas-visible .navbar-toggle .icon-bar {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-wrap {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background: #bcbcbc;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 2;
  min-height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  background-image: -webkit-linear-gradient(top, #494949 0%, #2f2f2f 100%);
  background-image: -o-linear-gradient(top, #494949 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #494949 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff494949', endColorstr='#ff2f2f2f', GradientType=0);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (min-width: 992px) {
  .offcanvas-menu {
    display: none;
  }
}
.offcanvas-menu .search {
  padding: 15px;
}
.offcanvas-menu .search input {
  font-size: 0.75em;
  padding-right: 30px;
}
.offcanvas-menu .search button[type=submit] {
  top: 20px;
  right: 22px;
}
.offcanvas-menu .offcanvas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
}
.offcanvas-menu .offcanvas-list li {
  padding: 11px 15px 10px;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
}
.offcanvas-menu .offcanvas-list li *[data-toggle="collapse"] {
  padding: 10px 0;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-list li *[data-toggle="collapse"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
  content: "\f0d7";
  color: #ffffff;
  position: absolute;
  top: 13px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas-menu .offcanvas-list li *[data-toggle="collapse"]:after.pull-left {
  margin-right: .3em;
}
.offcanvas-menu .offcanvas-list li *[data-toggle="collapse"]:after.pull-right {
  margin-left: .3em;
}
.offcanvas-menu .offcanvas-list li *[data-toggle="collapse"].collapsed:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.offcanvas-menu .offcanvas-list li.panel {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  border-bottom: none;
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas-menu .offcanvas-list li ul {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  background-image: -webkit-linear-gradient(top, #494949 0%, #2f2f2f 100%);
  background-image: -o-linear-gradient(top, #494949 0%, #2f2f2f 100%);
  background-image: linear-gradient(to bottom, #494949 0%, #2f2f2f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff494949', endColorstr='#ff2f2f2f', GradientType=0);
}
.offcanvas-menu .offcanvas-list li ul li {
  padding: 5px 20px 7px;
  margin: 0 4px;
  text-transform: initial;
}
.offcanvas-menu .offcanvas-list li ul li ul {
  background: none;
  list-style: disc;
  list-style-position: inside;
  color: #ffffff;
}
.offcanvas-menu .offcanvas-list li ul li ul li {
  border: none;
  padding-bottom: 0;
  padding-top: 6px;
}
.offcanvas-menu .offcanvas-list p {
  color: #ffffff;
  margin-bottom: 1em;
}
.offcanvas-menu .offcanvas-list a {
  color: #ffffff;
}
.content {
  position: relative;
}
.page-bottom {
  display: none;
}
.tools {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .tools {
    top: 0;
    right: 0;
    position: absolute;
  }
}
.tools li {
  display: inline-block;
  padding: 0 5px 0 9px;
  margin: 0;
  border-left: solid 1px #d0d0d0;
}
.tools li a {
  line-height: 18px;
  color: #51565b;
  font-size: 1em;
  width: 16px;
}
.tools li a:hover {
  color: #ff6600;
}
.tools li a.tools-normal-fonts {
  font-size: .8em;
}
.tools li a.tools-printer {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.tools li a.tools-printer.pull-left {
  margin-right: .3em;
}
.tools li a.tools-printer.pull-right {
  margin-left: .3em;
}
.tools li a.tools-printer:before {
  content: "\f02f";
}
.tools li:first-child {
  border: none;
  padding-left: 0;
}
.tools li.tool-fontdefault {
  display: none;
}
.tools li.tool-fontlarge {
  display: none;
}
.tools li .addthis_toolbox .aticon-compact {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0px 1px 5px #fff;
  margin-top: 2px;
  width: 16px;
}
.tools li .addthis_toolbox .text {
  font-size: 11px;
  position: relative;
  left: 2px;
  line-height: 19px;
  vertical-align: top;
}
.social {
  margin-top: 6px;
}
.social a {
  position: relative;
  width: 30px;
  height: 35px;
  float: left;
  margin: 0 52px 0 0;
  color: #ffffff;
  border-radius: 50%;
}
.social a.social-in {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
.social a.social-in.pull-left {
  margin-right: .3em;
}
.social a.social-in.pull-right {
  margin-left: .3em;
}
.social a.social-in:before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "\f0e1";
}
.social a.social-in:hover {
  color: #969ba8;
  background: none;
}
.social a.social-tw {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
.social a.social-tw.pull-left {
  margin-right: .3em;
}
.social a.social-tw.pull-right {
  margin-left: .3em;
}
.social a.social-tw:before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: "\f099";
}
.social a.social-tw:hover {
  color: #969ba8;
  background: none;
}
.social a.social-fb {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
  margin-right: 40px;
  margin-left: 40px;
}
.social a.social-fb.pull-left {
  margin-right: .3em;
}
.social a.social-fb.pull-right {
  margin-left: .3em;
}
.social a.social-fb:before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "\f09a";
}
.social a.social-fb:hover {
  color: #969ba8;
  background: none;
}
.social a.social-intg {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
.social a.social-intg.pull-left {
  margin-right: .3em;
}
.social a.social-intg.pull-right {
  margin-left: .3em;
}
.social a.social-intg:before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "\f16d";
}
.social a.social-intg:hover {
  color: #969ba8;
  background: none;
}
.social a.social-pin {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
.social a.social-pin.pull-left {
  margin-right: .3em;
}
.social a.social-pin.pull-right {
  margin-left: .3em;
}
.social a.social-pin:before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "\f0d2";
}
.social a.social-pin:hover {
  color: #969ba8;
  background: none;
}
/* Side Panels */
.side-panel {
  display: none;
}
/* Master List */
.master-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.master-list li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #d0d0d0;
}
.master-list li a {
  display: block;
  padding: 30px 0;
}
.master-list li a .image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .master-list li a .image {
    float: left;
    width: 16.66666667%;
  }
}
.master-list li a .image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .master-list li a .image {
    text-align: left;
  }
}
.master-list li a .text {
  position: relative;
  min-height: 1px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .master-list li a .text {
    float: left;
    width: 83.33333333%;
  }
}
.master-list li a .text h3 {
  margin: 0;
}
.master-list li a .text p {
  color: #51565b;
}
.master-list li a .video {
  position: relative;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
.master-list li a .video .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  color: #707070;
  padding: 1px;
  filter: alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity: 0.95;
  filter: alpha(opacity=0.95);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
.master-list li a .video .icon.pull-left {
  margin-right: .3em;
}
.master-list li a .video .icon.pull-right {
  margin-left: .3em;
}
.master-list li a .video .icon:before {
  content: "\f04b";
  background-color: #565656;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.master-list li a .video:hover .icon {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.master-list li.featured {
  padding: 0;
  margin-bottom: 50px;
  border: none;
}
.master-list li.featured a {
  background: #e5e5e5;
  height: 298px;
  overflow: hidden;
}
.master-list li.featured a img {
  width: 399px;
}
.master-list li.featured a .text {
  margin: 0 0 0 33px;
  width: 688px;
  padding: 33px 33px 33px 0;
}
.master-list li.featured a:hover {
  background: #f7f7f7;
}
.master-list li:last-child {
  border: none;
}
/* Links */
.link.circle::after {
  background: #ff6600;
  color: white;
  line-height: 27px;
  width: 27px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin: 0 0 0 8px;
  text-decoration: none;
}
.link:hover::after {
  background: #2f2f2f;
}
/* List styles */
.list-arrows {
  list-style: none;
  padding: 0;
}
.list-arrows li {
  padding: 0 0 .5em 20px;
  position: relative;
  color: #51565b;
}
.list-arrows li a {
  color: inherit;
}
.list-arrows li:hover::before {
  left: 5px;
}
.list-arrows li::before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #ff6600;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
/* Paging */
.paging {
  background: #ececec;
  height: 45px;
  width: 100%;
  margin: 0 0 30px;
  padding: 12px 17px;
  font-size: .875em;
  color: #ff0000;
}
.paging .circle > i {
  line-height: 21px;
  width: 21px;
  font-size: 17px;
  margin: 0;
  text-align: center;
}
.paging .page {
  font-weight: bold;
}
.paging select {
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 0.875em;
  border: solid 1px #d1d1d1;
  border-radius: 5px;
}
.paging select.go-page-select {
  margin: 0 0 0 20px;
}
.paging .target {
  float: left;
}
.paging .pages {
  float: right;
  list-style: none;
}
.paging .results-no {
  float: right;
}
.paging .results-no strong {
  font-size: .875em;
}
/**
 * Page Templates
 */
.template {
  position: relative;
  width: 100%;
}
.template .text {
  width: 100%;
}
@media (min-width: 768px) {
  .template .text {
    width: 70%;
  }
}
.template .images {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .template .images {
    width: 30%;
  }
}
.template .images .item > img {
  width: 100%;
}
.template .images .item p.caption {
  font-size: .75em;
  margin: 5px 0 0;
  color: #2c3135;
}
.template .images .control {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  text-align: center;
  color: #51565b;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}
.template .images .control.pull-left {
  margin-right: .3em;
}
.template .images .control.pull-right {
  margin-left: .3em;
}
.template .images .control:before {
  content: "\f002";
}
.template .images .control.carousel-right {
  right: 0;
}
.template .images .control.carousel-right:before {
  content: "\f0da";
}
.template .images .control.carousel-left {
  right: 27px;
}
.template .images .control.carousel-left:before {
  content: "\f0d9";
}
.template .images .control.large-image {
  left: 0;
}
.template .images .control.large-image i {
  font-size: 15px;
}
.template .images .control:hover {
  background: #ffffff;
}
.template .images .pic-tools {
  /*Temporarily */
  display: none;
}
.template .images p.caption {
  margin: 0;
}
.template.img-l .text {
  float: right;
  padding: 0;
}
@media (min-width: 768px) {
  .template.img-l .text {
    padding: 0 0 0 20px;
  }
}
.template.img-l .images {
  float: left;
  padding: 0;
}
@media (min-width: 768px) {
  .template.img-l .images {
    padding: 0 20px 0 0;
  }
}
.template.img-l.wrap .text {
  width: 100%;
  float: none;
  padding: 0;
}
.template.img-l.wrap .images {
  margin: 0 50px 30px 0;
  padding: 0;
}
.template.img-r .text {
  float: left;
  padding: 0;
}
@media (min-width: 768px) {
  .template.img-r .text {
    padding: 0 20px 0 0;
  }
}
.template.img-r .images {
  float: right;
  padding: 0;
}
@media (min-width: 768px) {
  .template.img-r .images {
    padding: 0 0 0 20px;
  }
}
.template.img-r.wrap .text {
  width: 100%;
  float: none;
  padding: 0;
}
.template.img-r.wrap .images {
  margin: 0 0 30px 50px;
  padding: 0;
}
.template.img-t .text {
  width: 100%;
}
.template.img-t .images {
  margin: 0 0 30px;
  width: 100%;
}
.template.img-t .images .item > img {
  width: 100%;
  height: 299px;
}
.template.img-none .text {
  width: 100%;
}
.single .template .text {
  width: 100%;
}
@media (min-width: 768px) {
  .single .template .text {
    width: 70%;
  }
}
.single .template .images {
  width: 100%;
}
@media (min-width: 768px) {
  .single .template .images {
    width: 30%;
  }
}
.single .template .images > img {
  width: 100%;
}
.single .template.img-t .images {
  width: 100%;
}
.single .template.img-t .images > img {
  width: 100%;
}
.single .template.img-t .text {
  width: 100%;
}
#learn-cols {
  padding: 0px 15px;
}
#search-results .search-filter {
  margin: 0 0 30px;
}
#search-results .search-filter select {
  width: 160px;
  margin: 0 0 0 10px;
}
#search-results .master-list li a {
  background: white;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
#search-results .master-list li a p {
  color: #51565b;
}
#search-results .master-list li a p .rel {
  display: block;
}
@media (min-width: 768px) {
  #search-results .master-list li a p .rel {
    margin: 0 0 0 50px;
    width: auto;
    display: inline-block;
  }
}
#search-results .master-list li a .link {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#search-results .master-list li a:hover {
  background: #e5e5e5;
}
#layout {
  padding: 0 15px;
}
#layout .mini-gallery {
  margin: 20px 0;
}
.global-layout {
  padding: 0px 15px;
}
.global-layout table th:nth-child(3),
.global-layout table td:nth-child(3) {
  text-align: left !important;
}
table {
  /* width: 100%; */
}
table tr.stripe {
  background: #e9eaee;
}
table th {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #2c3135;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: normal;
  padding: 10px;
  border: 0;
}
table td {
  font-size: 14px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  color: #2c3135;
  padding: 10px;
  text-align: center;
  /*border: 0px !important;*/
}
.page-404 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page-404 .bg-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-404 .bg-img .desktop-bg {
  width: 100%;
  height: 788px;
  background: url('../../images/bg/desktop-404bg.jpg') no-repeat center center;
  background-size: cover;
}
.page-404 .bg-img .mobile-bg {
  width: 100%;
  height: 922px;
  background: url('../../images/bg/mobile-404bg.jpg') no-repeat center center;
  background-size: cover;
}
.page-404 .container-fluid {
  width: 100%;
}
.page-404 .breadcrumb {
  position: relative;
  z-index: 2;
  text-align: left;
  border-radius: 0px;
}
.page-404 .container {
  position: relative;
  width: 100%;
  z-index: 2;
}
.page-404 .container .button-home {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.page-404 .container .btn a {
  padding: 0px 55px;
}
.page-404 .container h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
}
/**
 * Helper Classes
 */
.anim {
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
/* overrides */
table {
  border-collapse: initial;
  border-spacing: initial;
  margin-bottom: 14px;
}
h1,
.h1,
h1 span,
.h1 span {
  font-size: 36px !important;
}
h2,
.h2,
h2 span,
.h2 span {
  font-size: 30px !important;
}
h3,
.h3,
h3 span,
.h3 span {
  font-size: 24px !important;
}
h4,
.h4,
h4 span,
.h4 span {
  font-size: 18px !important;
}
h5,
.h5,
h5 span,
.h5 span {
  font-size: 14px !important;
}
h6,
.h6,
h6 span,
.h6 span {
  font-size: 12px !important;
}
ol,
ol li,
ul,
ul li {
  font-family: 'Roboto', sans-serif !important;
}
/* Partials */
.fixed-active,
.overflohidden {
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fixed-active {
  overflow-y: auto;
  overflow-x: hidden;
}
.overflohidden {
  overflow: hidden;
}
.header {
  position: relative;
  background: #2c3135;
  z-index: 99;
}
.header.header-nav:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (min-width: 768px) {
  .header.header-nav:after {
    width: 20%;
    height: 70px;
    background: #51565c;
  }
}
@media (min-width: 992px) {
  .header.header-nav:after {
    width: 22%;
    height: 100px;
    background: #51565c;
  }
}
.header > .container-fluid {
  position: relative;
  padding: 20px;
}
@media (min-width: 768px) {
  .header > .container-fluid {
    padding: 20px 40px 50px;
  }
}
.header.account-menu {
  display: none;
}
@media (min-width: 768px) {
  .header.account-menu {
    display: block;
    background: #ffffff;
  }
}
.header #welcome_cart,
.header #welcome {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #2c3135;
  margin: 5px 0;
}
.header #welcome_cart p,
.header #welcome p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.header #welcome_cart .logout a,
.header #welcome .logout a {
  display: block;
  font-size: 14px;
  color: #2c3135;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 2px;
}
.header #welcome_cart .firstname,
.header #welcome .firstname {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.header #welcome_cart .point-star,
.header #welcome .point-star {
  font-size: 18px;
}
.header #welcome_cart .point-star .fa-star,
.header #welcome .point-star .fa-star {
  color: #ff0000;
}
.header .header-l {
  padding: 5px 15px;
  min-height: 48px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .header .header-l {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .header .header-l {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .header .header-l {
    padding: 4px 15px;
  }
}
.header .header-l .navbar-toggle {
  position: absolute;
  top: 2px;
  left: 5px;
  border: none;
  width: 49px;
  height: 35px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
@media (min-width: 480px) {
  .header .header-l .navbar-toggle {
    top: 25px;
  }
}
.offcanvas-visible .header .header-l .navbar-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .header-l .navbar-toggle:focus,
.header .header-l .navbar-toggle:hover {
  background-color: transparent;
}
.header .header-l .navbar-toggle .icon-bar {
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  margin: 5px 0;
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header .header-l .navbar-toggle .icon-bar.icon1 {
  top: 3px;
}
.header .header-l .navbar-toggle .icon-bar.icon2 {
  top: 9px;
  opacity: 1;
}
.header .header-l .navbar-toggle .icon-bar.icon3 {
  top: 15px;
}
.header .header-l .navbar-toggle.active-nav .icon1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.header .header-l .navbar-toggle.active-nav .icon2 {
  opacity: 0;
}
.header .header-l .navbar-toggle.active-nav .icon3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.header .header-l .cart {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -18px;
}
@media (min-width: 768px) {
  .header .header-l .cart {
    display: none;
    border: 0px;
  }
}
.header .header-l .cart .count-cart {
  position: relative;
}
.header .header-l .cart .count-cart span {
  position: absolute;
  display: block;
  top: 0px;
  right: -9px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background: #ff0000;
  padding: 1px 7px;
  border-radius: 100%;
  line-height: 18px;
}
.header .header-r {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .header .header-r {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .header .header-r {
    float: left;
    width: 58.33333333%;
  }
}
.header .logo {
  display: block;
  max-width: 176px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .logo {
    max-width: none;
    width: 343px;
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 480px) {
  .header .logo {
    max-width: 100%;
  }
}
.header .logo img {
  display: block;
  min-width: 135px;
  max-width: 343px;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .header .logo img {
    max-width: 343px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .header .logo img {
    width: 228px;
  }
}
@media (min-width: 992px) {
  .header .logo img {
    max-width: 343px;
    width: auto;
  }
}
.header .navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  min-height: 0;
  margin: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .header .navbar {
    display: block;
    padding: 0px;
  }
}
.header .navbar .container-fluid {
  padding: 0;
}
.header .navbar .navbar-collapse {
  background: #2c3135;
  border-top: solid 1px #d0d0d0;
  padding: 0;
  max-height: 1000px;
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
  .header .navbar .navbar-collapse {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .header .navbar .navbar-collapse {
    border: none;
    min-height: 0px;
    padding-right: 15px;
  }
}
.header .navbar .nav {
  margin: 0;
}
@media (min-width: 768px) {
  .header .navbar .nav {
    padding-top: 40px;
    float: right;
  }
}
@media (min-width: 768px) {
  .header .navbar .nav > li {
    position: relative;
  }
  .header .navbar .nav > li:nth-child(4),
  .header .navbar .nav > li:nth-child(5),
  .header .navbar .nav > li:nth-child(6) {
    background: #51565c;
  }
}
.header .navbar .nav > li:last-child {
  display: none;
}
@media (min-width: 768px) {
  .header .navbar .nav > li:last-child {
    display: block;
  }
}
.header .navbar .nav > li a {
  position: relative;
  display: block;
  font-size: 14px !important;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  padding: 20px 0 !important;
  margin: 0px 35px;
  height: auto !important;
  border-bottom: 1px solid #1b1e20;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .header .navbar .nav > li a {
    border: 0px;
    padding: 16px 10px !important;
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .header .navbar .nav > li a {
    padding: 31px 16px !important;
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .header .navbar .nav > li a:after {
    content: '';
    border: 0px;
  }
}
@media (min-width: 768px) {
  .header .navbar .nav > li {
    border: none !important;
  }
  .header .navbar .nav > li > a {
    padding: 0 5px;
    line-height: 38px;
    height: 38px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .8125em;
    /*background-color: @brandColor2;*/
  }
  .header .navbar .nav > li > a > i {
    display: none;
  }
  .header .navbar .nav > li.active > a {
    /*background: @brandColor1;*/
  }
  .header .navbar .nav > li.pn-1 {
    /* Disable Home navigation item */
    display: none;
  }
  .header .navbar .nav > li:hover a {
    background: #ff6600;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    border-top: none;
    border-bottom: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
    border-right: 2px solid #2f2f2f;
    border-radius: 0;
    margin: 0;
    background: #1b1e20;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px 0;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li {
    border: none;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav {
    width: 100%;
    float: left;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 47.5%;
    float: left;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul + ul {
    margin-left: 5%;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li {
    line-height: 21px;
    border: none;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li > a {
    display: block;
    padding: 5px 10px;
    color: #000;
    border-bottom: solid 1px #2f2f2f;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li > a:hover {
    background: #2f2f2f;
    color: #ffffff;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li ul.tertiary {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li ul.tertiary li {
    border: none;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li ul.tertiary li > a {
    display: block;
    line-height: 21px;
    padding: 5px 10px;
    border-bottom: solid 1px #2f2f2f;
    font-size: 14px;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li ul.tertiary li > a i {
    margin-right: 10px;
    line-height: 21px;
  }
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li ul.tertiary li > a:hover {
    background: #2f2f2f;
    color: #ffffff;
  }
  .header .navbar .nav > li + li {
    /*margin-left: 10px;*/
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .navbar .nav > li:hover > ul.dropdown-menu {
    padding: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul.secondary {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li > a {
    padding: 15px !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header .navbar .nav > li:hover > ul.dropdown-menu li .mm-content .mm-nav > ul > li ul.tertiary li > a {
    padding: 15px !important;
  }
}
@media (min-width: 992px) {
  .header .navbar .nav > li > a {
    font-size: 1em;
    padding: 0 10px;
  }
  .header .navbar .nav > li:hover ul.dropdown-menu li .mm-content .mm-nav {
    width: 100%;
    float: left;
  }
  .header .navbar .nav > li:hover ul.dropdown-menu li .mm-content .mm-img {
    width: 20%;
    margin-left: 5%;
    float: left;
    display: block;
  }
  .header .navbar .nav > li:hover ul.dropdown-menu li .mm-content .mm-img img {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .header .navbar .nav > li:hover ul.dropdown-menu li .mm-content .mm-img h4 {
    color: #51565b;
    margin-bottom: 10px;
  }
  .header .navbar .nav > li + li {
    /*    margin-left: 13px;*/
  }
}
@media (min-width: 1280px) {
  .header .navbar .nav > li {
    /*+ li {
                        margin-left: 20px;
                    }*/
  }
  .header .navbar .nav > li > a {
    font-size: 1.25em;
    padding: 0 15px;
  }
}
.header .navbar .nav li a {
  color: #ffffff;
}
.header .navbar .nav li a > i {
  font-size: 20px;
  float: right;
}
@media (min-width: 768px) {
  .header .navbar .nav li:hover .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    background: #1b1e20;
    padding: 0 30px;
    border: none;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content {
    padding: 0;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li {
    border-bottom: solid 1px #2c3135;
    margin: 0px 30px;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li a {
    background-color: transparent;
    padding: 10px 15px;
    margin: 0px;
    display: block;
    font-size: 16px;
    /* Bad, fix this later */
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li .tertiary li {
    border-bottom: none;
    border-top: solid 1px #2c3135;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li .tertiary li a {
    font-size: 15px;
    color: #8d8f90 !important;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li .tertiary li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li .tertiary li a > i {
    float: left;
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav .secondary:last-child > li:last-child {
    border-bottom: none;
  }
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-img {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li {
    margin: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .navbar .nav li:hover .dropdown-menu .mm-content .mm-nav ul > li .tertiary li {
    margin: 0px;
  }
}
.header .navbar .nav li.dropdown-open .dropdown-menu {
  display: block;
  position: relative;
  width: 100%;
  background: #1b1e20;
  padding: 0 30px;
  border: none;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content {
  padding: 0;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li {
  border-bottom: solid 1px #2c3135;
  margin: 0px 30px;
}
@media (min-width: 768px) {
  .header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li {
    margin: 0px;
  }
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li a {
  background-color: transparent;
  padding: 10px 15px;
  margin: 0px;
  display: block;
  font-size: 16px;
  /* Bad, fix this later */
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li .tertiary li {
  border-bottom: none;
  border-top: solid 1px #2c3135;
}
@media (min-width: 768px) {
  .header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li .tertiary li {
    margin: 0px;
  }
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li .tertiary li a {
  font-size: 15px;
  color: #8d8f90 !important;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li .tertiary li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav ul > li .tertiary li a > i {
  float: left;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-nav .secondary:last-child > li:last-child {
  border-bottom: none;
}
.header .navbar .nav li.dropdown-open .dropdown-menu .mm-content .mm-img {
  display: none;
}
.header .navbar .cart-nav {
  position: relative;
  width: 27px;
  padding-bottom: 5px;
  margin-top: -5px;
}
.header .navbar .cart-nav .count-cart {
  position: relative;
}
.header .navbar .cart-nav .count-cart span {
  position: absolute;
  display: block;
  top: 0px;
  right: -9px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  background: #ff0000;
  padding: 1px 7px;
  border-radius: 100%;
  line-height: 18px;
}
.header .header-widgets {
  display: none;
  padding-left: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .header .header-widgets {
    display: block;
    margin-bottom: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.header .header-widgets .wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  float: right;
  padding-bottom: 24px;
}
.header .header-widgets .search {
  position: relative;
  float: right;
}
.header .header-widgets .search .form-control {
  width: 180px;
  background: #838383;
  border: none;
  -webkit-box-shadow: inset 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  color: #000;
}
.header .header-widgets .search .form-control:focus {
  background: #b6b6b6;
}
@media (min-width: 992px) {
  .header .header-widgets .search .form-control {
    width: 241px;
  }
  .header .header-widgets .search .form-control:focus {
    width: 280px;
  }
}
.header .header-widgets .search .btn-search {
  position: absolute;
  top: 8px;
  right: 14px;
  color: #000;
}
.header .header-widgets .search .btn-search .fa {
  font-size: 22px;
}
.header .header-widgets .contact {
  float: right;
  color: #ffffff;
  font-size: 1.125em;
  line-height: 38px;
  margin: 0 0 0 38px;
}
.header .header-widgets .contact .fa {
  position: relative;
  font-size: 24px;
  top: 3px;
  margin-right: 5px;
}
.header .header-widgets .contact:hover {
  color: #ff6600;
}
.header .header-widgets .social {
  float: right;
  margin: 6px 0 0 41px;
}
.header .header-widgets .social .social-in,
.header .header-widgets .social .social-tw,
.header .header-widgets .social .social-fb {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 14px;
}
.header .header-widgets .social .social-in:before,
.header .header-widgets .social .social-tw:before,
.header .header-widgets .social .social-fb:before {
  content: "\f0e1";
}
.header .header-widgets .social .social-tw:before {
  content: "\f099";
}
.header .header-widgets .social .social-fb {
  margin-right: 0;
}
.header .header-widgets .social .social-fb:before {
  content: "\f09a";
}
.header .contact-number a {
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #969ba8;
  text-transform: uppercase;
}
.header .contact-number .fa-phone {
  font-size: 24px;
  font-weight: bold;
  color: #51565b;
}
.account-name {
  background: #fff;
  padding: 17px 0;
}
.account-name:after {
  content: '';
  display: block;
  clear: both;
}
.account-name p {
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
}
.account-name p.firstname {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 35px;
}
.account-name p.point-star {
  padding-right: 35px;
  margin-top: 2px;
}
.account-name p.point-star .fa-star {
  color: #ff0000;
}
.dropdown-carat {
  display: none;
}
@media (max-width: 767px) {
  .dropdown-carat {
    display: block;
    content: ' ';
    position: absolute;
    top: 6px;
    right: 0;
    width: 100px;
    height: 50px;
    background-image: url(/images/menu-carat.png);
    background-repeat: no-repeat;
    background-position: 75% 50%;
    /*background-color: blue;*/
  }
}
#header-phone::before {
  content: '1300 CLUB GYP';
}
#header-phone:hover::before {
  content: '1300 258 249';
}
.footer {
  position: relative;
  background: #2c3135;
  padding: 60px 0 40px;
}
.footer p {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .footer {
    padding: 10px 0 40px;
  }
}
.footer .container-fluid {
  position: relative;
  padding: 0px;
  width: 100%;
  padding: 0px 15px;
  /*@media (min-width: @screen-md-min) {
			padding: 0 60px;
		}*/
}
.footer .container-fluid .row:after {
  content: '';
  display: block;
  clear: both;
}
.footer .contact {
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  background: #ff6600;
  color: #ffffff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .footer .contact {
    width: 160px;
    height: 160px;
    margin: 0 0 0 -80px;
    top: -80px;
  }
}
.footer .contact:hover {
  background: #ff944d;
}
.footer .contact .phone {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  font-size: 33px;
  top: 16px;
  left: 29px;
}
.footer .contact .phone.pull-left {
  margin-right: .3em;
}
.footer .contact .phone.pull-right {
  margin-left: .3em;
}
@media (min-width: 992px) {
  .footer .contact .phone {
    font-size: 66px;
    top: 30px;
    left: 54px;
  }
}
.footer .contact .phone:before {
  content: "\f095";
}
.footer .contact span {
  font-weight: bold;
  font-size: .6em;
  position: absolute;
  bottom: 17px;
  left: 15px;
}
@media (min-width: 992px) {
  .footer .contact span {
    font-size: 1.25em;
    bottom: 36px;
    left: 26px;
  }
}
.footer .nav-seo {
  padding-top: 59px;
}
@media (min-width: 992px) {
  .footer .nav-seo {
    padding-top: 118px;
  }
}
.footer .nav-seo-item {
  border-right: none;
}
@media (min-width: 768px) {
  .footer .nav-seo-item {
    border-right: solid 1px #595959;
  }
}
.footer .nav-seo-item:last-child {
  border: none;
}
.footer .nav-seo-item > a {
  color: #ffffff;
  font-size: .8em;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.footer .nav-seo-item > a:hover {
  background: transparent;
}
.footer .nav-seo-item > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .nav-seo-item > ul > li {
  margin: 0;
  padding: 0;
}
.footer .nav-seo-item li a {
  background: url('/images/icons/chevron-right-orange.png') 0 50% no-repeat;
  color: #595959;
  font-size: .8em;
  padding: 0 0 0 10px;
}
.footer .nav-seo-item li a:hover {
  color: #ffffff;
}
.footer .nav-footer {
  /*@media (max-width: 768px) {
            .presentation.social {
                position: absolute;
                top: -48px;
                left: 40%;
                margin-left: -90px;
                width: 250px;
                display: block;
                float: none;
            }

            .presentation.social a {
                margin: 5px;
            }

            .footer .footer-r {
                top: -40px;
            }

            .footer {
                padding: 60px 0 0px;
            }
        }*/
}
.footer .nav-footer > li {
  width: 100%;
  color: #ffffff;
  font-size: .8em;
  line-height: 1;
  text-align: left;
  float: none;
  margin-left: 0px;
}
.footer .nav-footer > li .footer-link {
  margin-top: 10px;
}
.footer .nav-footer > li .footer-link > a {
  display: block;
  color: #b7b9bf;
  padding: 0px;
  border-radius: 0;
  /*border-right: solid 1px @seoColor;*/
}
.footer .nav-footer > li .footer-link #_ctl0__ctl1_rptFooter_FooterLink_2 {
  border: 0px;
}
.footer .nav-footer > li:last-child {
  border: none;
}
.footer .nav-footer > li:last-child a {
  padding-left: 0px;
}
.footer .nav-footer > li:first-child a {
  padding-left: 0px;
}
.footer .nav-footer > li.copy {
  float: none;
  clear: left;
  padding: 10px 0 0;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .nav-footer > li.copy {
    float: left;
    clear: none;
    padding: 0 0 0 11px;
    width: auto;
  }
}
.footer .nav-footer > li.social a {
  border: 0px;
}
.footer .nav-footer .presentation.social {
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -110px;
  width: auto;
  display: block;
  float: none;
}
@media (min-width: 768px) {
  .footer .nav-footer .presentation.social {
    top: 10px;
    left: 60%;
  }
}
.footer .nav-footer .presentation.social:after {
  content: '';
  display: block;
  clear: both;
}
.footer .nav-footer .presentation.social a {
  margin: 0 14px;
  color: #969ba8;
}
.footer .nav-footer .presentation.social .social-pinterest {
  width: 26px;
  height: 32px;
  background: url('../../images/icons/pinterest.png') no-repeat;
  background-size: 26px 30px;
  margin-top: 5px;
  margin-left: 20px;
}
.footer .nav-footer .presentation.gyprock-links {
  position: absolute;
  top: 10px;
  left: 43%;
  width: 40%;
  display: block;
  float: none;
}
@media (min-width: 768px) {
  .footer .nav-footer .presentation.gyprock-links {
    left: 25%;
  }
}
.footer .footer-l {
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
}
.footer .footer-r {
  float: left;
  margin-top: 0px;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  margin-bottom: -20px;
}
.footer .footer-r .social {
  width: 17%;
  padding-bottom: 30px;
  border-bottom: solid 1px #595959;
  margin-bottom: 30px;
}
.footer .footer-r .social a {
  float: right;
}
@media (max-width: 767px) {
  .footer .footer-r {
    margin-top: -6px;
  }
  .footer .footer-r img {
    /*margin-top: 30px;*/
  }
}
@media (min-width: 768px) {
  .footer .footer-r {
    margin-top: -10px;
  }
  .footer .footer-r img {
    margin-top: 20px;
  }
}
.footer .footer-r .logo {
  display: block;
  max-width: 224px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer .footer-r .logo {
    width: 100%;
    display: block;
    float: right;
  }
}
.footer .footer-r .logo img {
  float: initial;
  /*width: 100%;*/
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer .footer-r .logo img {
    /*width: 100%;*/
    display: block;
    /*float: right;*/
    margin-bottom: 10px;
  }
}
.footer #footer-copyright {
  /*position: absolute;*/
  /*width: 200px;*/
  text-align: center;
  font-size: 11.2px;
  color: #b7b9bf;
  padding-top: 0px;
  margin-bottom: -14px;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  .footer #footer-copyright {
    bottom: 0px;
    left: 0px;
  }
}
@media (min-width: 768px) {
  .footer .row .footer-r {
    /*margin-top: 20px;*/
  }
  .footer #footer-copyright {
    text-align: right !important;
  }
  #footer-logo {
    text-align: right;
    margin-left: auto;
    margin-right: 0px;
  }
  .footer .footer-r .logo img {
    margin-left: auto;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .footer .row .footer-r {
    width: 100%;
    display: block;
    padding-top: 30px;
  }
  .footer #footer-copyright {
    position: static;
    text-align: center;
    width: 100%;
  }
  #footer-logo {
    margin-top: 0px;
  }
  #footer-logo a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-landing .footer .row .footer-r {
    padding-top: 50px;
  }
}
a.social-fb:before {
  margin-left: 7px;
}
a.social-tw:before {
  margin-left: 1px;
}
a.social-intg:before {
  margin-left: 2px;
}
a.social-pinterest:before {
  margin-left: 7px;
}
/* Views */
/* Styles for the Home */
.b-feature {
  text-align: center;
}
@media (min-width: 768px) {
  #bfeature-desktop a:first-child img {
    padding-right: 8px;
    float: left;
    max-height: 300px;
  }
  #bfeature-desktop a:last-child img {
    padding-left: 8px;
    float: right ;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  #bfeature-mobile a:not(:last-child) div {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #cfeature-desktop .col-xs-4 {
    padding-left: 8px;
    padding-right: 8px;
  }
  #cfeature-desktop img {
    width: 100%;
  }
  /*
    #cfeature-desktop .col-xs-4:nth-of-type(0) {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cfeature-desktop .col-xs-4:nth-of-type(1) {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cfeature-desktop .col-xs-4:nth-of-type(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cfeature-desktop .col-xs-4:nth-of-type(3) {
        padding-left: 0px;
        padding-right: 0px;
    }
    */
}
@media (max-width: 767px) {
  #cfeature-mobile li {
    padding-left: 8px;
    padding-right: 8px;
  }
  #cfeature-mobile li:first-child {
    padding-left: 0px;
  }
  #cfeature-mobile li:last-child {
    padding-right: 0px;
  }
}
.bonus-tile {
  background-color: #979ba7;
}
.a-feature img,
.b-feature img,
.bonus-tile img {
  /*max-width: 100%;*/
  /*height: 100%;*/
  /*max-height: 150px;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.component .container-fluid {
  background: white;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .component .container-fluid {
    padding: 50px 40px;
  }
}
.component .container-fluid.bg-dark {
  background: #2f2f2f;
}
.component .container-fluid.bg-light {
  background: #e3e3e3;
}
.bg-dark {
  background: #2f2f2f;
}
.bg-dark .link.circle:hover::after {
  background: #e3e3e3;
  color: #51565b;
}
.a-feature {
  padding-bottom: 0px;
  padding-top: 0px;
}
.a-feature .container-fluid {
  background: #2f2f2f;
  padding: 0;
}
@media (min-width: 768px) {
  .a-feature .container-fluid {
    padding: 0 40px 50px;
  }
}
.a-feature .container-fluid .carousel-indicator {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #ffffff;
}
.a-feature .container-fluid .carousel-custom-control {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 62px;
  height: 62px;
  display: block;
  background: #ff6600;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  color: #ffffff;
  font-size: 32px;
  display: none;
}
.a-feature .container-fluid .carousel-custom-control.pull-left {
  margin-right: .3em;
}
.a-feature .container-fluid .carousel-custom-control.pull-right {
  margin-left: .3em;
}
.a-feature .container-fluid .carousel-custom-control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -16px;
  content: "\f053";
}
.a-feature .container-fluid .carousel-custom-control:hover {
  background: #ff944d;
}
.a-feature .container-fluid .carousel-custom-control.left {
  left: -25px;
}
.a-feature .container-fluid .carousel-custom-control.left:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 0 solid transparent;
  border-top: 9px solid #993d00;
  position: absolute;
  left: 0;
  bottom: -9px;
}
.a-feature .container-fluid .carousel-custom-control.right {
  right: -25px;
}
.a-feature .container-fluid .carousel-custom-control.right:before {
  margin: -14px 0 0 -8px;
  content: "\f054";
}
.a-feature .container-fluid .carousel-custom-control.right:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 9px solid #993d00;
  position: absolute;
  right: 0;
  bottom: -9px;
}
.b-feature h2 {
  text-align: center;
}
.b-feature .btn-left,
.b-feature .btn-right {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  display: none;
}
@media (min-width: 768px) {
  .b-feature .btn-left,
  .b-feature .btn-right {
    display: block;
  }
}
.b-feature .btn-right {
  right: 0;
}
.b-feature .item {
  text-align: center;
}
.b-feature .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .b-feature .col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .b-feature .col {
    float: none;
    display: inline-block;
    margin: 0 -4px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.b-feature .col img {
  max-width: 100%;
  padding: 10px 0 20px;
}
@media (min-width: 992px) {
  .b-feature .col img {
    padding: 10px 30px 20px;
  }
}
.c-feature .container-fluid {
  padding: 0;
}
.c-feature .container-fluid img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}
@media (min-width: 768px) {
  .c-feature .container-fluid img {
    margin: 0;
  }
}
.c-feature .container-fluid > .row {
  margin: 0;
}
.c-feature .container-fluid > .row > .col {
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .c-feature .container-fluid > .row > .col {
    padding: 50px 40px;
  }
}
.c-feature .container-fluid > .row > .col h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .c-feature .container-fluid > .row > .col h2 {
    padding-right: 120px;
    text-align: left;
  }
}
.c-feature .container-fluid > .row > .col h2 span {
  display: none;
}
@media (min-width: 768px) {
  .c-feature .container-fluid > .row > .col h2 span {
    position: absolute;
    top: 100px;
    right: 80px;
    display: block;
  }
}
.c-feature .container-fluid > .row > .col p {
  color: #51565b;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .c-feature .container-fluid > .row > .col p {
    text-align: left;
  }
}
.c-feature .container-fluid > .row > .col:first-child {
  background: #e3e3e3;
}
.c-feature .container-fluid > .row > .col:first-child h2 {
  color: #51565b;
}
.c-feature .container-fluid > .row > .col:last-child h2 {
  color: #2c3135;
}
.c-feature .container-fluid > .row > .col:last-child p {
  color: #ffffff;
}
.c-feature .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .c-feature .col {
    float: left;
    width: 50%;
  }
}
.d-feature .col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .d-feature .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .d-feature .col {
    padding-left: 40px;
  }
}
.d-feature .col:first-child {
  padding-bottom: 20px;
  padding-left: 20px;
}
.d-feature .link.circle {
  padding-right: 120px;
  display: inline-block;
  line-height: 64px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
.d-feature .link.circle a {
  margin: 20px 20px 0 0;
  display: inline-block;
}
.d-feature .link.circle::after {
  float: right;
  margin: 0 0 0 20px;
}
.d-feature img {
  width: 100%;
  display: block;
}
.e-feature .container-fluid > .row > .col:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .e-feature .container-fluid > .row > .col:first-child {
    float: left;
    width: 54.16666667%;
  }
}
@media (min-width: 768px) {
  .e-feature .container-fluid > .row > .col:first-child {
    padding-right: 0;
  }
}
.e-feature .container-fluid > .row > .col:first-child .col:first-child img {
  padding-right: 1px;
}
.e-feature .container-fluid > .row > .col:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .e-feature .container-fluid > .row > .col:last-child {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .e-feature .container-fluid > .row > .col:last-child {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 768px) {
  .e-feature .container-fluid > .row > .col:last-child {
    padding-left: 0;
  }
}
.e-feature p {
  color: #ff6600;
}
.e-feature p:last-of-type {
  margin: 0;
}
@media (min-width: 992px) {
  .e-feature p:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.e-feature .link-list {
  padding: 0;
}
@media (min-width: 768px) {
  .e-feature .link-list {
    display: inline-block;
  }
}
.e-feature .link-list:first-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.e-feature .link-list a {
  color: #ffffff;
  display: block;
  padding-right: 20px;
  position: relative;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
.e-feature .link-list a:hover {
  color: #ff6600;
}
.e-feature .link-list a:hover::after {
  right: -5px;
  color: #ff6600;
}
.e-feature .link-list a::after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.2rem;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
.e-feature .link.circle {
  display: inline-block;
  line-height: 64px;
}
.e-feature .link.circle::after {
  float: right;
  margin: 0 0 0 20px;
}
.e-feature .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .e-feature .col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .e-feature .col:first-child .col:first-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .e-feature .col:first-child .col:last-child {
    padding-left: 0;
  }
}
.e-feature .col:first-child img {
  padding-bottom: 1px;
}
.e-feature .col:last-child img {
  width: 50%;
  float: left;
  padding-left: 1px;
  padding-bottom: 1px;
}
.e-feature .col:last-child a:nth-child(odd) img {
  margin-left: -1px;
}
.e-feature .col.feature img {
  width: 100%;
}
.e-feature .col img {
  max-width: 100%;
}
.f-feature .col:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .f-feature .col:first-child {
    float: left;
    width: 37.5%;
  }
}
@media (min-width: 1200px) {
  .f-feature .col:first-child p {
    padding-right: 50%;
  }
}
.f-feature .col:last-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .f-feature .col:last-child {
    float: left;
    width: 62.5%;
  }
}
.f-feature .col h2 {
  color: #51565b;
}
.f-feature .col img {
  max-width: 100%;
}
.g-feature .container-fluid {
  padding: 0;
}
.g-feature .row {
  margin: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .g-feature .row {
    display: table;
    table-layout: fixed;
  }
}
.g-feature .col {
  padding: 25px 20px;
}
.g-feature .col:before,
.g-feature .col:after {
  content: " ";
  display: table;
}
.g-feature .col:after {
  clear: both;
}
.g-feature .col:before,
.g-feature .col:after {
  content: " ";
  display: table;
}
.g-feature .col:after {
  clear: both;
}
@media (min-width: 768px) {
  .g-feature .col {
    padding: 25px 40px;
  }
}
@media (min-width: 992px) {
  .g-feature .col {
    display: table-cell;
    width: 50%;
    padding: 50px 40px;
  }
}
.g-feature .col:first-child p {
  padding: 0 0 0 35%;
}
@media (min-width: 768px) {
  .g-feature .col:first-child p {
    padding-right: 25%;
  }
}
@media (min-width: 768px) {
  .g-feature .col:first-child p.no-margin {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .g-feature .col:first-child p:last-child {
    position: absolute;
    bottom: -22px;
    right: 0;
    padding: 0;
  }
}
.g-feature .bg-dark h2,
.g-feature .bg-dark p {
  color: #ffffff;
}
.g-feature .bg-dark p {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .g-feature .bg-dark p {
    padding-right: 30%;
  }
}
.g-feature .item {
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
.g-feature .item:before,
.g-feature .item:after {
  content: " ";
  display: table;
}
.g-feature .item:after {
  clear: both;
}
.g-feature .item:before,
.g-feature .item:after {
  content: " ";
  display: table;
}
.g-feature .item:after {
  clear: both;
}
.g-feature img {
  max-width: 30%;
  float: left;
}
.g-feature input {
  display: block;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 10px;
  border: none;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.g-feature input:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .g-feature input {
    width: 45%;
  }
}
.g-feature button {
  background: #ff6600;
  color: #ffffff;
  border-radius: 20px;
  border: none;
  padding: 5px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .g-feature button {
    width: 30%;
  }
}
.h-feature img {
  width: 100%;
}
.h-feature .row {
  margin: 0;
  position: relative;
}
.h-feature .row .col {
  position: relative;
}
@media (min-width: 1200px) {
  .h-feature .row .col {
    display: table-cell;
    vertical-align: top;
  }
}
.h-feature .row .img-block,
.h-feature .row .col {
  padding: 1px;
}
@media (min-width: 1200px) {
  .h-feature .row .img-block,
  .h-feature .row .col {
    width: 29.16666667%;
  }
}
.h-feature .row .social-fb,
.h-feature .row .social-tw {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 16px;
}
.h-feature .row .social-fb.pull-left,
.h-feature .row .social-tw.pull-left {
  margin-right: .3em;
}
.h-feature .row .social-fb.pull-right,
.h-feature .row .social-tw.pull-right {
  margin-left: .3em;
}
.h-feature .row .social-fb:before,
.h-feature .row .social-tw:before {
  content: "\f09a";
}
.h-feature .row .social-tw:before {
  content: "\f099";
}
.h-feature .row .img-block {
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .h-feature .row .img-block {
    width: 276px;
    padding-bottom: 1px;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .img-block {
    width: 328px;
    float: left;
  }
}
.h-feature .row .img-block a {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 11px 14px;
  background: #3e479f;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.h-feature .row .img-block a.share-tw {
  background: #2b8ec9;
}
@media (min-width: 768px) {
  .h-feature .row .img-block:nth-child(4) {
    position: absolute;
    right: 0;
    top: 276px;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .img-block:nth-child(4) {
    position: static;
  }
}
@media (min-width: 768px) {
  .h-feature .row .img-block:nth-last-child(2),
  .h-feature .row .img-block:last-child {
    position: static;
    float: right;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .img-block:nth-last-child(2),
  .h-feature .row .img-block:last-child {
    float: left;
  }
}
.h-feature .row .item {
  padding: 20px;
}
@media (min-width: 1200px) {
  .h-feature .row .item {
    padding: 16px;
  }
}
@media (min-width: 1280px) {
  .h-feature .row .item {
    padding: 20px;
  }
}
.h-feature .row a {
  color: #ffffff;
}
.h-feature .row p {
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .h-feature .row .split {
    height: 274px;
    position: absolute;
    left: 276px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .split {
    position: static;
    height: 326px;
    float: left;
  }
}
@media (min-width: 768px) {
  .h-feature .row .split ~ .split {
    position: static;
    clear: left;
    float: left;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .h-feature .row .split ~ .split {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .split ~ .split {
    width: 328px;
  }
}
.h-feature .row .split .item {
  background: #2b8ec9;
}
@media (min-width: 768px) {
  .h-feature .row .split .item {
    height: 50%;
  }
}
.h-feature .row .split .item:last-child {
  background: #3e479f;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .h-feature .row .narrow {
    float: left;
    margin-right: 276px;
    height: 276px;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .narrow {
    width: 125px;
    height: 328px;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .h-feature .row .narrow {
    width: 194px;
  }
}
@media (min-width: 768px) {
  .h-feature .row .narrow ~ .narrow {
    position: absolute;
    top: 828px;
    left: 0;
    right: 552px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .h-feature .row .narrow ~ .narrow {
    position: static;
  }
}
@media (min-width: 1280px) {
  .h-feature .row .narrow ~ .narrow {
    width: 216px;
  }
}
.h-feature .row .narrow .item {
  background: #2b8ec9;
}
@media (min-width: 768px) {
  .h-feature .row .narrow .item {
    height: 100%;
  }
}
.i-feature h2 {
  text-align: center;
}
.i-feature .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.i-feature .col:before,
.i-feature .col:after {
  content: " ";
  display: table;
}
.i-feature .col:after {
  clear: both;
}
.i-feature .col:before,
.i-feature .col:after {
  content: " ";
  display: table;
}
.i-feature .col:after {
  clear: both;
}
@media (min-width: 768px) {
  .i-feature .col {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .i-feature .col:last-child {
    margin-left: 16.66666667%;
  }
}
.i-feature .item img {
  max-width: 35%;
  float: left;
}
.i-feature .item h3 {
  padding: 0 0 0 40%;
  color: #51565b;
  line-height: 1;
}
.i-feature .item h3 .date {
  font-size: 75%;
  font-weight: normal;
  color: #2c3135;
}
.i-feature .item p {
  padding: 0 10% 0 40%;
}
@media (min-width: 992px) {
  .i-feature .item p {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .i-feature .item p:last-child {
    position: absolute;
    bottom: 13px;
    right: 0;
    padding: 0;
  }
}
.home-intro .container-fluid {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .a-feature .container-fluid .carousel-custom-control {
    display: block;
  }
}
#home .col-xs-12 {
  padding: 0px;
}
@media (min-width: 768px) {
  #home .col-xs-12 {
    padding: 0px 15px;
  }
}
#home .flexlider-home-top {
  position: relative;
}
#home .flexlider-home-top ul {
  padding-left: 0px;
}
#home .flex-control-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -7px;
}
#home .flex-control-nav li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#home .flex-control-nav li a {
  display: block;
  border: 2px solid #2c3135;
  width: 18px;
  height: 18px;
  margin: 0px 5px;
  text-indent: -9999px;
  border-radius: 100%;
}
#home .flex-control-nav li a.flex-active {
  background: #2c3135;
}
#home .carousel-home-bottom {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #home .carousel-home-bottom {
    margin-top: 0px;
  }
}
#home .carousel-home-bottom ul {
  padding-left: 0px;
}
#home .carousel-home-bottom ul li {
  padding: 0 8px;
}
#home .carousel-home-bottom ul li:first-child {
  padding-left: 0px;
}
#home .carousel-home-bottom ul li:last-child {
  padding-right: 0px;
}
#home .banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#home .banner img {
  width: 100%;
  min-height: 1px;
  height: auto;
}
@media (min-width: 768px) {
  #home .banner img {
    width: auto;
    min-height: 300px;
  }
}
#home .banner .welcome-content {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 250px;
  margin-top: -55px;
}
@media (min-width: 480px) {
  #home .banner .welcome-content {
    left: 50px;
  }
}
#home .banner .welcome-content h1 {
  font-size: 50px;
  font-family: 'coalhandlukecoalhandluketrial', sans-serif;
  font-weight: normal;
  color: #ff0000;
  margin: 0px;
  line-height: 45px;
}
@media (min-width: 480px) {
  #home .banner .welcome-content h1 {
    font-size: 102px;
  }
}
#home .banner .welcome-content p {
  font-size: 14px;
}
@media (min-width: 768px) {
  #home .banner .welcome-content p {
    font-size: 18px;
  }
}
#home .columns2 {
  margin: 0px -15px;
}
#home .columns2 .columns:nth-child(1) .col-xs-6 {
  padding-left: 0px;
}
#home .columns2 .columns:nth-child(2) .col-xs-6 {
  padding-right: 0px;
}
#home .columns2 .columns .b-feature {
  padding: 0px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  #home .columns2 .columns .b-feature {
    margin-top: 0px;
  }
}
#home .columns2 .columns .b-feature .col-xs-12 {
  padding: 0px;
}
#home .columns2 .columns .b-feature img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (min-width: 768px) {
  #home .colums3 a .col-xs-12 {
    /*&:last-child {
						padding-right: 0px;
					}*/
  }
  #home .colums3 a .col-xs-12:first-child {
    padding-left: 0px;
  }
}
#home .colums3 .bonus-tile {
  padding: 0px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  #home .colums3 .bonus-tile {
    margin-top: 0px;
  }
}
#home .colums3 .bonus-tile .col-xs-12 {
  padding: 0px;
}
#home .colums3 .bonus-tile img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
#home .thumbnail,
#home .thumbnail-small {
  width: 100%;
  min-height: 300px;
}
#home .thumbnail.light-gray,
#home .thumbnail-small.light-gray {
  background: #d3d6de;
}
#home .thumbnail.light-dark,
#home .thumbnail-small.light-dark {
  background: #969ba8;
}
@media print {
  .print-hidden {
    visibility: hidden;
  }
}
.striped-table tbody tr:nth-child(2n+1) {
  background: #e9eaee;
}
.layout_wrap-image-left ul.pic-tools,
.layout_wrap-image-right ul.pic-tools {
  display: block !important;
  opacity: 1 !important;
}
.gyprock_red,
.gyprock_red span {
  color: #FF0000;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.gyprock_grey,
.gyprock_grey span {
  color: #53575C;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.gyprock_black,
.gyprock_black span {
  color: #2C3135;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.gyprock_italic,
.gyprock_italic span {
  font-style: italic;
}
.gyprock_bold,
.gyprock_bold span {
  font-weight: bold;
}
.gyprock_underline,
.gyprock_underline span {
  text-decoration: underline;
}
.gyprock_normal,
.gyprock_normal span {
  /*font-style: initial;*/
  /*font-weight: initial;*/
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.SC_Panel > table td {
  padding: 0px !important;
}
#FCK_Editor > div > div.SC_Panel {
  width: 200px !important;
}
p {
  margin: 0px 0px 10px 0px;
  margin: 14px 0px;
}
.header p {
  margin: 0px 0px 10px 0px;
}
#search-results .rating-stars {
  background: url("/images/bg/rating-stars.png");
  display: inline-block;
  height: 11px;
  width: 76px;
  overflow: hidden;
}
#search-results .rating-stars em {
  background: url("/images/bg/rating-stars.png") 0 -11px;
  display: block;
  height: 11px;
  overflow: hidden;
  text-indent: -12345px;
}
/* faq */
#faq .faq-finder {
  position: relative;
  padding: 0 0 25px;
  border-bottom: solid 1px #d0d0d0;
}
#faq .faq-finder .category-box {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #faq .faq-finder .category-box {
    width: 40%;
    float: left;
    margin: 0 40px 0 0;
  }
}
#faq .faq-finder .category-box select {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 8px;
  font-size: 0.875em;
}
#faq .faq-finder .search-box {
  position: relative;
}
@media (min-width: 768px) {
  #faq .faq-finder .search-box {
    width: 40%;
    float: left;
  }
}
#faq .faq-finder .search-box input {
  width: 100%;
  font-size: 0.875em;
  padding-right: 42px;
}
#faq .faq-finder .search-box .search {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 22px;
}
#faq .faq-finder .search-box .search.pull-left {
  margin-right: .3em;
}
#faq .faq-finder .search-box .search.pull-right {
  margin-left: .3em;
}
#faq .faq-finder .search-box .search:before {
  content: "\f002";
}
#faq .master-list > li {
  padding: 25px 0 0;
}
#faq .master-list > li h3 {
  color: #ff0000;
  margin: 0;
  font-size: 1.25em;
  line-height: 44px;
}
#faq .master-list > li > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#faq .master-list > li > ol > li {
  border-bottom: dotted 1px #d0d0d0;
  padding: 25px 0;
}
#faq .master-list > li > ol > li p:last-child {
  margin: 0;
}
#faq .master-list > li > ol > li:last-child {
  border: none;
}
#standard-content.faq {
  padding: 15px;
}
#standard-content.faq h3 {
  font-size: 14px !important;
}
#standard-content.faq h3 a {
  color: #2c3135;
}
#standard-content.faq #faq-list {
  margin-bottom: 20px;
}
#standard-content.faq #faq-list li a {
  display: block;
  color: #2c3135;
  margin-bottom: 10px;
}
.rules h3 {
  font-size: 14px !important;
}
#careers {
  background: white;
}
#careers .master-list li:first-child a {
  background: #e5e5e5;
  padding: 20px;
}
@media (min-width: 992px) {
  #careers .master-list li:first-child a {
    padding: 40px;
  }
}
#careers .master-list li a {
  background: white;
}
#careers .master-list li a:hover {
  background: #eee;
}
#careers .master-list li a h3 {
  margin: 0px;
  line-height: 1.2;
}
#careers .master-list li a p {
  color: #51565b;
}
#careers .master-list li a label.date {
  font-weight: normal;
  color: #2c3135;
  font-size: .875em;
  display: block;
  margin: 0 0 20px;
}
#careers .master-list li a {
  display: inline-block;
}
#careers .careers-detail {
  margin-left: -25px;
  margin-right: -25px;
}
#careers .careers-detail .left {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  #careers .careers-detail .left {
    float: left;
    width: 75%;
  }
}
#careers .careers-detail .right {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  #careers .careers-detail .right {
    float: left;
    width: 25%;
  }
}
#careers .careers-detail .right .inner {
  background: #f5f5f5;
  padding: 20px;
}
#careers .careers-detail .right .inner .document-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#careers .careers-detail .right .inner .document-list li {
  margin: 0;
  padding: 15px 0;
  border-bottom: dotted 1px #d0d0d0;
}
#careers .careers-detail .right .inner .document-list li a {
  display: block;
  min-height: 44px;
  padding: 0 0 0 50px;
  background: url(/images/icons/ico-pdf.png) 0 0 no-repeat;
}
#careers .careers-detail .right .inner .document-list li a .title {
  font-size: .875em;
  font-weight: bold;
  color: #51565b;
  display: block;
  line-height: 1;
  margin: 0 0 5px;
}
#careers .careers-detail .right .inner .document-list li a .size {
  font-size: .875em;
  color: #666666;
}
#careers .careers-detail .right .inner .document-list li a .fa {
  float: right;
  font-size: 18px;
}
#careers .careers-detail .right .inner .document-list li:last-child {
  border: none;
}
#careers .careers-detail h4 {
  color: #51565b;
  font-weight: bold;
}
#downloads h3 {
  color: #51565b;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: solid 1px #d0d0d0;
  margin: 0 0 25px;
}
#downloads .items {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 25px;
}
#downloads .items a {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #downloads .items a {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #downloads .items a {
    float: left;
    width: 25%;
  }
}
#downloads .items a .inner {
  display: block;
  background-color: #f9f9f9;
  padding: 109px 30px 30px;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
#downloads .items a .inner h4 {
  font-size: .875em;
  color: #51565b;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 5px;
}
#downloads .items a .inner label {
  font-size: .75em;
  font-weight: normal;
  color: #2c3135;
  margin: 0 0 25px;
  display: block;
}
#downloads .items a.pdf .inner {
  background-image: url('/images/icons/ico-pdf-large.png');
}
#downloads .items a:hover .inner {
  background-color: #ff6600;
}
#downloads .items a:hover .inner h4,
#downloads .items a:hover .inner label,
#downloads .items a:hover .inner span {
  color: white !important;
}
#events {
  position: relative;
}
#events .events-filter {
  margin-left: -15px;
  margin-right: -15px;
}
#events .events-filter .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #events .events-filter .col {
    float: left;
    width: 33.33333333%;
  }
}
#events .events-head {
  background: #e5e5e5;
  border: solid 1px #d0d0d0;
  margin-left: 0px;
  margin-right: 0px;
}
#events .events-head .left {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  #events .events-head .left {
    float: left;
    width: 33.33333333%;
  }
}
#events .events-head .left .inner {
  margin-left: 0px;
  margin-right: 0px;
}
#events .events-head .left .inner a {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-right: solid 1px #d0d0d0;
  background: #e5e5e5;
  font-size: .75em;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
#events .events-head .left .inner a .fa {
  line-height: 40px;
  height: 40px;
  display: block;
  font-size: 22px;
  color: #51565b;
}
#events .events-head .left .inner a:hover {
  background: #2f2f2f;
  color: white;
}
#events .events-head .left .inner a:hover .fa {
  color: white;
}
#events .events-head .mid {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  line-height: 40px;
}
@media (min-width: 992px) {
  #events .events-head .mid {
    float: left;
    width: 33.33333333%;
  }
}
#events .events-head .right {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  #events .events-head .right {
    float: left;
    width: 33.33333333%;
  }
}
#events .events-head .right .inner {
  margin-left: 0px;
  margin-right: 0px;
}
#events .events-head .right .inner a {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 25px;
  text-align: center;
  border-right: solid 1px #d0d0d0;
  border-top: solid 1px #d0d0d0;
  background: #f9f9f9;
  font-size: .75em;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
}
#events .events-head .right .inner a:last-child {
  border-right: none;
}
#events .events-head .right .inner a .fa {
  margin: 0 4px 0 0;
  display: inline-block;
}
#events .events-head .right .inner a:hover {
  background: #2f2f2f;
  color: white;
}
@media (min-width: 992px) {
  #events .events-head .right .inner a {
    line-height: 40px;
    border-top: none;
    background: #e5e5e5;
  }
  #events .events-head .right .inner a:first-child {
    border-left: solid 1px #d0d0d0;
  }
}
#events .events-listing h3 {
  font-size: 1.125em;
  line-height: 55px;
  border-bottom: solid 1px #d0d0d0;
  margin: 0;
}
#events .events-listing .master-list li a {
  margin-left: -10px;
  margin-right: -10px;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .218s;
  -webkit-transition-duration: .218s;
  -o-transition-duration: .218s;
  transition-duration: .218s;
  background: white;
}
#events .events-listing .master-list li a:hover {
  background: #e5e5e5;
}
#events .events-listing .master-list li a .event-dates {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #events .events-listing .master-list li a .event-dates {
    float: left;
    width: 16.66666667%;
  }
}
#events .events-listing .master-list li a .event-dates .date {
  font-weight: normal;
  color: #51565b;
  display: inline-block;
  margin: 0;
  text-align: left;
  font-size: .875em;
}
@media (min-width: 992px) {
  #events .events-listing .master-list li a .event-dates .date {
    display: block;
    text-align: center;
  }
}
#events .events-listing .master-list li a .event-dates .date span {
  color: #2c3135;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  #events .events-listing .master-list li a .event-dates .date span {
    display: block;
  }
}
#events .events-listing .master-list li a .event-dates span.to {
  display: inline-block;
  color: #51565b;
  margin: 0 0 10px;
  text-align: center;
  font-size: .875em;
}
@media (min-width: 992px) {
  #events .events-listing .master-list li a .event-dates span.to {
    display: block;
  }
}
#events .events-listing .master-list li a .event-thumb {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #events .events-listing .master-list li a .event-thumb {
    float: left;
    width: 16.66666667%;
  }
}
#events .events-listing .master-list li a .event-thumb > img {
  width: 100%;
  display: block;
  float: none;
}
#events .events-listing .master-list li a .event-text {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #events .events-listing .master-list li a .event-text {
    float: left;
    width: 66.66666667%;
  }
}
#events .events-listing .master-list li a .event-text h4 {
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 5px;
}
#events .events-listing .master-list li a .event-text h5 {
  color: #2c3135;
  font-size: .875em;
  margin: 0 0 20px;
}
#events .events-listing .master-list li a .event-text p {
  color: #51565b;
}
#events h1.event-title {
  margin: 0;
}
#events h2.event-type {
  margin: 0;
  color: #51565b;
  font-size: 1.25em;
  margin: 0 0 35px;
}
#events p.event-info-line {
  border-bottom: dashed 1px #d0d0d0;
  padding: 0 0 10px;
}
#news {
  position: relative;
}
#news .date {
  font-size: 1.4rem;
  color: #2c3135;
  font-weight: normal;
}
#news .featured {
  background: #e5e5e5;
  display: block;
}
#news .featured h3 {
  margin-bottom: 0;
}
#news .featured p {
  margin-bottom: 1.5em;
}
#news .featured .date {
  margin-bottom: 1.5em;
}
#news .featured .image {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #news .featured .image {
    float: left;
    width: 33.33333333%;
  }
}
#news .featured .image > img {
  width: 100%;
  display: block;
  height: 100%;
}
#news .featured .text {
  min-height: 1px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 768px) {
  #news .featured .text {
    float: left;
    width: 66.66666667%;
  }
}
body[data-page-id="latestnews page-photogallery"] hr:last-child {
  display: none;
}
#photo-albums .gallery-list {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0 -20px;
}
#photo-albums .gallery-list .item {
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  #photo-albums .gallery-list .item {
    display: table-cell;
    border-right: 1px solid #dbdbdb;
  }
}
#photo-albums .gallery-list .item:last-child {
  border: none;
}
#photo-albums .gallery-list .image-holder {
  margin: 0 -10px 40px;
}
#photo-albums .gallery-list .thumb {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
#photo-albums .gallery-list .thumb img {
  max-width: 100%;
}
#photo-gallery .gallery-list {
  list-style: none;
  padding: 0;
  margin: 20px -6.5px;
}
@media (min-width: 992px) {
  #photo-gallery .gallery-list {
    margin: 20px -13.5px;
  }
}
#photo-gallery .gallery-list .item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 6.5px;
  padding-right: 6.5px;
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  #photo-gallery .gallery-list .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #photo-gallery .gallery-list .item {
    padding-bottom: 27px;
    position: relative;
    min-height: 1px;
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #photo-gallery .gallery-list .item {
    float: left;
    width: 20%;
  }
}
#photo-gallery .gallery-list .item:nth-child(2n+1) {
  clear: left;
}
@media (min-width: 768px) {
  #photo-gallery .gallery-list .item:nth-child(2n+1) {
    clear: none;
  }
}
@media (min-width: 992px) {
  #photo-gallery .gallery-list .item:nth-child(5n+1) {
    clear: left;
  }
}
#photo-gallery .gallery-list .item .text {
  display: none;
}
#photo-gallery .gallery-list .item img {
  max-width: 100%;
}
.hqpush .leftBox,
.hqpush .rightBox {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 50%;
}
.hqpush .leftBox {
  float: left;
  padding: 0 2em 0 0;
}
.hqpush .rightBox {
  float: right;
  padding: 0 0 0 2em;
}
.hqpush .form_Container h2 {
  margin: 0 0 20px;
}
.hqpush .form_Container ul,
.hqpush .form_Container li {
  list-style: none;
}
.hqpush .form_Container ul {
  padding: 0;
}
.hqpush .form_Container li {
  padding: 0 0 1em 0;
}
.hqpush .form_Container li .txt_container {
  padding: 0.25em 0 0 0;
}
.hqpush .form_Container .txtVideoUrl {
  width: calc(100% - 40px);
  width: -webkit-(100% - 30px);
  width: moz-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  float: left;
}
.hqpush .form_Container .lnkVideoHelp {
  width: 40px;
  float: left;
}
/*** UNDER MY POINTS ***/
.page-utils {
  padding: 0px;
}
.no-padding {
  padding: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.padding-right {
  padding-right: 7px;
}
.padding-left {
  padding-left: 7px;
}
@media (min-width: 768px) {
  #csc > div > .no-padding {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  #csc > div > .no-padding + .no-padding {
    padding-right: 0;
    padding-left: 15px;
  }
}
.mypoints-links {
  margin: 31px 0 55px;
}
.mypoints-links li {
  position: relative;
  border-bottom: 1px solid #1b1e20;
}
.mypoints-links li:first-child {
  border-top: 1px solid #1b1e20;
}
.mypoints-links li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #2c3135;
  padding: 18px 9px 18px 15px;
  text-transform: uppercase;
}
.mypoints-links li a:after {
  content: '';
  position: absolute;
  top: 21px;
  right: 21px;
  border: 2px solid #2c3135;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .mypoints-links li {
    border-color: #d3d6de;
  }
  .mypoints-links li:first-child {
    border-color: #d3d6de;
  }
}
#profile table .table-header {
  /*background: #000;*/
  background: #2c3135;
}
#profile table .table-header th {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: normal;
  padding: 10px;
  border: 0;
}
#profile table tr {
  border: 1px solid #d3d6de;
}
#profile table tr:first-child {
  border-bottom: 0;
}
#profile table tr:last-child {
  border-bottom: 1px solid #d3d6de;
}
#profile table td {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2c3135;
  text-align: center;
  border: 0px !important;
}
#profile table td span {
  font-size: 14px;
}
#profile table tr.stripe {
  background: #e9eaee;
}
#profile table tfoot td {
  border: 0;
}
#profile .my-claims-table tr th:nth-child(3),
#profile .my-claims-table tr td:nth-child(3) {
  text-align: left;
}

#profile .provider-tooltip{
	position: relative;    
    background: url(../../images/icons/icon-more_info.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 5px;
}

/*** UNDER BONUS POINTS ***/
#errorDisplay {
  padding: 0px 15px;
}
#errorDisplay h4 {
  color: #ff0000;
  margin-bottom: 0px;
  text-transform: uppercase;
}
#errorDisplay ul {
  padding: 0px;
}
#errorDisplay ul li {
  color: #ff0000;
}
/***
* LIBRARY *
***/
.module-library {
  width: 100%;
}
@media (min-width: 768px) {
  .module-library {
    width: 790px;
    margin: 0 auto;
  }
}
.module-library h2 {
  padding: 0 15px 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .module-library h2 {
    padding: 0 0px 10px;
  }
}
.module-library .library-list {
  padding: 0px 15px;
  counter-reset: item;
}
@media (min-width: 768px) {
  .module-library .library-list {
    padding: 0px 62px;
  }
}
.module-library .library-list a {
  color: #2c3135;
}
.module-library .library-list li {
  position: relative;
  border-bottom: 1px solid #d3d6de;
  font-weight: 600;
  /*&.first {
				&::before {
					content: counter(item)".";
					counter-increment: item;
					position: absolute;
					top: 21px;
					left: 0px;
				}
			}*/
}
.module-library .library-list li h3 {
  padding-left: 0px;
}
.module-library .library-list li h3::before {
  content: counter(item) ".";
  counter-increment: item;
  position: relative;
}
.module-library .library-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 24px;
  margin-top: -12px;
  background: url('../../images/icons/arrow-big.png') no-repeat;
  pointer-events: none;
}
.module-library .library-list li:first-child {
  border-top: 1px solid #d3d6de;
}
/*** 
* TRAINING MODULES *
***/
#learn-cols.learn-module {
  padding: 0px;
}
#learn-cols.learn-module h3 {
  padding: 0 15px 10px;
  margin: 30px -15px 20px;
  border-bottom: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  #learn-cols.learn-module h3 {
    margin: 0px 0px 20px;
    padding: 0 0px 10px;
  }
}
@media (min-width: 768px) {
  #learn-cols.learn-module h3.hdn-currentmodules {
    padding: 0 0 10px;
    margin: 0 0 20px;
  }
}
#learn-cols.learn-module .draggble-content {
  position: relative;
  width: 100%;
}
#learn-cols.learn-module .draggble-content:after {
  content: '';
  display: block;
  clear: both;
}
#learn-cols.learn-module .draggble-content ul {
  padding: 0px;
}
#learn-cols.learn-module .draggble-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#learn-cols.learn-module .draggble-content ul li:first-child .panel {
  margin-left: 0px;
}
#learn-cols.learn-module .draggble-content .panel {
  float: left;
  margin: 0px;
  box-shadow: none;
}
@media (min-width: 768px) {
  #learn-cols.learn-module .draggble-content .panel {
    margin: 0px 7px;
  }
}
#learn-cols.learn-module .draggble-content .panel .details {
  position: relative;
  width: 261px;
  height: 100%;
  padding: 40px 20px 20px;
  margin: 0 auto;
}
#learn-cols.learn-module .draggble-content .panel .details p,
#learn-cols.learn-module .draggble-content .panel .details span {
  margin: 0px;
}
#learn-cols.learn-module .draggble-content .panel .details p {
  float: left;
  text-align: left;
}
#learn-cols.learn-module .draggble-content .panel .details span {
  float: right;
  font-size: 14px;
  font-weight: 500;
  color: #ff0000;
  text-align: right;
}
#learn-cols.learn-module .draggble-content .panel .details ul {
  padding: 0px;
  margin-bottom: 10px;
}
#learn-cols.learn-module .draggble-content .panel .details ul li {
  width: 100%;
}
#learn-cols.learn-module .draggble-content .panel .details ul li:after {
  content: '';
  display: block;
  clear: both;
}
#learn-cols.learn-module .draggble-content .panel .details a {
  position: absolute;
  width: 221px;
  left: 50%;
  bottom: 36px;
  margin-left: -110px;
}
#learn-cols.learn-module .draggble-content .panel .details .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #2c3135;
  text-align: center;
}
#learn-cols.learn-module .draggble-content .panel .details .title span {
  float: none;
  font-size: 40px;
  font-weight: 700;
  color: #2c3135;
  line-height: 41px;
}
#learn-cols.learn-module .draggble-content .panel .details .title h4 {
  font-size: 24px;
  color: #2c3135;
  line-height: 30px;
  margin: 0px;
}
#learn-cols.learn-module .draggble-content .panel .details .btn-survey {
  position: absolute;
  bottom: 40px;
  width: 222px;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #2c3135;
  padding: 12px 0px;
  border: 1px solid #2c3135;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
}
#learn-cols.learn-module .mypoints-links {
  padding: 0px;
}
#learn-cols.learn-module .mypoints-links .panel {
  margin: 0px;
  box-shadow: none;
}
#learn-cols.learn-module .mypoints-links .panel p {
  margin: 0px;
}
#learn-cols.learn-module .mypoints-links .panel span {
  display: inline-block;
  margin: 0px;
}
#learn-cols.learn-module .mCSB_container {
  height: auto;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #learn-cols.learn-module .mCSB_container {
    height: 415px;
    margin-bottom: 30px;
  }
}
#learn-cols.learn-module .mCSB_scrollTools .mCSB_draggerContainer {
  display: none;
  top: 18px;
}
@media (min-width: 768px) {
  #learn-cols.learn-module .mCSB_scrollTools .mCSB_draggerContainer {
    display: block;
  }
}
#learn-cols.learn-module .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 48px;
  bottom: 75px;
}
#learn-cols.learn-module .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 48px;
  height: 48px;
  background: url('../../images/buttons/drag-icon.png') no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
}
#learn-cols.learn-module .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 1px;
  margin: 23px 0;
}
#learn-cols.learn-module .panel.opportunities {
  margin: 0px;
  padding-bottom: 38px;
  border-radius: 0px;
  box-shadow: none;
}
#learn-cols.learn-module .other-module-link {
  position: relative;
  border: 0px;
  margin: 0px;
  border-bottom: 1px solid #d3d6de;
  box-shadow: none;
  border-radius: 0px;
}
#learn-cols.learn-module .other-module-link:first-child {
  border-top: 1px solid #d3d6de;
}
#learn-cols.learn-module .other-module-link p {
  margin: 0px;
}
#learn-cols.learn-module .other-module-link a {
  display: block;
  padding: 13px 9px 13px 15px;
}
#learn-cols.learn-module .other-module-link a span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#learn-cols.learn-module .other-module-link a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  border: 2px solid #2c3135;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.training-module {
  padding: 0px 15px;
  /*** 
	 * RESULT *
	***/
}
@media (min-width: 768px) {
  .training-module {
    width: 790px;
    margin: 0 auto;
  }
}
.training-module #col-main img {
  width: 100%;
  height: auto;
}
.training-module p {
  font-size: 14px;
  margin-bottom: 15px;
}
.training-module h2 {
  padding: 0 15px 15px;
  margin: 0 -15px 25px -15px;
  border-bottom: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .training-module h2 {
    padding: 0px 0 15px;
    margin: 0 0 25px;
  }
}
.training-module .survey-title {
  margin: 50px -15px 25px -15px;
}
@media (min-width: 768px) {
  .training-module .survey-title {
    padding: 0px 0 15px;
    margin: 50px 0 25px;
  }
}
.training-module .get-started-img {
  margin-bottom: 35px;
}
.training-module .btn-getstarted {
  width: 100%;
  padding: 0px 0 15px;
  margin: 10px 0 20px;
}
@media (min-width: 768px) {
  .training-module .btn-getstarted {
    display: block;
    width: 253px;
    margin: 40px auto;
  }
}
.training-module #col-side {
  padding-top: 25px;
  margin: 0px -15px;
  border-top: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .training-module #col-side {
    margin: 0px;
  }
}
.training-module #col-side .module-info {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .training-module #col-side .module-info {
    padding: 0px;
  }
}
.training-module #col-side .module-info:after {
  content: '';
  display: block;
  clear: both;
}
.training-module #col-side .module-info li {
  float: left;
  width: 50%;
  font-size: 14px;
  text-align: center;
}
.training-module #col-side .module-info li span {
  color: #ff0000;
}
.training-module #col-side .module-info li.align-center {
  text-align: center;
}
.training-module #col-side .module-info li.align-left {
  text-align: left;
}
.training-module #col-side .module-info li.align-right {
  text-align: right;
}
.training-module #col-side .module-info .value-bonus div {
  display: inline-block;
  vertical-align: middle;
}
.training-module #col-side .module-info .value-bonus .align-right {
  margin-left: 37px;
}
.training-module #questions {
  margin-top: 25px;
}
.training-module #questions #question-list {
  padding: 0px;
}
.training-module #questions .question-count {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #ff0000;
  padding: 13px 17px;
  background: url('../../images/buttons/bullet-bg.png') no-repeat;
}
.training-module #questions .question-content {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0px 13px 13px;
  width: 77%;
}
@media (min-width: 768px) {
  .training-module #questions .question-content {
    width: 89%;
  }
}
.training-module #questions label {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #51565b;
  padding-left: 40px;
  cursor: pointer;
  line-height: 26px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.training-module #questions input[type=radio],
.training-module #questions input[type=checkbox] {
  display: none;
}
.training-module #questions label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/unactive.jpg') no-repeat;
}
.training-module #questions input[type=radio]:checked + label:before,
.training-module #questions input[type=checkbox]:checked + label:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/active.jpg') no-repeat;
}
.training-module #questions .options span {
  font-weight: 300;
}
.training-module #questions .options input[type="radio"] {
  margin: 0px 5px;
}
.training-module #questions .options input[type="radio"] + label {
  margin-right: 20px;
}
.training-module #questions textarea {
  padding: 24px 15px;
}
.training-module #questions .less-more-option:after {
  content: '';
  display: block;
  clear: both;
}
.training-module #questions .less-more-option .text-question.text-first {
  text-align: left;
}
@media (min-width: 768px) {
  .training-module #questions .less-more-option .text-question.text-first {
    margin: 0 15px 0 0;
  }
}
.training-module #questions .less-more-option .text-question {
  display: block;
  text-align: right;
}
.training-module #questions .less-more-option .text-question span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .training-module #questions .less-more-option .text-question {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
  }
}
.training-module #questions .less-more-option .less-more-wrapper {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: auto;
}
@media (min-width: 768px) {
  .training-module #questions .less-more-option .less-more-wrapper {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
.training-module #questions .less-more-option ul {
  padding: 0px;
}
@media (min-width: 768px) {
  .training-module #questions .less-more-option ul {
    height: auto;
  }
}
.training-module #questions .less-more-option ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  height: 26px;
}
.training-module #questions .less-more-option ul li label {
  display: block;
  width: 26px;
  margin-right: 0px !important;
}
.training-module #paging {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.training-module #paging:after {
  content: '';
  display: block;
  clear: both;
}
.training-module #paging ul {
  padding: 0px;
}
.training-module #paging ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 17px 5px 0;
  margin: 0px;
  text-align: center;
  vertical-align: top;
}
.training-module #paging ul .seperator {
  display: none;
}
@media (min-width: 480px) {
  .training-module #paging ul .seperator {
    display: inline-block;
    vertical-align: top;
  }
}
.training-module #paging ul .spr + .spr .seperator {
  display: none;
}
.training-module #paging ul .btn-back {
  position: absolute;
  left: 0px;
  top: 0px;
}
.training-module #paging ul .btn-next {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (min-width: 768px) {
  .training-module #paging ul .btn-next {
    right: 13px;
  }
}
.training-module #paging ul .btn {
  padding: 0px;
}
.training-module #paging ul .btn a {
  font-size: 17px;
  color: #000;
  background: #d3d6de;
}
@media (min-width: 768px) {
  .training-module #paging ul .btn a {
    font-size: 20px;
  }
}
.training-module #paging ul .btn a:hover {
  color: #ffffff;
}
.training-module #paging ul .btn a.btn-red {
  color: #fff;
  background: #ff0000;
}
.training-module #paging .btn-next a {
  padding: 0 45px 0 25px;
}
@media (min-width: 768px) {
  .training-module #paging .btn-next a {
    padding: 0 55px 0 35px;
  }
}
.training-module #paging .btn-back a {
  padding: 0 25px 0 45px;
}
@media (min-width: 768px) {
  .training-module #paging .btn-back a {
    padding: 0 35px 0 55px;
  }
}
.training-module #paging .btn-next:after {
  content: '';
  position: absolute;
  top: 21px;
  right: 25px;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .training-module #paging .btn-next:after {
    top: 20px;
    width: 14px;
    height: 14px;
  }
}
.training-module #paging .btn-next:hover:after,
.training-module #paging .btn-submit:hover:after {
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .training-module #paging .btn-next:hover:after,
  .training-module #paging .btn-submit:hover:after {
    top: 20px;
    width: 14px;
    height: 14px;
  }
}
.training-module #paging .btn-back:hover:after {
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .training-module #paging .btn-back:hover:after {
    top: 20px;
    width: 14px;
    height: 14px;
  }
}
.training-module #paging .btn-back:after {
  content: '';
  position: absolute;
  top: 21px;
  left: 25px;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .training-module #paging .btn-back:after {
    font-size: 20px;
    top: 20px;
    width: 14px;
    height: 14px;
  }
}
.training-module #paging .btn-submit {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (min-width: 768px) {
  .training-module #paging .btn-submit {
    right: 13px;
  }
}
.training-module #paging .btn-submit a {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #000;
  background: #d3d6de;
  padding: 0 30px 0 20px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  outline: none;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .training-module #paging .btn-submit a {
    padding: 0 45px 0 25px;
  }
}
.training-module #paging .btn-submit:after {
  content: '';
  position: absolute;
  top: 21px;
  right: 15px;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .training-module #paging .btn-submit:after {
    top: 20px;
    right: 25px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 768px) {
  .training-module .result-wrapper,
  .training-module .disclaimer-result {
    padding: 0 47px;
  }
}
.training-module .title-module {
  padding: 0 15px 15px;
  margin: 50px -15px 0px -15px;
  border-bottom: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .training-module .title-module {
    padding: 0 0 15px;
    margin: 50px 0 0px;
  }
}
.training-module .instructions {
  margin-top: 50px;
}
.training-module .instructions h2 {
  font-size: 39px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 60px;
  color: #2c3135;
  padding: 0px;
  margin: 0px;
  text-align: center;
  border: 0px;
}
@media (min-width: 768px) {
  .training-module .instructions h2 {
    font-size: 55px !important;
  }
  .training-module .instructions h2 br {
    display: none;
  }
}
.training-module .instructions h2 span {
  display: block;
  font-size: 22px !important;
  font-weight: 300;
  color: #ff0000;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .training-module .instructions h2 span {
    font-size: 35px !important;
  }
}
.training-module #answer-list {
  padding: 0px;
  margin: 0px -15px 20px;
}
@media (min-width: 768px) {
  .training-module #answer-list {
    margin: 0px 0px 20px;
  }
}
.training-module #answer-list li {
  position: relative;
  padding: 20px 15px 15px;
  border-bottom: 1px solid #d3d6de;
}
.training-module #answer-list li:after {
  content: '';
  display: block;
  clear: both;
}
.training-module #answer-list li .answer {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
}
.training-module #answer-list li .youranswer,
.training-module #answer-list li .correctanswer {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .training-module #answer-list li .youranswer,
  .training-module #answer-list li .correctanswer {
    display: inline-block;
    vertical-align: top;
    width: 47%;
  }
}
.training-module #answer-list li .youranswer em,
.training-module #answer-list li .correctanswer em {
  display: block;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.training-module #answer-list li .verdict {
  position: absolute;
  top: 50%;
  right: 15px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .training-module #answer-list li .verdict {
    margin-top: -5px;
  }
}
.training-module #answer-list li .verdict-wrong {
  width: 25px;
  height: 25px;
  background: url('../../images/common/icon-wrong.png') no-repeat;
}
.training-module #answer-list li .verdict-wrong + .youranswer {
  color: #ff0000;
}
.training-module #answer-list li .verdict-wrong + .youranswer em {
  color: #ff0000;
}
.training-module #answer-list li .verdict-wrong + .youranswer + .correctanswer {
  color: #ff0000;
}
.training-module #answer-list li .verdict-wrong + .youranswer + .correctanswer em {
  color: #ff0000;
}
.training-module #answer-list li .verdict-correct {
  width: 25px;
  height: 25px;
  background: url('../../images/common/icon-correct.png') no-repeat;
}
.training-module #answer-list li .verdict-correct + .youranswer {
  color: #7cb000;
}
.training-module #answer-list li .verdict-correct + .youranswer em {
  color: #7cb000;
}
.training-module #answer-list li .qts-count {
  padding-right: 38px;
}
.training-module #answer-list li .qts-count span {
  display: block;
  font-size: 14px;
  color: #ff0000;
  background: url('../../images/buttons/bullet-bg.png') no-repeat;
  width: 48px;
  height: 48px;
  padding: 13px 19px;
  font-weight: bold;
}
.training-module #answer-list li .qts-answer {
  padding-top: 12px;
}
#learn-side .back-to-list {
  display: block;
  width: 200px;
  padding: 0px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #learn-side .online-training {
    padding-right: 77px;
  }
}
/* targeting mozilla */
@media (min-width: 768px) {
  @-moz-document url-prefix() {
    #learn-cols.learn-module .mCSB_container {
      height: 415px;
      margin-bottom: 30px;
      min-width: 1543px !important;
    }
    li.bonus_survey::before {
      margin-left: -75px !important;
    }
  }
  @-ms-document url-prefix() {
    #learn-cols.learn-module .mCSB_container {
      height: 415px;
      margin-bottom: 30px;
      min-width: 1543px !important;
    }
  }
}
/* targeting ie 10 */
@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  #learn-cols.learn-module .mCSB_container {
    height: 415px;
    margin-bottom: 30px;
    min-width: 1543px !important;
  }
}
#standard-content.module-library h3 {
  font-size: 14px !important;
}
#learn-cols h3 {
  font-size: 14px !important;
}
.training-module h3.title-module {
  font-size: 14px !important;
}
/*** LANDING PAGE ***/
.page-landing-wrapper {
  position: relative;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 40%;  
}
.page-landing-wrapper p {
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .page-landing-wrapper {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.page-landing-wrapper .product-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (min-width: 768px) {
  .page-landing-wrapper .product-img img {
    width: 83%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-landing-wrapper .product-img img {
    width: 60%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .page-landing-wrapper .product-img img {
    width: 82%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-landing-wrapper .page-main {
    width: 990px;
    margin: 0 auto;
  }
}
.page-landing-wrapper .signup-left,
.page-landing-wrapper .signup-right {
  padding: 0px;
}
.page-landing-wrapper .signup-left {
  text-align: center;
  border-bottom: 1px solid #d3d6de;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-landing-wrapper .signup-left {
    padding-right: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    border-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .page-landing-wrapper .signup-left {
    padding-right: 125px;
  }
}
.page-landing-wrapper .signup-left img {
  width: 50%;
  min-width: 225px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-landing-wrapper .signup-left img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) {
  .page-landing-wrapper .signup-left .register-logo {
    width: auto;
    height: auto;
  }
}
.page-landing-wrapper .signup-left p {
  text-align: left;
}
@media (min-width: 768px) {
  .page-landing-wrapper .signup-right {
    padding-left: 60px;
    border-left: 1px solid #d3d6de;
  }
}
@media (min-width: 992px) {
  .page-landing-wrapper .signup-right {
    padding-left: 99px;
  }
}
.page-landing-wrapper .signup-right .forgot-password a {
  font-size: 14px;
  color: #ff0000;
  text-decoration: underline;
  text-align: left;
}
.page-landing-wrapper .signup-right .input {
  margin-bottom: 15px;
}
.page-landing-wrapper .signup-right .password {
  margin-bottom: 0px;
}
.page-landing-wrapper .signup-right .btn-login {
  width: 100%;
  padding: 0px;
  margin-top: 13px;
  margin-bottom: 0px;
}
.page-landing-wrapper .signup-right .btn-login a {
  margin-top: 15px;
}
.page-landing-wrapper .signup-right .join-content {
  padding: 40px 0;
  margin-top: 27px;
  text-align: center;
  border-top: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .page-landing-wrapper .signup-right .join-content {
    padding-bottom: 0px;
  }
}
.page-landing-wrapper .signup-right .join-content p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-landing-wrapper .signup-right .join-content p {
    font-size: 14px;
  }
}
.page-landing-wrapper .signup-right .join-content .join-btn {
  padding: 0px;
  margin-bottom: 10px;
}
.page-landing-wrapper .signup-right .join-content .join-btn a {
  font-size: 20px;
  color: #ffffff;
  padding: 0px 25px;
}
@media (min-width: 768px) {
  .page-landing-wrapper .signup-right .join-content .join-btn a {
    display: block;
    width: 220px;
    height: 55px;
    margin: 0 auto;
  }
}
.page-landing-wrapper .signup-right .join-content .join-btn #login-register span {
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 400;
  color: #ffffff;
}
.page-landing-wrapper #login-panel div.row,
.page-landing-wrapper #login-panel .password-input,
.page-landing-wrapper #login-panel .mobile-input {
  margin-bottom: 15px;
}
.page-landing-wrapper #login-panel span {
  font-size: 14px;
  color: #2c3135;
}
.page-landing-wrapper #login-panel span.alert-sms {
  font-size: 10px;
}
.page-landing-wrapper #login-panel .conditions {
  position: relative;
  margin: 3px 0 0 0px;
  padding-left: 36px;
}
.page-landing-wrapper #login-panel .conditions a {
  color: #51565b;
  text-decoration: underline;
}
.page-landing-wrapper #login-panel .conditions label {
  font-size: 14px;
  font-weight: 400;
  color: #2c3135;
}
.page-landing-wrapper #login-panel .conditions input[type=checkbox] {
  display: none;
}
.page-landing-wrapper #login-panel .conditions label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/unactive-check-light.jpg') no-repeat;
}
.page-landing-wrapper #login-panel .conditions input[type=checkbox]:checked + label:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/active-check-light.jpg') no-repeat;
}
.page-landing-wrapper #login-panel .forgot-password {
  margin-top: 11px;
}
@media (min-width: 768px) {
  .page-landing-wrapper #login-panel .forgot-password {
    margin-top: 9px;
  }
}
.page-landing-wrapper #login-panel .forgot-password-btn {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.page-landing-wrapper .bottom-product {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px -15px;
}
.page-landing-wrapper .bottom-product img {
  width: 100%;
  height: auto;
}
.page-landing .footer {
  padding: 60px 0 60px;
}
@media (min-width: 768px) {
  .page-landing .footer {
    padding: 10px 0 40px;
  }
}
.page-landing #footer-logo {
  text-align: center;
}
.page-landing #footer-logo a {
  /*margin-right: 50px;*/
}
.page-landing #footer-copyright {
  right: -30px;
  /*position: absolute;*/
  width: 100%;
  font-size: 11.2px;
  color: #b7b9bf;
  text-align: center;
}
@media (max-width: 400px) {
  .page-landing #footer-copyright {
    bottom: -40px;
  }
}
/*** 
* VALIDATION *
***/
.error {
  background: #ffd800;
  color: #2c3135;
  padding: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.error span#ErrorMessage {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  color: #2c3135;
}
.error span#ErrorMessage:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  background: url('../../images/icons/error.png') no-repeat;
  margin-right: 10px;
}
/***
* REDEEM *
**/
.opacity-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.5);
  z-index: 2;
}
.opacity-visible {
  display: block;
}
#main_shopping {
  position: relative;
  z-index: 1;
}
.category-wrap {
  position: relative;
  padding: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .category-wrap {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .category-wrap {
    padding: 0px;
  }
}
.category-wrap.active-category #category-title:after {
  content: '';
  top: 23px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.category-wrap.active-category .categories {
  display: block;
}
#category-title {
  position: relative;
  width: 100%;
  min-height: 55px;
  background: #fff;
  padding: 16px 15px;
  margin: -33px 0 20px;
  border-bottom: 1px solid #d3d6de;
  cursor: pointer;
}
@media (min-width: 768px) {
  #category-title {
    margin: 0px 0 20px;
  }
}
#category-title:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 21px;
  border: 2px solid #2c3135;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#category-title h3 {
  margin: 0px;
}
.categories {
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 99;
}
@media (min-width: 768px) {
  .categories {
    position: relative;
    display: block;
    padding: 0px 15px;
    margin-top: 12px;
  }
}
.categories ul {
  padding: 0px;
}
@media (min-width: 768px) {
  .categories ul {
    margin-top: 15px;
  }
}
.categories ul li {
  padding: 0px 35px;
}
.categories ul li h3 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .categories ul li {
    padding: 0px;
  }
}
.categories ul li:first-child h3 a {
  border-top: 0px;
}
@media (min-width: 768px) {
  .categories ul li:first-child h3 a {
    border-top: 1px solid #d3d6de;
  }
}
.categories h3 {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #2c3135;
  margin: 0px;
}
.categories h3 a {
  position: relative;
  display: block;
  font-size: 14px !important;
  padding: 15px 0;
  border-top: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .categories h3 a {
    padding: 15px;
    border-top: 0;
    border-bottom: 1px solid #d3d6de;
  }
}
#main_shopping #_ctl9_pnlCategoryDetail {
  margin-top: 12px;
}
#main_shopping #_ctl9_pnlCategoryDetail > h2 {
  margin-bottom: 13px;
}
#main_shopping #info_shopping {
  width: 100%;
}
#main_shopping #info_shopping ul {
  margin: 0px;
}
#main_shopping #info_shopping ul li {
  width: 50%;
  padding: 10px;
  margin: 0px;
  text-align: center;
  border: 1px solid #d3d6de;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  #main_shopping #info_shopping ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #main_shopping #info_shopping ul li {
    width: 33.3%;
  }
}
#main_shopping #info_shopping ul li .notEnough {
  width: 100%;
  min-height: 22px;
  text-align: center;
}
#main_shopping #info_shopping .title {
  width: 100%;
  height: auto;
  min-height: 88px;
  font-size: 16px;
  font-weight: 400;
  color: #2c3135;
  margin: 0px;
}
@media (min-width: 768px) {
  #main_shopping #info_shopping .title {
    min-height: 48px;
  }
}
#main_shopping #info_shopping .bottom {
  border: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#main_shopping #info_shopping .bottom .points {
  position: relative;
  left: inherit;
  top: inherit;
  bottom: inherit;
  font-size: 16px;
  color: #ff0000;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
#main_shopping #info_shopping .bottom .btn-moreInfo {
  position: relative;
  width: auto;
  height: auto;
  left: inherit;
  top: inherit;
  bottom: inherit;
  text-align: center;
}
#main_shopping #info_shopping .image,
#main_shopping #info_shopping .picshow {
  width: 100%;
  /*height: auto;*/
  height: 200px;
}
#main_shopping #info_shopping .image img,
#main_shopping #info_shopping .picshow img {
  /*width: 100%;*/
  height: auto;
  max-height: 200px;
}
/***
* SHOPPING CART *
**/
.shopping-cart {
  margin-top: -45px;
}
@media (min-width: 768px) {
  .shopping-cart .add-left-padding {
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .shopping-cart {
    margin: 0px;
  }
}
.shopping-cart .stepShoppingCart {
  padding: 0px;
  margin: 0px;
}
@media (min-width: 768px) {
  .shopping-cart .stepShoppingCart {
    margin: 44px 0 0;
  }
}
.shopping-cart .stepShoppingCart:after {
  content: '';
  display: block;
  clear: both;
}
.shopping-cart .stepShoppingCart a,
.shopping-cart .stepShoppingCart span,
.shopping-cart .stepShoppingCart span.off {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #969ba8;
  text-transform: uppercase;
  margin: 0px;
}
.shopping-cart .stepShoppingCart a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 16px 11px;
  min-height: 76px;
}
@media (min-width: 768px) {
  .shopping-cart .stepShoppingCart a {
    min-height: 1px;
    padding: 16px 13px;
  }
  .shopping-cart .stepShoppingCart a:before {
    content: '';
    position: absolute;
    top: 21px;
    right: 21px;
    border: 2px solid #2c3135;
    border-top: 0;
    border-left: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.shopping-cart .stepShoppingCart a span {
  display: inline-block;
  vertical-align: top;
}
.shopping-cart .stepShoppingCart span:not(.off) {
  color: #2c3135;
}
.shopping-cart .stepShoppingCart li {
  float: left;
  vertical-align: top;
  border: 1px solid #d3d6de;
  border-top: 0px;
}
@media (min-width: 768px) {
  .shopping-cart .stepShoppingCart li {
    float: none;
    clear: both;
    min-width: 200px;
    border: 0px;
    border-bottom: 1px solid #d3d6de;
  }
  .shopping-cart .stepShoppingCart li:first-child {
    border-top: 1px solid #d3d6de;
  }
}
.shopping-cart .stepShoppingCart .step2Off span,
.shopping-cart .stepShoppingCart .step3Off span {
  color: #969ba8;
}
.shopping-cart .content_cart {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart {
    margin: 0px;
    padding-left: 19px;
  }
}
.shopping-cart .content_cart h2 {
  padding: 0 15px 5px;
  margin: 0 -15px 25px;
  border-bottom: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart h2 {
    padding: 0px;
    margin: 0px;
    border: 0px;
  }
}
.shopping-cart .content_cart h2 span,
.shopping-cart .content_cart h2 img {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  color: #2c3135;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart h2 span,
  .shopping-cart .content_cart h2 img {
    margin: 0px 0px 10px;
  }
}
.shopping-cart .content_cart .data-table thead th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #2c3135;
}
.shopping-cart .content_cart .update-btn {
  padding: 0px;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .update-btn {
    float: right;
    clear: both;
  }
}
.shopping-cart .content_cart .update-btn a {
  padding: 0px 51px;
}
.shopping-cart .content_cart .btn-checkout {
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .btn-checkout {
    float: right;
    width: 348px;
    clear: both;
  }
}
.shopping-cart .content_cart .totalPts,
.shopping-cart .content_cart .remainingPts {
  font-size: 16px;
  margin: 0px;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .totalPts,
  .shopping-cart .content_cart .remainingPts {
    text-align: right;
  }
}
.shopping-cart .content_cart .totalPts span,
.shopping-cart .content_cart .remainingPts span {
  color: #ff0000;
}
.shopping-cart .content_cart .termscondition {
  position: relative;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .termscondition {
    text-align: right;
  }
}
.shopping-cart .content_cart .termscondition:after {
  content: '';
  display: block;
  clear: both;
}
.shopping-cart .content_cart .termscondition input[type="checkbox"] {
  display: none !important;
}
.shopping-cart .content_cart .termscondition label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/unactive-check-light.jpg') no-repeat;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .termscondition label:before {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.shopping-cart .content_cart .termscondition input[type=checkbox]:checked + label:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/active-check-light.jpg') no-repeat;
}
.shopping-cart .content_cart .termscondition label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #51565b;
  padding-left: 40px;
  margin: 0px;
}
.shopping-cart .content_cart .termscondition a {
  color: #51565b;
  text-decoration: underline;
}
.shopping-cart .content_cart .btn-ConfirmOrder,
.shopping-cart .content_cart .btn-editcart {
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .btn-ConfirmOrder,
  .shopping-cart .content_cart .btn-editcart {
    width: 90%;
  }
}
.shopping-cart .content_cart .btn-ConfirmOrder a,
.shopping-cart .content_cart .btn-editcart a {
  padding: 0px 15px;
}
.shopping-cart .content_cart .btn-editcart {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .shopping-cart .content_cart .btn-editcart {
    width: 160px;
  }
}
.shopping-cart .content_cart .btn-editcart:after {
  content: '';
  position: absolute;
  top: 21px;
  left: 38px;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}
.shopping-cart .content_cart .btn-editcart:hover:after {
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
}
.shopping-cart .content_cart .btn-editcart a {
  color: #2c3135;
  background: #d3d6de;
}
.shopping-cart .content_cart .btn-editcart a:hover {
  color: #fff;
}
.shopping-cart #col-main .data-table {
  border: 1px solid #d3d6de;
}
.shopping-cart #col-main th,
.shopping-cart #col-main td {
  font-size: 16px;
  padding: 10px 20px;
  vertical-align: middle;
  border: 0px;
  border-bottom: 1px solid #d3d6de;
}
.shopping-cart #col-main .desc {
  text-align: left;
}
.shopping-cart #col-main .status.name {
  font-size: 14px;
}
.shopping-cart #col-main .DesktopConfirm {
  margin-bottom: 26px;
}
.shopping-cart #col-main .DesktopConfirm th {
  font-size: 14px;
}
.shopping-cart #col-main .DesktopConfirm td:nth-child(3) {
  text-align: left;
}
.shopping-cart #col-main .DesktopConfirm td:nth-child(4) {
  color: #ff0000;
}
.shopping-cart #MobileCart td {
  padding: 20px;
}
.shopping-cart #MobileCart input[type="text"] {
  width: 100%;
  padding: 0px;
  text-align: center;
}
.shopping-cart #MobileCart .product-title {
  padding-right: 0px;
}
.shopping-cart #MobileCart .product-title p {
  font-size: 14px;
  margin-bottom: 5px;
}
.shopping-cart #MobileCart .cart-points {
  margin-top: 25px;
}
.shopping-cart #MobileCart .cart-points p {
  color: #ff0000;
}
.shopping-cart #MobileCart .cart-delete {
  position: relative;
  margin-top: 25px;
}
.shopping-cart #MobileCart .cart-delete span {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 35px 0 0;
}
.shopping-cart #MobileCart .cart-delete input[type="checkbox"] {
  display: none !important;
}
.shopping-cart #MobileCart .cart-delete label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/unactive-check-light.jpg') no-repeat;
}
@media (min-width: 768px) {
  .shopping-cart #MobileCart .cart-delete label:before {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.shopping-cart #MobileCart .cart-delete input[type=checkbox]:checked + label:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/active-check-light.jpg') no-repeat;
}
.shopping-cart #DesktopCart table tbody th {
  background: #fff;
}
.shopping-cart #DesktopCart input[type="text"] {
  width: 48px;
  padding: 0px;
  text-align: center;
}
.shopping-cart #DesktopCart tr.alt th {
  background-color: #ddd;
}
.shopping-cart #DesktopCart tbody th {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2c3135;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shopping-cart #DesktopCart td:nth-child(3) {
  text-align: left;
}
.shopping-cart #DesktopCart td:nth-child(4) {
  color: #ff0000;
}
.shopping-cart #DesktopCart input[type="checkbox"] {
  display: none !important;
}
.shopping-cart #DesktopCart label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/unactive-check-light.jpg') no-repeat;
}
@media (min-width: 768px) {
  .shopping-cart #DesktopCart label:before {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.shopping-cart #DesktopCart input[type=checkbox]:checked + label:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url('../../images/buttons/active-check-light.jpg') no-repeat;
}
.shopping-cart .MobileConfirm {
  margin-bottom: 20px;
}
.shopping-cart .MobileConfirm table#content_table td {
  padding: 25px 0px;
}
.shopping-cart .MobileConfirm .product-title p {
  font-size: 14px;
  margin-bottom: 5px;
}
.shopping-cart .MobileConfirm .qty-cart span {
  display: block;
  text-align: center;
}
.shopping-cart .MobileConfirm .order-points p {
  color: #ff0000;
  margin: 0px;
}
.shopping-cart .disclaimer {
  font-size: 12px;
}
@media (min-width: 768px) {
  .shopping-cart .disclaimer {
    text-align: right;
  }
}
.shopping-cart .tablepadding thead th,
.shopping-cart .tablepadding thead td {
  font-size: 16px;
  color: #2c3135;
  background: none;
  border: 0px !important;
  text-align: left;
}
.shopping-cart .tablepadding thead th {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.shopping-cart .tablepadding tbody th,
.shopping-cart .tablepadding tbody td {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  border: 0px !important;
  color: #2c3135;
  background: none;
}
@media (min-width: 768px) {
  .shopping-cart .tablepadding tbody th,
  .shopping-cart .tablepadding tbody td {
    display: table-cell;
    width: 48%;
  }
}
.shopping-cart .tablepadding tbody td {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 768px) {
  .shopping-cart .tablepadding tbody td {
    font-size: 14px;
    padding-left: 20px !important;
    text-align: right !important;
  }
}
.shopping-cart .tablepadding tbody th {
  font-weight: 400;
  padding: 25px !important;
  line-height: 22px;
  border: 1px solid #d3d6de !important;
}
.shopping-cart .tablepadding .updated-details {
  font-size: 12px !important;
}
@media (min-width: 768px) {
  .shopping-cart .tablepadding .updated-details {
    font-size: 14px !important;
  }
}
.shopping-cart .tablepadding .deliver-edit {
  position: relative;
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  background: url('../../images/icons/edit-icon.png') no-repeat;
  width: 74px;
  height: 77px;
  background-size: 37px 38px;
  margin-top: -18px;
}
.claims-product {
  padding: 0 15px;
}
.claims-product #claim-details {
  margin-bottom: 10px;
}
.claims-product .claim-info {
  padding: 0px;
}
.claims-product .btn-claim {
  padding: 0px;
}
.claims-product .btn-claim a {
  padding: 0 40px;
}
.claims-product #claim-pic {
  width: 100%;
  height: auto;
}
/***
* RECEIPT *
***/
@media (min-width: 768px) {
  #order-receipt-holder {
    margin-top: -29px;
  }
}
@media (min-width: 768px) {
  #order-receipt-holder h2 {
    padding: 0 0px 5px;
    margin: 0 0px 25px;
    border-bottom: 1px solid #d3d6de;
  }
}
#order-receipt-holder .table-responsive {
  border: 0px;
}
#order-receipt-holder .data-table.table-top {
  border: 0px;
}
#order-receipt-holder .data-table.table-top tr {
  border: 0px;
}
#order-receipt-holder .data-table.table-top tr:last-child {
  border: 0px;
}
#order-receipt-holder .data-table.table-top th,
#order-receipt-holder .data-table.table-top td {
  padding: 10px 10px 10px 0;
  text-align: left;
  vertical-align: top;
  border: 0px;
}
#order-receipt-holder .data-table.table-top td {
  padding: 6px 25px 6px 0;
}
#order-receipt-holder .data-table.table-top td.val {
  color: #ff0000;
}
#order-receipt-holder .data-table.table-top td.desc {
  text-align: left;
}
#order-receipt-holder .data-table.table-top th.desc {
  text-align: left;
}
#order-receipt-holder .data-table.table-top span {
  color: #ff0000;
}
#order-receipt-holder .data-table.table-top span.status-orderReceived {
  text-transform: uppercase;
}
#order-receipt-holder .MobileOrderReceipt {
  margin-top: 25px;
}
#order-receipt-holder .MobileOrderReceipt span {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#order-receipt-holder .MobileOrderReceipt td {
  padding: 25px 0;
}
#order-receipt-holder .MobileOrderReceipt .order-points p {
  color: #ff0000;
}
#order-receipt-holder .print-receipt {
  width: 100%;
  padding: 0px;
  margin: 30px 0px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #order-receipt-holder .print-receipt {
    width: 50%;
  }
}
#order-receipt-holder .print-receipt a {
  color: #000;
  background: #d3d6de;
}
.product-details {
  position: relative;
  padding: 15px 15px 15px;
}
.product-details h2 {
  margin-bottom: 15px;
}
.product-details span {
  font-size: 20px;
  color: #ff0000;
}
@media (min-width: 768px) {
  .product-details {
    padding: 25px 28px;
    border-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .product-details {
    padding: 55px 58px;
  }
}
.product-details .add-to-card {
  width: 100%;
  padding: 0px;
}
.slider-wrapper {
  padding: 40px 15px 20px;
  border-bottom: 1px solid #d3d6de;
}
@media (min-width: 768px) {
  .slider-wrapper {
    padding: 30px 15px 0;
    margin-bottom: 20px;
    border-bottom: 0px;
    border-left: 1px solid #d3d6de;
  }
}
@media (min-width: 992px) {
  .slider-wrapper {
    padding: 55px 45px 0;
  }
}
@media (min-width: 1200px) {
  .slider-wrapper {
    padding: 55px 65px 0;
  }
}
/***
* FANCYBOX *
***/
.slider .flexslider {
  padding: 0 20px 20px;
  border: 0px;
}
.slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -20px;
}
.slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -20px;
}
.slider .flex-direction-nav {
  position: relative;
}
.slider .flex-direction-nav a {
  margin-top: -50px;
  outline: none;
}
.slider .flex-direction-nav a:focus {
  outline: none;
}
.slider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 9px;
  left: -20px;
  border: 2px solid #ff0000;
  border-top: 0;
  border-left: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 9px;
  right: -20px;
  border: 2px solid #ff0000;
  border-top: 0;
  border-left: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slider .reviews-slider .slides li {
  margin: 0px 10px;
}
.slider .reviews-slider .slides li:first-child {
  margin-left: 0px;
}
.fancybox-wrap {
  width: 920px;
}
.fancybox-skin {
  background: #fff;
}
#shopping-cart-address {
  border: 1px solid #d3d6de !important;
  width: 100%;
  height: 100%;
  padding: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
#shopping-cart-address p {
  padding: 10px 0px 0px 10px;
  margin-bottom: 0px;
}
#edit-button a {
  background: url('/images/icons/edit-icon.png');
  background-size: 37px 38px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 82px;
  right: 38px;
}
.options.updated-details {
  color: #2c3135;
  font-size: 14px;
}
.stepShoppingCart span:not(.off) {
  color: red;
}
.stepShoppingCart span.off {
  color: green;
}
#col-main td,
#col-main th {
  border: 1px solid black;
  padding: 10px;
}
/*** MY ACCOUNT FORM ***/
.my-account-profile {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .my-account-profile {
    padding-left: 30px !important;
  }
}
.my-account-profile h3 {
  padding: 0 15px 10px;
  margin: 50px -15px 20px;
  border-bottom: 1px solid #d3d6de;
  font-size: 14px !important;
}
.my-account-profile h3 span {
  font-size: 14px !important;
}
.my-account-profile h3:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .my-account-profile h3 {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 0px 10px;
  }
}
.my-account-profile p {
  font-size: 12px;
  color: #969ba8;
}
@media (min-width: 768px) {
  .my-account-profile p {
    font-size: 14px;
  }
}
.my-account-profile > div {
  margin-bottom: 14px;
}
.my-account-profile > div.clearfix,
.my-account-profile > div.dl-horizontal dd,
.my-account-profile > div.container,
.my-account-profile > div.container-fluid,
.my-account-profile > div.row,
.my-account-profile > div.form-horizontal .form-group,
.my-account-profile > div.btn-toolbar,
.my-account-profile > div.btn-group-vertical > .btn-group,
.my-account-profile > div.nav,
.my-account-profile > div.navbar,
.my-account-profile > div.navbar-header,
.my-account-profile > div.navbar-collapse,
.my-account-profile > div.pager,
.my-account-profile > div.panel-body,
.my-account-profile > div.modal-header,
.my-account-profile > div.modal-footer,
.my-account-profile > div#careers .careers-detail,
.my-account-profile > div#downloads .items,
.my-account-profile > div#events .events-filter,
.my-account-profile > div#events .events-head,
.my-account-profile > div#events .events-head .left .inner,
.my-account-profile > div#events .events-head .right .inner,
.my-account-profile > div#events .events-listing .master-list li a {
  margin-bottom: 0px;
}
.my-account-profile > div.row {
  margin-bottom: 14px;
}
.my-account-profile .reminders {
  text-align: center;
}
@media (min-width: 768px) {
  .my-account-profile .reminders {
    text-align: left;
  }
}
.my-account-profile .reminders span {
  font-size: 12px;
  color: #969ba8;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .my-account-profile .reminders span {
    font-size: 13px;
    color: #969ba8;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .my-account-profile .mobile-field {
    padding-right: 0px;
  }
}
.my-account-profile .btn-submit {
  display: block;
  width: 100%;
  padding: 0px;
}
.my-account-profile .btn-submit a {
  width: 100%;
}
.my-account-profile .btn-save {
  display: block;
  width: 50%;
  padding: 0px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .my-account-profile .btn-save {
    width: 100%;
  }
}
.my-account-profile .btn-save a {
  width: 100%;
}
.my-account-profile .postal-address-output {
  margin-top: 20px;
}

.my-account-profile .apply-account-alignment {
    margin-top: 20px;
}
.my-account-profile .postal-address-output h3 {
  padding: 0px 0px 10px;
  margin: 0px;
  border: 0px;
}
.my-account-profile .postal-address-output .content-output {
  position: relative;
  padding: 15px;
  border: 1px solid #d3d6de;
}
.my-account-profile .postal-address-output .content-output p {
  font-size: 14px;
  color: #2c3135;
  margin-bottom: 2px;
}
.my-account-profile .postal-address-output .content-output:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  background: url('../../images/icons/edit-icon.png') no-repeat;
  width: 74px;
  height: 77px;
  background-size: 37px 38px;
  margin-top: -18px;
}
