@charset "utf-8";
@import "/resource/styles/plugins/meganavbar/css/animation/speed.css";
@import "/resource/styles/plugins/meganavbar/css/animation/hinge.css";
@import "/resource/styles/plugins/meganavbar/css/animation/slide.css";
@import "/resource/styles/plugins/meganavbar/css/animation/bling.css";
@import "/resource/styles/plugins/meganavbar/css/animation/bounce.css";
@import "/resource/styles/plugins/meganavbar/css/animation/skew.css";
@import "/resource/styles/plugins/meganavbar/css/animation/space.css";
@import "/resource/styles/plugins/meganavbar/css/animation/scale.css";
@import "/resource/styles/plugins/meganavbar/css/animation/zoom.css";
@import "/resource/styles/plugins/meganavbar/css/animation/rotate.css";
@import "/resource/styles/plugins/meganavbar/css/animation/flip.css";
/* Overriding bootstrap variables present in Constants.less */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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: 'Open-sans', sans-serif;
  font-size: 16px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.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: 22px;
  margin-bottom: 22px;
  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: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 35px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
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: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 22px;
}
.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: 16.5px;
    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: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  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: 36px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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: 27px;
}
.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: 29px;
}
.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: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.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: 16px;
  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: 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;
  opacity: 0.65;
  filter: alpha(opacity=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: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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: 16px;
  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: 10px 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: 14px;
  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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  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: 49px;
  line-height: 49px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
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: 16px;
  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: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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: 10px 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: 22px;
  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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  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: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 14px;
    padding-bottom: 14px;
  }
}
.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: 7px;
  margin-bottom: 7px;
}
@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: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    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: 22px;
  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: 22px 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: 20px;
  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: 14px;
  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: 22px 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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  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: 18px;
  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: 22px;
}
.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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open-sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open-sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  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;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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 {
  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 {
  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;
  }
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 10px !important;
}
.m-t {
  margin-top: 40px !important;
}
.m-r {
  margin-right: 10px !important;
}
.m-b {
  margin-bottom: 40px !important;
}
.m-l {
  margin-left: 10px !important;
}
.m-x {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 15px !important;
}
.m-t-md {
  margin-top: 60px !important;
}
.m-r-md {
  margin-right: 60px !important;
}
.m-b-md {
  margin-bottom: 60px !important;
}
.m-l-md {
  margin-left: 60px !important;
}
.m-x-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.m-y-md {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-a-lg {
  margin: 30px !important;
}
.m-t-lg {
  margin-top: 120px !important;
}
.m-r-lg {
  margin-right: 120px !important;
}
.m-b-lg {
  margin-bottom: 120px !important;
}
.m-l-lg {
  margin-left: 120px !important;
}
.m-x-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-lg {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 10px !important;
}
.p-t {
  padding-top: 40px !important;
}
.p-r {
  padding-right: 10px !important;
}
.p-b {
  padding-bottom: 40px !important;
}
.p-l {
  padding-left: 10px !important;
}
.p-x {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-a-md {
  padding: 15px !important;
}
.p-t-md {
  padding-top: 60px !important;
}
.p-r-md {
  padding-right: 60px !important;
}
.p-b-md {
  padding-bottom: 60px !important;
}
.p-l-md {
  padding-left: 60px !important;
}
.p-x-md {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.p-y-md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-a-lg {
  padding: 30px !important;
}
.p-t-lg {
  padding-top: 120px !important;
}
.p-r-lg {
  padding-right: 120px !important;
}
.p-b-lg {
  padding-bottom: 120px !important;
}
.p-l-lg {
  padding-left: 120px !important;
}
.p-x-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-lg {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

body {
  font-weight: 400;
  background-color: #ffffff;
  font-family: 'Open-sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
p img {
  max-width: 100%;
  padding: 0;
}
table {
  border-collapse: collapse;
}
table,
th,
td {
  border: 1px solid #297AAA;
  padding: 15px;
}
.downloadBody table,
.answerWrapper table,
.eventDescription table,
.definitionOrSaysContent table,
.article-content table,
.bioContent table {
  border-collapse: collapse;
  margin-bottom: 11px;
}
.downloadBody table th,
.answerWrapper table th,
.eventDescription table th,
.definitionOrSaysContent table th,
.article-content table th,
.bioContent table th,
.downloadBody table td,
.answerWrapper table td,
.eventDescription table td,
.definitionOrSaysContent table td,
.article-content table td,
.bioContent table td {
  padding: 15px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.downloadBody table th ul,
.answerWrapper table th ul,
.eventDescription table th ul,
.definitionOrSaysContent table th ul,
.article-content table th ul,
.bioContent table th ul,
.downloadBody table td ul,
.answerWrapper table td ul,
.eventDescription table td ul,
.definitionOrSaysContent table td ul,
.article-content table td ul,
.bioContent table td ul,
.downloadBody table th ol,
.answerWrapper table th ol,
.eventDescription table th ol,
.definitionOrSaysContent table th ol,
.article-content table th ol,
.bioContent table th ol,
.downloadBody table td ol,
.answerWrapper table td ol,
.eventDescription table td ol,
.definitionOrSaysContent table td ol,
.article-content table td ol,
.bioContent table td ol {
  left: 10px !important;
  width: auto !important;
}
.it {
  font-style: italic;
  color: #0063DC;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #297AAA !important;
  border: none !important;
  outline: none !important;
}
.vcard-download {
  background: url("//cdn.techopedia.com/resource/images/vcard.png") no-repeat scroll 0 0 transparent;
  padding: 2px 0 2px 32px;
}
.vcard-download span {
  margin-left: 5px;
}
.failureNotification {
  color: red;
  font-size: 12px;
}
.breadCrumbs {
  top: 0;
  color: #888;
  margin: 0.42857em 0;
}
.breadCrumbs ul {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadCrumbs ul li {
  display: inline;
  margin: 0;
}
.breadCrumbs ul li:after {
  content: " /";
}
.breadCrumbs ul li a:hover {
  color: #0063DC !important;
  text-decoration: none;
}
.inlineControl {
  display: inline-block !important;
  margin-bottom: 0.5em !important;
  vertical-align: top !important;
}
.upperCase {
  text-transform: uppercase;
}
.btn-inverse {
  color: #fff;
  background-color: #000;
  border-color: #ccc;
  vertical-align: top;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: #000000;
  border-color: #8c8c8c;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #000000;
  border-color: #adadad;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #000000;
  border-color: #adadad;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #fff;
  background-color: #000000;
  border-color: #8c8c8c;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #000;
  border-color: #ccc;
}
.btn-inverse .badge {
  color: #000;
  background-color: #fff;
}
.form-group > label.control-label {
  font-weight: normal;
}
@media only screen and (min-width : 976px) {
  .removePadding {
    padding: 0;
  }
}
.noPadding {
  padding: 0;
}
@media only screen and (min-width : 976px) {
  .noLeftPadding {
    padding-left: 0;
  }
}
@media only screen and (min-width : 976px) {
  .noRightPadding {
    padding-right: 0;
  }
}
.modal-open {
  padding-right: 17px !important;
}
.modal-open #signInBarWrapper,
.modal-open #topMenuBarWrapper {
  padding-right: 17px !important;
}
.text-underline {
  text-decoration: underline;
}
.hrNormal {
  margin: 12px 0 16px 0;
}
.fullWidth {
  width: 100% !important;
}
.alignCenter {
  vertical-align: middle !important;
  margin-bottom: 0 !important;
}
.modalHeaderLarge {
  font-size: 32px;
}
@media only screen and (max-width : 975px) {
  .mobileFriendlyLink {
    margin-bottom: 20px;
  }
}
.alert button.close {
  right: 5px !important;
}
.linkButton {
  text-decoration: none;
}
.linkButton:hover {
  text-decoration: none;
}
.divAnchorWrapper {
  overflow: hidden;
  width: 100%;
}
.hyperLink {
  cursor: pointer;
}
.panel-info {
  border-color: #d1d1d1 !important;
}
.panel-info > .panel-heading {
  color: #31708f;
  border-color: #d1d1d1 !important;
  background-color: transparent !important;
}
.fr-sticky-on,
.fr-sticky {
  position: sticky;
  top: 57px !important;
}
.fr-element table td,
.fr-element table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.fr-element a {
  text-decoration: underline;
}

@media only screen and (max-width : 767px) {
  h1 {
    font-size: 26px;
    line-height: 1em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  h1 {
    font-size: 23px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  hr {
    margin: 0.71428em 0;
  }
}
@media (max-width: 480px) {
  .nav-tabs > li {
    float: none;
  }
}

.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-a {
  margin: 10px !important;
}
.m-t {
  margin-top: 40px !important;
}
.m-r {
  margin-right: 10px !important;
}
.m-b {
  margin-bottom: 40px !important;
}
.m-l {
  margin-left: 10px !important;
}
.m-x {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m-y {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-a-md {
  margin: 15px !important;
}
.m-t-md {
  margin-top: 60px !important;
}
.m-r-md {
  margin-right: 60px !important;
}
.m-b-md {
  margin-bottom: 60px !important;
}
.m-l-md {
  margin-left: 60px !important;
}
.m-x-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.m-y-md {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-a-lg {
  margin: 30px !important;
}
.m-t-lg {
  margin-top: 120px !important;
}
.m-r-lg {
  margin-right: 120px !important;
}
.m-b-lg {
  margin-bottom: 120px !important;
}
.m-l-lg {
  margin-left: 120px !important;
}
.m-x-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.m-y-lg {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-a {
  padding: 10px !important;
}
.p-t {
  padding-top: 40px !important;
}
.p-r {
  padding-right: 10px !important;
}
.p-b {
  padding-bottom: 40px !important;
}
.p-l {
  padding-left: 10px !important;
}
.p-x {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-y {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.p-a-md {
  padding: 15px !important;
}
.p-t-md {
  padding-top: 60px !important;
}
.p-r-md {
  padding-right: 60px !important;
}
.p-b-md {
  padding-bottom: 60px !important;
}
.p-l-md {
  padding-left: 60px !important;
}
.p-x-md {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.p-y-md {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.p-a-lg {
  padding: 30px !important;
}
.p-t-lg {
  padding-top: 120px !important;
}
.p-r-lg {
  padding-right: 120px !important;
}
.p-b-lg {
  padding-bottom: 120px !important;
}
.p-l-lg {
  padding-left: 120px !important;
}
.p-x-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.p-y-lg {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

#leaderBoard {
  clear: both;
  padding: 10px 0 8px 0;
  text-align: center;
  margin-left: 9px;
  max-width: 970px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#leaderBoard div {
  margin-left: auto;
  margin-right: auto;
}
.noLeaderBoard #leaderBoard {
  display: none !important;
}
@media only screen and (min-width : 976px) {
  .noLeaderBoard #pageWrapper {
    margin-top: 100px !important;
  }
}

.module {
  margin: 30px 0 30px 0;
  padding: 0;
}
.module:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.module .moduleHeader {
  font-size: 22px;
}
.module .moduleHeader h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 10px;
  padding: 6px 10px;
  color: #527ca6;
  font-size: 20px;
}
.module .moduleBody {
  padding: 4px !important;
  zoom: 1.0;
  text-align: center;
}
.module .moduleBody:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.module .moduleBody p {
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 10px;
}
.module .moduleBody a {
  text-decoration: none;
}
.module .moduleBody img {
  margin: 0 auto;
  display: block;
}
.module .moduleBody .blogger {
  border-radius: 50%;
}
#modulePartner {
  /*Style specific to Connect with us module*/
}
#modulePartner .module-partner li {
  list-style: none;
}
#modulePartner ul.postList {
  list-style-type: none;
  padding: 0;
  line-height: 24px;
  text-align: initial;
  margin-left: 9px;
}
#modulePartner ul.postList li {
  display: inline-block;
}
#modulePartner ul.postList li a {
  color: #999;
}
.titled {
  margin-top: 0;
  text-align: center;
}
.titled .moduleHeader h2 {
  margin: 10px 10px;
  padding: 6px 10px;
  color: #527ca6;
  font: italic bold 20px Georgia,serif;
}
.BloggerName {
  font-size: 18px;
}
/*Style specific to Connect with us module*/
#moduleConnectWithUs ul.postList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
#moduleConnectWithUs ul.postList li {
  margin: 0 10px 0 0 !important;
  display: inline-block;
}
#moduleConnectWithUs ul.postList li:last-child a {
  color: #297AAA;
}
/* style for the newest articles user control */
#newestArticles .moduleHeader h2 {
  border-bottom: 2px dotted #ccc;
}
#newestArticles .moduleBody {
  text-align: left;
}
#newestArticles .moduleBody .media {
  margin: 6px 0 5px 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  clear: both;
  border-bottom: 1px dotted #ccc;
}
/* style specific to ModuleNewsletterSignup usercontrol */
#moduleNewsletter {
  margin: 60px 0 30px 0;
}
#moduleNewsletter .moduleHeader h2 {
  color: #527ca6;
  font-size: 22px;
  text-align: center;
  margin: 0 0 3% 0;
  letter-spacing: -1px;
}
#moduleNewsletter .moduleBody {
  text-align: left;
}
#moduleNewsletter .moduleBody .divSignupContent input {
  width: 96.03%;
  margin-bottom: 10px;
}
#moduleNewsletter .moduleBody .divCenterSignup {
  text-align: center;
}
/* css related to the newsletter subscription box in the articles page */
#articleNewsletterSubscribe {
  float: left;
  position: relative;
  width: 100%;
}
#articleNewsletterSubscribe p {
  color: #fff;
  margin: 0 0 11px 0;
  font-size: 15px;
  text-shadow: 1px 1px 1px #000;
}
#articleNewsletterSubscribe .widgetContent {
  background: url('//cdn.techopedia.com/resource/images/newsletterSubscribebox_bg.jpg');
  padding: 15px 20px;
  height: 100%;
}
#articleNewsletterSubscribe .widgetContent .errorMessage {
  font-size: 13px;
  width: 200px;
}
#articleNewsletterSubscribe .divSignupContent input[type=text] {
  width: 254px;
  margin: 0 0 11px 0;
  padding: 6px 6px;
  display: inline-block;
}
#articleNewsletterSubscribe input[type=button] {
  color: #fff;
  border: solid 1px #4A7989;
  text-shadow: 1px 1px 1px #AE3604;
  background: url('//cdn.techopedia.com/resource/images/newsletterSubscribebox-button.png');
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 15px;
}
#moduleTopStories .moduleBody ul.postList {
  list-style-type: none;
  padding: 0;
}
#moduleTopStories .moduleBody ul.postList li {
  font: 18px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 10px 10px;
}
#moduleTopStories .moduleBody ul.postList li a {
  text-transform: capitalize;
}
#moduleTopStories .moduleBody ul.postList li a:hover {
  text-decoration: underline;
}
#moduleContentButtons {
  background-color: #F7F7F7;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  text-align: center;
  width: 100% !important;
}
#moduleContentButtons .moduleBody {
  text-align: center;
  margin: 0 15px 15px !important;
  padding: 15px 0 !important;
  width: 298px;
}
#moduleContentButtons .moduleBody a,
#moduleContentButtons .moduleBody a:visited,
#moduleContentButtons .moduleBody a:hover {
  color: #fff;
  text-decoration: none;
}
#moduleContentButtons .moduleBody .tip-button > a {
  color: #fff;
  background-color: #37448C;
  border-color: #37448C;
}
#moduleContentButtons .moduleBody .tip-button > a:focus,
#moduleContentButtons .moduleBody .tip-button > a.focus {
  color: #fff;
  background-color: #293267;
  border-color: #131830;
}
#moduleContentButtons .moduleBody .tip-button > a:hover {
  color: #fff;
  background-color: #293267;
  border-color: #262f60;
}
#moduleContentButtons .moduleBody .tip-button > a:active,
#moduleContentButtons .moduleBody .tip-button > a.active,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .tip-button > a {
  color: #fff;
  background-color: #293267;
  border-color: #262f60;
}
#moduleContentButtons .moduleBody .tip-button > a:active:hover,
#moduleContentButtons .moduleBody .tip-button > a.active:hover,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .tip-button > a:hover,
#moduleContentButtons .moduleBody .tip-button > a:active:focus,
#moduleContentButtons .moduleBody .tip-button > a.active:focus,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .tip-button > a:focus,
#moduleContentButtons .moduleBody .tip-button > a:active.focus,
#moduleContentButtons .moduleBody .tip-button > a.active.focus,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .tip-button > a.focus {
  color: #fff;
  background-color: #1f264e;
  border-color: #131830;
}
#moduleContentButtons .moduleBody .tip-button > a:active,
#moduleContentButtons .moduleBody .tip-button > a.active,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .tip-button > a {
  background-image: none;
}
#moduleContentButtons .moduleBody .tip-button > a.disabled:hover,
#moduleContentButtons .moduleBody .tip-button > a[disabled]:hover,
fieldset[disabled] #moduleContentButtons .moduleBody .tip-button > a:hover,
#moduleContentButtons .moduleBody .tip-button > a.disabled:focus,
#moduleContentButtons .moduleBody .tip-button > a[disabled]:focus,
fieldset[disabled] #moduleContentButtons .moduleBody .tip-button > a:focus,
#moduleContentButtons .moduleBody .tip-button > a.disabled.focus,
#moduleContentButtons .moduleBody .tip-button > a[disabled].focus,
fieldset[disabled] #moduleContentButtons .moduleBody .tip-button > a.focus {
  background-color: #37448C;
  border-color: #37448C;
}
#moduleContentButtons .moduleBody .tip-button > a .badge {
  color: #37448C;
  background-color: #fff;
}
#moduleContentButtons .moduleBody .article-button {
  float: left;
}
#moduleContentButtons .moduleBody .article-button > a {
  color: #fff;
  background-color: #932E36;
  border-color: #932E36;
}
#moduleContentButtons .moduleBody .article-button > a:focus,
#moduleContentButtons .moduleBody .article-button > a.focus {
  color: #fff;
  background-color: #6c2228;
  border-color: #321012;
}
#moduleContentButtons .moduleBody .article-button > a:hover {
  color: #fff;
  background-color: #6c2228;
  border-color: #641f25;
}
#moduleContentButtons .moduleBody .article-button > a:active,
#moduleContentButtons .moduleBody .article-button > a.active,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .article-button > a {
  color: #fff;
  background-color: #6c2228;
  border-color: #641f25;
}
#moduleContentButtons .moduleBody .article-button > a:active:hover,
#moduleContentButtons .moduleBody .article-button > a.active:hover,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .article-button > a:hover,
#moduleContentButtons .moduleBody .article-button > a:active:focus,
#moduleContentButtons .moduleBody .article-button > a.active:focus,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .article-button > a:focus,
#moduleContentButtons .moduleBody .article-button > a:active.focus,
#moduleContentButtons .moduleBody .article-button > a.active.focus,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .article-button > a.focus {
  color: #fff;
  background-color: #51191e;
  border-color: #321012;
}
#moduleContentButtons .moduleBody .article-button > a:active,
#moduleContentButtons .moduleBody .article-button > a.active,
.open > .dropdown-toggle#moduleContentButtons .moduleBody .article-button > a {
  background-image: none;
}
#moduleContentButtons .moduleBody .article-button > a.disabled:hover,
#moduleContentButtons .moduleBody .article-button > a[disabled]:hover,
fieldset[disabled] #moduleContentButtons .moduleBody .article-button > a:hover,
#moduleContentButtons .moduleBody .article-button > a.disabled:focus,
#moduleContentButtons .moduleBody .article-button > a[disabled]:focus,
fieldset[disabled] #moduleContentButtons .moduleBody .article-button > a:focus,
#moduleContentButtons .moduleBody .article-button > a.disabled.focus,
#moduleContentButtons .moduleBody .article-button > a[disabled].focus,
fieldset[disabled] #moduleContentButtons .moduleBody .article-button > a.focus {
  background-color: #932E36;
  border-color: #932E36;
}
#moduleContentButtons .moduleBody .article-button > a .badge {
  color: #932E36;
  background-color: #fff;
}
#modulePartner .module-partner li {
  list-style: none;
}
#modulePartner .module-partner a {
  float: left;
  padding: 0.4em 2% 0.6em;
}
#itemPrices .media .btn.btn-primary.btn-small.linkButton {
  margin-bottom: 3px;
  height: 30px;
  padding: 3px 10px 0 10px;
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  #itemPrices .moduleHeader h2 {
    width: 100%;
    display: inline-block;
  }
}
#itemPrices .moduleBody {
  margin-bottom: 26px !important;
}
#itemPrices .moduleBody img {
  float: left;
}
#itemPrices .moduleBody .hrSeparator {
  margin: 0.25em 0;
}
#itemPrices .media {
  margin: 0;
}
#itemPrices .media .media-body {
  margin: 1% 0 0 0;
}
@media only screen and (min-width : 976px) {
  #itemPrices .media .media-body {
    width: 1%;
  }
}
@media only screen and (max-width: 975px) {
  #itemPrices .media .media-body {
    width: 1%;
  }
}
#itemPrices .media .media-body span {
  font-weight: bold;
  display: inline-block;
  width: 47%;
  font-size: 23px;
  text-align: center;
  padding-top: 12px;
}
#itemPrices .media .media-body .linkButton {
  height: 50px;
  padding: 12px;
  float: right;
}
#moduleFeaturedBlogger {
  margin-top: 110px;
}
#moduleFeaturedBlogger .moduleBody a:hover {
  text-decoration: underline;
}
#moduleEvents .nav li {
  width: 50%;
}
#moduleEvents .nav li a {
  color: #000;
}
#moduleEvents .nav li i {
  font-size: 26px;
}
#moduleEvents .itemList {
  padding: 0 4px;
  list-style: none;
}
#moduleEvents .itemList li {
  clear: both;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e2e2e2;
  min-height: 40px;
  margin: 4px 0 8px;
  text-align: left;
}
#moduleEvents .itemList .calendarDate {
  margin-top: 3px;
}
#latestArticles h4 {
  margin-top: 0 !important;
}
#Resources .itemDownload {
  margin-bottom: 20px;
}
#Resources .itemDownload img {
  margin-bottom: 0 !important;
}
#divModuleMarketPlace img {
  width: 100px;
}

/*

Places a link along the top right of an article, tutorial, or other content page.
Content container or parent must have position:relative (almost all do inside firstColumn, secondColumn, and thirdColumn)
The page h1 must have short content (32 characters)

Sample HTML:
<div id="printerFriendlyLink"><a href="#">Printer Friendly Version</a></div>

*/
#printerFriendlyLink {
  position: absolute;
  /* should be placed at the bottom of page content */
  top: 24px;
  /* margin-top of h1 */
  right: 10px;
  /* padding-right of col-wrapper */
  height: 24px;
  line-height: 24px;
}
#printerFriendlyLink a {
  padding-left: 18px;
  background: url("//cdn.techopedia.com/resource/images/pdf.gif") no-repeat left;
}

/* Print Stylesheet begins here */
@media print {
  /* hide everything un-necessary */
  embed,
  audio,
  video,
  object,
  iframe {
    display: none;
  }
  @page {
    margin: 0.5cm;
    page-break-before: always;
  }
  /*body text font size */
  body {
    font-size: 14pt;
    font-family: sans-serif;
    line-height: 1.3;
    color: #000;
    background: #fff;
    /* keep the logo and hide the secondary navigation & top search bar */
    /* hide the navigation bar and the top ad */
    /* hide the footer */
    /* hide the top sign in bar */
    /* hide the right column which contains the TOd sign up widget,Share us widget & right ad */
    /* change the link display style */
    /* append url for external links  */
  }
  body #logo_and_search #top-search,
  body #header #navigation,
  body #header #leaderBoard,
  body #footer,
  body #socialFloater,
  body #articleShareAndSubscribe,
  body #signInBarWrapper,
  body #topMenuBarWrapper,
  body #adContent,
  body #google_image_div,
  body #leaderBoard,
  body #div-gpt-ad-1486423046934-1 {
    display: none;
  }
  body .secondColumn,
  body .breadCrumbs,
  body .main img,
  body .phoneSearchBox,
  body .flyoutMenuButtons,
  body .top-search,
  body .searchIcon,
  body .divLeaderBoard {
    display: none !important;
  }
  body .definitionOrSaysImage img,
  body .definitionOrSaysContent img {
    display: inline-block !important;
  }
  body .firstColumn {
    width: 100% !important;
  }
  body a {
    color: #000;
    word-wrap: break-word;
    text-decoration: none;
  }
  body a[href^="http://"]:after,
  body a[href^="https://"]:after {
    content: " (" attr(href) ")";
    /*word-wrap: break-word;*/
    text-decoration: underline;
  }
  body a#logo:after {
    content: "" !important;
  }
  body #logo img {
    padding: 0 0 0 18px !important;
    margin: 0 0 10px 0 !important;
    display: inline-block !important;
  }
  body .media a:after {
    content: "";
  }
  body .media a img {
    width: 100px;
    height: 100px;
  }
  body #pageWrapper {
    margin-top: 20px;
  }
  body .contact a:after {
    content: "(" attr(href) ")";
  }
  body .article-image-img-div img,
  body .definitionOrSaysImage img,
  body .definitionOrSaysContent img {
    display: inline-block !important;
  }
  body .article-text {
    padding: 0 !important;
    margin: 0 !important;
  }
  body .article-text img {
    display: inline-block !important;
  }
  body .article-take-way {
    width: 1100px;
    font-size: 18pt;
    font-family: 'Open-sans', sans-serif;
  }
  body .takeway {
    width: 1100px;
    border: 0;
    font-size: 18pt;
    font-family: 'Open-sans', sans-serif;
  }
  .related-terms,
  .related-links,
  .relatedContent,
  .no-popup-if-mobile,
  .jq-SocialSharingBarWrapper,
  .breadCrumbs,
  .definitionOrSaysImage,
  .sidebarSection,
  .quoteShare,
  .contentRelatedLinks,
  .submessage,
  .topSiteLink,
  .ssk-wrapper,
  .jq-relatedContentWrapper,
  .right-ad,
  .jq-rightAd,
  .leftFeature {
    display: none;
  }
  .definitionOrSaysContent,
  .definitionOrSaysContent,
  .topicArticle {
    width: 100% !important;
  }
  .topicArticles,
  .topicArticleThumbnail {
    clear: both;
  }
  .topicArticles a:after,
  .topicArticleThumbnail a:after {
    content: "";
  }
  #containerDiv {
    margin: 0 !important;
    padding: 0 !important;
  }
}

#logo_and_search {
  display: block;
  margin: 0 auto 0.35714em auto;
  padding: 0 12px 0 8px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  #logo_and_search {
    margin: 0 auto;
  }
}
#logo_and_search:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 975px) {
  #logo_and_search .logoAndPhoneSearch {
    text-align: center;
  }
}
#logo_and_search .logoAndPhoneSearch #logo {
  height: 3.9286em;
  margin: 0 6.3839% 0 0;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 975px) {
  #logo_and_search .logoAndPhoneSearch #logo {
    float: none;
    display: inline-block;
  }
}
#logo_and_search .logoAndPhoneSearch #logo img {
  margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 975px) {
  #logo_and_search .logoAndPhoneSearch .searchIcon {
    float: right;
    font-size: 36px;
    color: #4a4a4a;
    text-decoration: none;
  }
  #logo_and_search .logoAndPhoneSearch .searchIcon i {
    vertical-align: top;
  }
}
#navigation {
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 975px) {
  #navigation {
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    background: #3B3B3B;
    overflow-y: auto;
    transition: width 0.3s ease;
  }
  #navigation:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 34px;
  }
  #navigation:target {
    width: 70%;
    transition: none;
  }
  #navigation:target + .containerWrapper {
    transform: translate(70%, 0);
  }
  #navigation:target + .containerWrapper .open-menu {
    display: none;
  }
  #navigation:target + .containerWrapper .close-menu {
    display: block;
  }
}

@media only screen and (min-width : 976px) {
  .contentloginWrapper {
    margin: 1.4285em 1.0787% 0.35714em 20.1575% !important;
  }
}
@media only screen and (max-width : 975px) {
  .contentloginWrapper {
    margin: 0 auto !important;
  }
}
.panelbody {
  margin: 0;
}
@media only screen and (min-width : 976px) {
  .panelbody {
    width: 596px;
  }
}
@media only screen and (max-width : 975px) {
  .panelbody {
    width: auto;
  }
}
@media only screen and (max-width : 975px) {
  .panel-info {
    border-color: white !important;
  }
}
@media only screen and (max-width : 975px) {
  .panel-heading {
    padding: 25px 15px;
    clear: both;
    display: block;
    text-align: center;
  }
  .panel-heading .registersignin {
    clear: both;
    display: block;
    text-align: center;
    float: none;
    color: #333;
  }
}
.contentWrapper {
  margin: 1.4285em 1.0787% 0.35714em 2.1575%;
}
.contentWrapper .regnFormWrapper label {
  font-weight: normal;
}
.contentWrapper .regnFormWrapper #errorRegnForm {
  font-size: 15px;
}
.contentWrapper .failureNotification {
  font-size: 12px;
  color: red;
}
#loginContentWrapper {
  padding-top: 10px;
}
.linkWithoutHref {
  cursor: pointer;
}
.btnBox {
  margin-bottom: 25px;
}
.popupCloseImage {
  float: right;
  margin: -1px -4px 0 0;
  opacity: 1;
}
.forgotpassword {
  float: right;
  font-size: 14px;
  margin: 0 19px 0 0;
}
#ajaxModal {
  overflow-y: hidden;
}
.loginError {
  margin-left: 60px;
}
.popupfooter {
  border-top: 1px solid#888;
  padding-top: 15px;
  font-size: 85%;
}
.errorMessage .failureNotification {
  margin: 25px;
}
.username {
  margin: 10px 0 20px 0;
}
.registersignin {
  float: right;
  margin-right: 10px;
}
.signinheader {
  font-size: 20px;
  color: #297AAA;
}
.passwordmarginbottom {
  margin-bottom: 5px;
}
#btnRegister,
#btnSignIn {
  font-size: 17px;
}
.btn-success {
  color: #fff;
  background-color: #297AAA;
  border-color: #297AAA;
}
.loginBox {
  width: 510px;
  margin: 30px auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.alertLogin {
  margin: 10px 10px 0;
  padding: 8px 14px;
}
.accountControlWrapper {
  padding: 30px 0;
  width: 66%;
  margin: 30px auto;
}
.updatePasswordPopup .accountControlWrapper {
  padding: 10px 0;
  width: 66%;
  margin: 20px auto 10px;
}

.tagCloud {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #EEEEEE;
  padding: 10px;
  text-align: center;
}
.tagCloud a {
  color: #0063DC;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 5px;
  display: inline-block;
}
.tagCloud a:hover {
  text-decoration: underline;
}
.tagCloud .smallest {
  font-size: 75%;
}
.tagCloud .small {
  font-size: 100%;
}
.tagCloud .medium {
  font-size: 125%;
}
.tagCloud .large {
  font-size: 150%;
}
.tagCloud .largest {
  font-size: 200%;
}
.tagbutton {
  margin-bottom: -2px;
}
.tagbutton a {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 2px 6px;
  border: 1px solid #E5E5E5;
  font-size: 14px !important;
  color: #666;
  border-radius: 2px;
}
.tagbutton a:hover {
  border-color: #297AAA;
  color: #297AAA;
}
body:not(.device-touch) .tagbutton a {
  transition: all 0.3s ease-in-out;
}

/*Registration block styles*/
#registerbkgd .outline {
  padding: 10px;
}
#registerbkgd .outline .newslettersList {
  list-style-type: none;
  margin-left: 0;
}
@media only screen and (max-width : 767px) {
  #registerbkgd .outline .newslettersList {
    padding-left: 0;
  }
}
#registerbkgd .outline .newslettersList li .newscheck {
  float: left;
}
#registerbkgd .outline .newslettersList li .newsletterList {
  float: left;
  width: 96%;
  font-style: italic;
  margin-bottom: 2em;
}
#registerbkgd .outline .newslettersList label {
  width: 100%;
}
#registerbkgd .outline label {
  font-weight: normal;
}
#registerbkgd .outline p {
  line-height: 1.5em;
  margin-bottom: 0;
}
.validation-error {
  color: red;
}
.field-validation-error {
  color: red;
}
.field-validation-valid {
  display: none;
}
.validation-summary-valid {
  display: none;
}
#divUserAreaTab .nav-tabs {
  border-bottom: 1px solid #ddd;
  width: 750px;
}
.profileContainer {
  width: 750px;
}
.newslettersList {
  list-style-type: none;
}
.newslettersList li {
  margin-bottom: 30px;
}

#subscriptionContainer .modal-content,
#subscriptionThanks .modal-content {
  background-color: #3f609d !important;
  float: left;
}
#subscriptionContainer .modal-content .modal-title,
#subscriptionThanks .modal-content .modal-title {
  color: #fff;
}
#subscriptionContainer .modal-content .challengeMeBtn,
#subscriptionThanks .modal-content .challengeMeBtn {
  margin: 0 0 25px 42px;
}
@media only screen and (max-width: 975px) {
  #subscriptionContainer .modal-content .challengeMeBtn,
  #subscriptionThanks .modal-content .challengeMeBtn {
    margin: 0 0 25px 0;
  }
}
#subscriptionContainer .modal-content .chalkBoardImage,
#subscriptionThanks .modal-content .chalkBoardImage {
  margin-top: -50px;
  margin-right: 20px;
}
@media only screen and (max-width: 975px) {
  #subscriptionContainer .modal-content .chalkBoardImage,
  #subscriptionThanks .modal-content .chalkBoardImage {
    display: none;
  }
}
#subscriptionContainer .modal-content .errorMsg,
#subscriptionThanks .modal-content .errorMsg {
  color: red;
}
#subscriptionContainer .modal-content input,
#subscriptionThanks .modal-content input {
  border: 0;
  width: 100%;
  height: 50px !important;
  margin-bottom: 12px;
  padding: 0 0 0 16px;
  outline: none;
  font: normal 17px/24px "Trebuchet MS", sans-serif;
  box-sizing: border-box;
  border-top: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  background: #fff;
  color: #333;
}
#subscriptionContainer .modal-content input[type=button],
#subscriptionThanks .modal-content input[type=button] {
  box-shadow: inset 0 -30px 30px rgba(0, 0, 0, 0.1), 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  color: white;
  background: red;
  text-shadow: none;
  border: 0;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  height: 60px;
  font: bold 24px/60px "Trebuchet MS", sans-serif;
  text-align: center;
  transition: background-color 0.4s ease-in-out 0s;
}
#subscriptionContainer .modal-content .pop-close,
#subscriptionThanks .modal-content .pop-close {
  margin: -12px -9px 0px 0px;
  color: white;
}


.hp-featured {
  padding: 30px 15px 6px;
}
.hp-featured > .row {
  overflow: hidden;
}
.hp-featured > .row > div:last-child {
  margin-top: -15px;
}
.hp-featured article {
  position: relative;
  overflow: hidden;
}
.hp-featured article .content {
  overflow: hidden;
  padding: 12px 0 24px;
}
.hp-featured article .content .topic {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.hp-featured article .content h2 {
  margin: 6px 0 0;
  line-height: 1.2;
}
.hp-featured article .content h2 a {
  display: inline-block;
  color: inherit;
}
.hp-featured article .content h2 a:hover {
  color: #297aaa;
}
.hp-featured article .content p:last-child {
  margin: 0;
}
.hp-featured article.featured-article .content h2 {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1.1;
}
.hp-featured .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hp-featured .container-fluid .hr {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}
.hp-featured .container-fluid .row {
  position: relative;
  padding-top: 15px;
}
.hp-featured .container-fluid .row:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .hp-featured {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767px) {
  .hp-featured {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hp-featured > .row > div:last-child {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .hp-featured {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .hp-featured article .content {
    padding-bottom: 6px;
  }
  .hp-featured article .content h2 {
    font-size: 16px;
  }
  .hp-featured article .content p {
    display: none;
  }
  .hp-featured article.featured-article {
    background: black;
  }
  .hp-featured article.featured-article img {
    opacity: 0.5;
  }
  .hp-featured article.featured-article .content {
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
  .hp-featured article.featured-article .content a {
    color: white;
  }
  .hp-featured article.featured-article .content a:hover {
    color: white;
  }
  .hp-featured article.featured-article .content h2 {
    font-size: 24px;
  }
  .hp-featured .container-fluid .row {
    padding-top: 0;
  }
  .hp-featured .container-fluid .row:before {
    display: none !important;
  }
  .hp-featured .container-fluid .row .col-xs-6 {
    width: 100%;
  }
  .hp-featured .container-fluid .row .col-xs-6 article {
    padding: 15px 0;
  }
  .hp-featured .container-fluid .row .col-xs-6 article:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    display: block;
    border-top: 1px solid #e5e5e5;
    left: 0;
    right: 0;
  }
  .hp-featured .container-fluid .row .col-xs-6 article > a {
    float: left;
    width: 30%;
    min-width: 100px;
    margin-right: 15px;
  }
  .hp-featured .container-fluid .row .col-xs-6 article .content {
    padding: 0;
  }
  .hp-featured .container-fluid .row .col-xs-6 article .content h2 {
    margin-bottom: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 13px;
}
.font-lg {
  font-size: 20px;
}
.font-sm {
  font-size: 14px;
}
body a {
  color: #1c74e0;
  text-decoration: none;
}
body a:hover {
  color: #297AAA;
}
form {
  margin: 0;
}
#headerWrapper {
  clear: both;
  top: 1.85714em;
}
@media only screen and (min-width : 976px) {
  #headerWrapper {
    display: none;
  }
}
#header {
  margin: 0 auto;
  padding: 1em 0 0;
}
@media only screen and (min-width : 976px) {
  #header {
    padding: 1em 0.81967% 0 0.81967%;
  }
}
#header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 975px) {
  #header .flyoutMenuButtons {
    float: left !important;
    padding: 0 10px;
  }
  #header .flyoutMenuButtons a {
    text-decoration: none;
    color: #4A4A4A;
  }
}
#header .phoneSearchBox {
  padding: 0.71428em 3.53356%;
}
#header .phoneSearchBox .searchtextPhone {
  width: 66%;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header .phoneSearchBox .searchtextPhone {
    width: 76%;
  }
}
#pageWrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.main {
  padding: 0.42857em 1.53688%;
}
.main:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.colright,
.colmid,
.colleft {
  float: left;
  position: relative;
  width: 100%;
}
.firstColumn,
.secondColumn,
.thirdColumn {
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.col-padding {
  padding: 0 0.97560%;
}
html body #footer {
  background-color: #333;
  clear: both;
  color: #999;
  line-height: 0.8;
  position: relative;
  margin-top: 75px;
}
@media only screen and (min-width : 976px) {
  html body #footer .col-footer {
    width: 970px !important;
    margin: auto;
    margin-bottom: 20px;
  }
}
html body #footer a {
  color: #999;
  text-decoration: none;
}
html body #footer p {
  margin: 0;
  padding: 0.71428em 1.0416%;
  text-align: center;
}
html body #footer .five-three .col-sm-4 {
  width: 31.333333%;
}
html body #footer .five-three .col-sm-3 {
  width: 31%;
}
html body #footer .five-three .col-sm-5 {
  width: 35.666667%;
}
html body #footer .five-two .col-sm-6 {
  width: 53%;
}
html body #footer .five-two .col-sm-6.partners {
  width: 47%;
}
html body #footer p:last-child {
  padding: 0px;
}
html body #footer .copyright {
  font-size: 13px;
}
@media only screen and (max-width : 767px) {
  html body #footer .copyright {
    line-height: 1.3em;
  }
  html body #footer .copyright p a {
    color: #999 !important;
  }
}
/* Media Queries for master page */
.containerWrapper {
  padding: 0 6px;
}
.containerWrapper,
#simpleMasterForm {
  background-color: #fff;
}
@media only screen and (min-width : 976px) {
  .containerWrapper,
  #simpleMasterForm {
    width: 970px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 767px) {
  .containerWrapper,
  #simpleMasterForm {
    float: left !important;
    width: 100%;
    transition: -webkit-transform 450ms ease;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 975px) {
  .containerWrapper,
  #simpleMasterForm {
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .containerWrapper #pageWrapper,
  #simpleMasterForm #pageWrapper {
    margin-top: 10px;
  }
}
.topSiteLink {
  background-color: #FEEFB3;
  border-bottom: 4px solid #297AAA;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  margin: 0 !important;
}
.topSiteLink h4 {
  text-decoration: underline;
  display: inline;
  font-size: 16px;
}
.dictionaryAd {
  padding: 2px 0;
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 0 !important;
}
.dictionaryAd h4 {
  text-decoration: underline;
  display: inline;
  font-size: 16px;
}
/* Override Bootstrap default classes*/
.media {
  overflow: hidden;
}
/* Center align the advertisement */
div[id^="div-gpt-ad-"] {
  margin-left: auto;
  margin-right: auto;
}
.spinner-modal .modal-content {
  background: transparent;
  -webkit-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  position: fixed;
  top: 200px;
  left: 100px;
}
.top-image-container-menu {
  background: black;
}
.top-image-container-menu a img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
li.social-icons li > a {
  line-height: 15px;
}
div.col-sm-7.five-three {
  width: 60% !important;
}
div.col-sm-5.five-two {
  width: 40% !important;
}
.five-three ul {
  padding-left: 0;
  list-style: none;
}
.five-two ul {
  padding-left: 0;
  list-style: none;
}
.five-col h4 {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 30px;
}
.five-col li {
  padding: 5px 0;
  font-size: 15px;
}
.five-col li a {
  color: #b9b9b9;
  text-decoration: none;
}
li.title {
  font-size: 18px;
  color: #cecece;
}
#footer {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
}
#footer .col-footer {
  width: 90%;
  margin: auto;
}
#footer .copyright {
  background-color: #DCDCDC;
  font-size: 18px;
  padding: 15px 0;
}
#footer .terms {
  background-color: #3a3a3a;
  overflow: hidden;
}
.fa.fa-spinner.fa-spin {
  font-size: 9em;
  color: blue;
}
.button {
  background-color: #297AAA;
  border: none;
  border-radius: 4px;
}
.button:hover {
  background-color: #0063DC;
}
.thumbnail {
  padding: 0 !important;
  border: none;
}
#moduleNewsletter .moduleHeader {
  display: table;
}
#moduleNewsletter .moduleHeader header {
  display: table-cell;
  width: 70%;
  padding-right: 10px;
}
#moduleNewsletter .moduleHeader header h4 {
  font-size: 18px;
  color: #297AAA;
  margin-top: 0;
}
#moduleNewsletter .moduleHeader header p {
  font-size: 15px;
  line-height: 1.3;
}
#moduleNewsletter .moduleHeader .logo {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding-bottom: 10px;
}
#moduleNewsletter .moduleHeader .logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#moduleNewsletter .moduleBody {
  clear: both;
  padding: 0 !important;
}
#moduleNewsletter .moduleBody .jq-divSignupContent {
  position: relative;
}
#moduleNewsletter .moduleBody .jq-divSignupContent .jq-txtSignupEmail {
  float: right;
  width: 70%;
  padding-left: 34px;
  margin-bottom: 5px;
  border-radius: 0;
  border-right: none;
  box-shadow: none;
}
#moduleNewsletter .moduleBody .jq-divSignupContent:before {
  font-family: FontAwesome;
  content: "\f0e0";
  position: absolute;
  left: 12px;
  top: 6px;
  display: block;
  width: 14px;
  font-size: 14px;
  color: #d4d4d4;
}
#moduleNewsletter .moduleBody .jq-btnSignUpNewsletterBest {
  float: right;
  width: 30%;
  height: 36px;
  background: #297AAA;
}
#moduleNewsletter .moduleBody .jq-btnSignUpNewsletterBest:hover {
  background: #0063DC;
}
#moduleNewsletter .moduleBody * {
  font-size: 14px;
}
#main_navbar {
  z-index: 100 !important;
}
a.ssk.ssk-icon.ssk-youtube {
  color: #ff0000;
}
/* Remove the Fireplace ad for view ports less than desktop size */
@media only screen and (max-width: 975px) {
  #hotSpotLeft,
  #hotSpotRight {
    display: none !important;
  }
}
#CybotCookiebotDialogDetail,
#CybotCookiebotDialogDetailFooter {
  background-color: #161616cc !important;
}
#CybotCookiebotDialogBody,
#CybotCookiebotDialogDetailBody {
  max-width: 1250px !important;
}
#CybotCookiebotDialog {
  z-index: 3147483647 !important;
  background: #161616cc !important;
}
#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
  height: 49px !important;
  width: 100px !important;
}
#CybotCookiebotDialogBodyLevelButtonAccept {
  height: 35px !important;
  padding: 9px 2px !important;
  margin-top: 0 !important;
  min-width: 100px !important;
}
._yeti_main_container._yeti_footer_show {
  z-index: 1 !important;
}
.fr-video,
.jq-articleBody iframe :not(.smcx-iframe-container),
.main iframe :not(.smcx-iframe-container) {
  width: 100% !important;
  height: auto !important;
}

html,
body,
#simpleMasterForm {
  height: 100%;
}
body > #simpleMasterForm {
  height: auto;
  min-height: 100%;
}
@media only screen and (min-width : 976px) {
  body > #simpleMasterForm .topMenuLogo {
    min-width: 970px;
  }
}
.simpleMenu {
  top: 0 !important;
  margin-top: 0 !important;
}
.mainContent {
  padding: .42857em 1.53688%;
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .mainContent {
    margin-top: 10px;
  }
}
.simpleMasterContainer {
  padding-bottom: 2em;
}
#masterFooter {
  background-color: #333;
  clear: both;
  color: #999;
  padding: 0.5em 0;
  position: relative;
  z-index: 10;
  height: 2em;
  margin-top: 50px;
}
@media only screen and (max-width : 767px) {
  #masterFooter {
    height: auto !important;
  }
}
#masterFooter a {
  color: #999;
  text-decoration: none;
}
#masterFooter p {
  margin: 0;
  padding: 0.71428em 1.0416%;
  text-align: center;
}
#masterFooter p:last-child {
  padding: 0px;
}
#masterFooter .copyright {
  font-size: 13px;
}
@media only screen and (max-width : 767px) {
  #masterFooter .copyright {
    line-height: 1.3em;
  }
}

.twoColWide .firstColumn {
  width: 64%;
}
@media only screen and (max-width: 975px) {
  .twoColWide .firstColumn {
    width: 100%;
  }
}
.twoColWide .secondColumn {
  width: 36%;
  padding-left: 22px;
}

.twoColWide .firstColumn {
  width: 64%;
}
@media only screen and (max-width: 975px) {
  .twoColWide .firstColumn {
    width: 100%;
  }
}
.twoColWide .secondColumn {
  width: 36%;
  padding-left: 22px;
}


.featuredTopicArticle {
  padding-top: 1px !important;
  padding-bottom: 16px !important;
}
.featuredTopicArticle:last-child {
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .featuredTopicArticle {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .featuredTopicArticle {
    padding: 0 5px;
  }
}
@media (max-width: 479px) {
  .featuredTopicArticle {
    padding: 0;
    padding-bottom: 0 !important;
  }
}
.featuredTopicArticle > h2 {
  font-size: 25px;
}
.featuredTopicArticle .article-title-line {
  border-bottom-width: 2px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 479px) {
  .featuredTopicArticle > h2,
  .featuredTopicArticle .article-title-line {
    display: none !important;
  }
}
.featuredTopicArticle .topic-article-container {
  position: relative;
  padding-bottom: 21px;
  /*& > div:last-child {
            padding-left: 0;
        }*/
}
.featuredTopicArticle .topic-article-container:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: -21px;
  display: block;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 479px) {
  .featuredTopicArticle .topic-article-container:before {
    top: -16px;
  }
}
.featuredTopicArticle .topic-article-container:first-child:before {
  display: none;
}
@media (max-width: 479px) {
  .featuredTopicArticle .topic-article-container:first-child:before {
    display: block !important;
  }
}
.featuredTopicArticle .topic-article-container:last-child {
  padding-bottom: 20px;
}
.featuredTopicArticle .topic-article-container .topic-article-image-container {
  min-height: 0 !important;
}
.featuredTopicArticle .topic-article-container .topic-article-image-container img {
  padding: 0;
}
.featuredTopicArticle .topic-article-container .topic {
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.featuredTopicArticle .topic-article-container h2 {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.2;
}
.featuredTopicArticle .topic-article-container p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featuredTopicArticle .topic-article-container {
    margin-top: 20px !important;
  }
  .featuredTopicArticle .topic-article-container .topic-article-image-container img {
    padding: 0 !important;
  }
}
@media (max-width: 479px) {
  .featuredTopicArticle .topic-article-container {
    margin-top: 15px !important;
    padding-bottom: 16px;
  }
  .featuredTopicArticle .topic-article-container p {
    display: none;
  }
}
.hp-featured {
  padding: 30px 15px 6px;
}
@media (max-width: 991px) {
  .hp-featured {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767px) {
  .hp-featured {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 479px) {
  .hp-featured {
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-bottom: -10px;
  }
}
.hp-featured > .row {
  overflow: hidden;
}
.hp-featured > .row > div:last-child {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .hp-featured > .row > div:last-child {
    margin-top: 0;
  }
}
.hp-featured article {
  position: relative;
  overflow: hidden;
}
.hp-featured article .content {
  overflow: hidden;
  padding: 12px 0 24px;
}
@media (max-width: 479px) {
  .hp-featured article .content {
    padding-bottom: 6px;
  }
}
.hp-featured article .content .topic {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.hp-featured article .content h2 {
  margin: 6px 0 0;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .hp-featured article .content h2 {
    font-size: 16px;
  }
}
.hp-featured article .content h2 a {
  display: inline-block;
  color: inherit;
}
.hp-featured article .content h2 a:hover {
  color: #297aaa;
}
@media (max-width: 479px) {
  .hp-featured article .content p {
    display: none;
  }
}
.hp-featured article .content p:last-child {
  margin: 0;
}
.hp-featured article.featured-article .content h2 {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1.1;
}
@media (max-width: 479px) {
  .hp-featured article.featured-article {
    background: black;
  }
  .hp-featured article.featured-article img {
    opacity: 0.5;
  }
  .hp-featured article.featured-article .content {
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
  .hp-featured article.featured-article .content a,
  .hp-featured article.featured-article .content a:hover {
    color: white;
  }
  .hp-featured article.featured-article .content h2 {
    font-size: 24px;
  }
}
.hp-featured .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hp-featured .container-fluid .hr {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  display: block;
  border-top: 1px solid #d1d1d1;
}
.hp-featured .container-fluid .row {
  position: relative;
  padding-top: 20px;
}
.hp-featured .container-fluid .row:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  display: block;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 479px) {
  .hp-featured .container-fluid .row {
    padding-top: 0;
  }
  .hp-featured .container-fluid .row:before {
    display: none !important;
  }
  .hp-featured .container-fluid .row:first-child > div:first-child article:before {
    display: none;
  }
  .hp-featured .container-fluid .row .col-xs-6 {
    width: 100%;
  }
  .hp-featured .container-fluid .row .col-xs-6 article {
    padding: 16px 0 15px;
    margin: 0 -15px;
  }
  .hp-featured .container-fluid .row .col-xs-6 article:before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    border-top: 1px solid #d1d1d1;
    left: 15px;
    right: 15px;
  }
  .hp-featured .container-fluid .row .col-xs-6 article .image {
    float: left;
    padding: 0 15px;
    width: 33.33333333%;
  }
  .hp-featured .container-fluid .row .col-xs-6 article .content {
    padding: 0 15px 0 0;
    width: 66.66666667%;
  }
  .hp-featured .container-fluid .row .col-xs-6 article .content h2 {
    margin-bottom: 0;
  }
}


.articleHeading {
  margin-top: 0;
}
.right-ad {
  text-align: center;
  margin: 0 0 12px 0;
  overflow: hidden;
}
.right-ad > div {
  margin: 0 auto;
}
.contentPartner {
  border: 1px solid black;
  padding: 6px;
  margin-bottom: 10px;
  font-size: 15px !important;
}
.contentPartner .media-left {
  padding-left: 2px !important;
}
.contentPartner .media-body {
  padding-right: 15px !important;
  padding-left: 10px !important;
}
.contentPartner img {
  padding: 3px 10px 10px 5px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .contentPartner .media-left,
  .contentPartner .media-body,
  .contentPartner .media-right {
    display: block !important;
    width: auto;
  }
  .contentPartner .media-left {
    text-align: center;
  }
  .contentPartner .media-object {
    display: table-cell !important;
  }
  .contentPartner img {
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentPartner .content-partner-buttons {
  padding: 0 1px 0 0 !important;
}
.contentPartner .content-partner-buttons .profileButtonsList {
  text-align: center;
  margin-bottom: 2px;
}
.contentPartner .content-partner-buttons .profileButtonsList ul {
  list-style-type: none;
  padding-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .contentPartner .content-partner-buttons .profileButtonsList {
    padding: 15px 1px 0 0 !important;
    width: 75% !important;
    margin: 0 auto;
  }
}
.contentPartner .profileButton {
  border: 1px solid #ccc;
  border-radius: 2px 2px 2px 2px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: .25714em;
  padding: 4px;
  padding-bottom: .35714em;
  padding-top: .35714em;
  text-align: center;
  text-decoration: none;
}
.contentPartner .highlightButton {
  background-color: #808080;
  color: #fff;
}
.contentPartner .partnerProfileButton {
  background-color: #154677;
  color: #fff;
}
.contentPartner .partnerEmailButton {
  background-color: #A2A2A2;
  color: #fff;
}
.author-name {
  margin-bottom: 0.71428em;
}
.author-name a {
  color: #0063DC;
  text-decoration: none;
}
.article-image-container {
  float: right;
  margin: 0 0 1.35714em 1.65837%;
  padding: 0.35714em 0.82918%;
  border: 1px solid #eee;
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .article-image-container {
    width: 34% !important;
  }
}
.article-image-img-div {
  margin: 0;
  padding: 0;
}
.article-image-img-div img {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width : 976px) {
  .article-image-img-div img {
    width: 600px;
  }
}
@media only screen and (max-width: 975px) {
  .article-image-img-div img {
    width: 100%;
  }
}
.article-image-caption {
  text-align: center;
  font-size: 12.5px;
}
.article-image-source {
  font-style: italic;
  font-size: 12.5px;
}
.article-image-small {
  width: 42.4543%;
}
@media only screen and (max-width: 975px) {
  .article-image-small {
    width: 100%;
  }
}
@media print {
  /* remove image container */
  .article-image-container {
    display: none;
  }
  .bioBox,
  #divShareAndSubscribe,
  #divYouMightLike {
    display: none;
  }
}
/*Index page articles list.*/
.ipost.clearfix hr.article-title-line {
  width: 100%;
  border-bottom: 5px solid #0063DC;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width : 767px) {
  .ipost.clearfix hr.article-title-line {
    width: 95%;
  }
}
div.entry-title {
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width : 767px) {
  div.entry-title {
    height: 50px;
  }
}
div.entry-title h3 {
  margin-top: 0px;
  margin-bottom: 0;
}
div.entry-title h3 a {
  color: black;
  font-weight: 700;
  font-size: 16px;
}
.entry-category p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
}
@media only screen and (max-width : 767px) {
  .entry-category p {
    font-size: 20px;
  }
}
.entry-image img.thumbnail,
.entry-image span img {
  margin-bottom: 12px;
  border-radius: 0;
  max-width: 100%;
}
@media only screen and (max-width : 767px) {
  .entry-image img.thumbnail,
  .entry-image span img {
    width: 100%;
  }
}
.double-border-fancy-title {
  padding-left: 5px;
  padding-bottom: 20px;
}
.double-border-fancy-title h3 {
  text-transform: uppercase;
  display: inline;
  font-size: 16px;
}
.double-border-fancy-title .double-border-div {
  border-top: 4px double #E5E5E5;
  display: inline-block;
  width: 81%;
  float: right;
  margin-top: 11px;
  margin-right: -9px;
}
@media only screen and (max-width : 767px) {
  .double-border-fancy-title .double-border-div {
    width: 50%;
    margin-right: 4px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 975px) {
  .double-border-fancy-title .double-border-div {
    width: 77%;
    margin-right: 4px;
  }
}
.article-container {
  padding-left: 5px;
  padding-right: 3px;
}
@media only screen and (max-width : 767px) {
  .latest-questions-container {
    margin-bottom: 0;
  }
}
.latest-questions-container .entry-title {
  height: 105px;
}
@media only screen and (max-width : 767px) {
  .latest-questions-container .entry-title {
    height: 75px;
  }
}
.article-container .col-sm-4.entry-article,
.latest-questions-container .col-sm-4.entry-article {
  margin-bottom: 18px;
}
.article-container .col-sm-4.entry-article:nth-child(3n+1),
.latest-questions-container .col-sm-4.entry-article:nth-child(3n+1) {
  clear: both;
}
@media only screen and (max-width : 767px) {
  .article-container .col-sm-4.entry-article,
  .latest-questions-container .col-sm-4.entry-article {
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
div#divMoreArticles {
  margin-bottom: 15px;
  margin-top: 15px;
}
div#divMoreArticlesBottom {
  margin-top: -20px;
}
div#rightColumn .right-column-content {
  width: 325px;
  margin-right: 0;
  padding-right: 0;
}
.module.right-ad {
  float: left;
  padding-left: 15px;
}
.module.right-ad.home-page {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.module.right-ad {
  text-align: center;
  margin: -30px 0 12px 10px;
}
.module.right-ad.pull-right.p-x.p-y {
  margin-right: -140px;
  margin-top: -30px;
}
@media only screen and (min-width : 976px) {
  .module.right-ad {
    margin: 0 0 12px 10px;
  }
}
.module.right-ad > div {
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .module.right-ad {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .module.right-ad {
    display: none;
  }
}
.leftFeature {
  position: fixed;
  top: 40px;
  padding: 6px 10px;
  width: 165px !important;
  background: white;
  margin-left: -11px;
  margin-top: 24px;
  left: 95px;
}
@media only screen and (max-width : 975px) {
  .leftFeature {
    left: 42px;
  }
}
#fertilitysmarts_300x600_ros {
  margin: 0 auto;
  width: 300px;
  height: 600px;
}
.takeway {
  border-left: 7px solid #999;
  margin: 10px 0 30px 0;
  padding: 2px 0 3px 20px;
}
@media only screen and (min-width : 976px) {
  .takeway {
    width: 600px;
  }
}
@media only screen and (max-width: 975px) {
  .takeway {
    width: 100%;
  }
}
.relatedContent {
  padding-left: 15px;
  float: right;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 35px;
  width: 330px;
}
@media only screen and (max-width: 975px) {
  .relatedContent {
    display: none !important;
  }
}
.floatingSponsor .fixedElement h2.featured-header {
  color: red;
  text-align: center;
  margin: 0 0 5px;
}
.floatingSponsor .fixedElement .lnk-description {
  line-height: initial;
  margin-bottom: 20px;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
}
.article-text {
  padding: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .article-text {
    width: 100%;
    padding: 0 !important;
  }
}
.article-text a {
  text-decoration: underline;
  color: #0063DC;
}
.article-text table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
@media print {
  .article-image-container {
    display: none;
  }
  .bioBox,
  #divShareAndSubscribe,
  #divYouMightLike {
    display: none;
  }
}
@media only screen and (max-width : 767px) {
  .jq-articleBody {
    max-width: 92vw;
  }
  .jq-articleBody img {
    max-width: 92vw;
  }
}
.jq-articleBody div#ad_300x250_ros {
  width: 300px;
  height: 250px;
  float: right;
  margin-left: 20px;
  padding-left: 0;
  margin-right: -130px;
  margin-bottom: 10px;
}
.jq-articleBody .module.right-ad.pull-right.p-x.p-y {
  margin-top: -20px;
}
.footerBody {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.presented-by {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  text-align: center;
}
.presented-by img {
  max-width: 250px;
  max-height: 150px;
}
.article-page h1 {
  margin-bottom: 15px;
  text-align: center;
}
.article-page .ssk-wrapper {
  margin-bottom: 9px;
}
.article-page .ssk-wrapper .ssk-sharethis {
  padding: 0;
  border: none;
}
.article-page .ssk-wrapper .ssk-sharethis .ssk-group {
  float: none;
  text-align: center;
}
.article-page .ssk-wrapper .ssk-sharethis .ssk-group .ssk {
  padding: 6px;
}
.article-page .author-name {
  margin-bottom: 30px;
  text-align: center;
}
.article-page .article-image-small {
  width: auto;
}
.article-page .article-image-small .article-image-img-div img {
  width: 100%;
}
.article-page .article-image-small .article-image-source {
  text-align: center;
}
.article-page .article-image-small .takeway {
  width: auto;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.article-page .article-content > .row > div:first-child {
  padding-left: 0;
}
.article-page .article-content > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .article-page .article-content > .row > div {
    padding-top: 20px;
  }
  .article-page .article-content > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .article-page .article-content > .row > div:last-child {
    padding-left: 0;
  }
}
.article-page .article-content .article-text {
  max-width: 690px;
  margin: 0 auto;
  float: none;
}
.article-page .article-content .article-text .embed-module {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.article-page .article-content .article-text .embed-module h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.article-page .article-content .article-text .embed-module p {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-page .article-content .article-text .embed-module p:last-child {
  margin-bottom: 0;
}
.article-page .article-content .article-text .featured-link {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.article-page .article-content .article-text .featured-link > .row > div:first-child {
  padding-left: 0;
}
.article-page .article-content .article-text .featured-link > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-link > .row > div {
    padding-top: 20px;
  }
  .article-page .article-content .article-text .featured-link > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .article-page .article-content .article-text .featured-link > .row > div:last-child {
    padding-left: 0;
  }
}
.article-page .article-content .article-text .featured-link h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.article-page .article-content .article-text .featured-link p {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-page .article-content .article-text .featured-link p:last-child {
  margin-bottom: 0;
}
.article-page .article-content .article-text .featured-link .row > div:first-child img {
  max-width: 100%;
}
.article-page .article-content .article-text .featured-link a.btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  border-color: #161616;
}
.article-page .article-content .article-text .featured-link a.btn:hover {
  color: white;
  background: #161616;
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-link {
    text-align: center;
  }
  .article-page .article-content .article-text .featured-link .row > div {
    float: none;
    width: auto;
  }
  .article-page .article-content .article-text .featured-link .row > div .img-responsive {
    display: inline-block;
  }
}
.article-page .article-content .article-text .featured-form {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  padding-left: 75px;
  padding-right: 75px;
}
.article-page .article-content .article-text .featured-form > .row > div:first-child {
  padding-left: 0;
}
.article-page .article-content .article-text .featured-form > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .article-page .article-content .article-text .featured-form > .row > div {
    padding-top: 20px;
  }
  .article-page .article-content .article-text .featured-form > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .article-page .article-content .article-text .featured-form > .row > div:last-child {
    padding-left: 0;
  }
}
.article-page .article-content .article-text .featured-form h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.article-page .article-content .article-text .featured-form p {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-page .article-content .article-text .featured-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article-page .article-content .article-text .featured-form header {
  display: table;
  margin: 0 -15px 15px;
}
.article-page .article-content .article-text .featured-form header > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.article-page .article-content .article-text .featured-form header > div.logo {
  width: 16.66%;
  padding-right: 15px;
}
.article-page .article-content .article-text .featured-form header > div.logo img {
  max-height: 80px;
}
.article-page .article-content .article-text .featured-form header > div.content {
  width: 83.34%;
}
.article-page .article-content .article-text .featured-form .divSignupContent {
  float: left;
  width: 69%;
}
.article-page .article-content .article-text .featured-form .divSignupContent:before {
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: 6px;
  display: block;
  width: 14px;
  color: #161616;
}
.article-page .article-content .article-text .featured-form .divSignupContent .form-control {
  padding-left: 34px;
  box-shadow: none;
  border-right-width: 0;
  border-color: #161616;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.article-page .article-content .article-text .featured-form .btn {
  float: left;
  width: 31%;
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  background: #161616;
}
@media (max-width: 767px) {
  .article-page .article-content .article-text .featured-form header {
    display: block;
  }
  .article-page .article-content .article-text .featured-form header > div {
    display: block;
    width: auto !important;
    text-align: center;
  }
  .article-page .article-content .article-text .featured-form header > div.logo {
    display: none;
  }
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-form .btn,
  .article-page .article-content .article-text .featured-form .divSignupContent {
    float: none;
    width: 100%;
  }
  .article-page .article-content .article-text .featured-form .btn,
  .article-page .article-content .article-text .featured-form .form-control {
    border-radius: 4px !important;
  }
  .article-page .article-content .article-text .featured-form .divSignupContent {
    margin-bottom: 15px;
  }
  .article-page .article-content .article-text .featured-form .divSignupContent .form-control {
    border-right-width: 1px;
  }
}
.article-page .article-content .article-text .ad-unit {
  display: block;
  max-width: 640px;
  margin: 0 auto 6px;
  text-align: center;
}
.article-page .article-content .article-text .ad-unit img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .article-page .article-content .article-text .ad-unit {
    max-width: 350px;
  }
}
.article-page .article-content .article-text .ad-unit:after {
  display: block;
  padding: 6px;
  text-align: center;
  color: #aaa;
  font-size: .75em;
  text-transform: uppercase;
}
.article-page .article-content .ad-300x600 {
  display: block;
  max-width: 300px;
  margin: 0 auto 6px;
  text-align: center;
  float: right;
  margin-right: -20px;
}
.article-page .article-content .ad-300x600 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .article-page .article-content .ad-300x600 {
    max-width: 300px;
  }
}
.article-page .article-content .ad-300x600:after {
  display: block;
  padding: 6px;
  text-align: center;
  color: #aaa;
  font-size: .75em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-page .article-content .ad-300x600 {
    float: none;
  }
}
.article-page .article-content .ad-300x600 .ad-content {
  width: 300px;
  height: 600px;
  line-height: 600px;
  margin: 0 auto;
  text-align: center;
}
.article-page.article-page-1-col .article-content > .row > .col-md-9 {
  float: none;
  width: auto;
}
.article-page.article-page-2-cols .takeway {
  max-width: none;
}
@media (max-width: 991px) {
  .article-page.article-page-2-cols .takeway {
    max-width: 690px;
  }
}
.bioBox.article-page-1-col {
  max-width: 690px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#divRelatedLinks {
  overflow: hidden;
  padding-bottom: 15px;
}
#divRelatedLinks .relatedContentTitle {
  margin-bottom: 15px;
}
#divRelatedLinks .jq-relatedContentWrapper {
  margin: -30px 0 0 -30px;
}
#divRelatedLinks .jq-relatedContentWrapper .relatedContentItem {
  float: left;
  width: 33.33%;
  padding: 30px 0 0 30px;
  margin: 0;
}
#divRelatedLinks .jq-relatedContentWrapper .relatedContentItem:nth-child(3n+1) {
  clear: left;
}
#divRelatedLinks .jq-relatedContentWrapper .relatedContentItem img {
  width: 100%;
}
@media (max-width: 479px) {
  #divRelatedLinks .jq-relatedContentWrapper {
    margin: -15px 0 0 -15px;
  }
  #divRelatedLinks .jq-relatedContentWrapper .relatedContentItem {
    width: 50%;
    padding: 15px 0 0 15px;
  }
  #divRelatedLinks .jq-relatedContentWrapper .relatedContentItem:nth-child(3n+1) {
    clear: none;
  }
  #divRelatedLinks .jq-relatedContentWrapper .relatedContentItem:nth-child(2n+1) {
    clear: left;
  }
}
.article-page h1 {
  margin-bottom: 15px;
  text-align: center;
}
.article-page .ssk-wrapper {
  margin-bottom: 9px;
}
.article-page .ssk-wrapper .ssk-sharethis {
  padding: 0;
  border: none;
}
.article-page .ssk-wrapper .ssk-sharethis .ssk-group {
  float: none;
  text-align: center;
}
.article-page .ssk-wrapper .ssk-sharethis .ssk-group .ssk {
  padding: 6px;
}
.article-page .author-name {
  margin-bottom: 30px;
  text-align: center;
}
.article-page .article-image-small {
  width: auto;
}
.article-page .article-image-small .article-image-img-div img {
  width: 100%;
}
.article-page .article-image-small .article-image-source {
  text-align: center;
}
.article-page .article-image-small .takeway {
  width: auto;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.article-page .article-content > .row > div:first-child {
  padding-left: 0;
}
.article-page .article-content > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .article-page .article-content > .row > div {
    padding-top: 20px;
  }
  .article-page .article-content > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .article-page .article-content > .row > div:last-child {
    padding-left: 0;
  }
}
.article-page .article-content .article-text {
  max-width: 690px;
  margin: 0 auto;
  float: none;
}
.article-page .article-content .article-text .embed-module {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.article-page .article-content .article-text .embed-module h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.article-page .article-content .article-text .embed-module p {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-page .article-content .article-text .embed-module p:last-child {
  margin-bottom: 0;
}
.article-page .article-content .article-text .featured-link {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.article-page .article-content .article-text .featured-link > .row > div:first-child {
  padding-left: 0;
}
.article-page .article-content .article-text .featured-link > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-link > .row > div {
    padding-top: 20px;
  }
  .article-page .article-content .article-text .featured-link > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .article-page .article-content .article-text .featured-link > .row > div:last-child {
    padding-left: 0;
  }
}
.article-page .article-content .article-text .featured-link h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.article-page .article-content .article-text .featured-link p {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-page .article-content .article-text .featured-link p:last-child {
  margin-bottom: 0;
}
.article-page .article-content .article-text .featured-link .row > div:first-child img {
  max-width: 100%;
}
.article-page .article-content .article-text .featured-link a.btn {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  border-color: #161616;
}
.article-page .article-content .article-text .featured-link a.btn:hover {
  color: white;
  background: #161616;
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-link {
    text-align: center;
  }
  .article-page .article-content .article-text .featured-link .row > div {
    float: none;
    width: auto;
  }
  .article-page .article-content .article-text .featured-link .row > div .img-responsive {
    display: inline-block;
  }
}
.article-page .article-content .article-text .featured-form {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  padding-left: 75px;
  padding-right: 75px;
}
.article-page .article-content .article-text .featured-form > .row > div:first-child {
  padding-left: 0;
}
.article-page .article-content .article-text .featured-form > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .article-page .article-content .article-text .featured-form > .row > div {
    padding-top: 20px;
  }
  .article-page .article-content .article-text .featured-form > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .article-page .article-content .article-text .featured-form > .row > div:last-child {
    padding-left: 0;
  }
}
.article-page .article-content .article-text .featured-form h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.article-page .article-content .article-text .featured-form p {
  margin-bottom: 15px;
  line-height: 22px;
}
.article-page .article-content .article-text .featured-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article-page .article-content .article-text .featured-form header {
  display: table;
  margin: 0 -15px 15px;
}
.article-page .article-content .article-text .featured-form header > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.article-page .article-content .article-text .featured-form header > div.logo {
  width: 16.66%;
  padding-right: 15px;
}
.article-page .article-content .article-text .featured-form header > div.logo img {
  max-height: 80px;
}
.article-page .article-content .article-text .featured-form header > div.content {
  width: 83.34%;
}
.article-page .article-content .article-text .featured-form .divSignupContent {
  float: left;
  width: 69%;
}
.article-page .article-content .article-text .featured-form .divSignupContent:before {
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: 6px;
  display: block;
  width: 14px;
  color: #161616;
}
.article-page .article-content .article-text .featured-form .divSignupContent .form-control {
  padding-left: 34px;
  box-shadow: none;
  border-right-width: 0;
  border-color: #161616;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.article-page .article-content .article-text .featured-form .btn {
  float: left;
  width: 31%;
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  background: #161616;
}
@media (max-width: 767px) {
  .article-page .article-content .article-text .featured-form header {
    display: block;
  }
  .article-page .article-content .article-text .featured-form header > div {
    display: block;
    width: auto !important;
    text-align: center;
  }
  .article-page .article-content .article-text .featured-form header > div.logo {
    display: none;
  }
}
@media (max-width: 479px) {
  .article-page .article-content .article-text .featured-form .btn,
  .article-page .article-content .article-text .featured-form .divSignupContent {
    float: none;
    width: 100%;
  }
  .article-page .article-content .article-text .featured-form .btn,
  .article-page .article-content .article-text .featured-form .form-control {
    border-radius: 4px !important;
  }
  .article-page .article-content .article-text .featured-form .divSignupContent {
    margin-bottom: 15px;
  }
  .article-page .article-content .article-text .featured-form .divSignupContent .form-control {
    border-right-width: 1px;
  }
}
.article-page .article-content .article-text .ad-unit {
  display: block;
  max-width: 640px;
  margin: 0 auto 6px;
  text-align: center;
}
.article-page .article-content .article-text .ad-unit img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .article-page .article-content .article-text .ad-unit {
    max-width: 350px;
  }
}
.article-page .article-content .article-text .ad-unit:after {
  display: block;
  padding: 6px;
  text-align: center;
  color: #aaa;
  font-size: .75em;
  text-transform: uppercase;
}
.article-page .article-content .ad-300x600 {
  display: block;
  max-width: 300px;
  margin: 0 auto 6px;
  text-align: center;
  float: right;
  margin-right: -20px;
}
.article-page .article-content .ad-300x600 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .article-page .article-content .ad-300x600 {
    max-width: 300px;
  }
}
.article-page .article-content .ad-300x600:after {
  display: block;
  padding: 6px;
  text-align: center;
  color: #aaa;
  font-size: .75em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-page .article-content .ad-300x600 {
    float: none;
  }
}
.article-page .article-content .ad-300x600 .ad-content {
  width: 300px;
  height: 600px;
  line-height: 600px;
  margin: 0 auto;
  text-align: center;
}
.article-page.article-page-1-col .article-content > .row > .col-md-9 {
  float: none;
  width: auto;
}
.article-page.article-page-2-cols .takeway {
  max-width: none;
}
@media (max-width: 991px) {
  .article-page.article-page-2-cols .takeway {
    max-width: 690px;
  }
}
.bioBox.article-page-1-col {
  max-width: 690px;
  margin-left: auto !important;
  margin-right: auto !important;
}
#divRelatedLinks {
  overflow: hidden;
  padding-bottom: 15px;
}
#divRelatedLinks .relatedContentTitle {
  margin-bottom: 15px;
}
#divRelatedLinks .jq-relatedContentWrapper {
  margin: -30px 0 0 -30px;
}
#divRelatedLinks .jq-relatedContentWrapper .relatedContentItem {
  float: left;
  width: 33.33%;
  padding: 30px 0 0 30px;
  margin: 0;
}
#divRelatedLinks .jq-relatedContentWrapper .relatedContentItem:nth-child(3n+1) {
  clear: left;
}
#divRelatedLinks .jq-relatedContentWrapper .relatedContentItem img {
  width: 100%;
}
@media (max-width: 479px) {
  #divRelatedLinks .jq-relatedContentWrapper {
    margin: -15px 0 0 -15px;
  }
  #divRelatedLinks .jq-relatedContentWrapper .relatedContentItem {
    width: 50%;
    padding: 15px 0 0 15px;
  }
  #divRelatedLinks .jq-relatedContentWrapper .relatedContentItem:nth-child(3n+1) {
    clear: none;
  }
  #divRelatedLinks .jq-relatedContentWrapper .relatedContentItem:nth-child(2n+1) {
    clear: left;
  }
}
#latestArticles img {
  width: 100px !important;
}

.contactUsSocial ul.postList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.contactUsSocial ul.postList li {
  margin: 0 10px 0 0 !important;
  display: inline-block;
}
.contactUsSocial ul.postList li a {
  color: #555;
}
.contactFormMessage {
  margin: 2.857142857em 0;
  min-height: 21.428571428em;
}
.faq h4 {
  font-size: 16px;
}
.faq p {
  margin-bottom: 20px;
}

.term-item-wrapper {
  float: left;
}
.term-item-wrapper h1 {
  margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .term-item-wrapper h1 {
    margin-bottom: 0;
  }
}
.term-item-wrapper h4 {
  margin: 0.85714em 1.16279% 0.21428em 0;
}
.term-item-wrapper .definitionOrSaysImage {
  margin-top: 0.71428em;
  padding: 0;
  width: 13.33333%;
  float: left;
}
@media only screen and (max-width : 767px) {
  .term-item-wrapper .definitionOrSaysImage {
    width: 10.96408%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .term-item-wrapper .definitionOrSaysImage {
    display: none;
  }
}
.term-item-wrapper .definitionOrSaysImage span {
  display: block;
  height: 4.57142em;
  background: url("//cdn.techopedia.com/resource/images/techopedia-saysdefn.png") no-repeat scroll 0 0 transparent;
}
@media only screen and (max-width : 767px) {
  .term-item-wrapper .definitionOrSaysImage span {
    background: url("//cdn.techopedia.com/resource/images/techopedia-saysdefn.png?width=48&amp;scale=down") no-repeat scroll 0 0 transparent;
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .term-item-wrapper .definitionOrSaysImage span {
    background: url("//cdn.techopedia.com/resource/images/techopedia-saysdefn.png?width=32&amp;scale=down") no-repeat scroll 0 0 transparent;
    width: 32px;
    height: 32px;
  }
}
.term-item-wrapper .says .definitionOrSaysImage span {
  background-position: 0 -65px;
}
@media only screen and (max-width : 767px) {
  .term-item-wrapper .says .definitionOrSaysImage span {
    background-position: 0 -48px;
  }
}
@media only screen and (max-width: 480px) {
  .term-item-wrapper .says .definitionOrSaysImage span {
    background-position: 0 -32px;
  }
}
.term-item-wrapper .definitionOrSaysContent {
  margin: 0;
  padding: 0;
  margin-bottom: 2.5%;
  float: left;
  min-height: 100px;
  width: 85.53552%;
}
@media only screen and (max-width : 767px) {
  .term-item-wrapper .definitionOrSaysContent {
    width: 88.23529%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .term-item-wrapper .definitionOrSaysContent {
    width: 100%;
  }
}
.term-item-wrapper .definitionOrSaysContent p:last-child {
  margin-bottom: 5px;
}
.related-terms {
  margin: 0 0 0.42857em 0;
  padding: 0;
}
.related-terms:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.related-terms .related-terms-left-col {
  float: left;
  width: 48%;
  margin: 0 1.00671% 0 0;
  padding: 0;
}
@media only screen and (max-width: 975px) {
  .related-terms .related-terms-left-col {
    width: 100%;
  }
}
.related-terms .related-terms-left-col ul {
  padding-left: 0;
}
.related-terms .related-terms-right-col {
  float: left;
  padding: 0;
  margin-top: 1em;
}
.related-terms ul li {
  font-size: 14px;
  font-weight: bold;
  list-style: none outside none;
  position: relative;
  line-height: 20px;
  text-decoration: none;
}
.related-terms ul li a {
  text-decoration: underline;
}
.related-terms .bottom-right-feature {
  float: right;
  margin-top: 16px;
}
.related-links {
  margin: 0;
  padding: 0;
}
.related-links h4 {
  float: left;
  width: 100px;
  margin: 0 0 4px 0;
  padding: 0 0 0 15px;
}
.related-links ul {
  padding-left: 0;
}
.related-links .relatedTagContents {
  float: left;
  padding: 0;
  font-size: 15px;
  margin: 0 0 4px 0;
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .related-links .relatedTagContents {
    float: none;
  }
}
@media only screen and (max-width : 767px) {
  .related-links .relatedTagContents {
    float: none;
  }
}
.related-links .relatedTagContents a {
  margin-right: 5px;
}
.related-links .divVideoContent {
  padding-top: 10px;
  border-top: 1px dashed #BABABA;
  margin-top: 7px;
}
.related-links ul li {
  border-bottom: 1px dashed #BABABA;
  list-style: none outside none;
  padding: 5px 0 5px 0px;
  position: relative;
  text-decoration: none;
}
.related-links ul li a {
  font-weight: bold;
}
.related-links ul li .videoTitle {
  color: #1c74e0;
  font-weight: bold;
}
.breadCrumbsWithTopAd {
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 10px;
}

.dictionaryHeader {
  margin-top: 0;
}
#dictSearch {
  margin-bottom: 1.4285em;
  padding-left: 0;
}
#dictAlphaList {
  margin: 0 0 1.42857em 0;
}
#dictAlphaList:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#dictAlphaList h2 {
  margin: 0 0 0.2857em;
  margin-bottom: 15px;
}
#dictAlphaList .btnAlpha {
  padding: 0 5px;
  background-color: #F5F5F5;
  border-color: #555555;
}
@media only screen and (max-width : 975px) {
  #dictAlphaList .btnAlpha {
    margin: 5px 0 20px 20px;
    padding: 6px 12px;
    font-weight: bold;
  }
}
#dictAlphaList ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  float: left;
}
#dictAlphaList ol li {
  float: left;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  #dictAlphaList ol li {
    margin-right: 4px;
  }
}
#dictAlphaList a {
  display: block;
  margin: 0 0 0.28571em 0;
  font-size: 12px;
}
#dictAlphaList a:hover {
  background-color: #297AAA;
}
#topTerms {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
#topTerms:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#topTerms .newestTermsColumn {
  width: 43%;
  float: left;
}
@media only screen and (max-width : 767px) {
  #topTerms .newestTermsColumn {
    width: 100%;
  }
}
#topTerms .topTagsColumn {
  margin: 0 0 0 4.97512%;
  width: 43%;
  float: left;
}
@media only screen and (max-width : 767px) {
  #topTerms .topTagsColumn {
    width: 100%;
    margin-left: 0;
  }
}
#topTerms .topTagsColumn ul {
  padding-left: 0;
}
#topTerms .topTagsColumn ul li a {
  text-decoration: none;
}
#topTerms h2 {
  margin-top: 0 !important;
  margin-bottom: 0.35714em;
  border-bottom: 1px solid #ccc;
}
#topTerms ul {
  margin: 0 0 15px 0;
  list-style-type: square;
}
#topTerms ul li {
  margin-left: 0;
  padding: 0.14285em 0;
  position: relative;
  text-decoration: none;
}
#topTerms .viewTagCloud {
  display: block;
  text-align: right;
  padding: 0 5.68181% 0.71428em 0;
  text-decoration: none;
}
#termOfTheDayWrap {
  border: solid 1px #c4c4c4;
}
#termOfTheDayWrap h2 {
  margin: 0;
  padding: 0.28571em 0.66555%;
  border-bottom: solid 1px #c4c4c4;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  background: url("/resource/images/newest_title_bg.png") repeat-x;
}
#termOfTheDayWrap h3 {
  font-size: 24px;
}
#termOfTheDayWrap #termOfTheDayContent {
  padding: 9px;
}
#termOfTheDayWrap #termOfTheDayContent:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#termOfTheDayWrap #termOfTheDayContent .termOfTheDayTitle {
  /*border-right: solid 1px @borderColorGrey;*/
}
#termOfTheDayWrap #termOfTheDayContent .termOfTheDayTitle h3 {
  font-weight: bold;
  margin-top: 0;
}
@media only screen and (max-width : 767px) {
  #termOfTheDayWrap #termOfTheDayContent .termOfTheDayTitle h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  #termOfTheDayWrap #termOfTheDayContent .termOfTheDayTitle {
    border: none;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  #termOfTheDayWrap #termOfTheDayContent .termOfTheDayForm {
    width: 100%;
    padding: 0;
  }
}
#termOfTheDayWrap #termOfTheDayContent .termOfTheDayForm #txtTodEmail {
  display: inline-block;
  width: 82%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  #termOfTheDayWrap #termOfTheDayContent .termOfTheDayForm #txtTodEmail {
    width: 100%;
    margin-bottom: 5px;
  }
}
#txtTermSearch {
  width: 45.65%;
  display: inline-block;
}
@media only screen and (max-width : 767px) {
  #txtTermSearch {
    margin-bottom: 8px;
    width: 100%;
  }
}
#btnTermSearch {
  margin-left: 5px;
}

#upList:before,
#upList:after {
  content: " ";
  display: table;
}
#upList:after {
  clear: both;
}
@media only screen and (max-width: 975px) {
  #upList {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .div-item-with-image-wrapper .articleImage {
    display: none !important;
  }
}
.publish-date {
  font-weight: bold;
  color: #999;
  font-size: 15px;
}
.latest-questions-container .entry-image {
  min-height: 148px;
}
.latest-questions-container .ipost.clearfix hr.article-title-line {
  border-bottom-color: #aaa;
}

.firstLetter {
  display: block;
  float: left;
  color: #297AAA;
  font-size: 370%;
  font-weight: bold;
  margin: 5px 15px 6px 0;
  font-family: arial;
  line-height: 29px;
}
.qaWrapper .top-feature-container {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  top: 6px;
}
.qaWrapper .authorBioWrapper {
  width: 220px;
  clear: right;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  top: 6px;
  left: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .qaWrapper .authorBioWrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.qaWrapper .authorBioWrapper .bioBox {
  margin: 0;
  padding: 10px 10px 5px 10px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .qaWrapper .questionDetails {
    clear: both;
  }
}
.qaWrapper .questionDetails .questionWrapper {
  font-weight: bold;
  margin: 10px 5px 20px;
  min-height: 35px;
}
.qaWrapper .questionDetails .answerWrapper {
  margin: 10px 5px;
}
.qaWrapper .questionDetails ul,
.qaWrapper .questionDetails ol {
  position: relative;
  left: 40px;
  padding-left: 0;
  width: 95%;
}
.qaWrapper .related-links {
  margin-top: 2.14285em;
}
.qaWrapper .related-links h3 {
  background: none;
  border: none;
  color: #527ca6;
  padding: 0;
}
.qaWrapper a {
  color: #0063DC;
}
.questionTitle {
  /*border-bottom: 2px dotted #000;*/
  padding-bottom: 5px;
}
.recentQuestionsSection .authorBioWrapper .author {
  padding: 10px !important;
  text-align: center;
}
.relatedContentTitle {
  margin-bottom: 0.5em;
  border-bottom-color: #ccc;
  border-width: 3px 0 1px;
  border-style: solid;
  padding: 0.4em 0 0.5em;
  margin-top: 1em;
}
.relatedContentTitle h3 {
  font-size: 20px;
  margin: 0;
}
.contentRelatedLinks .relatedContentItem {
  display: inline-block;
  vertical-align: top;
  margin-right: 3.3%;
  margin-bottom: 1.5em;
  width: 29.5%;
  line-height: 1.4em;
}
@media only screen and (max-width : 767px) {
  .contentRelatedLinks .relatedContentItem {
    width: 28%;
  }
}
.contentRelatedLinks .relatedContentItem div {
  text-align: center;
  margin-top: 3px;
}
@media only screen and (max-width : 767px) {
  .contentRelatedLinks .relatedContentItem div {
    font-size: 14px;
    line-height: 19px;
  }
}
.contentRelatedLinks .relatedContentItem a {
  text-decoration: none;
}
.contentRelatedLinks .relatedContentItem a:hover {
  text-decoration: underline;
}
.contentRelatedLinks .relatedContentItem a img {
  border: 1px solid #eee;
}
#divMoreArticles.more-by-experts {
  margin-top: 15px;
}
.otherQuestions .all-questions-link.viewAll {
  float: right;
  font-size: 17px;
  font-weight: bold;
}

.allExperts .expertQuestions {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .allExperts .expertQuestions > a {
    float: none !important;
  }
}
.allExperts .expertQuestions img.thumbnail {
  margin-bottom: 3px;
}
.allExperts .expertQuestions .expertName {
  min-width: 110px;
}
.allExperts .expertQuestions ul {
  padding-left: 25px;
}
.questionItem {
  width: 32%;
  clear: both;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 319px) {
  .questionItem {
    width: 49%;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .questionItem img {
    width: 180px;
  }
}
.questionItem .nameWrapper {
  background-color: #00529B;
  width: 180px;
  margin-top: -19px;
  text-align: center;
  bottom: 1px;
  color: #fff;
  position: relative;
  height: 24px;
}
@media only screen and (max-width : 767px) {
  .questionItem .nameWrapper {
    width: auto;
    font-size: 15px;
  }
}
.questionItem ul {
  margin: 15px 0 0 0;
  font-size: 14px;
  padding-left: 15px;
}
.questionItem strong a {
  font-size: 14px;
  padding-left: 15px;
}
.module-right-column-container {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .questionItem .nameWrapper {
    font-size: 15px;
  }
  .questionItem .nameWrapper {
    background-color: #00529B;
    width: 109px;
    margin-top: -19px;
    text-align: center;
    bottom: 1px;
    color: #fff;
    position: relative;
  }
  .questionItem {
    width: 100%;
  }
}

.topicHeader {
  margin-top: 0;
}
.topicIntroduction {
  margin-bottom: 0.85714em;
  font-style: italic;
  margin-left: 7px;
}
.featuredTopicArticle {
  float: left;
  width: 100%;
}
.featuredTopicArticle .topic-article-image-container,
div#bioRecentArticles .topic-article-image-container {
  min-height: 165px;
}
.featuredTopicArticle .topic-article-image-container img,
div#bioRecentArticles .topic-article-image-container img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 4px;
}
.featuredTopicArticle .topic-article-container.row,
div#bioRecentArticles .topic-article-container.row {
  margin-top: 20px;
}
@media only screen and (max-width : 767px) {
  .featuredTopicArticle .topic-article-container.row,
  div#bioRecentArticles .topic-article-container.row {
    margin-top: 5px;
  }
}
.featuredTopicArticle .topic-article-container h2 > a > span,
div#bioRecentArticles .topic-article-container h2 > a > span {
  color: #333333;
}
.featuredTopicArticle .topic-article-container .topic-article-description,
div#bioRecentArticles .topic-article-container .topic-article-description {
  font-size: 21px;
}
.featuredTopicArticle h2,
div#bioRecentArticles h2 {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 5px;
}
.featuredTopicArticle hr.article-title-line,
div#bioRecentArticles hr.article-title-line {
  border-bottom: 5px solid #0063DC;
  margin-top: 0;
  margin-bottom: 25px;
}
.featuredTopicArticle .topicArticleThumbnail,
div#bioRecentArticles .topicArticleThumbnail {
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .featuredTopicArticle .topicArticleThumbnail,
  div#bioRecentArticles .topicArticleThumbnail {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .featuredTopicArticle .topicArticleThumbnail,
  div#bioRecentArticles .topicArticleThumbnail {
    float: left !important;
  }
}
@media only screen and (min-width : 976px) {
  .featuredTopicArticle .topicArticleThumbnail img,
  div#bioRecentArticles .topicArticleThumbnail img {
    width: 950px;
    height: 300px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .featuredTopicArticle .topicArticleThumbnail img,
  div#bioRecentArticles .topicArticleThumbnail img {
    width: 630px;
    height: 144px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .featuredTopicArticle .topicArticleThumbnail img,
  div#bioRecentArticles .topicArticleThumbnail img {
    width: 350px;
    height: 244px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : landscape) {
  .featuredTopicArticle .topicArticleThumbnail img,
  div#bioRecentArticles .topicArticleThumbnail img {
    width: 800px;
    height: 244px;
  }
}
.topicArticles {
  float: left;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .topicArticles {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .topicArticles .topicArticleImage {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .topicArticles .topicArticleImage {
    float: left;
  }
}
@media only screen and (max-width : 767px) {
  .topicArticles .topicArticleImage img {
    width: 150px;
    height: 44px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .topicArticles .topicArticleImage img {
    width: 110px;
    height: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .topicArticles .topicArticleImage img {
    width: 280px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .topicArticles .topicArticleImage img {
    width: 175px;
    height: 116px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .topicArticles .topicArticleImage img {
    width: 340px;
    height: 140px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : landscape) {
  .topicArticles .topicArticleImage img {
    width: 220px;
    height: 140px;
  }
}
.alert.topicError {
  margin-top: 25px;
}
.topic-featured-article .flexslider .slides img {
  width: inherit;
  max-width: 100%;
}
@media only screen and (min-width : 976px) {
  .topic-featured-article .flexslider {
    width: 100%;
    margin-left: 0;
  }
}
.topic-featured-article .flex-caption {
  bottom: 0px !important;
  height: auto !important;
}
.topic-featured-article .flex-caption p {
  width: 550px;
}
@media only screen and (min-width : 976px) {
  .flex-caption {
    width: 920px !important;
    line-height: 32px !important;
  }
}
.no-margin-top {
  margin-top: 0;
}
.upper-case-text {
  text-transform: uppercase;
}
.about-team-container .next-line {
  min-height: 25px;
}
.about-team-container .member-container {
  text-align: center;
}
.about-team-container .job-title {
  color: #333;
  font-weight: normal;
}
.about-team-container .about-image-container {
  min-height: 185px;
}
.about-team-container .about-image-container img {
  border: 10px;
  border-radius: 50%;
}
.about-team-container .section-heading {
  font-size: 24px;
}
.about-team-container label.about-name {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .featuredTopicArticle .topic-article-container > div:last-child {
    padding-left: 15px;
  }
}

.full {
  /* For SubscriptionModal() */
}
.full p {
  line-height: 1.5em;
  margin-bottom: 2em;
}
.full fieldset input[type="text"],
.full fieldset input.text,
.full #txtUserEmailAddress,
.full div.subscriptions input[type="text"] {
  width: 444px;
  border: 4px solid #ccc;
}
@media only screen and (max-width : 767px) {
  .full fieldset input[type="text"],
  .full fieldset input.text,
  .full #txtUserEmailAddress,
  .full div.subscriptions input[type="text"] {
    width: 100%;
  }
}
.full .subscription_group_container label {
  font-weight: normal;
}
.full .subscription_group_container .socialMedia {
  margin-left: 50px;
}
.full .subscription_group_container .socialMedia iframe {
  border: none;
  overflow: hidden;
  width: 450px;
  height: 25px;
}
.full .subscription_group_container .todRSS24 {
  float: right;
  margin: 0 10px;
}
.full .newscheck {
  float: left;
  margin-right: 1.0822%;
  margin-top: 1px;
}
.full div.form_message,
.full div.form_error {
  border-style: solid;
  border-width: 2px;
  border-color: #297AAA;
  background-color: #DAECF6;
  clear: both;
  margin: 2em;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
.full ul {
  list-style-type: none;
  margin-left: 0;
}
.full li {
  margin-bottom: 0.71428em;
}
.full .notice {
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-top: 1px solid #297AAA;
  bottom: 0px;
  margin: 0 1em 1em 1em;
  padding-left: 14px;
  padding-top: 10px;
}
.full .divModalWordings {
  padding: 15px 15px;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.full .divModalWordings .popupCloseImage {
  margin: -5px;
}
.full .divModalWordings .divPad {
  padding-left: 10px;
}
.full .divModalWordings .divPad #message {
  color: #d9534f;
}
.full .divModalWordings .failureNotification {
  color: red;
  font-size: 14px;
}
.full .divModalWordings .divControls {
  margin-top: 10px;
  clear: both;
}
.full .divModalWordings .divControls #btnSubmitForm {
  padding-left: 30px;
}
.full .divModalWordings .divImageLogo {
  float: left;
}
.full .divModalWordings .divImageLogo img {
  width: 98px;
  height: 98px;
  margin: 0 10px 0 0;
}
.full .divModalWordings .headline {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.full .divModalWordings #userEmailAddress {
  border: 1px solid #999999;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 0 5px #CCCCCC inset;
  color: #CCCCCC;
  float: left;
  font: bold 22px Helvetica;
  height: 40px;
  padding: 0 0 0 10px;
  width: 340px;
  margin-right: 30px;
}
.full .divModalWordings .signUpButton {
  height: 43px;
  font-size: 29px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
.full .divModalWordings #btnModalsubscribe {
  height: 36px;
}
.subheading {
  font-size: large;
  margin-bottom: 15px;
}
.newsletterSubscription .instruction {
  font-size: 18px;
  margin-bottom: 0.4em;
}
.newsletterSubscription ul {
  margin-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .newsletterSubscription ul {
    padding-left: 0;
  }
}
#addPartnerDiv {
  margin-top: -7px;
  position: relative;
  z-index: 500 !important;
}
#addPartnerDiv .popUpImage {
  width: 100%;
}
#addPartnerDiv .popupCloseImage {
  float: right;
  position: absolute;
  right: 14px;
  top: 22px;
  color: #990000;
  opacity: 0.5;
  font-size: 30px;
}
#addPartnerDiv .popupCloseImage:hover {
  opacity: 1;
}

.bioPage {
  /* clear floats */
}
.bioPage h1 {
  margin: 0;
}
.bioPage .bioHeading {
  border-bottom: 1px solid #ccc;
  margin: 15px 0 15px;
  position: relative;
  padding: 0 0 3px 0;
}
.bioPage div#bioRecentQuestions {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bioPage div#bioRecentArticles {
  margin-bottom: 40px;
  margin-top: 30px;
}
.bioPage .bioContent {
  overflow: hidden;
}
.bioPage .bioContent p {
  display: block;
}
.bioPage .bioContent .authorImage {
  float: left;
  padding-right: 25px;
}
@media only screen and (max-width : 767px) {
  .bioPage .bioContent .authorImage img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 975px) {
  .bioPage .bioContent .authorImage img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width : 976px) {
  .bioPage .bioContent .authorImage img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    margin-bottom: 10px;
  }
}
.bioPage .bioBox {
  border: 1px solid #D8D8D8;
  position: relative;
  margin: 1.42857em 0;
  border-radius: .2em;
}
.bioPage .bioBox .bioBigPhoto {
  float: left;
  margin: 10px 10px 10px 10px;
  border-radius: 50%;
  width: 100px;
}
.bioPage .bioBox h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.bioPage .bioBox .bioHeading {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 15px 5px 15px;
  font-size: 16px;
  background-color: #F2F2F2;
}
.bioPage .bioBox .bioContent {
  color: #888;
  overflow: hidden;
  line-height: 25px !important;
  padding: 10px 15px 5px 15px;
  min-height: 76px;
}
.bioPage .bioBox .bioContent p {
  display: inline;
}
.bioPage .bioBox .bioContent h2 {
  margin-top: 2px;
}
.bioBox {
  border: 1px solid #D8D8D8;
  position: relative;
  margin: 1.42857em 0;
  border-radius: .2em;
}
.bioBox .bioBigPhoto {
  float: left;
  margin: 10px 10px 10px 10px;
  border-radius: 50%;
  width: 100px;
}
.bioBox h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.bioBox .bioHeading {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 15px 5px 15px;
  font-size: 16px;
  background-color: #F2F2F2;
}
.bioBox .bioContent {
  color: #888;
  overflow: hidden;
  line-height: 25px !important;
  padding: 10px 15px 5px 15px;
  min-height: 76px;
}
.bioBox .bioContent p {
  display: inline;
}
.bioBox .bioContent h2 {
  margin-top: 2px;
}
.bioSocialLinks {
  line-height: 18px;
  overflow: hidden;
  margin-top: 5px;
}
.bioSocialLinks ul {
  margin: 0;
  padding-left: 0;
}
.bioSocialLinks ul li {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
}
.bioSocialLinks a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
}
.bioSocialLinks .last {
  margin-right: 0;
}
.bioSocialLinks .facebook a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/facebook.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .linkedIn a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/linkedin.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .twitter a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/twitter.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .google a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/google-plus.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .contact a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/email.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .pinterest a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/pinterest.png?width=18&height=18") no-repeat;
}
.bioSocialLinks .youtube a {
  background: url("//cdn.techopedia.com/resource/images/social/32x32/youtube.png?width=20&height=20") no-repeat;
  text-indent: 3px;
}
.contributor-wrapper .member-container {
  text-align: center;
}
.contributor-wrapper .contributor-image {
  min-height: 170px;
}
.contributor-wrapper .contributor-image img {
  border: 10px;
  border-radius: 50%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .bioRelatedArticles .bioArticleImage {
    display: none !important;
  }
}
.bioRelatedArticles .bioArticleImage img {
  width: 100px;
  height: 63px;
}
@media only screen and (max-width : 767px) {
  .bioRelatedArticles .bioArticleImage img {
    width: 70px;
    height: 44px;
  }
}
.contributor-team-container .next-line {
  min-height: 25px;
}
.contributor-team-container .member-container {
  text-align: center;
}
.contributor-team-container .contributor-image-container {
  min-height: 160px;
}
.contributor-team-container .contributor-image-container img {
  border: 10px;
  border-radius: 50%;
}
.contributor-team-container span.contributor-name {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}

@media only screen and (min-width : 976px) {
  .profileLeft {
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .profileLeft .profileImage {
    text-align: center;
  }
}
.profileLeft .profileImage img {
  margin: 0 0 0.35714em;
}
@media only screen and (max-width: 768px) {
  .profileLeft .profileButtons {
    text-align: center;
  }
}
.profileLeft .profileButtons .profileButtonsList {
  text-align: center;
  display: inline-block;
  margin-bottom: 2px;
}
.profileLeft .profileButtons .profileButtonsList ul {
  list-style-type: none;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .profileLeft .profileButtons .profileButtonsList {
    width: 100%;
  }
}
.profileLeft .profileButtons ul {
  list-style-type: none;
  margin: 0;
}
.profileLeft .profileButtons ul li {
  margin-left: 0;
}
.profileLeft .profileButtons .profileButton {
  border: 1px solid #ccc;
  border-radius: 2px 2px 2px 2px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.35714em;
  padding: 4px;
  padding-bottom: 0.35714em;
  padding-top: 0.35714em;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}
@media only screen and (max-width : 767px) {
  .profileLeft .profileButtons .profileButton {
    width: 126px;
  }
}
.profileRight .profileDetailsWrapper.profile-min-height {
  min-height: 340px;
}
@media only screen and (min-width : 976px) {
  .profileRight {
    width: 758px;
  }
}
.profileHeader {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 975px) {
  .profileHeader {
    text-align: center;
  }
}
@media only screen and (min-width : 976px) {
  .profileHeader {
    width: 795px;
  }
}
.profileHeader .profileImage {
  float: left;
}
.profileHeader .profileName {
  padding-left: 0;
  padding-top: 13px;
  float: left;
  margin-left: 20px;
}
@media only screen and (max-width: 975px) {
  .profileHeader .profileName {
    display: block !important;
    text-align: center;
  }
}
.profileHeader .profileName h1 {
  margin-top: 0;
}
.profileHeader .profileName .profileTitle {
  padding-bottom: 0.571428em;
}
.profileHeader .profileName .profileTitle span {
  color: #666;
  display: block;
  font-size: 16px;
}
.profileHeader .profilePhone {
  padding: 0;
}
.profileHeader .profilePhone span {
  background-image: url("//cdn.techopedia.com/resource/images/phone_icon.png");
  background-repeat: no-repeat;
  font-size: 28px;
  padding-left: 32px;
  background-position-y: 5px;
}
.profileHeader .profileBar {
  padding: 0;
}
.profileHeader .profileBar ul {
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0.714285em 1.275510%;
  width: 100%;
}
.profileHeader .profileBar ul li {
  float: left;
  margin-left: 0;
  margin-right: 9.87370%;
}
.profileHeader .profileBar ul li a,
.profileHeader .profileBar ul li a:hover {
  color: #000;
  text-decoration: none;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
.profileHeader .profileBar ul .active {
  background: none !important;
  border: none !important;
}
.profileHeader .profileBar ul .active a {
  color: #FF9211 !important;
  font-weight: bold !important;
}
.socialProfile {
  margin-top: .35714em;
}
.socialProfile .linkedInProfileButton {
  margin-top: .21428em;
  z-index: 9999999;
  margin-bottom: 8px;
}
.socialProfile .linkedInProfileButton .IN-widget {
  display: inline !important;
}
.socialProfile .linkedInProfileButton .IN-widget iframe {
  position: inherit !important;
}
.socialProfile .facebookShareButton {
  margin-bottom: 9px;
}
.socialProfile .googlePlusButton {
  margin-right: -50px;
}
.profileDetailsWrapper .aboutUser {
  margin: 1.4285em 0 1.0714em 0;
  padding: 0 5px;
}
.profileDetailsWrapper .education {
  margin: 0 0 1.0714em;
}
.profileDetailsWrapper .education .educationInfo {
  font-size: 15px;
  padding: 0 5px;
}
.profileDetailsWrapper .backgrounds {
  font-size: 15px;
  margin-bottom: 1.0714em;
}
.profileDetailsWrapper .associations {
  margin-bottom: 1.0714em;
}
.profileDetailsWrapper .associations li {
  margin: 10px 0;
}
.companies {
  padding: 0 1.157%;
}
.companies .companyDescription {
  margin-top: 0.35714em;
}
#emailMeModal input[type="text"] {
  width: 50%;
}
#emailMeModal #divSending {
  text-align: center;
  display: none;
  padding-bottom: 2.14285em;
}
#emailMeModal #divSending img {
  padding: 1.78571em 0;
}
.socialProfileBtns {
  overflow: inherit;
}
.callMe {
  font-size: 3.5em;
  vertical-align: top;
}
.address h2 {
  margin-top: 0;
}
.address iframe {
  border: 0;
  width: 100%;
  height: 225px;
  padding-top: 15px;
}

.downloadWrapper {
  padding-left: 14px;
}
.downloadWrapper .download-content .col-md-8 {
  padding-left: 0px !important;
}
.downloadWrapper .download-content .col-md-4 {
  padding-right: 0px !important;
}
.downloadWrapper header {
  padding: 36px 15px 30px;
  text-align: center;
}
.downloadWrapper header a.logo {
  display: block;
  max-width: 330px;
  padding: 0 15px;
  margin: 0 auto;
}
.downloadWrapper h1 {
  margin-top: 0;
  font-weight: 500 !important;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.downloadWrapper .downloadSubheading {
  font-size: 28px;
  line-height: 33px;
}
.downloadWrapper .downloadBody {
  margin-bottom: 1.42857em;
}
.downloadWrapper .subtitle {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.downloadFile {
  padding: 0;
  margin-top: 0;
  border: none;
}
@media only screen and (min-width : 768px) and (max-width : 975px) {
  .downloadFile {
    width: 50%;
  }
}
.downloadFile .downloadFileWrapper {
  padding: 30px 20px 20px;
  border-radius: 4px;
  color: #808080;
  font-size: 15px;
  background: #272727;
}
.downloadFile .downloadFileWrapper .divThank {
  font-size: 30px;
  text-align: center;
  color: white;
  padding-bottom: 10px;
}
.downloadFile .downloadFileWrapper h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.downloadFile .downloadFileWrapper .validation-summary-errors {
  color: red;
}
.downloadFile .downloadButton {
  font-weight: bold;
}
.transferImage {
  margin: 0 10px 10px 0;
  max-width: 50%;
}
.sponsoredOrganization {
  margin-top: 5px;
}
.downloads {
  margin-bottom: 30px;
}
.downloads .guidetitle {
  font-size: 22px;
  margin-bottom: 5px;
}
.downloads .btndownload {
  margin-top: 5px;
}
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#divNext {
  margin-bottom: 25px;
}
.tutorials {
  float: left;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (max-width : 767px) {
  .tutorials {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tutorials .tutorail-image-container {
  min-height: 165px;
}
.tutorials .tutorail-image-container img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 4px;
}
.tutorials .tutorail-container.row {
  margin-top: 20px;
}
@media only screen and (max-width : 767px) {
  .tutorials .tutorail-container.row {
    margin-top: 5px;
  }
}
.tutorials .tutorail-container h2 > a > span {
  color: #333333;
}
.tutorials .tutorail-container .topic-article-description {
  font-size: 21px;
}
.tutorials h2 {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 5px;
}
.tutorials hr.article-title-line {
  border-bottom: 5px solid #0063DC;
  margin-top: 0;
  margin-bottom: 25px;
}
.tutorials .topicArticleThumbnail {
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
  .tutorials .topicArticleThumbnail {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .tutorials .topicArticleThumbnail {
    float: left !important;
  }
}
@media only screen and (min-width : 976px) {
  .tutorials .topicArticleThumbnail img {
    width: 950px;
    height: 300px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .tutorials .topicArticleThumbnail img {
    width: 630px;
    height: 144px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : portrait) {
  .tutorials .topicArticleThumbnail img {
    width: 350px;
    height: 244px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 976px) and (orientation : landscape) {
  .tutorials .topicArticleThumbnail img {
    width: 800px;
    height: 244px;
  }
}

.calendarDate {
  float: left;
  margin: 0 10px 10px 5px;
  width: 35px;
  padding: 4px;
  height: 40px;
  text-align: center;
  font-size: 0.85714em;
  line-height: 1em;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase;
  background: #F3F3F3;
  border-radius: 4px;
}
.calendarDate span {
  display: block;
}
.eventWrapper .eventDetails h2 {
  font-weight: 500;
}
.eventWrapper .eventDetails .eventInfo ul {
  list-style: none;
  padding-left: 0;
}
.eventWrapper .eventDetails .eventInfo ul li {
  line-height: 25px;
}
.eventWrapper .eventDetails .eventInfo ul li .eventRegister {
  margin: 10px 0 20px 0;
}
.eventWrapper .eventDetails .featuredEvents {
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 4px #AAAAAA;
}
.eventWrapper .eventDetails .featuredEvents h2 {
  border: medium none;
  color: #333333;
  background-color: #F6F4F1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin: 0 0 12px;
  padding: 10px 20px;
}
.eventWrapper .eventDetails .featuredEvents ul {
  margin-bottom: 20px;
}
.eventWrapper .eventDetails .featuredEvents ul li {
  clear: both;
}
.calendarDate {
  float: left;
  margin: 0 10px 10px 5px;
  width: 35px;
  padding: 4px;
  height: 30px;
  text-align: center;
  font-size: 0.85714em;
  line-height: 1em;
  color: #676767;
  font-weight: bold;
  text-transform: uppercase;
  background: #F3F3F3;
  border-radius: 4px;
}
.calendarDate span {
  display: block;
}
/******** Styles specific to Event List page ********/
.eventListWrapper .eventTypeDropdown {
  width: 140px;
}
.eventListWrapper table {
  font-size: 12px;
}
.eventListWrapper table th {
  background-color: #ccc;
}
@media only screen and (min-width : 976px) {
  .eventListWrapper table .eventTitle {
    width: 36%;
  }
}
@media only screen and (min-width : 976px) {
  .eventListWrapper table .startDate {
    width: 15%;
  }
}
@media only screen and (min-width : 976px) {
  .eventListWrapper table .endDate {
    width: 15%;
  }
}


@media only screen and (min-width : 976px) {
  .responsiveRegistration {
    width: 970px;
  }
}
.responsiveRegistration h1 {
  font-size: 35px;
  font-weight: bold;
}
.responsiveRegistration #logo img {
  margin: 1.4285em 0;
}
.responsiveRegistration .registerWrapper {
  margin-top: 0.35714em;
}
@media only screen and (min-width : 976px) {
  .responsiveRegistration .registerWrapper {
    max-width: 600px;
  }
}
.responsiveRegistration .registerWrapper form h1 {
  margin-top: 10px;
}
.responsiveRegistration .registerWrapper form label {
  font-weight: normal;
}
#SeminarImage {
  margin: 1em 0 !important;
}
@media only screen and (min-width : 976px) {
  .twoColWrapper .registerWrapper {
    width: 64%;
    display: inline-block;
  }
}
.twoColWrapper .rightCol {
  text-align: center;
}
.twoColWrapper .rightCol hr {
  margin: 20px 0;
}
.twoColWrapper .rightCol > h4 {
  font-size: 32px;
}
.twoColWrapper .rightCol .sponsorImages img {
  margin: 10px 0 20px 0;
}
@media only screen and (min-width : 976px) {
  .twoColWrapper .rightCol {
    width: 34%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
  }
}
.auto-style1 {
  background-color: #FFFF66;
}
#techopedia-webinar header {
  margin-bottom: 40px;
}
#techopedia-webinar header a.logo {
  display: block;
  max-width: 200px;
  margin: 30px auto;
}
@media (max-width: 479px) {
  #techopedia-webinar header a.logo {
    width: 100%;
  }
}
#techopedia-webinar header a.logo img {
  display: block;
  width: 100%;
}
#techopedia-webinar header h4 {
  margin-bottom: -8px;
  line-height: 1.5em;
  font-size: 1.15em;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
#techopedia-webinar header h1 {
  margin: 24px 0;
  padding: 0 30px;
  text-align: center;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media (max-width: 991px) {
  #techopedia-webinar header h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 479px) {
  #techopedia-webinar header h1 {
    padding: 0;
  }
}
#techopedia-webinar header .date {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.3;
  color: #005d79;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #techopedia-webinar header .date span {
    display: block;
  }
}
#techopedia-webinar .row {
  padding-bottom: 30px;
  margin: 0 9px;
}
@media (max-width: 479px) {
  #techopedia-webinar .row {
    padding-bottom: 15px;
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  #techopedia-webinar .row > div {
    padding-top: 30px;
  }
  #techopedia-webinar .row > div:first-child {
    padding-top: 0;
  }
}
#techopedia-webinar .row > div .form {
  padding: 30px 20px 20px;
  border-radius: 4px;
  color: #808080;
  font-size: 15px;
  background: #272727;
}
#techopedia-webinar .row > div .form h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
#techopedia-webinar .row > div .form .form-group:last-child {
  padding-top: 2px;
  margin-bottom: 0;
}
#techopedia-webinar .row > div .form .form-group label {
  font-weight: normal;
}
#techopedia-webinar .row > div .form p {
  text-align: center;
  margin: 0;
  color: #f5f5f5;
}
#techopedia-webinar .row > div .description .margin > * {
  margin-top: 20px;
}
#techopedia-webinar .row > div .description .margin > *:first-child {
  margin-top: 0;
}
#techopedia-webinar .row > div .description > * {
  margin-top: 20px;
}
#techopedia-webinar .row > div .description > *:first-child {
  margin-top: 0;
}
#techopedia-webinar .row > div .description p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5;
}
#techopedia-webinar .row > div .description .sponsors > * {
  margin-top: 20px;
}
#techopedia-webinar .row > div .description .sponsors > *:first-child {
  margin-top: 0;
}
#techopedia-webinar .row > div .description .sponsors h2 {
  text-align: center;
  margin: 0;
}
#techopedia-webinar .row > div .description .sponsors img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
#techopedia-webinar .row > div .presenters {
  padding: 30px 20px;
  border: 1px solid #cfd9dc;
  border-radius: 4px;
  margin: 0;
  list-style: none;
}
#techopedia-webinar .row > div .presenters li {
  margin-top: 30px;
  text-align: center;
}
#techopedia-webinar .row > div .presenters li:first-child {
  margin-top: 0;
}
#techopedia-webinar .row > div .presenters li img {
  display: block;
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
  border-radius: 100%;
}
#techopedia-webinar .row > div .presenters li h4 {
  margin: 14px 0 0;
  font-size: 1.15em;
  line-height: 1.45;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#techopedia-webinar .row > div .presenters li p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #7d7d7d;
  margin: 0;
}
#techopedia-webinar .divThank {
  font-size: 30px;
  text-align: center;
  background-color: black;
  padding-bottom: 10px;
  padding-top: 16px;
  color: white;
}
#techopedia-webinar .row > #rc-imageselect,
#techopedia-webinar .g-recaptcha {
  transform: scale(0.9);
  -webkit-transform: scale(0.99);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/** for IE browsers so they will use elastic fonts (em) properly **/
html {
  font-size: 16px;
}
#subscribeBody {
  background: #f0f0f0;
  /* Set base fonts and sizes. All other sections use elastic (em) values to grow/shrink their sizes based on these. */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  color: #000;
  /******** Manage Your Subscriptions Container Section ********/
  /* Responsive
-------------------------------------------------- */
  /* reset the padding to body*/
  /* Tablet to desktop */
  /* Tablet */
  /* Landscape phones */
  /******** Header Section *******/
}
#subscribeBody label {
  font-weight: normal;
}
@media (max-width: 767px) {
  #subscribeBody body {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #subscribeBody {
    /* Remove any padding from the body */
  }
  #subscribeBody body {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #subscribeBody {
    /* Remove any padding from the body */
  }
  #subscribeBody body {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  #subscribeBody {
    /* Remove padding above jumbotron */
  }
  #subscribeBody body {
    padding-top: 0;
  }
}
#subscribeBody #headerSection {
  width: 100%;
  overflow: hidden;
}
#subscribeBody #headerSection img {
  padding-top: 1em;
  max-width: 100%;
}
#subscribeBody .container-wrapper {
  padding: 0 3%;
  width: 870px;
  background-color: #fff;
  border-radius: 10px;
  margin: 20px auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #subscribeBody .container-wrapper {
    width: 100%;
  }
}
#subscribeBody #divSubscribeForm h1 {
  font-size: 32px;
  font-weight: bold;
}
#subscribeBody #divSubscribeForm label {
  font-weight: 100;
}
#subscribeBody #unsubscribeWrapper {
  font-size: 14px;
  /******** Email Banner Section *******/
  /******** Error and Status Messages *******/
  /******** Manage Subscriber *******/
  /** this is the main block for managing subscribers. It contains both the subscriptions section and profile section below **/
  /******** Manage Your Subscriptions Section *******/
  /** outer wrapper for manage your lists section **/
  /** style for each choice radio button **/
  /** style for subscriptions list table **/
  /******** Manage Your Profile Section *******/
  /******** Submit "Update" Button *******/
  /******** Footer Section *******/
}
#subscribeBody #unsubscribeWrapper #pageTitleSection {
  /* font size uses em which is relative to font-size defined in body tag above. */
  font-size: 27.5px;
  font-weight: bold;
  color: #999;
  padding: 1em 0 0.714em 0;
  line-height: 1.00em;
}
#subscribeBody #unsubscribeWrapper #emailBannerSection {
  background: #e8f1f7;
  border: none;
  border-radius: 5px;
  width: 65.38%;
  padding: 0.571em 5.813953%;
  margin: 1.4285em auto;
  clear: both;
  color: #666;
  text-align: center;
  /* style for email addresses shown in email banner */
  /* style for paragraph section in email banner */
}
#subscribeBody #unsubscribeWrapper #emailBannerSection h2 {
  margin-bottom: 0;
  /* font size and line height use em which is relative to sizes defined in body tag above.
			 */
  font-weight: normal;
  font-size: 23px;
  line-height: 1.35em;
}
#subscribeBody #unsubscribeWrapper #emailBannerSection span {
  color: #337098;
  word-break: break-all;
  word-wrap: break-word;
}
#subscribeBody #unsubscribeWrapper #emailBannerSection p {
  margin: 0.428em 0 1.1428em 0;
  padding: 0;
}
#subscribeBody #unsubscribeWrapper .headline {
  font-weight: bold;
}
#subscribeBody #unsubscribeWrapper #manageSubscriberSection .socialLinks {
  margin-left: 3.5714%;
}
#subscribeBody #unsubscribeWrapper .yourSubscriptions {
  border: 0;
  margin: 0.1428em 0 0;
  padding-bottom: 0;
}
#subscribeBody #unsubscribeWrapper .yourSubscriptions .updateInstruction {
  color: #337098;
  font-size: 20px;
  padding: 0.714em 0;
  font-weight: bold;
  border-bottom-width: 0px;
}
#subscribeBody #unsubscribeWrapper .yourSubscriptions .subscriptionUpdate {
  display: inline;
  font-size: 20px;
}
#subscribeBody #unsubscribeWrapper .choice {
  padding: 1.4285em 0;
  border-top: 1px dotted #ccc;
}
#subscribeBody #unsubscribeWrapper .choice label {
  font-size: 19px;
}
#subscribeBody #unsubscribeWrapper .choice:last-of-type {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 0.7142em;
  padding: 1.4285em 0;
}
#subscribeBody #unsubscribeWrapper .listsTable {
  border: 0;
  padding: 0 0.357% 0.357em 0.357%;
  margin-left: 2%;
}
#subscribeBody #unsubscribeWrapper .listsTable label {
  font-size: 16px;
  display: block;
  margin-left: 2.857%;
}
#subscribeBody #unsubscribeWrapper .listsTable table {
  padding: 0;
  margin: 0.7142em 0 0 1.4285%;
}
#subscribeBody #unsubscribeWrapper .listsTable td {
  border-bottom: 1px dotted #eee;
  max-width: 57.69%;
  padding: 0.42857em 0.42857%;
}
#subscribeBody #unsubscribeWrapper .listsTable input label {
  margin-left: 3.5714%;
}
#subscribeBody #unsubscribeWrapper .listsTable .listStatus {
  width: 100px;
  padding-left: 1.4285%;
}
#subscribeBody #unsubscribeWrapper .listStatus {
  color: #888;
  font-size: 14px;
  padding-left: 0.5714%;
}
#subscribeBody #unsubscribeWrapper .unsubscribeMsg {
  margin: 0.0714em 0 -0.3571em 2.3333%;
  padding: 0.2857em 0 0 0;
  color: #888;
}
#subscribeBody #unsubscribeWrapper #dncConfirmMsgBox {
  margin: 0 0 10px 35px;
  padding: 0.2857em 0 0 0;
  color: #222;
}
#subscribeBody #unsubscribeWrapper #dncConfirmMsgBox p {
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
}
#subscribeBody #unsubscribeWrapper .iframeSeparator iframe {
  border: none;
  overflow: hidden;
  width: 59.8404%;
  height: 1.7857em;
}
#subscribeBody #unsubscribeWrapper label.confirmCheckbox {
  font-size: 16px;
  color: #990000;
  margin-top: 0.71428em;
}
#subscribeBody #unsubscribeWrapper .profileSectionTitle {
  /* font size uses em which is relative to font-size defined in body tag above */
  font-size: 27.5px;
  font-weight: normal;
  color: #999;
  padding: 1em 0 1em 0;
}
#subscribeBody #unsubscribeWrapper #profileContainer {
  margin-top: -0.9285em;
  margin-bottom: 1.42857em;
}
#subscribeBody #unsubscribeWrapper #profileContainer label {
  display: block;
  font-size: 16px;
}
#subscribeBody #unsubscribeWrapper #yourProfile {
  border: 0;
  margin-left: 1.02564%;
  padding: 0;
  width: 100%;
}
#subscribeBody #unsubscribeWrapper #yourProfile .editProfile {
  color: #337098;
  float: right;
  margin-bottom: -1.214em;
  padding: 0;
  font-size: 16px;
  width: 184px;
}
#subscribeBody #unsubscribeWrapper #yourProfile .editProfile span {
  color: #666;
  font-size: 14.5px;
  font-weight: normal;
}
#subscribeBody #unsubscribeWrapper #yourProfile .editProfile a {
  color: #337098;
}
#subscribeBody #unsubscribeWrapper #yourProfile div {
  border: none;
  float: left;
}
#subscribeBody #unsubscribeWrapper .email,
#subscribeBody #unsubscribeWrapper .address1,
#subscribeBody #unsubscribeWrapper .address2,
#subscribeBody #unsubscribeWrapper .business,
#subscribeBody #unsubscribeWrapper .city,
#subscribeBody #unsubscribeWrapper .custom,
#subscribeBody #unsubscribeWrapper .phone .custom.checkbox {
  clear: left;
}
#subscribeBody #unsubscribeWrapper .fname .country {
  clear: both;
}
#subscribeBody #unsubscribeWrapper .custom.checkbox {
  margin: 0 0.7142% 0.7142em 0;
  width: auto;
}
#subscribeBody #unsubscribeWrapper .email input,
#subscribeBody #unsubscribeWrapper .fname input,
#subscribeBody #unsubscribeWrapper .lname input,
#subscribeBody #unsubscribeWrapper .address1 input,
#subscribeBody #unsubscribeWrapper .address2 input,
#subscribeBody #unsubscribeWrapper .city input,
#subscribeBody #unsubscribeWrapper .state input,
#subscribeBody #unsubscribeWrapper .zip input,
#subscribeBody #unsubscribeWrapper .business input,
#subscribeBody #unsubscribeWrapper .phone input,
#subscribeBody #unsubscribeWrapper .fax input,
#subscribeBody #unsubscribeWrapper .custom.text input,
#subscribeBody #unsubscribeWrapper .state select,
#subscribeBody #unsubscribeWrapper .country select {
  padding: 0.2857em 1.3333%;
  margin: 0.2857em 20px 0.7142em 0;
}
#subscribeBody #unsubscribeWrapper .lname {
  clear: both;
}
#subscribeBody #unsubscribeWrapper .custom.checkbox input {
  display: inline;
  margin-right: 0.7142%;
}
#subscribeBody #unsubscribeWrapper .custom.checkbox label {
  display: inline;
  margin-left: 0;
}
#subscribeBody #unsubscribeWrapper input[type="submit"] {
  border-radius: 4px;
  border: none;
  background-image: linear-gradient(to top, #e0e0e0 100%, #cccccc 53%);
  cursor: pointer;
  margin: 0 0 0.7142em 1.28205%;
  padding: 0.5714em 2.3076923%;
  color: #666;
}
#subscribeBody #unsubscribeWrapper input[type="submit"].activatedBtn,
#subscribeBody #unsubscribeWrapper input[type="submit"].activatedBtnHover {
  background-color: #226699;
  background-image: linear-gradient(to top, #006699 22%, #3988b0 53%);
  color: #fff;
}
#subscribeBody #unsubscribeWrapper input[type="submit"].activatedBtnHover {
  color: #003366;
}
#subscribeBody #unsubscribeWrapper .todRSS24 {
  background: url("//cdn.techopedia.com/resource/images/social/24x24/social_sprite24.png") 0px -96px;
  float: right;
  margin: 0 1.2820512%;
}


#subscriptionModal {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
#subscriptionModal .modal-dialog {
  width: 100%;
  max-width: 800px;
}
#subscriptionModal .modal-dialog #newsletterForm {
  overflow: hidden;
  position: relative;
  background: white;
}
#subscriptionModal .modal-dialog #newsletterForm:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  display: block;
  width: 45%;
  height: 100%;
  background: url("//cdn.techopedia.com/resource/images/newsletter-popup-bg.jpg") center / cover no-repeat;
}
@media (max-width: 767px) {
  #subscriptionModal .modal-dialog #newsletterForm:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #subscriptionModal .modal-dialog #newsletterForm:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.5;
  }
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper {
  position: relative;
  z-index: 2;
  float: left;
  width: 55%;
  padding: 0 40px 40px;
  border-radius: 0;
  background: none;
}
@media (max-width: 767px) {
  #subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper {
    width: 100%;
    float: none;
  }
}
@media (max-width: 479px) {
  #subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper {
    padding: 0 20px 20px;
  }
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader {
  margin-bottom: 30px;
  padding: 0;
  color: black;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader h1 {
  margin: 30px 0 25px;
  font-size: 30px;
  text-transform: uppercase;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader h1 * {
  display: block;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader h1 em {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader h1 strong {
  font-size: 1.5em;
  line-height: 1.05;
  text-align: center;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader h1 span {
  font-size: 0.7em;
  line-height: 1.2;
  text-transform: none;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeHeader p {
  max-width: 330px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody {
  width: auto;
  padding: 0;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm {
  overflow: hidden;
  padding: 0;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm input[type="text"] {
  float: left;
  width: 70%;
  height: 40px;
  line-height: 20px;
  margin: 0;
  box-shadow: none;
  border-right: none;
  border-radius: 0;
}
@media (max-width: 479px) {
  #subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm input[type="text"] {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm a.btnSubscribeUser {
  float: right !important;
  width: 30%;
  line-height: 40px;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
@media (max-width: 479px) {
  #subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm a.btnSubscribeUser {
    float: none !important;
    width: 100%;
  }
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm a.btnSubscribeUser:hover {
  background: #297AAA;
}
#subscriptionModal .modal-dialog #newsletterForm .subscribeWrapper .subscribeBody .subscriptionForm .privacy {
  clear: both;
}
#subscriptionModal .modal-dialog #newsletterForm a.closeNewsSubscription {
  position: absolute;
  z-index: 2;
  color: black;
  right: 13px;
  top: 9px;
}
#subscriptionModal .modal-dialog #newsletterForm button.closeNewsSubscription {
  position: absolute;
  z-index: 2;
  color: black;
  right: 13px;
  top: 9px;
  background-color: transparent;
  border: none;
}

.embed-module {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
}
.embed-module h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.embed-module p {
  margin-bottom: 15px;
  line-height: 22px;
}
.embed-module p:last-child {
  margin-bottom: 0;
}
.featured-form {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  padding-left: 75px;
  padding-right: 75px;
}
.featured-form > .row > div:first-child {
  padding-left: 0;
}
.featured-form > .row > div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .featured-form > .row > div {
    padding-top: 20px;
  }
  .featured-form > .row > div:first-child {
    padding-right: 0;
    padding-top: 0;
  }
  .featured-form > .row > div:last-child {
    padding-left: 0;
  }
}
.featured-form h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.featured-form p {
  margin-bottom: 15px;
  line-height: 22px;
}
.featured-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .featured-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.featured-form header {
  display: table;
  margin: 0 -15px 15px;
}
.featured-form header > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.featured-form header > div.logo {
  width: 16.66%;
  padding-right: 15px;
}
.featured-form header > div.logo img {
  max-height: 80px;
}
.featured-form header > div.content {
  width: 83.34%;
}
.featured-form header > div.content h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}
.featured-form .divSignupContent {
  float: left;
  width: 69%;
}
.featured-form .divSignupContent:before {
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 14px;
  position: absolute;
  left: 12px;
  top: 6px;
  display: block;
  width: 14px;
  color: #161616;
}
.featured-form .divSignupContent .form-control {
  padding-left: 34px;
  box-shadow: none;
  border-right-width: 0;
  border-color: #161616;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.featured-form .btn {
  float: left;
  width: 31%;
  height: 36px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  background: #161616;
}
@media (max-width: 767px) {
  .featured-form header {
    display: block;
  }
  .featured-form header > div {
    display: block;
    width: auto !important;
    text-align: center;
  }
  .featured-form header > div.logo {
    display: none;
  }
}
@media (max-width: 479px) {
  .featured-form .btn,
  .featured-form .divSignupContent {
    float: none;
    width: 100%;
  }
  .featured-form .btn,
  .featured-form .form-control {
    border-radius: 4px !important;
  }
  .featured-form .divSignupContent {
    margin-bottom: 15px;
  }
  .featured-form .divSignupContent .form-control {
    border-right-width: 1px;
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.3s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1050;
}
.sweet-alert {
  background-color: #fff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .form-group {
  display: none;
}
.sweet-alert .form-group .sa-input-error {
  display: none;
}
.sweet-alert.show-input .form-group {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
}
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #d43f3a;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #eea236;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #46b8da;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #4cae4c;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

/**
 * Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2015 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2015 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}

/*!
 * Social Share Kit v1.0.7 (http://socialsharekit.com)
 * Copyright 2015 Social Share Kit / Kaspars Sprogis.
 * Licensed under Creative Commons Attribution-NonCommercial 3.0 license:
 * https://github.com/darklow/social-share-kit/blob/master/LICENSE
 * ---
 */
@font-face {
  font-family: 'social-share-kit';
  src: url('/content/fonts/social-share-kit.eot');
  src: url('/content/fonts/social-share-kit.eot?#iefix') format('embedded-opentype'), url('/content/fonts/social-share-kit.woff') format('woff'), url('/content/fonts/social-share-kit.ttf') format('truetype'), url('/content/fonts/social-share-kit.svg#social-share-kit') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ssk:before {
  display: inline-block;
  font-family: "social-share-kit" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ssk-facebook:before {
  content: "a";
  text-indent: 4px;
  margin-right: -4px;
}
.ssk-twitter:before {
  content: "b";
}
.ssk-google-plus:before {
  content: "v";
}
.ssk-google-plus-old:before {
  content: "c";
}
.ssk-email:before {
  content: "d";
  top: -1px;
  position: relative;
}
.ssk-pinterest:before {
  content: "e";
}
.ssk-tumblr:before {
  content: "f";
}
.ssk-linkedin:before {
  content: "g";
}
.ssk-github:before {
  content: "h";
}
.ssk-vk:before {
  content: "i";
}
.ssk-instagram:before {
  content: "j";
}
.ssk-amazon:before {
  content: "k";
}
.ssk-skype:before {
  content: "s";
}
.ssk-youtube:before {
  content: "x";
}
.ssk-vimeo:before {
  content: "u";
}
.ssk-ebay:before {
  content: "p";
}
.ssk-apple:before {
  content: "l";
}
.ssk-behance:before {
  content: "q";
}
.ssk-dribble:before {
  content: "n";
}
.ssk-android:before {
  content: "o";
}
.ssk-whatsapp:before {
  content: "m";
}
.ssk-reddit:before {
  content: "r";
}
.ssk-reddit2:before {
  content: "t";
}
.ssk-link:before {
  content: "w";
}
.ssk {
  background-color: #555555;
  color: white;
  display: inline-block;
  font-size: 22px;
  line-height: 1px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}
.ssk:before,
.ssk .glyphicon,
.ssk .fa {
  position: relative;
  font-size: 22px;
  top: 0;
  vertical-align: middle;
}
.ssk.ssk-xs,
.ssk-xs > .ssk {
  padding: 4px;
}
.ssk.ssk-xs:before,
.ssk-xs > .ssk:before,
.ssk.ssk-xs .glyphicon,
.ssk-xs > .ssk .glyphicon,
.ssk.ssk-xs .fa,
.ssk-xs > .ssk .fa {
  font-size: 15px;
}
.ssk.ssk-sm,
.ssk-sm > .ssk {
  padding: 5px;
}
.ssk.ssk-sm:before,
.ssk-sm > .ssk:before,
.ssk.ssk-sm .glyphicon,
.ssk-sm > .ssk .glyphicon,
.ssk.ssk-sm .fa,
.ssk-sm > .ssk .fa {
  font-size: 20px;
}
.ssk.ssk-lg,
.ssk-lg > .ssk {
  padding: 9px;
}
.ssk.ssk-lg:before,
.ssk-lg > .ssk:before,
.ssk.ssk-lg .glyphicon,
.ssk-lg > .ssk .glyphicon,
.ssk.ssk-lg .fa,
.ssk-lg > .ssk .fa {
  font-size: 28px;
}
.ssk:last-child {
  margin-right: 0;
}
.ssk:hover {
  background-color: #333333;
}
.ssk:hover,
.ssk:focus {
  color: #fff;
  text-decoration: none;
}
.ssk.ssk-round,
.ssk-round .ssk {
  border-radius: 50%;
}
.ssk.ssk-round:before,
.ssk-round .ssk:before {
  text-indent: 0;
  margin-right: 0;
}
.ssk.ssk-rounded,
.ssk-rounded .ssk {
  border-radius: 15%;
}
.ssk.ssk-icon {
  color: #555555;
  padding: 2px;
  font-size: 24px;
}
.ssk.ssk-icon,
.ssk.ssk-icon:hover {
  background-color: transparent;
}
.ssk.ssk-icon:hover {
  color: #333333;
}
.ssk.ssk-icon.ssk-xs,
.ssk-xs > .ssk.ssk-icon {
  font-size: 16px;
}
.ssk.ssk-icon.ssk-sm,
.ssk-sm > .ssk.ssk-icon {
  font-size: 20px;
}
.ssk.ssk-icon.ssk-lg,
.ssk-lg > .ssk.ssk-icon {
  font-size: 28px;
}
.ssk.ssk-text {
  overflow: hidden;
  font-size: 17px;
  line-height: normal;
  padding-right: 10px;
}
.ssk.ssk-text:before,
.ssk.ssk-text .glyphicon,
.ssk.ssk-text .fa {
  margin: -7px 10px -7px -7px;
  padding: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  vertical-align: bottom;
  text-indent: 0;
}
.ssk-block .ssk.ssk-text {
  display: block;
  margin-right: 0;
  text-align: left;
}
.ssk.ssk-text.ssk-xs,
.ssk-xs > .ssk.ssk-text {
  font-size: 12px;
  padding-right: 6px;
}
.ssk.ssk-text.ssk-xs:before,
.ssk-xs > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-xs .glyphicon,
.ssk-xs > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-xs .fa,
.ssk-xs > .ssk.ssk-text .fa {
  margin: -4px 6px -4px -4px;
  padding: 4px;
}
.ssk.ssk-text.ssk-sm,
.ssk-sm > .ssk.ssk-text {
  font-size: 16px;
  padding-right: 7px;
}
.ssk.ssk-text.ssk-sm:before,
.ssk-sm > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-sm .glyphicon,
.ssk-sm > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-sm .fa,
.ssk-sm > .ssk.ssk-text .fa {
  margin: -5px 7px -5px -5px;
  padding: 5px;
}
.ssk.ssk-text.ssk-lg,
.ssk-lg > .ssk.ssk-text {
  font-size: 22px;
  padding-right: 13px;
}
.ssk.ssk-text.ssk-lg:before,
.ssk-lg > .ssk.ssk-text:before,
.ssk.ssk-text.ssk-lg .glyphicon,
.ssk-lg > .ssk.ssk-text .glyphicon,
.ssk.ssk-text.ssk-lg .fa,
.ssk-lg > .ssk.ssk-text .fa {
  margin: -9px 13px -9px -9px;
  padding: 9px;
}
.ssk-group,
.ssk-sticky {
  font-size: 0;
}
.ssk-sticky {
  top: 0;
  position: fixed;
  z-index: 2000;
}
.ssk-sticky .ssk {
  transition: padding 0.1s ease-out;
  -webkit-transition: padding 0.1s ease-out;
  -moz-transition: padding 0.1s ease-out;
  -ms-transition: padding 0.1s ease-out;
  -o-transition: padding 0.1s ease-out;
  margin: 0;
}
@media (min-width: 768px) {
  .ssk-sticky.ssk-left .ssk,
  .ssk-sticky.ssk-right .ssk {
    display: block;
    clear: both;
  }
  .ssk-sticky.ssk-left.ssk-center,
  .ssk-sticky.ssk-right.ssk-center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .ssk-sticky.ssk-left {
    left: 0;
  }
  .ssk-sticky.ssk-left .ssk {
    float: left;
  }
  .ssk-sticky.ssk-left .ssk:hover {
    padding-left: 15px;
  }
  .ssk-sticky.ssk-right {
    right: 0;
  }
  .ssk-sticky.ssk-right .ssk {
    float: right;
  }
  .ssk-sticky.ssk-right .ssk:hover {
    padding-right: 15px;
  }
}
.ssk-sticky.ssk-bottom {
  font-size: 0;
  top: auto;
  bottom: 0;
}
.ssk-sticky.ssk-bottom.ssk-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.ssk-sticky.ssk-bottom .ssk {
  vertical-align: bottom;
}
.ssk-sticky.ssk-bottom .ssk:hover {
  padding-bottom: 15px;
}
.ssk-sticky.ssk-round.ssk-xs .ssk:hover {
  padding: 8px;
}
.ssk-sticky.ssk-round.ssk-sm .ssk:hover {
  padding: 9px;
}
.ssk-sticky.ssk-round .ssk:hover {
  padding: 11px;
}
.ssk-sticky.ssk-round.ssk-lg .ssk:hover {
  padding: 13px;
}
@media (max-width: 767px) {
  .ssk-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ssk-sticky.ssk-sticky-hide-xs {
    display: none !important;
  }
  .ssk-sticky .ssk {
    flex: 1;
    width: auto;
    /*.ssk-num {
                width: 100%;
                display: block;
                background-color: fadeout(#fff, 10%);
                border-radius: 0;
            }*/
  }
  .ssk-sticky .ssk .ssk-num {
    display: none;
  }
}
.ssk-count {
  padding-top: 20px;
}
.ssk-count .ssk {
  position: relative;
}
.ssk-count .ssk-num {
  border-radius: 4px;
  color: #6f6f6f;
  background-color: rgba(50, 50, 50, 0.03);
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -20px;
}
@media (min-width: 768px) {
  .ssk-count.ssk-sticky {
    padding-top: 0;
  }
  .ssk-count.ssk-sticky.ssk-left .ssk-num,
  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    top: 20%;
    background-color: transparent;
  }
  .ssk-count.ssk-sticky.ssk-left .ssk-num {
    left: 100%;
    margin-left: 5px;
  }
  .ssk-count.ssk-sticky.ssk-right .ssk-num {
    right: 115%;
    margin-left: -100%;
    text-align: right;
  }
}
.ssk-facebook {
  background-color: #3B5998;
}
.ssk-grayscale > .ssk-facebook {
  background-color: #555555;
}
.ssk-facebook:hover {
  background-color: #2d4373;
}
.ssk-facebook:hover {
  background-color: #2d4373;
}
.ssk-grayscale > .ssk-facebook:hover {
  background-color: #3B5998;
}
.ssk-facebook.ssk-icon {
  color: #3B5998;
}
.ssk-facebook.ssk-icon:hover {
  color: #2d4373;
}
.ssk-facebook.ssk-icon:before {
  text-indent: 0;
  margin-right: 0;
}
.ssk-twitter {
  background-color: #1DA1F2;
}
.ssk-grayscale > .ssk-twitter {
  background-color: #555555;
}
.ssk-twitter:hover {
  background-color: #0c85d0;
}
.ssk-twitter:hover {
  background-color: #0c85d0;
}
.ssk-grayscale > .ssk-twitter:hover {
  background-color: #1DA1F2;
}
.ssk-twitter.ssk-icon {
  color: #1DA1F2;
}
.ssk-twitter.ssk-icon:hover {
  color: #0c85d0;
}
.ssk-google-plus {
  background-color: #EA4335;
}
.ssk-grayscale > .ssk-google-plus {
  background-color: #555555;
}
.ssk-google-plus:hover {
  background-color: #d62516;
}
.ssk-google-plus:hover {
  background-color: #d62516;
}
.ssk-grayscale > .ssk-google-plus:hover {
  background-color: #EA4335;
}
.ssk-google-plus.ssk-icon {
  color: #EA4335;
}
.ssk-google-plus.ssk-icon:hover {
  color: #d62516;
}
.ssk-pinterest {
  background-color: #BD081C;
}
.ssk-grayscale > .ssk-pinterest {
  background-color: #555555;
}
.ssk-pinterest:hover {
  background-color: #8c0615;
}
.ssk-pinterest:hover {
  background-color: #8c0615;
}
.ssk-grayscale > .ssk-pinterest:hover {
  background-color: #BD081C;
}
.ssk-pinterest.ssk-icon {
  color: #BD081C;
}
.ssk-pinterest.ssk-icon:hover {
  color: #8c0615;
}
.ssk-tumblr {
  background-color: #395773;
}
.ssk-grayscale > .ssk-tumblr {
  background-color: #555555;
}
.ssk-tumblr:hover {
  background-color: #283d51;
}
.ssk-tumblr:hover {
  background-color: #283d51;
}
.ssk-grayscale > .ssk-tumblr:hover {
  background-color: #395773;
}
.ssk-tumblr.ssk-icon {
  color: #395773;
}
.ssk-tumblr.ssk-icon:hover {
  color: #283d51;
}
.ssk-email {
  background-color: #555555;
}
.ssk-grayscale > .ssk-email {
  background-color: #555555;
}
.ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-grayscale > .ssk-email:hover {
  background-color: #555555;
}
.ssk-grayscale > .ssk-email:hover {
  background-color: #3c3c3c;
}
.ssk-email.ssk-icon {
  color: #555555;
}
.ssk-email.ssk-icon:hover {
  color: #3c3c3c;
}
.ssk-vk {
  background-color: #54769a;
}
.ssk-grayscale > .ssk-vk {
  background-color: #555555;
}
.ssk-vk:hover {
  background-color: #425d79;
}
.ssk-vk:hover {
  background-color: #425d79;
}
.ssk-grayscale > .ssk-vk:hover {
  background-color: #54769a;
}
.ssk-vk.ssk-icon {
  color: #54769a;
}
.ssk-vk.ssk-icon:hover {
  color: #425d79;
}
.ssk-linkedin {
  background-color: #1c87bd;
}
.ssk-grayscale > .ssk-linkedin {
  background-color: #555555;
}
.ssk-linkedin:hover {
  background-color: #156791;
}
.ssk-linkedin:hover {
  background-color: #156791;
}
.ssk-grayscale > .ssk-linkedin:hover {
  background-color: #1c87bd;
}
.ssk-linkedin.ssk-icon {
  color: #1c87bd;
}
.ssk-linkedin.ssk-icon:hover {
  color: #156791;
}
.ssk-whatsapp {
  background-color: #34AF23;
}
.ssk-grayscale > .ssk-whatsapp {
  background-color: #555555;
}
.ssk-whatsapp:hover {
  background-color: #27851a;
}
.ssk-whatsapp:hover {
  background-color: #27851a;
}
.ssk-grayscale > .ssk-whatsapp:hover {
  background-color: #34AF23;
}
.ssk-whatsapp.ssk-icon {
  color: #34AF23;
}
.ssk-whatsapp.ssk-icon:hover {
  color: #27851a;
}
.ssk-reddit {
  background-color: #5f99cf;
}
.ssk-grayscale > .ssk-reddit {
  background-color: #555555;
}
.ssk-reddit:hover {
  background-color: #3a80c1;
}
.ssk-reddit:hover {
  background-color: #3a80c1;
}
.ssk-grayscale > .ssk-reddit:hover {
  background-color: #5f99cf;
}
.ssk-reddit.ssk-icon {
  color: #5f99cf;
}
.ssk-reddit.ssk-icon:hover {
  color: #3a80c1;
}
.ssk-reddit2 {
  background-color: #5f99cf;
}
.ssk-grayscale > .ssk-reddit2 {
  background-color: #555555;
}
.ssk-reddit2:hover {
  background-color: #3a80c1;
}
.ssk-reddit2:hover {
  background-color: #3a80c1;
}
.ssk-grayscale > .ssk-reddit2:hover {
  background-color: #5f99cf;
}
.ssk-reddit2.ssk-icon {
  color: #5f99cf;
}
.ssk-reddit2.ssk-icon:hover {
  color: #3a80c1;
}
.ssk-instagram {
  background-color: #262626;
}
.ssk-grayscale > .ssk-instagram {
  background-color: #555555;
}
.ssk-instagram:hover {
  background-color: #0c0c0c;
}
.ssk-instagram:hover {
  background-color: #0c0c0c;
}
.ssk-grayscale > .ssk-instagram:hover {
  background-color: #262626;
}
.ssk-instagram.ssk-icon {
  color: #262626;
}
.ssk-instagram.ssk-icon:hover {
  color: #0c0c0c;
}
.ssk-turquoise {
  background-color: #1abc9c;
}
.ssk-turquoise:hover {
  background-color: #148f77;
}
.ssk-emerald {
  background-color: #2ecc71;
}
.ssk-emerald:hover {
  background-color: #25a25a;
}
.ssk-peter-river {
  background-color: #3498db;
}
.ssk-peter-river:hover {
  background-color: #217dbb;
}
.ssk-belize-hole {
  background-color: #2980b9;
}
.ssk-belize-hole:hover {
  background-color: #20638f;
}
.ssk-amethyst {
  background-color: #9b59b6;
}
.ssk-amethyst:hover {
  background-color: #804399;
}
.ssk-wisteria {
  background-color: #8e44ad;
}
.ssk-wisteria:hover {
  background-color: #703688;
}
.ssk-wet-asphalt {
  background-color: #34495e;
}
.ssk-wet-asphalt:hover {
  background-color: #222f3d;
}
.ssk-midnight-blue {
  background-color: #2c3e50;
}
.ssk-midnight-blue:hover {
  background-color: #1a242f;
}
.ssk-green-sea {
  background-color: #16a085;
}
.ssk-green-sea:hover {
  background-color: #107360;
}
.ssk-nephritis {
  background-color: #27ae60;
}
.ssk-nephritis:hover {
  background-color: #1e8449;
}
.ssk-sunflower {
  background-color: #f1c40f;
}
.ssk-sunflower:hover {
  background-color: #c29d0b;
}
.ssk-orange {
  background-color: #f39c12;
}
.ssk-orange:hover {
  background-color: #c87f0a;
}
.ssk-carrot {
  background-color: #e67e22;
}
.ssk-carrot:hover {
  background-color: #bf6516;
}
.ssk-pumpkin {
  background-color: #d35400;
}
.ssk-pumpkin:hover {
  background-color: #a04000;
}
.ssk-alizarin {
  background-color: #e74c3c;
}
.ssk-alizarin:hover {
  background-color: #d62c1a;
}
.ssk-pomegranate {
  background-color: #c0392b;
}
.ssk-pomegranate:hover {
  background-color: #962d22;
}
.ssk-clouds {
  background-color: #cfd9db;
}
.ssk-clouds:hover {
  background-color: #b1c2c6;
}
.ssk-concrete {
  background-color: #95a5a6;
}
.ssk-concrete:hover {
  background-color: #798d8f;
}
.ssk-silver {
  background-color: #bdc3c7;
}
.ssk-silver:hover {
  background-color: #a1aab0;
}
.ssk-asbestos {
  background-color: #7f8c8d;
}
.ssk-asbestos:hover {
  background-color: #667273;
}
.ssk-dark-gray {
  background-color: #555;
}
.ssk-dark-gray:hover {
  background-color: #3b3b3b;
}
.ssk-black {
  background-color: #333;
}
.ssk-black:hover {
  background-color: #1a1a1a;
}
.ssk-sharethis {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}
.ssk-sharethis .ssk {
  padding: 8px;
}
.ssk-sharethis div {
  float: right;
}
.ssk-sharethis span {
  line-height: 36px;
  font-weight: 700;
  font-size: 13px;
}
.ssk-wrapper {
  margin-bottom: 20px;
}


@font-face {
  font-family: TradeGothic;
  src: url("/content/fonts/TradeGothic-BoldCondTwenty.eot");
  src: url("/content/fonts/TradeGothic-BoldCondTwenty.eot?#iefix") format("embedded-opentype"), url("/content/fonts/tradegothic-boldcondtwenty.woff") format("woff"), url("/content/fonts/tradegothic-boldcondtwenty.ttf") format("truetype"), url("/content/fonts/TradeGothic-BoldCondTwenty.svg#410795b1606b847c744029f7bbd0c194") format("svg");
  font-style: normal;
  font-weight: 700;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
#main_navbar {
  position: relative;
  z-index: 1;
  height: 60px;
  font-family: TradeGothic, Arial, sans-serif;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d1d1d1;
  font-size: 17px;
  margin: 0;
  background: white;
}
#main_navbar.navbar-fixed-top {
  position: fixed;
}
body.mob-nav-open #main_navbar.navbar-fixed-top {
  left: 240px;
}
#main_navbar.caret-bootstrap .navbar-nav li > a.dropdown-toggle > span.caret,
#main_navbar .navbar-nav.caret-bootstrap li > a.dropdown-toggle > span.caret,
#main_navbar .navbar-nav li.caret-bootstrap > a.dropdown-toggle > span.caret,
#main_navbar .navbar-nav li > a.dropdown-toggle.caret-bootstrap > span.caret,
#main_navbar .navbar-nav li > a.dropdown-toggle > span.caret.caret-bootstrap {
  border-width: 6px 6px 0;
}
#main_navbar .container-fluid {
  padding: 0;
}
#main_navbar .container-fluid a {
  color: black;
  outline: 0;
  box-shadow: none;
}
#main_navbar .container-fluid .nav > li > a {
  border-bottom-color: white;
  background: white !important;
}
#main_navbar .container-fluid .navbar-link,
#main_navbar .container-fluid .navbar-text,
#main_navbar .container-fluid .navbar-nav > li > a {
  padding: 0 15px;
  line-height: 58px;
  text-transform: uppercase;
}
#main_navbar .container-fluid .navbar-link .caret,
#main_navbar .container-fluid .navbar-text .caret,
#main_navbar .container-fluid .navbar-nav > li > a .caret {
  position: relative;
  top: -1px;
  float: none;
  margin: 0 0 0 12px;
}
#main_navbar .container-fluid .navbar-header {
  border-right: 1px solid #d1d1d1;
}
#main_navbar .container-fluid .navbar-header #mob-nav-btn {
  position: relative;
  float: left;
  height: 38px;
  min-width: 39px;
  margin: 10px 0 10px 10px;
  padding: 0;
  font-size: 22px;
  color: white;
  border: none;
  border-radius: 4px;
  background: black;
}
#main_navbar .container-fluid .navbar-header #mob-nav-btn:before {
  position: absolute;
  left: 12px;
  top: 50%;
  display: block;
  width: 15px;
  height: 14px;
  margin-top: -7px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  /* white navicon */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABkCAMAAACCTv/3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////5ubmueBsSwAAAAJ0Uk5T/wDltzBKAAAAPklEQVR42uzYQQ0AAAgDseHfNC4IyVoD912WAACUm3uampqampqamq+aAAD+IVtTU1NTU1NT0z8EAFBsBRgAX+kR+Qam138AAAAASUVORK5CYII=);
  /* black navicon */
}
#main_navbar .container-fluid .navbar-header #mob-nav-btn .text {
  padding: 0 9px 0 36px;
}
#main_navbar .container-fluid .navbar-header .navbar-brand {
  float: none;
  display: block;
  width: 200px;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
}
#main_navbar .container-fluid .navbar-header .navbar-brand img {
  display: block;
  width: 170px;
  height: 58px;
}
#main_navbar .container-fluid .navbar-header #mob-search {
  box-sizing: content-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  padding: 10px 10px 10px 0;
  background: white;
}
#main_navbar .container-fluid .navbar-header #mob-search button {
  display: block;
  width: 38px;
  height: 38px;
  color: white;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: black;
}
#main_navbar .container-fluid .navbar-header #mob-search button .fa:first-child {
  display: block;
  font-size: 16px;
}
#main_navbar .container-fluid .navbar-header #mob-search button .fa:last-child {
  display: none;
  font-size: 20px;
}
#main_navbar .container-fluid .navbar-header #mob-search form {
  position: absolute;
  right: 48px;
  top: 0;
  margin: 0;
  overflow: hidden;
  width: 0;
  height: 58px;
  padding: 10px 0;
  background: white;
}
#main_navbar .container-fluid .navbar-header #mob-search form input {
  width: 100%;
  padding: 0 9px;
  height: 38px;
  line-height: 1.2;
  font-size: 0.9em;
  color: black;
  font-family: Arial, sans-serif;
  border: 1px solid black;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: white;
}
#main_navbar .container-fluid .navbar-header #mob-search.active button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#main_navbar .container-fluid .navbar-header #mob-search.active button .fa:first-child {
  display: none;
}
#main_navbar .container-fluid .navbar-header #mob-search.active button .fa:last-child {
  display: block;
}
#main_navbar .container-fluid .single-link {
  float: left;
  border-right: 1px solid #d1d1d1;
}
#main_navbar .container-fluid .single-link a {
  display: block;
  padding: 0 30px;
}
#main_navbar .container-fluid .dropdown-menu {
  top: 58px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}
#main_navbar .container-fluid .iSubmenu .iSubmenu-dropdown {
  overflow: hidden;
}
#main_navbar .container-fluid .iSubmenu.active > a {
  position: relative;
  top: 1px;
}
#main_navbar .container-fluid .iSubmenu.active > a > span {
  position: relative;
  top: -1px;
}
#main_navbar .container-fluid .iSubmenu.active > a .caret {
  top: -2px;
}
#main_navbar .container-fluid #more-btn {
  border-right-width: 0;
}
#main_navbar .container-fluid #more-btn > a {
  display: none;
}
#main_navbar .container-fluid #more-trigger.active > a {
  position: relative;
  top: 1px;
}
#main_navbar .container-fluid #more-trigger.active > a > span {
  position: relative;
  top: -1px;
}
#main_navbar .container-fluid #more-trigger.active > a .caret {
  top: -2px;
}
#main_navbar .container-fluid .nav-left {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
}
#main_navbar .container-fluid .navbar-left > li {
  border-right: 1px solid #d1d1d1;
}
#main_navbar .container-fluid .navbar-right {
  position: relative;
  z-index: 1;
}
#main_navbar .container-fluid .navbar-right > li {
  border-left: 1px solid #d1d1d1;
}
#main_navbar .container-fluid .navbar-right .shadow {
  position: relative;
  width: 0;
  height: 58px;
  border: none;
}
#main_navbar .container-fluid .navbar-right .shadow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 100%;
  background-size: 100% auto;
  background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
#main_navbar .container-fluid .navbar-right .search {
  box-sizing: content-box;
  position: relative;
  width: 58px;
}
#main_navbar .container-fluid .navbar-right .search button {
  display: block;
  width: 58px;
  height: 58px;
  text-align: center;
  padding: 0;
  border: none;
  background: white;
}
#main_navbar .container-fluid .navbar-right .search button .fa:first-child {
  display: block;
  font-size: 16px;
}
#main_navbar .container-fluid .navbar-right .search button .fa:last-child {
  display: none;
  font-size: 20px;
}
#main_navbar .container-fluid .navbar-right .search form {
  position: absolute;
  right: 58px;
  top: 0;
  margin: 0;
  overflow: hidden;
  width: 0;
  height: 58px;
  border-left: 1px solid #d1d1d1;
  background: #f4f4f4;
}
#main_navbar .container-fluid .navbar-right .search form .input {
  width: 242px;
  height: 58px;
}
#main_navbar .container-fluid .navbar-right .search form .input input {
  width: 230px;
  padding: 0 3px;
  margin: 18px 4px 0 8px;
  height: 22px;
  line-height: 1.2;
  font-size: 0.9em;
  color: black;
  font-family: Arial, sans-serif;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d1d1d1;
  background: none;
}
#main_navbar .container-fluid .navbar-right .search.active form {
  width: 243px;
}
#main_navbar .container-fluid .navbar-right .search.active button {
  background: #f4f4f4;
}
#main_navbar .container-fluid .navbar-right .search.active button .fa:first-child {
  display: none;
}
#main_navbar .container-fluid .navbar-right .search.active button .fa:last-child {
  display: block;
}
#main_navbar .container-fluid .navbar-right .social-icons {
  position: static;
  cursor: pointer;
  background: white;
}
#main_navbar .container-fluid .navbar-right .social-icons ul {
  position: relative;
  height: 58px;
  padding: 0 8px;
  list-style: none;
}
#main_navbar .container-fluid .navbar-right .social-icons ul li {
  position: relative;
  float: left;
  padding-top: 17px;
}
#main_navbar .container-fluid .navbar-right .social-icons ul li a {
  display: inline-block;
  padding: 4px;
  font-size: 16px;
  color: #666;
}
#main_navbar .container-fluid .navbar-right .social-icons ul li a:hover {
  color: black;
}
#main_navbar .container-fluid .navbar-right .social-icons .social-buttons {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 59px;
  overflow: hidden;
  height: 58px;
  cursor: default;
  border-bottom: 1px solid #d1d1d1;
  background: #f4f4f4;
}
#main_navbar .container-fluid .navbar-right .social-icons .social-buttons ul {
  float: right;
  padding: 0 14px 0 0;
}
#main_navbar .container-fluid .navbar-right .social-icons .social-buttons ul li {
  float: left;
  overflow: hidden;
  height: 20px;
  margin: 18px 0 18px 15px;
  padding: 0;
}
#main_navbar .container-fluid .navbar-right .social-icons .social-buttons ul li iframe {
  height: 20px;
}
#main_navbar .container-fluid .navbar-right .social-icons:hover,
#main_navbar .container-fluid .navbar-right .social-icons.active {
  background: #f4f4f4;
}
#main_navbar .container-fluid .navbar-right .social-icons:hover > ul,
#main_navbar .container-fluid .navbar-right .social-icons.active > ul {
  /* top: 1px; - This is required only if there's a submenu under social icons. */
  background: #f4f4f4;
}
#main_navbar .container-fluid .navbar-right .social-icons:hover > ul > li,
#main_navbar .container-fluid .navbar-right .social-icons.active > ul > li {
  /* top: -1px; - This is required only if there's a submenu under social icons. */
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu {
  padding: 0;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 153px;
  background: #f4f4f4;
  border-right: 1px solid #d1d1d1;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .tabs {
  position: relative;
  z-index: 1;
  float: left;
  width: 153px;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .tabs a {
  display: block;
  padding-left: 6px;
  line-height: 38px;
  font-size: 1.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 5px;
  padding-bottom: 5px;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .tabs a:last-child {
  margin-bottom: -1px;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .tabs a.active {
  margin-right: -1px;
  background: white;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content {
  overflow: hidden;
  padding: 16px 8px;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles {
  display: none;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles article {
  float: left;
  width: 20%;
  padding: 0 32px;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles article .image {
  position: relative;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles article .image img {
  display: block;
  max-width: 100%;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles article .image a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles article .image a:hover {
  opacity: 0.3;
}
#main_navbar .container-fluid .sections-submenu .dropdown-menu .content .articles article h2 {
  padding: 8px 0 0;
  font-size: 1.3em;
  line-height: 1.2;
}
#main_navbar .container-fluid .sections-submenu.no-tabs .dropdown-menu .content .articles {
  display: block;
  padding: 0 10%;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu {
  padding: 0;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles {
  overflow: hidden;
  padding: 16px 7%;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 16.66%;
  padding: 0 8px;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article img {
  display: block;
  max-width: 100%;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article a {
  display: block;
  position: absolute;
  z-index: 1;
  left: 8px;
  right: 8px;
  top: 0;
  height: 100%;
  background: black;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article a:hover {
  opacity: 0.3;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article h2 {
  position: absolute;
  z-index: 0;
  left: 8px;
  right: 8px;
  top: 0;
  height: 100%;
  padding: 0 18px;
  color: white;
  font-size: 2em;
  line-height: 1.15;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article h2:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#main_navbar .container-fluid .photos-submenu .dropdown-menu .articles article h2 span {
  display: inline-block;
  vertical-align: middle;
}
#main_navbar .container-fluid .topics {
  overflow-x: hidden;
  height: 59px;
  border: none !important;
}
#main_navbar .container-fluid .topics .in {
  width: 10000px;
}
#main_navbar .container-fluid .topics .in .single-link {
  border: none;
}
#main_navbar .container-fluid .topics .in .single-link a {
  padding: 0 9px 0 15px;
}
#main_navbar .container-fluid .topics .in .nav {
  padding: 0;
}
#main_navbar .container-fluid .topics .in .nav > li {
  margin-left: -1px;
  border-color: transparent;
  border-width: 0 1px;
  border-style: solid;
}
#main_navbar .container-fluid .topics .in .nav > li:first-child {
  margin-left: 0;
}
#main_navbar .container-fluid .topics .in .nav > li > a {
  color: #8e8e8e;
}
#main_navbar .container-fluid .topics .in .nav > li:hover,
#main_navbar .container-fluid .topics .in .nav > li.active {
  border-color: #d1d1d1;
}
#main_navbar .container-fluid .topics .in .nav > li:hover > a,
#main_navbar .container-fluid .topics .in .nav > li.active > a {
  color: black;
}
#main_navbar .container-fluid .topics .in .nav > li .dropdown-menu:before {
  display: none;
}
#mob-nav {
  position: fixed;
  z-index: 100;
  left: -240px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 240px;
  font-size: 14px;
  color: #e6e6e6;
  font-family: TradeGothic, Arial, sans-serif;
  background: black;
}
#mob-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mob-nav ul li {
  border-bottom: 1px solid #3c3c3c;
}
#mob-nav ul li a {
  display: block;
  line-height: 22px;
  padding: 12px 20px;
  font-size: 17px;
  color: #e6e6e6;
  outline: 0;
}
#mob-nav ul li a .caret {
  float: right;
  margin-top: 9px;
  border-width: 6px 6px 0;
}
#mob-nav ul li ul {
  display: none;
}
#mob-nav ul li ul li {
  border: none;
}
#mob-nav ul li ul li a {
  padding-left: 53px;
  color: #8e9399;
  background: #1a1a1a;
}
#mob-nav ul li ul li a:hover,
#mob-nav ul li ul li a:focus {
  color: #e6e6e6;
}
#mob-nav ul li.active {
  border: none;
}
#mob-nav ul li.active a .caret {
  transform: rotate(180deg);
}
@media (max-width: 1399px) {
  .photos-submenu article {
    width: 20% !important;
  }
  .photos-submenu article:nth-child(6) {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .navbar-right .shadow {
    display: none;
  }
  #more-trigger {
    display: none !important;
  }
  #more-btn {
    border-right-width: 1px !important;
  }
  #more-btn > a {
    display: block !important;
  }
  .sections-submenu .content article {
    width: 33.33% !important;
  }
  .sections-submenu .content article:nth-child(4),
  .sections-submenu .content article:nth-child(5) {
    display: none;
  }
  .photos-submenu article {
    width: 25% !important;
  }
  .photos-submenu article:nth-child(5) {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
    border-right: none !important;
  }
}
/*li.user-login {
    font-size: 20px;
    cursor:pointer;
}*/
/* MegaNavbar v2.2.0 (http://www.MegaNavbar.com) Copyright 2014 MegaNavbar.com. All Rights Reserved.
** Licensed under Regular License (http://codecanyon.net/licenses/regular) or Extended License (http://codecanyon.net/licenses/extended)
** We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions without a license.
*/
/* --- Set Collapsed navbar - in % of window height (for small devices ) --- */
@media (max-width: 767px) {
  .navbar.xs-height25.navbar-fixed-top .navbar-collapse,
  .navbar.xs-height25.navbar-fixed-bottom .navbar-collapse {
    max-height: 25vh;
  }
  .navbar.xs-height33.navbar-fixed-top .navbar-collapse,
  .navbar.xs-height33.navbar-fixed-bottom .navbar-collapse {
    max-height: 33vh;
  }
  .navbar.xs-height50.navbar-fixed-top .navbar-collapse,
  .navbar.xs-height50.navbar-fixed-bottom .navbar-collapse {
    max-height: 50vh;
  }
  .navbar.xs-height66.navbar-fixed-top .navbar-collapse,
  .navbar.xs-height66.navbar-fixed-bottom .navbar-collapse {
    max-height: 66vh;
  }
  .navbar.xs-height75.navbar-fixed-top .navbar-collapse,
  .navbar.xs-height75.navbar-fixed-bottom .navbar-collapse {
    max-height: 75vh;
  }
  .navbar.xs-height100.navbar-fixed-top .navbar-collapse,
  .navbar.xs-height100.navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh;
  }
}
/* Carousel-indicators */
.navbar-carousel-indicators {
  position: relative;
  bottom: inherit;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: inherit;
  list-style: none;
}
.navbar-carousel-indicators li {
  width: 100%;
  height: auto;
  margin: 0px;
  text-indent: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 0px;
  display: block;
}
.navbar-carousel-indicators .active {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: transparent;
}
/* ---GENERAL ---*/
.navbar,
.dropdown-menu {
  min-width: 35px;
}
.navbar .container,
.navbar .container-fluid {
  position: relative;
}
.navbar .navbar a,
a:hover,
a:focus {
  text-decoration: none;
}
.navbar a.navbar-link,
.navbar .navbar-text {
  line-height: 20px;
  padding: 15px;
  margin: 0;
}
.navbar p > a.navbar-link,
.navbar p > .navbar-text {
  padding: 15px 0;
}
.navbar .dropdown-menu {
  overflow: visible !important;
  -webkit-transition: height 1ms;
  transition: height 1ms;
}
.navbar .navbar-nav .dropdown-menu li.disabled:hover > a,
.navbar .navbar-nav .dropdown-menu li.disabled:focus > a {
  cursor: not-allowed;
}
.navbar.navbar-fixed-top,
.navbar.navbar-fixed-bottom {
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
.navbar .nav > li > a {
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar {
    border-bottom: 0px;
  }
  .navbar .navbar-nav > li.divider {
    display: none;
  }
  .navbar .navbar-header a.navbar-link {
    display: block;
    margin: 0;
    padding: 15px 15px;
  }
  .navbar a.navbar-link,
  .navbar .navbar-text {
    display: block;
    margin: 0;
    padding: 10px 15px;
    line-height: 20px;
  }
  .navbar p > a.navbar-link {
    display: inline-block;
    padding: 0 !important;
  }
  .navbar .navbar-header .navbar-text {
    padding: 15px;
    margin: 0;
  }
  .navbar .navbar-form {
    border: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar .navbar-nav .dropdown-menu ul,
.navbar .navbar-nav .dropdown-menu ul .dropdown-menu {
  padding: 0px;
}
.navbar .navbar-nav .dropdown-menu li {
  list-style: none;
}
.navbar .navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
.navbar .navbar-header {
  z-index: 1;
  position: relative;
}
.navbar .container-fluid .navbar-collapse,
.navbar .container .navbar-collapse {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}
.navbar.navbar-static-top .container .navbar-collapse,
.navbar.navbar-static-top .container-fluid .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar.navbar-static-top .container .navbar-header,
.navbar.navbar-static-top .container-fluid .navbar-header {
  margin-left: -15px;
  margin-right: 0px;
}
.navbar.navbar-static-top.brand-right .container .navbar-header,
.navbar.navbar-static-top.brand-right .container-fluid .navbar-header {
  margin-left: 0px;
  margin-right: -15px;
}
.navbar.navbar-fixed-top.brand-right .container .navbar-header,
.navbar.navbar-fixed-bottom.brand-right .container .navbar-header,
.navbar.navbar-fixed-top.brand-right .container-fluid .navbar-header,
.navbar.navbar-fixed-bottom.brand-right .container-fluid .navbar-header {
  margin-left: 0px;
  margin-right: 0px !important;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
/*Headers, labels, buttons*/
.navbar .dropdown-menu li.dropdown-header {
  display: block;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: bold;
}
.navbar .dropdown-short .dropdown-menu li.dropdown-header {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: bold;
}
.navbar h1,
.navbar .h1,
.navbar h2,
.navbar .h2,
.navbar h3,
.navbar .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.navbar h4,
.navbar .h4,
.navbar h5,
.navbar .h5,
.navbar h6,
.navbar .h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .panel-title {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .label {
  line-height: 14px;
  margin: 0 0 0 10px;
  padding: 3px 5px;
  vertical-align: top;
}
.navbar-nav > .btn-group {
  margin: 8px 10px 8px 0px;
}
.navbar .btn-group > .dropdown-menu,
.navbar .navbar-form > .input-group .dropdown-menu {
  margin-top: 8px;
}
.navbar .dropdown-menu li > a.dropdown-toggle {
  display: block;
  padding: 5px 30px 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar.caret-left .navbar-nav .dropdown-menu li > a.dropdown-toggle,
.navbar .navbar-nav.caret-left .dropdown-menu li > a.dropdown-toggle,
.navbar .navbar-nav .dropdown-menu.caret-left li > a.dropdown-toggle,
.navbar .navbar-nav .dropdown-menu li.caret-left > a.dropdown-toggle,
.navbar .navbar-nav .dropdown-menu li > a.caret-left.dropdown-toggle {
  padding: 5px 15px 5px 30px;
}
.navbar .dropdown-menu li > a {
  display: block;
  padding: 5px 15px 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  text-transform: uppercase;
}
.navbar a > span.desc {
  display: block;
  font-size: smaller;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse .navbar-nav > .navbar-form,
  .navbar .navbar-collapse > .navbar-form {
    margin: 0;
    border-top: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .navbar .navbar-collapse .navbar-nav > a.navbar-link,
  .navbar .navbar-collapse > a.navbar-link,
  .navbar .navbar-collapse .navbar-nav > .navbar-text,
  .navbar .navbar-collapse > .navbar-text,
  .navbar .navbar-collapse .navbar-nav > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .navbar .navbar-collapse .navbar-nav > li > a {
    padding-top: 9px;
    margin-top: 1px;
  }
  .navbar .navbar-collapse .navbar-nav > li.open > a,
  .navbar .navbar-collapse .navbar-nav > li.xs-hover:hover > a,
  .navbar-nav > li.active > a {
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 0px;
  }
  .navbar .navbar-nav > li {
    clear: both;
  }
  .navbar .navbar-header .navbar-nav > li {
    clear: none;
  }
  .navbar.navbar-fixed-bottom .navbar-collapse {
    position: absolute !important;
    bottom: 100%;
    width: 100%;
    border-bottom: 1px solid;
  }
  .navbar .navbar-nav > li > a {
    display: block;
  }
  .navbar .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0 !important;
  }
  .navbar.navbar-fixed-top.brand-right .container .navbar-header,
  .navbar.navbar-fixed-bottom.brand-right .container .navbar-header,
  .navbar.navbar-fixed-top.brand-right .container-fluid .navbar-header,
  .navbar.navbar-fixed-bottom.brand-right .container-fluid .navbar-header {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .navbar .navbar-nav > button {
    display: block;
    width: 100%;
  }
  .navbar .navbar-nav > .btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    margin: 8px 10px 8px 0;
  }
  .navbar .navbar-nav > .btn-group > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }
  .navbar .navbar-nav > .btn-group > .btn-group .btn {
    width: 100%;
  }
  .navbar .navbar-header .navbar-nav.navbar-right {
    float: right;
  }
  .navbar .navbar-header .navbar-nav.navbar-left {
    float: left;
  }
  .navbar .navbar-toggle {
    margin-left: 15px;
  }
  .navbar .navbar-nav {
    margin: 1px;
  }
}
/* --- END GENERAL ---*/
/* --- FORM EXPANDED ---*/
@media (min-width: 768px) {
  .navbar .navbar-form-expanded input,
  .navbar .navbar-form-expanded input:focus:hover {
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
  }
  .navbar input[data-width="70px"],
  .navbar .navbar-form-expanded input[data-width-expanded="70px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="70px"] {
    width: 70px !important;
  }
  .navbar input[data-width="80px"],
  .navbar .navbar-form-expanded input[data-width-expanded="80px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="80px"] {
    width: 80px !important;
  }
  .navbar input[data-width="90px"],
  .navbar .navbar-form-expanded input[data-width-expanded="90px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="90px"] {
    width: 90px !important;
  }
  .navbar .navbar-form-expanded input,
  .navbar input[data-width="100px"],
  .navbar .navbar-form-expanded input[data-width-expanded="100px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="100px"] {
    width: 100px !important;
  }
  .navbar input[data-width="110px"],
  .navbar .navbar-form-expanded input[data-width-expanded="110px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="110px"] {
    width: 110px !important;
  }
  .navbar input[data-width="120px"],
  .navbar .navbar-form-expanded input[data-width-expanded="120px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="120px"] {
    width: 120px !important;
  }
  .navbar input[data-width="130px"],
  .navbar .navbar-form-expanded input[data-width-expanded="130px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="130px"] {
    width: 130px !important;
  }
  .navbar input[data-width="140px"],
  .navbar .navbar-form-expanded input[data-width-expanded="140px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="140px"] {
    width: 140px !important;
  }
  .navbar input[data-width="150px"],
  .navbar .navbar-form-expanded input[data-width-expanded="150px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="150px"] {
    width: 150px !important;
  }
  .navbar input[data-width="160px"],
  .navbar .navbar-form-expanded input[data-width-expanded="160px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="160px"] {
    width: 160px !important;
  }
  .navbar input[data-width="170px"],
  .navbar .navbar-form-expanded input[data-width-expanded="170px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="170px"] {
    width: 170px !important;
  }
  .navbar .navbar-form-expanded input:focus,
  .navbar .navbar-form-expanded:hover input,
  .navbar input[data-width="180px"],
  .navbar .navbar-form-expanded input[data-width-expanded="180px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="180px"] {
    width: 180px !important;
  }
  .navbar input[data-width="190px"],
  .navbar .navbar-form-expanded input[data-width-expanded="190px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="190px"] {
    width: 190px !important;
  }
  .navbar input[data-width="200px"],
  .navbar .navbar-form-expanded input[data-width-expanded="200px"]:focus,
  .navbar .navbar-form-expanded:hover input[data-width-expanded="200px"] {
    width: 200px !important;
  }
}
/* --- END FORM EXPANDED ---*/
/* --- HELPERS CLASSES ---*/
.navbar .no-border,
.navbar.no-border,
.navbar .no-border > *,
.navbar.no-border > * {
  border: none !important;
  border-radius: 0 !important;
}
.navbar .no-border-radius,
.navbar.no-border-radius,
.navbar .no-border-radius > *,
.navbar.no-border-radius > * {
  border-radius: 0 !important;
}
.navbar .no-padding {
  padding: 0 !important;
}
.navbar .padding15 {
  padding: 15px !important;
}
.navbar .no-margin {
  margin: 0 !important;
}
.navbar .margin15 {
  margin: 15px !important;
}
.navbar .no-shadow,
.navbar.no-shadow,
.navbar .no-shadow > *,
.navbar.no-shadow > * {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar .navbar-nav li:not(.dropdown) > .dropdown-menu.bordered:not(.no-padding):after,
.navbar .navbar-nav li:not(.dropdown) > .dropdown-grid-wrapper > .dropdown-menu.bordered:not(.no-padding):after {
  content: '';
  display: block;
  z-index: -1;
  top: 15px;
  outline-width: 1px;
  outline-style: solid;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
/* --- END HELPERS CLASSES ---*/
/* --- DIVIDERS --- */
@media (min-width: 768px) {
  .navbar .navbar-nav > li.divider {
    position: relative;
    width: 1px;
    height: 50px;
  }
}
.navbar .navbar-nav .divided {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.navbar .navbar-nav .dropdown-short .divided > *:before {
  margin: -1px -1px -1px 0px;
}
.navbar .navbar-nav .dropdown-short .divided > *.h-divided:before {
  margin: -1px -1px 0px 0px;
}
.navbar .navbar-nav .divided.row:before {
  display: block;
}
.navbar .navbar-nav .divided > *:before {
  margin: -1px -1px 0px 0px;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  background: transparent !important;
}
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > h1,
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > h2,
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > h3,
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > h4,
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > h5,
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > h6,
.navbar .navbar-nav .dropdown-menu .divided li:not(.row) > a {
  margin-left: 1px;
  margin-bottom: 1px;
}
.navbar .navbar-nav .h-divider:after {
  content: '';
  margin-top: -1px;
  width: 100%;
  display: block;
  height: 1px;
  z-index: 2;
}
.navbar .navbar-nav .h-divider {
  position: relative !important;
}
.navbar .navbar-nav .h-divided > *:after {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 1px;
  display: block;
  z-index: 1;
}
.navbar .navbar-nav .h-divided > *:first-child:before {
  content: '';
  margin-top: -1px;
  width: 100%;
  height: 1px;
  display: block;
  z-index: 1;
}
.navbar .navbar-nav .h-divided > *.collapse-up-onclick:after,
.navbar .navbar-nav .h-divided > *.collapse-down-onclick:after,
.navbar .navbar-nav .h-divided > *.collapse-up-onhover:after,
.navbar .navbar-nav .h-divided > *.collapse-down-onhover:after {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: -1;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
/* --- END DIVIDERS --- */
/* --- BRAND, TOGGLE BOTTON --- */
.navbar .navbar-header > .navbar-nav > li,
.navbar .navbar-header > .navbar-nav.navbar-left > li,
.navbar.brand-right .navbar-header > .navbar-nav.navbar-left > li {
  float: left;
}
.navbar .navbar-header > .navbar-nav.navbar-right > li,
.navbar.brand-right .navbar-header > .navbar-nav > li,
.navbar.brand-right .navbar-header > .navbar-nav.navbar-right > li {
  float: right;
}
.navbar.brand-right .navbar-header > .navbar-brand {
  float: right;
  margin-left: 0;
  margin-right: 0px;
}
.navbar.brand-right .navbar-header > .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar.brand-right .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar.menu-lg .navbar-brand,
.navbar .menu-lg .navbar-brand,
.navbar-brand.menu-lg {
  padding: 10px 20px;
  font-size: 24px;
  line-height: 30px;
}
.navbar.menu-sm .navbar-brand,
.navbar .menu-sm .navbar-brand,
.navbar-brand.menu-sm {
  padding: 10px 10px;
  font-size: 16px;
  line-height: 30px;
}
.navbar.menu-xs .navbar-brand,
.navbar .menu-xs .navbar-brand,
.navbar-brand.menu-xs {
  padding: 10px 5px;
  font-size: 14px;
  line-height: 30px;
}
.navbar.menu-lg .navbar-toggle,
.navbar .menu-lg .navbar-toggle,
.navbar .navbar-toggle.menu-lg {
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 7px;
}
.navbar.menu-lg .navbar-toggle > .icon-bar,
.navbar .menu-lg .navbar-toggle > .icon-bar,
.navbar .navbar-toggle.menu-lg > .icon-bar {
  height: 3px;
}
.navbar.brand-right.menu-lg .navbar-toggle,
.navbar.brand-right .menu-lg .navbar-toggle,
.navbar.brand-right .navbar-toggle.menu-lg {
  margin-left: 20px;
}
.navbar.menu-sm .navbar-toggle,
.navbar .menu-sm .navbar-toggle,
.navbar .navbar-toggle.menu-sm {
  padding: 6px 7px;
  margin-top: 11px;
  margin-right: 10px;
  margin-bottom: 11px;
}
.navbar.brand-right.menu-sm .navbar-toggle,
.navbar.brand-right .menu-sm .navbar-toggle,
.navbar.brand-right .navbar-toggle.menu-sm {
  margin-left: 10px;
}
.navbar.menu-xs .navbar-toggle,
.navbar .menu-xs .navbar-toggle,
.navbar .navbar-toggle.menu-xs {
  padding: 3px 4px;
  margin-top: 14px;
  margin-right: 5px;
  margin-bottom: 14px;
}
.navbar.brand-right.menu-xs .navbar-toggle,
.navbar.brand-right .menu-xs .navbar-toggle,
.navbar.brand-right .navbar-toggle.menu-xs {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .navbar.brand-right .navbar-header {
    float: right;
  }
}
@media (max-width: 767px) {
  .navbar .navbar.brand-right .navbar-header {
    float: none;
  }
  .navbar .navbar-header .nav.navbar-left {
    margin: 0 0 0 15px;
  }
  .navbar .navbar-header .nav.navbar-right {
    margin: 0 15px 0 0;
  }
  .navbar .navbar-header .nav > li > a {
    padding: 15px 8px;
    display: table;
    float: left;
  }
}
/* --- END BRAND, TOGGLE BOTTON --- */
/* --- MAINBAR ACTIVE/OPEN ARROW --- */
@media (min-width: 768px) {
  .navbar .navbar-nav > li.dropdown-onhover:hover > ul,
  .navbar.dropdown-onhover .navbar-nav > li:hover > ul,
  .navbar.dropdown-onhover .navbar-nav > li:hover.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover > li:hover.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
    z-index: 1001;
  }
  .navbar:not(.no-open-arrow).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a.dropdown-toggle:after,
  .navbar:not(.no-border):not(.no-open-arrow).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a.dropdown-toggle:before,
  .navbar:not(.no-open-arrow) .navbar-nav.dropdown-onhover > li:hover > a.dropdown-toggle:after,
  .navbar:not(.no-border):not(.no-open-arrow) .navbar-nav.dropdown-onhover > li:hover > a.dropdown-toggle:before,
  .navbar:not(.no-open-arrow) .navbar-nav > li.dropdown-onhover:hover > a.dropdown-toggle:after,
  .navbar:not(.no-border):not(.no-open-arrow) .navbar-nav > li.dropdown-onhover:hover > a.dropdown-toggle:before,
  .navbar:not(.no-active-arrow) .navbar-nav > .active > a:after,
  .navbar:not(.no-border):not(.no-active-arrow) .navbar-nav > .active > a:before,
  .navbar:not(.no-open-arrow) .navbar-nav > .open > a.dropdown-toggle:after,
  .navbar:not(.no-border):not(.no-open-arrow) .navbar-nav > .open > a.dropdown-toggle:before {
    content: " ";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    line-height: 0px;
    margin-left: -8px;
    border-color: transparent;
  }
  .navbar.dropdown-onhover.no-fix .navbar-nav > .open:not(.active):not(:hover) > a.dropdown-toggle:after,
  .navbar.dropdown-onhover.no-fix .navbar-nav > .open:not(.active):not(:hover) > a.dropdown-toggle:before,
  .navbar .navbar-nav.dropdown-onhover.no-fix > .open:not(.active):not(:hover) > a.dropdown-toggle:after,
  .navbar .navbar-nav.dropdown-onhover.no-fix > .open:not(.active):not(:hover) > a.dropdown-toggle:before,
  .navbar .navbar-nav > .dropdown-onhover.no-fix.open:not(.active):not(:hover) > a.dropdown-toggle:after,
  .navbar .navbar-nav > .dropdown-onhover.no-fix.open:not(.active):not(:hover) > a.dropdown-toggle:before {
    content: none;
  }
  .navbar.navbar-fixed-bottom .navbar-nav > .active > a:before {
    top: -8px;
    border-width: 0 8px 8px 8px;
  }
  .navbar.navbar-fixed-bottom .navbar-nav > .active > a:after {
    top: -7px;
    border-width: 0 8px 8px 8px;
  }
  .navbar.no-border.navbar-fixed-bottom .navbar-nav > .active > a:after {
    top: -8px;
  }
  .navbar.navbar-fixed-bottom.dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:before,
  .navbar.navbar-fixed-bottom .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:before,
  .navbar.navbar-fixed-bottom .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:before,
  .navbar.navbar-fixed-bottom .navbar-nav > .open > a:before {
    top: 0px;
    border-width: 8px 8px 0 8px;
  }
  .navbar.navbar-fixed-bottom.dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:after,
  .navbar.navbar-fixed-bottom .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:after,
  .navbar.navbar-fixed-bottom .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:after,
  .navbar.navbar-fixed-bottom .navbar-nav > .open > a:after {
    top: -1px;
    border-width: 8px 8px 0 8px;
  }
  .navbar.no-border.navbar-fixed-bottom.dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:after,
  .navbar.no-border.navbar-fixed-bottom .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:after,
  .navbar.no-border.navbar-fixed-bottom .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:after,
  .navbar.no-border.navbar-fixed-bottom .navbar-nav > .open > a:after {
    top: 0px;
  }
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > .active > a:before {
    bottom: -9px;
    border-width: 8px 8px 0 8px;
  }
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > .active > a:after {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
  }
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > li:not(.disabled).dropdown-onhover:hover > a:before,
  .navbar:not(.navbar-fixed-bottom).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:before,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:before,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > .open > a:before {
    bottom: 0px;
    border-width: 0 8px 8px 8px;
  }
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > li:not(.disabled).dropdown-onhover:hover > a:after,
  .navbar:not(.navbar-fixed-bottom).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:after,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:after,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > .open > a:after {
    bottom: -1px;
    border-width: 0 8px 8px 8px;
  }
  .navbar.no-border:not(.navbar-fixed-bottom) .navbar-nav > li:not(.disabled).dropdown-onhover:hover > a:after,
  .navbar.no-border:not(.navbar-fixed-bottom).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:after,
  .navbar.no-border:not(.navbar-fixed-bottom) .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:after,
  .navbar.no-border:not(.navbar-fixed-bottom) .navbar-nav > .open > a:after {
    bottom: 0px;
  }
  .navbar.dropdown-onhover.no-fix.navbar-fixed-bottom .navbar-nav > .active > a:before,
  .navbar.navbar-fixed-bottom .navbar-nav.dropdown-onhover.no-fix > .active > a:before,
  .navbar.navbar-fixed-bottom .navbar-nav > .dropdown-onhover.no-fix.active > a:before {
    top: -8px;
    border-width: 0 8px 8px 8px;
  }
  .navbar.dropdown-onhover.no-fix.navbar-fixed-bottom .navbar-nav > .active > a:after,
  .navbar.navbar-fixed-bottom .navbar-nav.dropdown-onhover.no-fix > .active > a:after,
  .navbar.navbar-fixed-bottom .navbar-nav > .dropdown-onhover.no-fix.active > a:after {
    top: -7px;
    border-width: 0 8px 8px 8px;
  }
  .navbar.dropdown-onhover.no-fix:not(.navbar-fixed-bottom) .navbar-nav > .active > a:before,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav.dropdown-onhover.no-fix > .active > a:before,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > .dropdown-onhover.no-fix.active > a:before {
    bottom: -9px;
    border-width: 8px 8px 0 8px;
  }
  .navbar.dropdown-onhover.no-fix:not(.navbar-fixed-bottom) .navbar-nav > .active > a:after,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav.dropdown-onhover.no-fix > .active > a:after,
  .navbar:not(.navbar-fixed-bottom) .navbar-nav > .dropdown-onhover.no-fix.active > a:after {
    bottom: -8px;
    border-width: 8px 8px 0 8px;
  }
}
/* --- END MAINBAR ACTIVE/OPEN ARROW --- */
/* --- MAINBAR CARET --- */
.navbar:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) li:not(.caret-bootstrap) > a.dropdown-toggle:not(.caret-bootstrap) > span:not(.caret-bootstrap).caret {
  position: relative;
  width: 8px;
  height: 20px;
  vertical-align: top;
  font-family: FontAwesome;
  margin-left: 8px;
  border: none;
}
.navbar:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) li:not(.caret-bootstrap) > a.dropdown-toggle:not(.caret-bootstrap) > span:not(.caret-bootstrap).caret:before {
  content: "\f107";
}
.navbar.navbar-fixed-bottom:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) li:not(.caret-bootstrap) > a.dropdown-toggle:not(.caret-bootstrap) > span:not(.caret-bootstrap).caret:before {
  content: "\f106";
}
@media (max-width: 768px) {
  .navbar:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) li:not(.caret-bootstrap) > a.dropdown-toggle:not(.caret-bootstrap) > span:not(.caret-bootstrap).caret {
    float: right;
  }
}
.navbar.caret-bootstrap .navbar-nav li > a.dropdown-toggle > span.caret,
.navbar .navbar-nav.caret-bootstrap li > a.dropdown-toggle > span.caret,
.navbar .navbar-nav li.caret-bootstrap > a.dropdown-toggle > span.caret,
.navbar .navbar-nav li > a.dropdown-toggle.caret-bootstrap > span.caret,
.navbar .navbar-nav li > a.dropdown-toggle > span.caret.caret-bootstrap {
  float: right;
  margin-top: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-right: 0px;
  vertical-align: middle;
  border-top: 4px solid;
  border-bottom: 0px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.navbar.navbar-fixed-bottom.caret-bootstrap .navbar-nav li > a.dropdown-toggle > span.caret,
.navbar.navbar-fixed-bottom .navbar-nav.caret-bootstrap li > a.dropdown-toggle > span.caret,
.navbar.navbar-fixed-bottom .navbar-nav li.caret-bootstrap > a.dropdown-toggle > span.caret,
.navbar.navbar-fixed-bottom .navbar-nav li > a.dropdown-toggle.caret-bootstrap > span.caret,
.navbar.navbar-fixed-bottom .navbar-nav li > a.dropdown-toggle > span.caret.caret-bootstrap {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-right: 0px;
  vertical-align: middle;
  border-top: 0px;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.navbar.caret-left .navbar-nav li > a.dropdown-toggle > span.caret,
.navbar .navbar-nav.caret-left li > a.dropdown-toggle > span.caret,
.navbar .navbar-nav li.caret-left > a.dropdown-toggle > span.caret {
  margin-right: 8px !important;
  margin-left: 0px !important;
  float: left !important;
}
/* --- END MAINBAR CARET --- */
/* --- SUBMENU CARET --- */
.navbar.caret-bootstrap .navbar-nav .dropdown-menu li > a.dropdown-toggle:before,
.navbar .navbar-nav.caret-bootstrap .dropdown-menu li > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li.caret-bootstrap > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li > a.dropdown-toggle.caret-bootstrap:before {
  width: 0;
  height: 0;
  position: absolute;
  border-top: 4px solid;
  border-bottom: 0px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "" !important;
  margin-top: 8px;
  float: right;
}
.navbar .navbar-nav .dropdown-menu li > a.dropdown-toggle:before {
  position: absolute;
  width: 10px;
  left: auto;
  right: 10px;
  font-family: FontAwesome;
  content: "";
}
.navbar.caret-left .navbar-nav .dropdown-menu li > a.dropdown-toggle:before,
.navbar .navbar-nav.caret-left .dropdown-menu li > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu.caret-left li > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li.caret-left > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li > a.caret-left.dropdown-toggle:before {
  left: 10px;
  right: auto;
}
.navbar .navbar-nav .dropdown-menu li.dropup-left-onclick > a.dropdown-toggle:not(.collapsed):before,
.navbar .navbar-nav .dropdown-menu li.dropdown-left-onclick > a.dropdown-toggle:not(.collapsed):before {
  content: "\f104";
}
.navbar .navbar-nav .dropdown-menu li.dropup-right-onclick > a.dropdown-toggle:not(.collapsed):before,
.navbar .navbar-nav .dropdown-menu li.dropdown-right-onclick > a.dropdown-toggle:not(.collapsed):before {
  content: "\f105";
}
.navbar .navbar-nav .dropdown-menu li[class*="dropup-"] > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li[class*="collapse-up-"] > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li.dropup-center-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before,
.navbar .navbar-nav .dropdown-menu li.collapse-up-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before {
  content: "\f106";
}
.navbar .navbar-nav .dropdown-menu li[class*="dropdown-"] > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li[class*="collapse-down-"] > a.dropdown-toggle:before,
.navbar .navbar-nav .dropdown-menu li.dropdown-center-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before,
.navbar .navbar-nav .dropdown-menu li.collapse-down-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before {
  content: "\f107";
}
@media (min-width: 768px) {
  .navbar .navbar-nav .dropdown-menu li.dropup-left-onhover:hover > a.dropdown-toggle:before,
  .navbar .navbar-nav .dropdown-menu li.dropdown-left-onhover:hover > a.dropdown-toggle:before,
  .navbar .navbar-nav .dropdown-menu li.dropup-left-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before,
  .navbar .navbar-nav .dropdown-menu li.dropdown-left-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before {
    content: "\f104";
  }
  .navbar .navbar-nav .dropdown-menu li.dropup-right-onhover:hover > a.dropdown-toggle:before,
  .navbar .navbar-nav .dropdown-menu li.dropdown-right-onhover:hover > a.dropdown-toggle:before,
  .navbar .navbar-nav .dropdown-menu li.dropup-right-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before,
  .navbar .navbar-nav .dropdown-menu li.dropdown-right-onhover:not(.no-fix) > a.dropdown-toggle:not(.collapsed):before {
    content: "\f105";
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .dropdown-menu li[class*="collapse-up-"] > a.dropdown-toggle:before {
    content: "\f106" !important;
  }
  .navbar .navbar-nav .dropdown-menu li > a.dropdown-toggle:before {
    content: "\f107" !important;
  }
  .navbar:not(.caret-bootstrap) .navbar-nav:not(.caret-bootstrap) .dropdown-menu:not(.caret-bootstrap) li:not(.caret-bootstrap).collapse-up-onclick > a:not(.caret-bootstrap).dropdown-toggle.collapsed:before {
    content: "\f106" !important;
  }
}
/* --- END SUBMENU CARET --- */
/* --- MAINMENU --- */
.navbar .dropdown-menu {
  position: absolute;
}
.navbar .navbar-nav > li:not(.dropdown-short)[class*="dropdown-"] {
  position: static;
}
.navbar:not(.no-border) .navbar-nav > li[class*="dropdown"] > .dropdown-menu,
.navbar:not(.no-border) .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar.no-border .navbar-nav > li[class*="dropdown"] > .dropdown-menu,
.navbar.no-border .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar.navbar-fixed-bottom .navbar-nav > li[class*="dropdown"] > .dropdown-menu,
.navbar.navbar-fixed-bottom .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
  top: auto;
  bottom: 100%;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-radius: 4px 4px 0 0;
}
.navbar .navbar-nav > li[class*="dropdown"] > .dropdown-menu,
.navbar .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
  top: 100%;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-radius: 0 0 4px 4px;
}
.navbar .navbar-nav > li.dropdown > .dropdown-menu {
  padding: 0px;
}
.navbar .navbar-nav > li.dropdown-short > .dropdown-menu {
  padding: 15px;
}
.navbar .navbar-nav.navbar-left > li.dropdown-grid > .dropdown-grid-wrapper,
.navbar .navbar-nav.navbar-right > li.dropdown-grid > .dropdown-grid-wrapper.dropdown-menu-left {
  direction: ltr;
  float: left;
}
.navbar .navbar-nav.navbar-right > li.dropdown-grid > .dropdown-grid-wrapper,
.navbar .navbar-nav.navbar-left > li.dropdown-grid > .dropdown-grid-wrapper.dropdown-menu-right {
  direction: rtl;
  float: right;
}
.navbar .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
  left: auto;
  direction: ltr;
  padding: 15px;
}
.navbar .navbar-nav.navbar-right > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu {
  right: auto;
}
.navbar .navbar-nav > li.dropdown-grid.open > .dropdown-grid-wrapper > .dropdown-menu {
  display: block;
}
.navbar .navbar-nav > li.dropdown-wide > .dropdown-menu,
.navbar .navbar-nav > li.dropdown-full > .dropdown-menu {
  left: 0;
  right: 0;
  padding: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.navbar.navbar-fixed-bottom .navbar-nav > li.dropdown-wide > .dropdown-menu,
.navbar.navbar-fixed-top .navbar-nav > li.dropdown-wide > .dropdown-menu,
.navbar.navbar-static-top .navbar-nav > li.dropdown-wide > .dropdown-menu {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar:not(.no-border) .navbar-nav > li.dropdown-full > .dropdown-menu {
  margin-left: -16px;
  margin-right: -16px;
}
.navbar.no-border .navbar-nav > li.dropdown-full > .dropdown-menu {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar.navbar-fixed-bottom .navbar-nav > li.dropdown-full > .dropdown-menu,
.navbar.navbar-fixed-top .navbar-nav > li.dropdown-full > .dropdown-menu,
.navbar.navbar-static-top .navbar-nav > li.dropdown-full > .dropdown-menu,
.navbar.no-border.navbar-static-top .navbar-nav > li.dropdown-full > .dropdown-menu {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  .navbar.dropdown-onhover.no-fix .navbar-nav > li.dropdown-grid.open > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover.no-fix > li.dropdown-grid.open > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-onhover.no-fix.dropdown-grid.open > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar.dropdown-onhover.no-fix .navbar-nav > li > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover.no-fix > li > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-onhover.no-fix > .dropdown-menu {
    display: none;
  }
  .navbar:not(.no-border).dropdown-onhover .navbar-nav > li:hover > a,
  .navbar:not(.no-border) li.dropdown-onhover:hover > a,
  .navbar:not(.no-border) .navbar-nav.dropdown-onhover > li:hover > a {
    border-top-width: 0px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    margin-bottom: -1px;
    margin-top: 0px;
  }
  .navbar.navbar-fixed-bottom:not(.no-border).dropdown-onhover .navbar-nav > li:hover > a,
  .navbar.navbar-fixed-bottom:not(.no-border) li.dropdown-onhover:hover > a,
  .navbar.navbar-fixed-bottom:not(.no-border) .navbar-nav.dropdown-onhover > li:hover > a {
    border-top-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0px;
    border-style: solid;
    margin-bottom: 0px;
    margin-top: -1px;
  }
  .navbar.dropdown-onhover .navbar-nav > li:hover > .dropdown-menu,
  .navbar.dropdown-onhover .navbar-nav > li:hover > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar li.dropdown-onhover:hover > .dropdown-menu,
  .navbar li.dropdown-onhover:hover > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover > li:hover > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover > li:hover > .dropdown-grid-wrapper > .dropdown-menu {
    display: block !important;
    visibility: visible;
    z-index: 1001 !important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li.dropdown-short > .dropdown-menu .h-divided {
    width: 100%;
  }
  .navbar .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper {
    float: none !important;
  }
  .navbar .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav > li > .dropdown-menu {
    border-top-style: solid;
    border-top-width: 1px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0px !important;
    bottom: auto !important;
  }
  .navbar.navbar-fixed-bottom .navbar-nav > li.dropdown-wide > .dropdown-menu,
  .navbar.navbar-fixed-top .navbar-nav > li.dropdown-wide > .dropdown-menu,
  .navbar.navbar-static-top .navbar-nav > li.dropdown-wide > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-wide > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-full > .dropdown-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
  .navbar .navbar-nav > li.dropdown-wide.open > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-full.open > .dropdown-menu {
    display: inline-block;
    visibility: visible;
  }
  .navbar .navbar-nav > li.dropdown-grid > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-grid > a {
    margin-right: 0px !important;
  }
  .navbar .navbar-nav.navbar-right > li > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav.navbar-right > li > a,
  .navbar .navbar-nav.navbar-right > li > ul {
    margin-right: 1px !important;
  }
  /*Hover force v2.0.1 new*/
  .navbar li.xs-hover:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    height: inherit !important;
    float: none;
    width: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .navbar li.xs-hover:hover > .dropdown-grid-wrapper > .dropdown-menu {
    display: block;
    visibility: visible;
    height: inherit !important;
    float: none;
    width: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .navbar li.xs-hover.no-fix:not(:hover) > .dropdown-menu,
  .navbar li.xs-hover.no-fix:not(:hover) > .dropdown-grid-wrapper > .dropdown-menu {
    display: none;
  }
  .navbar li.dropdown-wide.xs-hover:hover > .dropdown-menu,
  .navbar li.dropdown-full.xs-hover:hover > .dropdown-menu {
    display: inline-block !important;
    visibility: visible;
  }
  .navbar li.xs-hover:hover > .dropdown-menu .dropdown-menu {
    position: static;
    float: none;
    border: 0;
  }
  .navbar li.xs-hover:hover > .dropdown-grid-wrapper > .dropdown-menu .dropdown-menu {
    position: static;
    float: none;
    border: 0;
  }
}
/* --- END MAINMENU --- */
/* --- SUBMENUS --- */
.navbar .navbar-nav > li ul li[class*="-onhover"],
.navbar .navbar-nav > li ul li[class*="-onclick"] {
  position: relative;
}
.navbar .navbar-nav > li ul li[class*="-onhover"]:not(.no-fix) > .dropdown-toggle.collapsed + .collapsing,
.navbar .navbar-nav > li ul li[class*="-onclick"] > .dropdown-toggle.collapsed + .collapsing {
  display: none;
  height: inherit !important;
}
.navbar .navbar-nav > li ul li[class*="-onhover"]:not(.no-fix) > .dropdown-toggle:not(.collapsed) + .collapsing,
.navbar .navbar-nav > li ul li[class*="-onclick"] > .dropdown-toggle:not(.collapsed) + .collapsing {
  display: block;
  visibility: visible;
  height: inherit !important;
}
.navbar .navbar-nav > li ul li[class*="-onhover"]:not([class*="collapse-"]):hover > .dropdown-menu,
.navbar .navbar-nav > li ul li[class*="-onclick"]:hover > .dropdown-menu {
  z-index: 1002;
}
/*center*/
.navbar .navbar-nav > li ul li.dropup-center-onclick > .dropdown-menu {
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 100%;
  z-index: 1001;
  padding: 15px;
  margin: 0px;
  width: 100%;
}
.navbar .navbar-nav > li ul li.dropup-center-onhover > .dropdown-menu {
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 100%;
  z-index: 1001;
  padding: 15px;
  display: none;
  overflow: visible;
  margin: 0px;
  width: 100%;
}
.navbar .navbar-nav > li ul li.dropdown-center-onclick > .dropdown-menu {
  left: 0px;
  right: 0px;
  top: 100%;
  bottom: auto;
  z-index: 1001;
  padding: 15px;
  margin: 0px;
  width: 100%;
}
.navbar .navbar-nav > li ul li.dropdown-center-onhover > .dropdown-menu {
  left: 0px;
  right: 0px;
  top: 100%;
  bottom: auto;
  z-index: 1001;
  padding: 15px;
  display: none;
  overflow: visible;
  margin: 0px;
  width: 100%;
}
.navbar .navbar-nav > li ul li.ltr[class*="-center-"] > .dropdown-menu,
.navbar .navbar-nav > li ul li[class*="-center-"] > .dropdown-menu.ltr {
  left: 0;
  right: auto;
  width: auto;
}
.navbar .navbar-nav > li ul li.rtl[class*="-center-"] > .dropdown-menu,
.navbar .navbar-nav > li ul li[class*="-center-"] > .dropdown-menu.rtl {
  left: auto;
  right: 0px;
  width: auto;
}
.navbar .navbar-nav > li ul li.dropup-right-onclick > .dropdown-menu {
  left: 100%;
  right: auto;
  top: auto;
  bottom: 0px;
  z-index: 1001;
}
.navbar .navbar-nav > li ul li.dropup-right-onhover > .dropdown-menu {
  left: 100%;
  right: auto;
  top: auto;
  bottom: 0px;
  z-index: 1001;
  display: none;
  overflow: visible;
}
.navbar .navbar-nav > li ul li.dropdown-right-onclick > .dropdown-menu {
  left: 100%;
  right: auto;
  top: 0px;
  bottom: auto;
  z-index: 1001;
}
.navbar .navbar-nav > li ul li.dropdown-right-onhover > .dropdown-menu {
  left: 100%;
  right: auto;
  top: 0px;
  bottom: auto;
  z-index: 1001;
  display: none;
  overflow: visible;
}
.navbar .navbar-nav > li ul li.dropup-left-onclick > .dropdown-menu {
  left: auto;
  right: 100%;
  top: auto;
  bottom: 0px;
  z-index: 1001;
}
.navbar .navbar-nav > li ul li.dropup-left-onhover > .dropdown-menu {
  left: auto;
  right: 100%;
  top: auto;
  bottom: 0px;
  z-index: 1001;
  display: none;
  overflow: visible;
}
.navbar .navbar-nav > li ul li.dropdown-left-onclick > .dropdown-menu {
  left: auto;
  right: 100%;
  top: 0px;
  bottom: auto;
  z-index: 1001;
}
.navbar .navbar-nav > li ul li.dropdown-left-onhover > .dropdown-menu {
  left: auto;
  right: 100%;
  top: 0px;
  bottom: auto;
  z-index: 1001;
  display: none;
  overflow: visible;
}
.navbar .navbar-nav > li:not(.dropdown) ul li.dropup-right-onclick > .dropdown-menu,
.navbar .navbar-nav > li:not(.dropdown) ul li.dropdown-right-onclick > .dropdown-menu,
.navbar .navbar-nav > li:not(.dropdown) ul li.dropup-right-onhover > .dropdown-menu,
.navbar .navbar-nav > li:not(.dropdown) ul li.dropdown-right-onhover > .dropdown-menu {
  margin: 0 0 0 -1px;
  padding: 15px;
}
.navbar .navbar-nav > li:not(.dropdown) ul li.dropup-left-onclick > .dropdown-menu,
.navbar .navbar-nav > li:not(.dropdown) ul li.dropdown-left-onclick > .dropdown-menu,
.navbar .navbar-nav > li:not(.dropdown) ul li.dropup-left-onhover > .dropdown-menu,
.navbar .navbar-nav > li:not(.dropdown) ul li.dropdown-left-onhover > .dropdown-menu {
  margin: 0 -1px 0 0;
  padding: 15px;
}
.navbar .navbar-nav > li.dropdown ul li.dropup-right-onclick > .dropdown-menu,
.navbar .navbar-nav > li.dropdown ul li.dropdown-right-onclick > .dropdown-menu,
.navbar .navbar-nav > li.dropdown ul li.dropup-right-onhover > .dropdown-menu,
.navbar .navbar-nav > li.dropdown ul li.dropdown-right-onhover > .dropdown-menu {
  margin: 0 0 0 -10px;
  padding: 0px;
}
.navbar .navbar-nav > li.dropdown ul li.dropup-left-onclick > .dropdown-menu,
.navbar .navbar-nav > li.dropdown ul li.dropdown-left-onclick > .dropdown-menu,
.navbar .navbar-nav > li.dropdown ul li.dropup-left-onhover > .dropdown-menu,
.navbar .navbar-nav > li.dropdown ul li.dropdown-left-onhover > .dropdown-menu {
  margin: 0 -10px 0 0;
  padding: 0px;
}
.navbar .navbar-nav > li ul li[class*="collapse-down-"] > .dropdown-menu {
  background: transparent;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar .navbar-nav > li ul li.collapse-down-onhover > .dropdown-menu,
.navbar .navbar-nav > li ul li.collapse-up-onhover > .dropdown-menu {
  display: none;
  overflow: visible;
}
.navbar .navbar-nav > li ul li[class*="collapse-up-"] {
  float: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.navbar .navbar-nav > li ul li[class*="collapse-up-"] > a,
.navbar .navbar-nav > li ul li[class*="collapse-up-"] > ul.dropdown-menu {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.navbar .navbar-nav > li ul li[class*="collapse-up-"] > .dropdown-menu {
  background: transparent;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar .navbar-nav > li ul li[class*="collapse-up-"] {
  width: 100%;
  -moz-box-sizing: border-box;
}
.navbar .navbar-nav .dropdown-menu li[class*="collapse-"] > .dropdown-menu li:not([class*="collapse-"]) > .dropdown-menu li > a {
  padding-left: 15px !important;
}
.navbar .navbar-nav > li ul li[class*="collapse-"] .dropdown-menu li > a {
  padding-left: 30px;
}
.navbar .navbar-nav > li ul li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li > a {
  padding-left: 45px;
}
.navbar .navbar-nav > li ul li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li > a {
  padding-left: 60px;
}
.navbar .navbar-nav > li ul li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li > a {
  padding-left: 75px;
}
.navbar .navbar-nav > li ul li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li[class*="collapse-"] .dropdown-menu li > a {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li ul li[class*="-onhover"] > .dropdown-menu.collapse.in {
    display: block;
    visibility: visible;
    height: inherit !important;
  }
  .navbar .navbar-nav > li ul li[class*="-onhover"] > .dropdown-toggle.collapsed + .dropdown-menu.collapsing {
    display: none;
    height: inherit !important;
  }
  .navbar .navbar-nav > li ul li[class*="-onhover"] > .dropdown-toggle:not(.collapsed) + .dropdown-menu.collapsing {
    display: block;
    visibility: visible;
    height: inherit !important;
  }
  .navbar .navbar-nav > li ul li[class*="-onclick"] > .dropdown-menu,
  .navbar .navbar-nav > li ul li[class*="-onhover"] > .dropdown-menu {
    padding: 0 !important;
    margin: 1px 0 1px 0;
    width: auto;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 15px;
  }
  .navbar .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .navbar.caret-left .navbar-nav .open .dropdown-menu > li > a.dropdown-toggle,
  .navbar-nav.caret-left .open .dropdown-menu > li > a.dropdown-toggle,
  .navbar-nav .open.caret-left .dropdown-menu > li > a.dropdown-toggle,
  .navbar-nav .open .dropdown-menu.caret-left > li > a.dropdown-toggle,
  .navbar-nav .open .dropdown-menu > li.caret-left > a.dropdown-toggle,
  .navbar-nav .open .dropdown-menu > li > a.dropdown-toggle.caret-left {
    padding-left: 30px;
  }
  .navbar .navbar-nav > li ul li[class*="collapse-"] .dropdown-menu li > a {
    padding-left: 15px !important;
  }
  .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 15px !important;
    margin-right: 0px !important;
    margin-top: 1px !important;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li ul li[class*="-onhover"]:hover > .dropdown-menu,
  .navbar .navbar-nav > li ul li[class*="-onhover"]:not(.no-fix) > .dropdown-menu.collapse.in {
    display: block !important;
    visibility: visible;
    height: inherit !important;
  }
}
/* --- END SUBMENUS --- */

/* MegaNavbar v2.2.0 (http://www.MegaNavbar.com) Copyright 2014 MegaNavbar.com. All Rights Reserved.
** Licensed under Regular License (http://codecanyon.net/licenses/regular) or Extended License (http://codecanyon.net/licenses/extended)
** We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions without a license.
*/
.navbar.navbar-inverse {
  background: #333;
  border-color: #262626;
  color: #b3b3b3;
}
.navbar.navbar-inverse .navbar-collapse {
  background-color: #333;
  border-color: #262626;
}
.navbar.navbar-inverse .navbar-text {
  color: #cccccc;
}
.navbar.navbar-inverse a.navbar-link {
  color: #cccccc;
  background-color: transparent;
}
.navbar.navbar-inverse a.navbar-link:hover,
.navbar.navbar-inverse a.navbar-link:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar.navbar-inverse .navbar-brand {
  color: #cccccc;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-brand:hover,
.navbar.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-toggle {
  border-color: #666666 !important;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar.navbar-inverse .navbar-toggle:hover,
.navbar.navbar-inverse .navbar-toggle:focus {
  border-color: #666666 !important;
  background-color: #454545 !important;
}
.navbar.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
.navbar.navbar-inverse .navbar-nav > li.divider {
  background-color: #404040;
}
.navbar.navbar-inverse .btn-default {
  color: #cccccc;
  background-color: #454545;
  border-color: #666666;
}
.navbar.navbar-inverse .btn-default:hover,
.navbar.navbar-inverse .btn-default:focus,
.navbar.navbar-inverse .btn-default:active,
.navbar.navbar-inverse .btn-default.active {
  color: #ffffff;
  background-color: #3d3d3d;
  border-color: #666666;
}
.navbar.navbar-inverse .form-control {
  color: #cccccc;
  background-color: #454545;
  border-color: #666666;
}
.navbar.navbar-inverse .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 5px #666666;
  box-shadow: inset 0 1px 1px transparent, 0 0 5px #666666;
}
.navbar.navbar-inverse input::-webkit-input-placeholder,
.navbar.navbar-inverse textarea::-webkit-input-placeholder {
  color: rgba(204, 204, 204, 0.3);
}
.navbar.navbar-inverse input::-moz-placeholder,
.navbar.navbar-inverse textarea::-moz-placeholder {
  color: rgba(204, 204, 204, 0.3);
}
.navbar.navbar-inverse input:-ms-input-placeholder,
.navbar.navbar-inverse textarea:-ms-input-placeholder {
  color: rgba(204, 204, 204, 0.3);
}
.navbar.navbar-inverse input:-moz-placeholder,
.navbar.navbar-inverse textarea:-moz-placeholder {
  color: rgba(204, 204, 204, 0.3);
}
.navbar.navbar-inverse .navbar-nav > li[class*="dropdown"].dropdown-onhover:hover > a,
.navbar.navbar-inverse.dropdown-onhover .navbar-nav > li:hover > a[class*="dropdown"] {
  background-color: #262626;
}
.navbar.navbar-inverse .navbar-nav > li > a {
  color: #cccccc;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav > li:hover > a {
  color: #ffffff;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav > li.active > a {
  color: #ffffff;
  background-color: #262626;
}
.navbar.navbar-inverse .navbar-nav > li.active:hover > a {
  color: #ffffff;
  background-color: #262626;
}
.navbar.navbar-inverse .navbar-nav > li.open > a {
  color: #ffffff;
  background-color: #262626;
}
.navbar.navbar-inverse .navbar-nav > li.open:hover > a {
  color: #ffffff;
  background-color: #262626;
}
.navbar.navbar-inverse .navbar-nav > li.disabled > a {
  color: #999999;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav > li.disabled:hover > a {
  color: #999999;
  background-color: #333;
}
@media (min-width: 768px) {
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix > a {
    color: #cccccc;
    background-color: #333;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li:hover > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li:hover > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix:hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.active > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.active > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.active > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.active:hover > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.active:hover > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.active:hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.active.open > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.active.open > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.active.open > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.open > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.open > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.open > a {
    color: #cccccc;
    background-color: #333;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.open:hover > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.open:hover > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.open:hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.disabled > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.disabled > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.disabled > a {
    color: #999999;
    background-color: #333;
  }
  .navbar.navbar-inverse.dropdown-onhover.no-fix .navbar-nav > li.disabled:hover > a,
  .navbar.navbar-inverse .navbar-nav.dropdown-onhover.no-fix > li.disabled:hover > a,
  .navbar.navbar-inverse .navbar-nav > li.dropdown-onhover.no-fix.disabled:hover > a {
    color: #999999;
    background-color: #333;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix) > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix) > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix) > a {
    color: #cccccc;
    background-color: #333;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix):hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix):hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix):hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix).active > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix).active > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix).active > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix).active:hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix).active:hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix).active:hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix).open > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix).open > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix).open > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix).open:hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix).open:hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix).open:hover > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix).disabled > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix).disabled > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix).disabled > a {
    color: #999999;
    background-color: #333;
  }
  .navbar.navbar-inverse.dropdown-onhover:not(.no-fix) .navbar-nav:not(.no-fix) > li:not(.no-fix).disabled:hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.no-fix).disabled:hover > a,
  .navbar.navbar-inverse:not(.no-fix) .navbar-nav:not(.no-fix) > li.dropdown-onhover:not(.no-fix).disabled:hover > a {
    color: #999999;
    background-color: #333;
  }
}
@media (min-width: 768px) {
  .navbar.navbar-inverse:not(.no-border).dropdown-onhover .navbar-nav > li:hover > a,
  .navbar.navbar-inverse:not(.no-border) .navbar-nav.dropdown-onhover > li:hover > a,
  .navbar.navbar-inverse:not(.no-border) .navbar-nav li.dropdown-onhover:hover > a {
    border-color: #262626;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom):not(.no-border) .navbar-nav > .active > a:before {
    border-top-color: #262626;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom):not(.no-border) .navbar-nav > .open > a:before,
  .navbar.navbar-inverse:not(.navbar-fixed-bottom):not(.no-border) .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:before,
  .navbar.navbar-inverse:not(.navbar-fixed-bottom):not(.no-border) .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:before {
    border-bottom-color: #262626;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom):not(.no-border).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:before {
    border-bottom-color: #262626;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom) .navbar-nav > .active > a:after {
    border-top-color: #262626;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom) .navbar-nav > .active:hover > a:after {
    border-top-color: #262626;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom) .navbar-nav > .open > a:after,
  .navbar.navbar-inverse:not(.navbar-fixed-bottom) .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:after,
  .navbar.navbar-inverse:not(.navbar-fixed-bottom) .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:after {
    border-bottom-color: #444444;
  }
  .navbar.navbar-inverse:not(.navbar-fixed-bottom).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:after {
    border-bottom-color: #444444;
  }
  .navbar.navbar-inverse.navbar-fixed-bottom:not(.no-border) .navbar-nav > .active > a:before {
    border-bottom-color: #262626;
  }
  .navbar.navbar-inverse.navbar-fixed-bottom:not(.no-border) .navbar-nav > .open > a:before,
  .navbar.navbar-inverse.navbar-fixed-bottom:not(.no-border) .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:before,
  .navbar.navbar-inverse.navbar-fixed-bottom:not(.no-border) .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:before {
    border-top-color: #262626;
  }
  .navbar.navbar-inverse.navbar-fixed-bottom:not(.no-border).dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:before {
    border-top-color: #262626;
  }
  .navbar.navbar-inverse.navbar-fixed-bottom .navbar-nav > .active > a:after {
    border-bottom-color: #262626;
  }
  .navbar.navbar-inverse.navbar-fixed-bottom .navbar-nav > .open > a:after,
  .navbar.navbar-inverse.navbar-fixed-bottom .navbar-nav > li.dropdown-onhover:not(.disabled):hover > a:after,
  .navbar.navbar-inverse.navbar-fixed-bottom .navbar-nav.dropdown-onhover > li:not(.disabled):hover > a:after {
    border-top-color: #444444;
  }
  .navbar.navbar-inverse.navbar-fixed-bottom.dropdown-onhover .navbar-nav > li:not(.disabled):hover > a:after {
    border-top-color: #444444;
  }
}
.navbar.navbar-inverse .dropdown-menu {
  background: #444444;
  color: #dddddd;
  border-color: #333;
  -webkit-box-shadow: 0 9px 12px #2b2b2b;
  box-shadow: 0 9px 12px #2b2b2b;
}
.navbar.navbar-inverse .navbar-nav > li[class*="dropdown"].dropdown-onhover:hover,
.navbar.navbar-inverse .navbar-nav.dropdown-onhover > li[class*="dropdown"]:hover,
.navbar.navbar-inverse.dropdown-onhover .navbar-nav > li[class*="dropdown"]:hover {
  background-color: #262626;
}
.navbar.navbar-inverse a > span.desc {
  color: #aaaaaa;
}
.navbar.navbar-inverse a:hover > span.desc {
  color: #aaaaaa;
}
.navbar.navbar-inverse .dropdown-menu .btn-default {
  color: #dddddd;
  background-color: #555555;
  border-color: #777777;
}
.navbar.navbar-inverse .dropdown-menu .btn-default:hover,
.navbar.navbar-inverse .dropdown-menu .btn-default:focus,
.navbar.navbar-inverse .dropdown-menu .btn-default:active,
.navbar.navbar-inverse .dropdown-menu .btn-default.active {
  color: #f7f7f7;
  background-color: #444444;
  border-color: #777777;
}
.navbar.navbar-inverse .dropdown-menu li.dropdown-header {
  color: #dddddd;
}
.navbar.navbar-inverse *:not(li) > a {
  color: #62A2D8;
}
.navbar.navbar-inverse *:not(li) > a:hover {
  color: #44A5FF;
}
.navbar.navbar-inverse .dropdown-menu > li > a {
  color: #dddddd;
  background-color: #444444;
}
.navbar.navbar-inverse .dropdown-menu > li > a:hover {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav > li .dropdown-menu:not([class*="collaps"]) {
  background-color: #444444;
  color: #dddddd;
  border-color: #333;
  -webkit-box-shadow: 0 9px 12px #2b2b2b;
  box-shadow: 0 9px 12px #2b2b2b;
}
.navbar.navbar-inverse.navbar-fixed-bottom .navbar-nav > li .dropdown-menu:not([class*="collaps"]) {
  -webkit-box-shadow: 0 -9px 12px #2b2b2b;
  box-shadow: 0 -9px 12px #2b2b2b;
}
.navbar.navbar-inverse .dropdown-menu .form-control {
  color: #dddddd;
  background-color: #555555;
  border-color: #777777;
}
.navbar.navbar-inverse .dropdown-menu .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 5px #777777;
  box-shadow: inset 0 1px 1px transparent, 0 0 5px #777777;
}
.navbar.navbar-inverse .dropdown-menu input::-webkit-input-placeholder,
.navbar.navbar-inverse .dropdown-menu textarea::-webkit-input-placeholder {
  color: rgba(221, 221, 221, 0.3);
}
.navbar.navbar-inverse .dropdown-menu input::-moz-placeholder,
.navbar.navbar-inverse .dropdown-menu textarea::-moz-placeholder {
  color: rgba(221, 221, 221, 0.3);
}
.navbar.navbar-inverse .dropdown-menu input:-ms-input-placeholder,
.navbar.navbar-inverse .dropdown-menu textarea:-ms-input-placeholder {
  color: rgba(221, 221, 221, 0.3);
}
.navbar.navbar-inverse .dropdown-menu input:-moz-placeholder,
.navbar.navbar-inverse .dropdown-menu textarea:-moz-placeholder {
  color: rgba(221, 221, 221, 0.3);
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li[class*="-onhover"],
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li[class*="-onclick"] {
  color: #dddddd;
  background-color: #444444;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li[class*="-onhover"]:hover > a,
.navbar.navbar-inverse .navbar-nav .dropdown-menu > li[class*="-onclick"]:hover > a {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.list-group) > a {
  color: #dddddd;
  background-color: #444444;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.list-group) > a:hover {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.active > a {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.active > a:hover {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li[class*="-onhover"] > a:hover {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.open > a,
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.no-fix) > a.dropdown-toggle:not(.collapsed) {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.open > a:hover,
.navbar.navbar-inverse .navbar-nav .dropdown-menu li:not(.no-fix) > a.dropdown-toggle:not(.collapsed):hover {
  color: #f7f7f7;
  background-color: #333;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.disabled > a {
  color: #777777;
  background-color: #444444;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.disabled > a > span.desc {
  color: #777777;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.disabled > a:hover > span.desc {
  color: #777777;
}
.navbar.navbar-inverse .navbar-nav .dropdown-menu li.disabled > a:hover {
  color: #777777;
  background-color: #444444;
}
.navbar.navbar-inverse .navbar-nav li:not(.dropdown) > .dropdown-menu.bordered:not(.no-padding):after,
.navbar.navbar-inverse .navbar-nav li:not(.dropdown) > .dropdown-grid-wrapper > .dropdown-menu.bordered:not(.no-padding):after {
  outline-color: #555555;
}
.navbar.navbar-inverse .dropdown-menu li.divider,
.navbar.navbar-inverse .v-divided > *:before,
.navbar.navbar-inverse .v-divided > *:after,
.navbar.navbar-inverse .h-divided > *:after,
.navbar.navbar-inverse .h-divided > *:first-child:before,
.navbar.navbar-inverse .h-divider:after {
  background-color: #555555;
}
.navbar.navbar-inverse .divided > *:before {
  border-color: #555555;
}
@media (max-width: 767px) {
  .navbar.navbar-inverse .navbar-nav li.xs-hover > a {
    color: #cccccc;
    background-color: #333;
  }
  .navbar.navbar-inverse .navbar-nav li.xs-hover > a:hover {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse .navbar-nav li.xs-hover.open:not(.no-fix) > a {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse .navbar-nav li.xs-hover.open:not(.no-fix) > a:hover {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse .navbar-nav li.xs-hover.no-fix > a {
    color: #cccccc;
    background-color: #333;
  }
  .navbar.navbar-inverse .navbar-nav li.xs-hover.no-fix > a:hover {
    color: #ffffff;
    background-color: #262626;
  }
  .navbar.navbar-inverse .navbar-collapse > .navbar-form,
  .navbar.navbar-inverse .navbar-collapse > a.navbar-link,
  .navbar.navbar-inverse .navbar-collapse > .navbar-text,
  .navbar.navbar-inverse .navbar-collapse .navbar-nav > .navbar-form,
  .navbar.navbar-inverse .navbar-collapse .navbar-nav > li,
  .navbar.navbar-inverse .navbar-collapse .navbar-nav > .navbar-text,
  .navbar.navbar-inverse .navbar-collapse .navbar-nav > a.navbar-link,
  .navbar.navbar-inverse .navbar-collapse .navbar-nav > .navbar-form {
    border-bottom-color: #222222 !important;
    -webkit-box-shadow: 0 1px 0 #444444 !important;
    box-shadow: 0 1px 0 #444444 !important;
  }
  .navbar.navbar-inverse .navbar-nav .dropdown-menu .divider {
    background-color: #555555;
  }
  .navbar.navbar-inverse .navbar-nav > li > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar.navbar-inverse .navbar-nav > li > .dropdown-menu {
    border-top-color: #555555 !important;
    -webkit-box-shadow: 0 -1px 0 #262626 !important;
    box-shadow: 0 -1px 0 #262626 !important;
  }
}

/* MegaNavbar v2.2.0 (http://www.MegaNavbar.com) Copyright 2014 MegaNavbar.com. All Rights Reserved.
** Licensed under Regular License (http://codecanyon.net/licenses/regular) or Extended License (http://codecanyon.net/licenses/extended)
** We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions without a license.
*/
/* Please, comment files with animation below, which you don't use on your page */











/* Animation settings*/
@media (min-width: 768px) {
  .navbar .navbar-nav[data-duration="ultrafast"] .dropdown-menu,
  .navbar[data-duration="ultrafast"] .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu[data-duration="ultrafast"] {
    -webkit-animation-duration: 150ms;
    -moz-animation-duration: 150ms;
    -o-animation-duration: 150ms;
    animation-duration: 150ms;
  }
  .navbar .navbar-nav[data-duration="fast"] .dropdown-menu,
  .navbar[data-duration="fast"] .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu[data-duration="fast"] {
    -webkit-animation-duration: 250ms;
    -moz-animation-duration: 250ms;
    -o-animation-duration: 250ms;
    animation-duration: 250ms;
  }
  .navbar .navbar-nav .dropdown-menu,
  .navbar .navbar-nav[data-duration="normal"] .dropdown-menu,
  .navbar[data-duration="normal"] .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu[data-duration="normal"] {
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  .navbar .navbar-nav[data-duration="slow"] .dropdown-menu,
  .navbar[data-duration="slow"] .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu[data-duration="slow"] {
    -webkit-animation-duration: 750ms;
    -moz-animation-duration: 750ms;
    -o-animation-duration: 750ms;
    animation-duration: 750ms;
  }
  .navbar .navbar-nav[data-duration="superslow"] .dropdown-menu,
  .navbar[data-duration="superslow"] .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu[data-duration="superslow"] {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
    animation-duration: 1000ms;
  }
  .navbar .navbar-nav[data-duration="ultraslow"] .dropdown-menu,
  .navbar[data-duration="ultraslow"] .navbar-nav .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu[data-duration="ultraslow"] {
    -webkit-animation-duration: 1500ms;
    -moz-animation-duration: 1500ms;
    -o-animation-duration: 1500ms;
    animation-duration: 1500ms;
  }
  .navbar:not(.dropdown-onhover) .navbar-nav:not(.dropdown-onhover) > li:not(.dropdown-onhover):not(.open) > .dropdown-menu,
  .navbar:not(.dropdown-onhover) .navbar-nav:not(.dropdown-onhover) > li:not(.dropdown-onhover):not(.open) > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar.dropdown-onhover.no-fix .navbar-nav > li:not(:hover) > .dropdown-menu,
  .navbar.dropdown-onhover.no-fix .navbar-nav > li:not(:hover) > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar.dropdown-onhover:not(.no-fix) .navbar-nav > li:not(.open):not(:hover) > .dropdown-menu,
  .navbar.dropdown-onhover:not(.no-fix) .navbar-nav > li:not(.open):not(:hover) > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover.no-fix > li:not(:hover) > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover.no-fix > li:not(:hover) > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-onhover.no-fix:not(:hover) > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-onhover.no-fix:not(:hover) > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.open):not(:hover) > .dropdown-menu,
  .navbar .navbar-nav.dropdown-onhover:not(.no-fix) > li:not(.open):not(:hover) > .dropdown-grid-wrapper > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-onhover:not(.no-fix):not(.open):not(:hover) > .dropdown-menu,
  .navbar .navbar-nav > li.dropdown-onhover:not(.no-fix):not(.open):not(:hover) > .dropdown-grid-wrapper > .dropdown-menu {
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
    -webkit-animation-name: none;
  }
  .navbar .navbar-nav li[class*="collapse-"] > .dropdown-menu,
  .navbar .navbar-nav li[class*="-onhover"]:not(.no-fix):not(:hover) > .dropdown-menu:not(.in):not(.collapsing),
  .navbar .navbar-nav li[class*="-onhover"].no-fix:not(:hover) > .dropdown-menu:not(.collapsing),
  .navbar .navbar-nav li[class*="-onclick"] > .dropdown-menu.collapse:not(.in):not(.collapsing),
  .navbar .navbar-nav .no-animation .dropdown-menu,
  .navbar .navbar-nav .dropdown-menu.no-animation {
    -moz-animation-name: none!important;
    -o-animation-name: none!important;
    animation-name: none!important;
    -webkit-animation-name: none !important;
  }
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/content/fonts/flexslider-icon.eot');
  src: url('/content/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/content/fonts/flexslider-icon.woff') format('woff'), url('/content/fonts/flexslider-icon.ttf') format('truetype'), url('/content/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*******************************************/
/* Customization CSS here*/
/*******************************************/
.flex-caption {
  bottom: -20px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  position: absolute;
  opacity: 1;
  top: auto;
  padding: 0 0 0 20px;
  margin: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  height: 120px;
}
@media only screen and (max-width : 767px) {
  .flex-caption {
    bottom: -40px;
    font-weight: 400;
    font-size: 15px;
    height: 114px;
    line-height: 20px;
    max-width: 90vw;
  }
}
.flex-caption p {
  margin-top: 35px;
}
.flex-control-thumbs li {
  padding-right: 1px;
}
li.css a {
  border-radius: 0;
}
.flexslider {
  margin-bottom: 25px;
  margin-top: 0px;
}
@media only screen and (min-width : 976px) {
  .flexslider {
    width: 932px;
    margin-left: 23px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 975px) {
  .flexslider {
    width: 94%;
    margin-left: 3%;
  }
}
@media only screen and (max-width : 767px) {
  .flexslider {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.flex-prev,
.flex-next {
  background: #DDDDDD;
  width: 45px;
  height: 40px;
  padding: 8px;
  border: #FFFFFF 2px solid;
}
ol.flex-control-nav.flex-control-thumbs {
  margin-top: 1px;
}
ol.flex-control-nav.flex-control-thumbs img {
  opacity: 1;
}
.flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 0.7;
  margin-left: -10px;
}
.flex-direction-nav .flex-next {
  right: 10px;
  opacity: 0.7;
  margin-right: -11px;
  border-radius: 5px 0 0 5px;
}
.flex-direction-nav a {
  top: 36%;
  width: 46px;
  height: 53px;
  border-radius: 0 5px 5px 0;
  background: black;
  z-index: 0;
}
@media only screen and (max-width : 767px) {
  .flex-direction-nav a {
    width: 34px;
    height: 40px;
  }
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav a:before {
  content: '';
}
.flex-direction-nav i.fa.fa-angle-left,
.flex-direction-nav i.fa.fa-angle-right {
  color: white;
  font-size: 45px;
  margin-top: -7px;
}
@media only screen and (max-width : 767px) {
  .flex-direction-nav i.fa.fa-angle-left,
  .flex-direction-nav i.fa.fa-angle-right {
    font-size: 34px;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/content/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-element,
.fr-element:focus {
  outline: 0px solid transparent;
}
.fr-box.fr-basic .fr-element {
  color: #000;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 52px;
}
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element [contenteditable="false"] {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element [contenteditable="true"] {
  outline: 0px solid transparent;
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #FFF;
  color: #1E88E5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #1E88E5;
}
.fr-box a.fr-floating-btn i {
  font-size: 14px;
  line-height: 32px;
}
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}
.fr-box a.fr-floating-btn:hover svg {
  fill: #1E88E5;
}
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-wrapper {
  position: relative;
  z-index: 1;
}
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #AAA;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}
.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000;
}
.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 0px;
  border-top: 0;
  top: 0;
  left: 0;
}
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  background: #222222;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
  background: transparent;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
  width: 38px;
  height: 38px;
}
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text {
  width: auto;
}
.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i {
  display: block;
  font-size: 14px;
  width: 14px;
  margin: 12px 12px;
  text-align: center;
  float: none;
}
.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 34px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 2px;
}
.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
  margin: 12px 12px;
  width: 14px;
}
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
  color: #1E88E5;
  background: transparent;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 8px;
  margin-right: 16px;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222222;
  background: #d6d6d6;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222222 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222222 !important;
}
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222222;
  right: 4px;
  top: 17px;
  content: "";
}
.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}
.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}
.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}
.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}
.fr-toolbar.fr-inline .fr-command.fr-btn:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}
.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
  outline: 0;
  color: #222222;
  background: #ebebeb;
}
.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
  border-top-color: #222222 !important;
}
.fr-desktop .fr-command.fr-selected {
  color: #222222;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
  color: #1E88E5;
  background: #ebebeb;
}
.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1E88E5;
  background: #d6d6d6;
}
.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}
.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}
.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}
.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #FFF;
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}
.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
  left: -3000px !important;
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -2px 2px 1px rgba(0, 0, 0, 0.14);
}
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}
body.prevent-scroll {
  overflow: hidden;
}
body.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}
.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFF;
  min-width: 300px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  border: 0px;
  border-top: 5px solid #222222;
  overflow: hidden;
  width: 90%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 600px;
  }
}
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #FFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
}
.fr-modal .fr-modal-wrapper .fr-modal-head i {
  padding: 12px;
  width: 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
  color: #222222;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
}
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 18px;
  padding: 12px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: scroll;
  padding-bottom: 10px;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1E88E5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #1E88E5;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #1E88E5;
}
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.fr-popup .fr-input-focus {
  background: #f5f5f5;
}
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-popup.fr-active {
  display: block;
}
.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-popup .fr-hs {
  display: block !important;
}
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}
.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}
.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0px 0 1px 0;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  color: #222222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1E88E5;
  margin-bottom: 0px;
}
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  z-index: 3;
  width: 100%;
  display: block;
  background: #FFF;
}
.fr-popup .fr-input-line input.fr-not-empty:focus + label,
.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #1E88E5;
}
.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: #808080;
}
.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.fr-popup textarea {
  resize: none;
}
.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0px;
}
.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}
.fr-popup .fr-layer {
  width: 225px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}
@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 300px;
  }
}
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1E88E5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}
.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1E88E5;
}
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1E88E5;
}
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}
.fr-popup .fr-checkbox span {
  border: solid 1px #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}
.fr-popup .fr-checkbox input:checked + span {
  background: #1E88E5;
  border-color: #1E88E5;
}
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}
.fr-popup .fr-checkbox input:focus + span {
  border-color: #1E88E5;
}
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}
.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}
.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}
.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222222;
}
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}
.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  z-index: 4;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-toolbar.fr-rtl {
  text-align: right;
}
.fr-toolbar.fr-inline {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-top: 10px;
}
.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 5px solid #222222;
  border-top: 0;
}
.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}
.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}
.fr-separator + .fr-separator {
  display: none;
}
.fr-separator.fr-vs {
  height: 34px;
  width: 1px;
  margin: 2px;
}
.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}
.fr-separator.fr-hidden {
  display: none !important;
}
.fr-rtl .fr-separator {
  float: right;
}
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}
.fr-visibility-helper {
  display: none;
  margin-left: 0px !important;
}
@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}
@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}
@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-box .fr-counter {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  right: 0px;
  color: #CCCCCC;
  content: attr(data-chars);
  font-size: 15px;
  font-family: "Times New Roman", Georgia, Serif;
  z-index: 1;
  background: #FFF;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-box.fr-rtl .fr-counter {
  left: 0px;
  right: auto;
  border-left: none;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-box.fr-code-view .fr-counter {
  display: none;
}
textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}
.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}
.fr-box .CodeMirror {
  display: none;
}
.fr-box.fr-code-view textarea.fr-code {
  display: block;
}
.fr-box.fr-code-view.fr-inline {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}
.fr-box.fr-code-view .CodeMirror {
  display: block;
}
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  display: none;
  background: #FFF;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 14px;
  width: 14px;
  text-align: center;
}
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}
.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
  line-height: 16px;
  margin-left: -2px;
  margin-right: -2px;
}
.fr-popup .fr-colors-tabs .fr-colors-tab {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #222222;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
}
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
  color: #1E88E5;
}
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1E88E5;
  content: '';
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #1E88E5;
}
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}
.fr-popup .fr-color-hex-layer {
  width: 100%;
  margin: 0px;
  padding: 10px;
}
.fr-popup .fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 8px 0 0;
}
.fr-popup .fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 50px;
}
.fr-popup .fr-color-hex-layer .fr-action-buttons button {
  background-color: #1E88E5;
  color: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 32px;
}
.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
  background-color: #166dba;
  color: #FFF;
}
.fr-popup .fr-separator + .fr-colors-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 2px;
}
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
}
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}
.fr-popup .fr-color-set > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}
.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}
.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}
.fr-drag-helper {
  background: #1E88E5;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 2147483640;
  display: none;
}
.fr-drag-helper.fr-visible {
  display: block;
}
.fr-dragging {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-popup .fr-emoticon {
  display: inline-block;
  font-size: 20px;
  width: 20px;
  padding: 5px;
  line-height: 1;
  cursor: default;
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-popup .fr-emoticon img {
  height: 20px;
}
.fr-popup .fr-link:focus {
  outline: 0;
  background: #ebebeb;
}
.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.fr-popup .fr-file-upload-layer:hover {
  background: #ebebeb;
}
.fr-popup .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1E88E5;
}
.fr-popup .fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-popup .fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}
.fr-popup .fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-popup .fr-file-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1E88E5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  margin-top: 20px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: 0.5px;
}
.fr-element img {
  cursor: pointer;
}
.fr-image-resizer {
  position: absolute;
  border: solid 1px #1E88E5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-image-resizer.fr-active {
  display: block;
}
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1E88E5;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}
.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}
.fr-popup .fr-image-upload-layer:hover {
  background: #ebebeb;
}
.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1E88E5;
}
.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}
.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1E88E5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
.fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-modal-head .fr-modal-head-line i.fr-modal-more {
  float: left;
  opacity: 1;
  -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}
.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}
.fr-modal-head .fr-modal-tags {
  display: none;
  text-align: left;
}
.fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 8px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #1E88E5;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  cursor: pointer;
}
.fr-modal-head .fr-modal-tags a:focus {
  outline: none;
}
.fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}
div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}
div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 10px;
  padding: 0;
}
div.fr-modal-body div.fr-image-list::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) and (max-width: 1199px) {
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 20px) / 3);
  }
}
@media (min-width: 1200px) {
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 30px) / 4);
  }
}
div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 10px;
}
div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 10px;
}
div.fr-modal-body div.fr-image-list div.fr-image-container + div {
  margin-top: 10px;
}
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #FFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #CCCCCC;
  z-index: 1;
}
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}
div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  position: absolute;
  cursor: pointer;
  margin: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  z-index: 3;
}
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #B8312F;
  color: #FFF;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #FFF;
  color: #1E88E5;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
  background: #ebebeb;
}
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
}
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFF;
}
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}
.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #1E88E5;
  position: fixed;
  z-index: 2;
  display: none;
}
.fr-line-breaker.fr-visible {
  display: block;
}
.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - (32px / 2));
  top: -16px;
}
.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 5px;
  margin-left: -5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.fr-quick-insert.fr-hidden {
  display: none;
}
.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 16px;
  white-space: nowrap;
}
.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  display: inline-block;
  color: #222222;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
  text-align: left;
  padding: 20px 20px 10px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
  margin-bottom: 20px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 0 4px;
  margin: 0 0 5px;
}
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 20px;
  padding: 5px;
  line-height: 20px;
  cursor: default;
  font-weight: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #CCCCCC;
  margin: -1px 0 0 -1px;
}
.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #1E88E5;
}
.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-table-resizer {
  cursor: col-resize;
  position: fixed;
  z-index: 3;
  display: none;
}
.fr-table-resizer.fr-moving {
  z-index: 2;
}
.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #1E88E5;
}
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-popup .fr-table-colors-hex-layer {
  width: 100%;
  margin: 0px;
  padding: 10px;
}
.fr-popup .fr-table-colors-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 8px 0 0;
}
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons {
  float: right;
  width: 50px;
}
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
  background-color: #1E88E5;
  color: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 32px;
}
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
  background-color: #166dba;
  color: #FFF;
}
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
  padding: 8px;
}
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 0 5px 5px;
  white-space: nowrap;
}
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0px 4px 4px 0;
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(30, 136, 229, 0.3);
  border: solid 1px #1E88E5;
}
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}
.fr-popup .fr-table-colors-buttons {
  margin-bottom: 5px;
}
.fr-popup .fr-table-colors {
  line-height: 0;
  display: block;
}
.fr-popup .fr-table-colors > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}
.fr-popup .fr-table-colors > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}
.fr-popup .fr-table-colors > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}
.fr-insert-helper {
  position: fixed;
  z-index: 9999;
  white-space: nowrap;
}
.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-element .fr-video::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}
.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}
.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #1E88E5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-box .fr-video-resizer.fr-active {
  display: block;
}
.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1E88E5;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}
.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}
@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}
.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}
.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}
.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1E88E5;
}
.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}
.fr-popup .fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1E88E5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}
.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}
.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}
.fr-element .fr-embedly {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
}
.fr-element .fr-embedly::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}
.fr-element .fr-embedly > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-box .fr-embedly-resizer {
  position: absolute;
  border: solid 1px #1E88E5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fr-box .fr-embedly-resizer.fr-active {
  display: block;
}
.examples-variante > a {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.sc-cm-holder > .sc-cm {
  border-top: 5px solid #222222 !important;
  padding: 0px !important;
  line-height: 200% !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.sc-cm .sc-cm__item.examples-variante.sc-cm__item_active > a > i {
  display: none !important;
}
.sc-cm .sc-cm__item.examples-variante > a > i {
  display: none !important;
}
.sc-cm__item_dropdown .i-icon {
  display: none !important;
}
.sc-cm__item_dropdown .i-icon::before {
  display: none !important;
}
.sc-cm::before {
  display: none !important;
}
div.sc-cm-holder.sc-cm_show > ul > li.sc-cm__item.sc-cm__item_dropdown.sc-cm__item_arrow > div > ul {
  border-style: none !important;
  padding: 0px !important;
}
.sc-cm__item_dropdown:hover > a,
.sc-cm a:hover {
  background-color: #ebebeb !important;
}
.sc-cm__item_active > a,
.sc-cm__item_active > a:hover,
.sc-cm a:active,
.sc-cm a:focus {
  background-color: #d6d6d6 !important;
}
.sc-cm__item > a {
  line-height: 200% !important;
}
.sc-cm-holder > .sc-cm:before {
  background-color: #ebebeb !important;
}
.sc-cm-holder {
  display: none;
}
.fr-box {
  position: relative;
}
/**
 * Postion sticky hacks.
 */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.fr-sticky-off {
  position: relative;
}
.fr-sticky-on {
  position: fixed;
}
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}
.fr-sticky-dummy {
  display: none;
}
.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
