@import url('http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic');
@import url('http://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('http://fonts.googleapis.com/css?family=Raleway:400,500,600');
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ed1b33;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ae0e20;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  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: #999999;
}
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: 34px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ed1b33;
}
a.text-primary:hover {
  color: #c51024;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ed1b33;
}
a.bg-primary:hover {
  background-color: #c51024;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 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 #999999;
}
.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: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
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;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
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 #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 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: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #ed1b33;
  border-color: #dd1129;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #cf1026;
  border-color: #a40d1e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ed1b33;
  border-color: #dd1129;
}
.btn-primary .badge {
  color: #ed1b33;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #ed1b33;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ae0e20;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  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%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/static/fonts/glyphicons-halflings-regular.eot');
  src: url('/static/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/static/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/static/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/static/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ed1b33;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-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.33;
  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 #cccccc;
  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 {
  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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #ed1b33;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #ed1b33;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 40px;
  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 {
  max-height: 340px;
  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;
  }
}
.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: 9px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 4.5px -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: 9px;
    padding-bottom: 9px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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: 2px;
  margin-bottom: 2px;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #d9d9d9;
}
.navbar-default .navbar-brand {
  color: #ed1b33;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #c51024;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ed1b33;
}
.navbar-default .navbar-nav > li > a {
  color: #ed1b33;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #ae0e20;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #ae0e20;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d9d9d9;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ae0e20;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ed1b33;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #ae0e20;
  }
  .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: #ffffff;
    background-color: #ae0e20;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ed1b33;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #4caf50;
  border-color: #3d8b40;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #3d8b40;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #419645;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #3d8b40;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #3d8b40;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #3d8b40;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #3d8b40;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.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: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.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: #ed1b33;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  color: #ae0e20;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ed1b33;
  border-color: #ed1b33;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.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;
}
.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: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ed1b33;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c51024;
}
.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: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ed1b33;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 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;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 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: #ed1b33;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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: #ffffff;
  text-align: center;
  background-color: #ed1b33;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: 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 {
  -webkit-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: 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: 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: 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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ed1b33;
  border-color: #ed1b33;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fcd8dc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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: #ffffff;
  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 {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-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 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 {
  border-top: 1px solid #dddddd;
}
.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;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ed1b33;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ed1b33;
  border-color: #ed1b33;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ed1b33;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ed1b33;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix: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-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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
::-moz-selection {
  background: #1c588f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1c588f;
  color: #fff;
  text-shadow: none;
}
input,
textarea,
input[type="submit"]:focus,
div {
  outline: none;
}
button,
input,
select,
textarea {
  vertical-align: top;
  margin: 0;
}
.list-group-item {
  background: transparent;
}
.body-bg-1 {
  background: #ececec;
}
.body-bg-2 {
  background: url('/static/images/patterns/binding-dark.png?b83106098dde') repeat;
}
.body-bg-3 {
  background: url('/static/images/patterns/squairy-light.png?b83106098dde') repeat;
}
.body-bg-4 {
  background: url('/static/images/patterns/dark-dotted.png?b83106098dde') repeat;
}
.body-bg-5 {
  background: url('/static/images/patterns/skulls.png?b83106098dde') repeat;
}
.body-bg-6 {
  background: url('/static/images/backgrounds/full-bg-10.jpg') no-repeat fixed;
}
.body-bg-7 {
  background: url('/static/images/backgrounds/full-bg-3.jpg') no-repeat fixed;
}
iframe {
  border: 0;
  margin-top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0.7em;
  text-transform: none;
}
h1 {
  font-size: 29px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
p {
  line-height: 22px;
  margin-bottom: 10px;
}
a {
  color: #22313f;
  cursor: pointer;
}
a:hover {
  color: #ed1b33;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .35s;
}
hr {
  margin: 15px 0;
  border-color: #e0eded;
}
hr.delimiter {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}
hr.hr-sm {
  margin: 5px 0;
}
label {
  font-weight: 400;
  font-size: 13px;
}
.heading {
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.heading-xs {
  font-size: 14px;
}
.heading-sm {
  font-size: 16px;
}
.heading-md {
  font-size: 18px;
}
.heading-lg {
  font-size: 22px;
}
.font-normal {
  font-size: 13px;
}
.font-xs {
  font-size: 11px;
}
.font-sm {
  font-size: 12px;
}
.font-md {
  font-size: 16px;
}
.font-xl {
  font-size: 100px;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: #333333 !important;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #ffffff !important;
}
.light-gray h1,
.light-gray h2,
.light-gray h3,
.light-gray h4,
.light-gray h5,
.light-gray h6 {
  color: #22313f;
}
.base h1,
.base > h2,
.base h3,
.base h4,
.base h5,
.base h6 {
  color: #ffffff;
}
.base-alt h1,
.base-alt h2,
.base-alt h3,
.base-alt h4,
.base-alt h5,
.base-alt h6 {
  color: #ffffff !important;
}
.c-base {
  color: #ed1b33;
}
.c-alt {
  color: #52b3d9;
}
.c-light {
  color: #ecf0f1;
}
.c-dark {
  color: #34495e;
}
.c-white {
  color: #ffffff !important;
}
.c-gray {
  color: #22313f !important;
}
.c-black {
  color: #000000 !important;
}
.c-red {
  color: #ff0000;
}
.light {
  background: #ecf0f1;
  color: #333333;
}
.light a,
.light i {
  color: #333333;
}
.light-gray {
  background: #e4f1fe;
  color: #22313f;
}
.light-gray a,
.light-gray > i {
  color: #22313f;
}
.dark {
  background: #34495e;
  color: #ffffff;
}
.dark a,
.dark i {
  color: #ffffff;
}
.white {
  background: #ffffff;
  color: #22313f !important;
}
.white a,
.white i {
  color: #22313f;
}
.base {
  background: #ed1b33;
  color: #ffffff !important;
}
.base a,
.base i {
  color: #ffffff;
}
.base-alt {
  background: #52b3d9;
  color: #ffffff;
}
.base-alt a,
.base-alt i {
  color: #ffffff;
}
.alpha {
  background: rgba(255, 255, 255, 0.8);
}
.red {
  background: #e91b23;
  color: #FFF;
}
.red a,
.red i {
  color: #FFF;
}
.yellow {
  background: #ffd800;
  color: #FFF;
}
.yellow a,
.yellow i {
  color: #FFF;
}
.orange {
  background: #ff8a3c;
  color: #FFF;
}
.orange a,
.orange i {
  color: #FFF;
}
.green {
  background: #2ecc71;
  color: #FFF;
}
.blue {
  background: #2980b9;
  color: #FFF;
}
.purple {
  background: #8e44ad;
  color: #FFF;
}
.black {
  background: #000000;
  color: #FFF;
}
.gray {
  background: #ecf0f1;
  color: #eee;
}
.dark-cyan {
  background: #42bdc2;
  color: #FFF;
}
.forest-green {
  background: #7fc242;
  color: #FFF;
}
.bg-header {
  background: #ffffff;
}
.bg-white {
  background: #ffffff !important;
}
.bg-base {
  background: #ed1b33;
  color: #FFF;
}
.bg-base {
  background: #ed1b33;
  color: #fff;
}
.bg-base-alt {
  background: #52b3d9;
  color: #22313f;
}
.bg-white {
  background: #ffffff;
  color: #666;
}
.bg-white-alt {
  background: #ecf0f1;
  color: #666;
}
.bg-dark {
  background: #34495e;
  color: #ed1b33;
}
.bg-dark-alt {
  background: #1a4d68;
  color: #ed1b33;
}
.bg-gray-alt {
  background: #dee0e1;
  color: #eee;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-radius {
  border-radius: 0 !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-50 {
  padding: 50px 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}
.ba {
  border: 1px solid #e0eded;
}
.bt {
  border-top: 1px solid #e0eded;
}
.br {
  border-right: 1px solid #e0eded;
}
.bb {
  border-bottom: 1px solid #e0eded;
}
.bl {
  border-left: 1px solid #e0eded;
}
.rounded {
  border-radius: 3px;
}
.rounded-xs {
  border-radius: 1px;
}
.rounded-sm {
  border-radius: 2px;
}
.rounded-md {
  border-radius: 5px;
}
.rounded-lg {
  border-radius: 8px;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-caps {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-normal {
  text-transform: none !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.relative {
  position: relative;
}
.italic {
  font-style: italic !important;
}
.strong {
  font-weight: 500 !important;
}
.strong-400 {
  font-weight: 400 !important;
}
.strong-500 {
  font-weight: 500 !important;
}
.strong-600 {
  font-weight: 600 !important;
}
.strong-700 {
  font-weight: 700 !important;
}
.title {
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  color: #22313f;
}
.title-xs {
  color: #22313f;
  font-size: 11px;
  font-weight: 500;
}
.title-sm {
  color: #22313f;
  font-size: 12px;
  font-weight: 500;
}
.title-md {
  color: #22313f;
  font-size: 16px;
  font-weight: 500;
}
.title-lg {
  color: #22313f;
  font-size: 20px;
  font-weight: 500;
}
.full-size-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.olinks a {
  color: #ed1b33;
}
.olinks a:hover {
  color: #5bc0de;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .35s;
}
.bg-banner-1 {
  padding: 54px 0 !important;
  background: url('/static/images/prv/banner-img-4.jpg') fixed no-repeat !important;
  color: #fff;
}
.bg-banner-2 {
  padding: 54px 0 !important;
  background: url('/static/images/prv/banner-img-1.jpg') no-repeat fixed !important;
  color: #fff;
}
.prlx-bg {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
.video-wrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.video-wrapper video {
  width: 100% !important;
  position: relative !important;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.mask.mask-1 {
  background: url('/static/images/patterns/squairy-light.png?b83106098dde');
}
.mask.mask-2 {
  background: url('/static/images/patterns/dark-exa.png?b83106098dde');
  opacity: 0.4;
}
.img-thumbnail {
  border-radius: 0;
}
.inset-shadow-1 {
  -webkit-box-shadow: inset 0 10px 8px -10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 10px 8px -10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 10px 10px -8px rgba(0, 0, 0, 0.1);
}
.inset-shadow-2 {
  -webkit-box-shadow: inset 0 0 50px 0 #232228;
  -moz-box-shadow: inset 0 0 50px 0 #232228;
  box-shadow: inset 0 0 50px 0 #232228;
}
.inset-shadow-3 {
  -webkit-box-shadow: inset 33px 0 42px -40px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: inset 33px 0 42px -40px rgba(0, 0, 0, 0.56);
  box-shadow: inset 33px 0 42px -40px rgba(0, 0, 0, 0.56);
}
.inset-shadow-4 {
  -webkit-box-shadow: inset 0 0 50px 0 #232228;
  -moz-box-shadow: inset 0 0 50px 0 #232228;
  box-shadow: inset 0 0 50px 0 #232228;
}
.primary-letter {
  float: left;
  padding: 6px 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px 5px 0 0;
}
.primary-letter.style-2 {
  padding: 12px;
  margin-top: 6px;
  text-align: center;
}
.primary-letter.style-3 {
  padding: 12px;
  margin-top: 6px;
  text-align: center;
  border-radius: 2px;
}
.primary-letter.style-4 {
  padding: 12px;
  margin-top: 6px;
  min-width: 54px;
  border-radius: 50%;
  text-align: center;
}
header {
  padding: 0;
}
header.header-cover {
  background-size: cover!important;
}
header .navbar-wp .navbar-brand {
  height: auto;
  padding: 0 15px;
  margin-top: 14px;
  border: 1px solid transparent;
  border-radius: 3px;
}
header .top-navbar-header .navbar-brand {
  height: auto;
  padding: 20px 0;
}
header .navbar-wp .navbar-brand img {
  height: 46px;
}
header .navbar-wp.affix .navbar-brand {
  margin-top: 4px;
}
header .navbar-wp.affix .navbar-brand img {
  height: 46px;
}
header .navbar-default .navbar-brand.logo-img {
  height: 50px;
  padding: 0 20px;
}
header .navbar-fixed {
  width: 100%;
  left: 0;
}
header .navbar-fixed .navbar {
  width: 100%;
}
.header-alpha .navbar-wp .navbar-inner {
  border-color: #eeeeee !important;
}
.header-alpha .top-header {
  border-color: #eeeeee !important;
}
.top-header {
  border-bottom: 1px solid #e0eded;
  background: #ffffff;
}
.top-header .aux-text {
  padding: 10px 0;
  color: #999999;
  font-size: 11px;
}
.top-header .top-header-menu {
  float: right;
}
.top-header .top-header-menu > ul.top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header .top-header-menu > ul.top-menu > li {
  position: relative;
  float: left;
  display: inline-block;
  border-right: 1px solid #f2f2f2;
}
.top-header .top-header-menu > ul.top-menu > li:last-child {
  border: 0;
}
.top-header .top-header-menu > ul.top-menu > li > a {
  display: block;
  padding: 10px 15px;
  color: #22313f;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.top-header .top-header-menu > ul.top-menu > li.dropdown > a:after {
  content: "\f107";
  margin-left: 6px;
  font-family: "FontAwesome";
  position: relative;
  float: right;
}
.top-header .top-header-menu ul.top-menu > li > a > i {
  margin-right: 6px;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu {
  display: none;
  min-width: 160px;
  position: absolute;
  right: -1px;
  z-index: 1500;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #34495e;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-header .top-header-menu ul.top-menu > li:hover ul.sub-menu {
  opacity: 1;
  display: block;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li {
  border-bottom: 1px solid #2f4154;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li:last-child {
  border: 0;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a {
  display: block;
  padding: 6px 15px;
  color: #ffffff;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li:last-child {
  border: 0;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > a:hover {
  background: #ed1b33;
  color: #ffffff;
}
.top-header .top-header-menu ul.top-menu > li ul.sub-menu > li > .language-active {
  display: block;
  padding: 6px 15px;
  background: #2b3c4e;
  color: #ffffff;
  cursor: default;
}
.top-header .top-header-menu ul.top-menu > li.dropdown:hover .sub-menu {
  display: block;
}
.top-header.top-header-dark {
  border-bottom: 1px solid #2a3f54;
  background: #34495e;
}
.top-header.top-header-dark .aux-text {
  color: #fff;
}
.top-header.top-header-dark .top-header-menu > ul.top-menu > li {
  border-color: #2a3f54;
}
.top-header.top-header-dark .top-header-menu > ul.top-menu > li > a {
  color: #fff;
}
.top-navbar-header {
  height: 90px;
  background: #ffffff;
  border-bottom: 1px solid #e0eded;
}
.top-navbar-header .top-nav-links {
  margin-top: 10px;
}
.top-navbar-header .top-nav-links a {
  color: #999999;
}
.top-navbar-header .top-nav-links a:hover {
  color: #ed1b33;
  text-decoration: underline;
}
.navbar-wp {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #e0eded;
}
.navbar-wp .navbar-nav > li > a {
  border-top: 3px solid transparent;
  padding: 28px 16px;
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #34495e;
  text-transform: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle {
  color: #34495e;
}
.navbar-wp .navbar-nav > li > a:hover,
.navbar-wp .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #ffffff;
  border-top: 3px solid #ed1b33;
}
.navbar-wp .navbar-nav li.divider {
  margin: 0;
  padding: 4px 15px;
  background: #485d72;
  color: #ffffff;
  height: auto;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-base {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  background: #ed1b33;
  border-bottom: 1px solid #ed1b33;
}
.navbar-base .navbar-nav > li > a {
  border-top: 3px solid transparent;
  padding: 28px 16px;
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  text-transform: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.navbar-shadow {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}
.header-standard-1 {
  background: #FFF;
}
.header-standard-1 .navbar-wp {
  height: 52px;
  border-bottom: 1px solid #e0eded;
}
.header-standard-1 .navbar-wp .navbar-nav > li > a {
  padding: 14px 16px;
  margin-right: 0;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color: #34495e;
  text-transform: none;
  font-weight: 500;
  background-color: #ffffff;
}
.header-standard-1 .navbar-wp .navbar-right .social-link {
  margin-top: 5px;
}
.navbar-wp .navbar-nav > .active > a,
.navbar-wp .navbar-nav > .active > a:hover,
.navbar-wp .navbar-nav > .active > a:focus {
  color: #22313f !important;
  background-color: #ffffff;
  border-radius: 0;
}
.navbar-wp .navbar-nav > .disabled > a,
.navbar-wp .navbar-nav > .disabled > a:hover,
.navbar-wp .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-wp .navbar-nav > .open > a,
.navbar-wp .navbar-nav > .open > a:hover,
.navbar-wp .navbar-nav > .open > a:focus {
  color: #22313f;
  background-color: #ffffff;
  border-color: #ed1b33;
}
.navbar-base .navbar-nav > .open > a,
.navbar-base .navbar-nav > .open > a:hover,
.navbar-base .navbar-nav > .open > a:focus {
  background: transparent;
  color: #ffffff !important;
}
.navbar-wp .navbar-nav > .open > a .caret,
.navbar-wp .navbar-nav > .open > a:hover .caret,
.navbar-wp .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar-wp .navbar-nav > .dropdown > a .caret {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle,
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle:hover,
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle:focus {
  padding: 28px 16px;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  color: #34495e;
}
.navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle,
.navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle:hover,
.navbar-wp.affix .navbar-nav > li > a.dropdown-form-toggle:focus {
  padding: 18px 16px;
  font-size: 14px;
}
.navbar-wp.navbar-base .navbar-nav > li > a.dropdown-form-toggle,
.navbar-wp.navbar-base .navbar-nav > li > a.dropdown-form-toggle:hover,
.navbar-wp.navbar-base .navbar-nav > li > a.dropdown-form-toggle:focus {
  color: #ffffff !important;
}
.navbar-wp .navbar-nav > .open > a.dropdown-form-toggle,
.navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:hover,
.navbar-wp .navbar-nav > .open > a.dropdown-form-toggle:focus {
  color: #34495e !important;
  background-color: transparent;
}
.navbar-toggle .icon-bar {
  background-color: #ed1b33;
}
.navbar-toggle .icon-custom {
  font-size: 16px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ed1b33;
  border-color: #ed1b33;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
.navbar-toggle:hover .icon-custom,
.navbar-toggle:focus .icon-custom {
  color: #FFF;
}
.navbar-toggle {
  border-color: #ed1b33;
  border-radius: 2px;
  margin-top: 20px;
  color: #ed1b33;
  padding: 12px 16px 7px 16px;
}
.navbar-toggle-aside-menu {
  padding: 12px 16px 7px 16px;
  margin-right: 10px;
}
.navbar-toggle-mobile-nav {
  padding: 12px 16px 7px 16px;
  margin-right: 10px;
}
.navbar-base .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-base .navbar-toggle .icon-custom {
  font-size: 16px;
}
.navbar-base .navbar-toggle:hover,
.navbar-base .navbar-toggle:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-base .navbar-toggle:hover .icon-bar,
.navbar-base .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
.navbar-base .navbar-toggle:hover .icon-custom,
.navbar-base .navbar-toggle:focus .icon-custom {
  color: #000000;
}
.navbar-base .navbar-toggle {
  border-color: #ffffff;
  border-radius: 2px;
  margin-top: 20px;
  color: #ffffff;
  padding: 12px 16px 7px 16px;
}
.navbar-base .navbar-toggle-aside-menu {
  padding: 12px 16px 7px 16px;
  margin-right: 10px;
}
.navbar-base .navbar-toggle-mobile-nav {
  padding: 12px 16px 7px 16px;
  margin-right: 10px;
}
.navbar-wp .navbar-nav {
  margin-top: 0;
}
.navbar-wp .navbar-collapse.in {
  max-height: 340px;
}
.navbar-wp .navbar-collapse,
.navbar-wp .navbar-form {
  border-color: #e7e7e7;
}
.navbar-wp .navbar-collapse.in .dropdown-aux {
  display: none;
}
.navbar-wp .navbar-nav > .dropdown > a:hover .caret,
.navbar-wp .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.navbar-wp .dropdown-menu {
  min-width: 220px;
  padding: 0;
  background: #34495e;
  border: 0;
  border-top: 1px solid #2f4154;
  border-bottom: 3px solid #2f4154;
  border-radius: 2px;
}
.navbar-wp .dropdown-menu > li {
  border-bottom: 1px solid #2f4154;
}
.navbar-wp .dropdown-menu > li:last-child {
  border: 0;
}
.navbar-wp .dropdown-menu > li > a {
  color: #ffffff;
  padding: 8px 15px;
}
.navbar-wp .dropdown-menu > li > a:hover {
  background: #ed1b33;
  color: #ffffff;
}
.navbar-wp .dropdown-menu label.checkbox {
  color: #22313f;
}
.navbar-wp .navbar-nav > li.dropdown-aux > a,
.navbar-wp .navbar-nav > li.dropdown-aux.open > a {
  border-color: transparent;
}
.navbar-wp .dropdown-menu-search {
  margin-top: 0;
}
.navbar-wp .navbar-right .social-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  text-align: center;
  padding: 10px;
  margin: 14px 0;
  border-radius: 100%;
  border-top: 0 !important;
}
.navbar-wp.affix .navbar-right .social-link {
  margin: 10px  0 8px 0;
}
.navbar-wp .navbar-right .social-link.facebook:hover {
  background: #43609c;
  color: #fff;
}
.navbar-wp .navbar-right .social-link.pinterest:hover {
  background: #cb2027;
  color: #fff;
}
.navbar-wp .navbar-right .social-link.twitter:hover {
  background: #62addb;
  color: #fff;
}
.mega-nav .nav,
.mega-nav .collapse,
.mega-nav .dropup,
.mega-nav .dropdown.mega-dropdown-fluid {
  position: static;
}
.mega-nav .container {
  position: relative;
}
.mega-nav .dropdown-menu {
  left: auto;
}
.mega-nav .br {
  border-color: #2f4154;
}
.mega-nav .mega-nav-content {
  padding: 20px 30px;
}
.mega-nav .dropdown.mega-dropdown-fluid .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 15px;
}
.navbar-wp .dropdown-menu .mega-nav-section-title {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 10px 0;
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
}
.navbar-wp .dropdown-menu .mega-nav-section {
  padding: 25px 0 10px 0;
}
.navbar-wp .dropdown-menu img {
  margin-bottom: 15px;
}
.navbar-wp .dropdown-menu ul.mega-nav-ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
.navbar-wp .dropdown-menu ul.mega-nav-ul li {
  position: relative;
}
.navbar-wp .dropdown-menu ul.mega-nav-ul li a {
  display: block;
  padding: 4px 0;
  color: #ffffff;
}
.navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a {
  padding-left: 12px;
}
.navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #ffffff;
}
.navbar-wp .dropdown-menu ul.mega-nav-ul.arrow-li li a:hover {
  color: #ed1b33;
}
.navbar-wp.affix {
  position: fixed;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #e0eded;
  min-height: 50px;
  height: auto;
}
.navbar-wp.affix .navbar-inner {
  border-bottom: 0;
}
.navbar-base.affix {
  background: #ed1b33;
  border-color: #ed1b33;
}
.navbar-wp.affix .navbar-nav > li > a {
  padding: 18px 16px;
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-transform: none;
}
.navbar-wp .navbar-nav > li > a.dropdown-form-toggle {
  color: #34495e;
}
.navbar-wp .navbar-nav > li > a:hover,
.navbar-wp .navbar-nav > li > a:focus {
  color: #22313f;
  background-color: #ffffff;
}
.navbar-base .navbar-nav > li > a.dropdown-form-toggle {
  color: #ffffff;
}
.navbar .social-item .facebook {
  background: #43609c;
  color: #fff!important;
}
.navbar .social-item .twitter {
  background: #62addb;
  color: #fff!important;
}
.navbar .social-item .google {
  background: #fff;
  color: #dd4b39!important;
}
.navbar .social-item .youtube {
  background: #dd4b39;
  color: #fff!important;
}
.navbar .social-item .pinterest {
  background: #cb1f2b;
  color: #fff!important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  padding: 0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav > ul > li {
  border-bottom: 1px solid #333;
}
.nav > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
}
.nav > ul > li > a:hover {
  text-decoration: none;
  color: #ed1b33;
  background: #292929;
}
.nav > ul > li > a > i {
  margin-right: 5px;
}
.pg-opt {
  border-bottom: 1px solid #2b3c4e;
  background: #34495e;
  color: #ffffff;
}
.pg-opt .h2 {
  margin: 0;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  color: #ffffff;
}
.pg-opt .breadcrumb {
  float: right;
  margin: 0;
  padding: 16px 15px 16px 0;
  padding-right: -15px;
  background: transparent;
  border-radius: 0;
}
.pg-opt .breadcrumb a {
  color: #ffffff;
}
.pg-opt .breadcrumb a:hover {
  color: #ed1b33;
}
.pg-opt .breadcrumb li.active {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pg-opt .pg-nav {
    float: left;
    margin-bottom: 10px;
  }
  .pg-opt h2 {
    padding: 20px 0 0 0;
  }
}
.page-header {
  margin: 0;
  border: 0;
}
.page-header p {
  font-size: 16px;
}
.wp-block {
  margin: 0 0 15px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  cursor: default;
  border-radius: 2px;
}
.wp-block:before,
.wp-block:after {
  display: table;
  content: "";
}
.wp-block:after {
  clear: both;
}
.wp-section:before,
.w-section:after {
  display: table;
  content: " ";
}
.wp-section:after {
  clear: both;
}
.wp-block .wp-block-body {
  padding: 15px;
}
.wp-block-entry {
  margin: 20px;
}
.wp-block-entry h2 {
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.wp-block .img-wrapper {
  position: relative;
}
.wp-block .img-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-block:hover .img-overlay {
  display: block;
}
.wp-block .img-overlay .img-overlay-content {
  padding: 20px;
}
.wp-block .img-overlay .img-overlay-content dt {
  font-size: 16px;
}
.wp-block .img-overlay .img-overlay-content dd {
  margin-bottom: 20px;
}
.wp-block .wp-block-header .section-title {
  margin: 0;
}
.wp-block .wp-block-header .section-title:before {
  background: transparent;
}
.wp-block .caption-bottom {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(237, 27, 51, 0.8);
}
.wp-block .caption-bottom .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.wp-block .caption-bottom .subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}
.wp-block .wp-block-info {
  margin-top: 5px;
  padding: 10px 15px;
}
.wp-block .wp-block-info .info-title {
  margin: 0;
  padding: 0;
}
.wp-block.inverse .figure {
  position: relative;
}
.wp-block.inverse .figure img {
  width: 100%;
}
.wp-block.inverse .thmb-img {
  text-align: center;
}
.wp-block.inverse .thmb-img i {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 34px;
  line-height: 100px;
  text-align: center;
  background: #ed1b33;
  color: #ffffff !important;
  border: 2px solid transparent;
}
.wp-block.inverse .thmb-img:hover i {
  background: transparent;
  border-color: #ed1b33;
  color: #ed1b33 !important;
}
.wp-block.inverse h2,
.wp-block.inverse .title {
  margin: 0;
  padding: 12px 15px 0px 0px;
  font-weight: 500;
  font-size: 16px;
  color: #22313f;
  text-transform: none;
}
.wp-block.inverse small {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.wp-block.inverse p {
  margin: 6px 0;
  padding-bottom: 8px;
}
.wp-block.default {
  border: 1px solid;
  border-color: #e0eded;
  background: #ffffff;
}
.wp-block.default .figure {
  position: relative;
}
.wp-block.default .figure img {
  width: 100%;
}
.wp-block.default > .wp-block-header {
  margin: 0;
  padding: 15px 20px;
}
.wp-block.default > .wp-block-body {
  padding: 15px;
}
.wp-block.default > .wp-block-body .title {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 10px 0;
  margin: 0;
  color: #22313f !important;
}
.wp-block.default > .wp-block-body h2 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.wp-block.default > .wp-block-body dd {
  margin-bottom: 20px;
}
.wp-block.default > figure > img {
  width: 100%;
  max-width: 100%;
}
.wp-block.default > .wp-block-footer {
  display: block;
  background: #ffffff;
  padding: 15px;
}
.wp-block.default:hover > .wp-block-footer {
  background: #ffffff;
}
.wp-block.default > .wp-block-footer h3 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.wp-block-date-over {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: #ffffff;
  color: #22313f;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
}
.wp-block-date-over.alpha {
  background: rgba(255, 255, 255, 0.7);
}
.wp-block-info-over {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
}
.wp-block-info-over h3 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.wp-block-info-over h3 a {
  color: #ffffff;
}
.wp-block-info-over h3 small {
  color: #ffffff;
  font-size: 11px;
}
.wp-block-info-over {
  width: 100%;
  padding: 10px;
  background: #52b3d9;
  border-top: 1px solid #e0eded;
}
.wp-block-info-over h3 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.wp-block-info-over h3 small {
  font-size: 11px;
}
.wp-block-info-over.left {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  bottom: 55px;
  left: 0;
}
.wp-block.default.thumbnail > .wp-block-info-over.left {
  left: 5px;
}
.wp-block-info-over.left h2 {
  font-size: 13px;
  font-weight: normal;
}
.wp-block-info-over.left h2 a {
  padding: 10px 15px 20px 15px;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  background: rgba(51, 51, 51, 0.8);
  background: #2c3e50;
  color: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wp-block-info-over.left h3 {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}
.wp-block-info-over.left h2 .label {
  position: absolute;
  bottom: -30px;
  left: 15px;
  padding: .5em .6em .5em;
}
.wp-block-info-over.left h3 a {
  color: #ffffff;
}
.wp-block-info-over.left h3 small {
  color: #ffffff;
  font-size: 11px;
}
.wp-block.bordered .wp-block-body {
  background: transparent;
  padding: 15px;
  border: 1px solid #e0eded;
}
.wp-block.white {
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  cursor: default;
  border: 1px solid #e0eded;
}
.wp-block.white .wp-block-body {
  padding: 15px;
}
.wp-block.white .title {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #22313f;
  text-align: left;
}
.wp-block.white .subtitle {
  margin: 6px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  color: #22313f;
  text-align: left;
}
.wp-block.white p {
  margin: 6px 0;
  padding: 0 15px;
  padding-bottom: 8px;
}
.wp-block.white .thmb-img {
  text-align: center;
  padding: 15px 0;
}
.wp-block.white p {
  color: #22313f;
}
.wp-block.white h2 {
  color: #22313f;
}
.wp-block.white .thmb-img i {
  color: #22313f;
}
.wp-block.hero p {
  padding: 15px;
}
.wp-block.hero h2 {
  text-align: center;
  margin-bottom: 7px;
  font-size: 16px;
}
.wp-block.hero .thmb-img {
  text-align: center;
  padding: 15px 0;
}
.wp-block.hero .thmb-img i {
  font-size: 64px;
  color: #FFF;
}
.wp-block.white p {
  color: #22313f;
}
.wp-block.white h2 {
  color: #22313f !important;
}
.wp-block.white .thmb-img i {
  color: #22313f;
}
.wp-block.light p {
  color: #333333;
}
.wp-block.light h2 {
  color: #333333;
  text-align: center;
  margin-bottom: 7px;
  font-size: 16px;
}
.wp-block.light .thmb-img {
  text-align: center;
  padding: 15px 0;
}
.wp-block.light .thmb-img i {
  color: #333333;
}
.wp-block.dark p {
  color: #f1f1f1;
}
.wp-block.dark h2 {
  color: #FFF;
}
.wp-block.dark .thmb-img i {
  color: #FFF;
}
.wp-block.base-alt p {
  color: #ffffff;
}
.wp-block.base-alt h2 {
  color: #ffffff;
}
.wp-block.base-alt .thmb-img i {
  color: #ffffff;
}
.wp-block.base p {
  color: #ffffff;
}
.wp-block.base h2 {
  color: #ffffff !important;
}
.wp-block.base .thmb-img i {
  color: #ffffff !important;
}
.wp-block.no-space.arrow-right:after {
  left: 100%;
  z-index: 300;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-top: -20px;
}
.wp-block.no-space.arrow-right.white:after {
  border-left-color: #ffffff;
}
.wp-block.no-space.arrow-right.dark:after {
  border-left-color: #34495e;
}
.wp-block.no-space.arrow-right.light:after {
  border-left-color: #ecf0f1;
}
.wp-block.no-space.arrow-right.base:after {
  border-left-color: #ed1b33;
}
.wp-block.no-space.arrow-right.base-alt:after {
  border-left-color: #52b3d9;
}
.wp-block.no-space > .wp-block-header {
  margin: 0;
  padding: 15px 20px;
}
.wp-block.no-space > .wp-block-body {
  margin-top: 20px;
  padding: 20px 40px;
  min-height: 350px;
}
.wp-block.no-space > .wp-block-footer {
  margin: 15px 0 0 0;
  padding: 15px 20px;
}
.wp-block.no-space > .wp-block-footer .pagination {
  margin: 0;
}
.wp-block.no-space .img-icon {
  display: block;
  text-align: center;
  margin: 20px 0 10px 0;
}
.wp-block.no-space .img-icon img {
  width: 80px;
}
.wp-block.no-space .img-icon i {
  font-size: 80px;
}
.wp-block.no-space h1 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  margin: 20px 0 20px 0;
  padding: 0;
  text-align: center;
}
.wp-block.icon-square {
  margin-top: 0;
}
.wp-block.icon-square .wp-block-body {
  padding-top: 0;
}
.wp-block.icon-square .img-icon-wrapper {
  width: 210px;
  padding: 20px;
  border-radius: 3px;
  background: #FFD600;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  background: #ed1b33;
}
.wp-block.icon-square.arrow-down .img-icon-wrapper:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ed1b33;
  border-width: 20px;
  margin-left: -20px;
}
.wp-block.icon-square.arrow-down .img-icon-wrapper .img-icon {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.wp-block.icon-square.arrow-down .img-icon-wrapper .img-icon i {
  font-size: 64px;
}
.wp-block.icon-square h1 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-style: normal;
  margin: 10px 0 10px 0;
  padding: 0;
  text-align: center;
  color: #22313f;
}
.wp-block.icon-square p {
  color: #22313f;
}
.wp-block.thumbnail {
  border: 1px solid #e0eded;
  padding: 5px;
}
.wp-block.image-holder .wp-block-info {
  padding: 15px 0;
  background: #ed1b33;
}
.wp-block.image-holder .wp-block-info.over {
  padding: 15px !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
}
.wp-block.image-holder .wp-block-info.over .info-title {
  font-size: 16px;
  color: #22313f;
}
.wp-block.product {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #e0eded;
}
.wp-block.product .figure {
  padding: 20px;
}
.wp-block.product .product-title {
  margin: 10px 0 0 0;
  padding: 0;
  border-bottom: 0;
}
.wp-block.product .product-title a {
  font-size: 16px;
  font-weight: 600;
  color: #22313f;
}
.wp-block.product p {
  color: #22313f;
}
.wp-block.product figure {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0eded;
}
.wp-block.product .price {
  padding: 4px 0;
  font-size: 13px;
  font-weight: 600;
  color: #22313f;
}
.wp-block.product .price.discount {
  padding: 7px 0 0 0;
  margin-right: 4px;
  font-size: 11px;
  font-weight: 500;
  color: #ff0000;
  text-decoration: line-through;
}
.wp-block.product .wp-block-footer {
  border-top: 1px solid #e0eded;
  padding-top: 15px;
}
.wp-block.product .wp-block-footer:after {
  display: table;
  content: "";
  clear: both;
}
.wp-block.product.style-2 {
  padding: 0;
}
.wp-block.product.style-2 figure {
  padding: 0;
  border: 0;
}
.wp-block.product.style-2 .product-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.wp-block.product.style-2 .product-title a {
  font-size: 16px;
  font-weight: 400;
}
.wp-block.product.style-2 .wp-block-footer {
  display: table;
  width: 100%;
  border-top: 1px solid #e0eded;
  margin: 0;
  padding: 0;
}
.wp-block.product.style-2 .wp-block-footer .cell {
  border-right: 1px solid #e0eded;
  vertical-align: middle;
}
.wp-block.product.style-2 .wp-block-footer .cell:last-child {
  border-right: 0;
}
.wp-block.product.style-2 .wp-block-footer .cell a {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.wp-block.product.style-2 .wp-block-footer .cell:hover {
  background: #ed1b33;
}
.wp-block.product.style-2 .wp-block-footer .cell.price-wr:hover {
  background: transparent;
}
.wp-block.product.style-2 .wp-block-footer .cell:hover a,
.wp-block.product.style-2 .wp-block-footer .cell:hover a i {
  color: #ffffff !important;
}
.wp-block.product.style-2 .wp-block-footer .cell a i {
  margin: 0;
}
.wp-block.product.style-2 .wp-block-footer .price {
  padding: 0;
  color: #22313f;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.wp-block.product.style-2 .wp-block-footer .discount {
  color: #ff0000;
  font-size: 11px;
  font-weight: 400;
}
.wp-block.product.inverse {
  padding: 0;
}
.wp-block.product.inverse h2 a {
  font-weight: 400;
}
.wp-block.product.inverse .price {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wp-block.product.inverse .wp-block-footer {
  border-top: 0;
  padding-top: 0;
}
.wp-block.product.inverse .btn i {
  margin: 0;
}
.wp-block.testimonial .wp-block-body {
  font-style: italic;
  line-height: 24px;
}
.panel-sidebar-1 .wp-block.testimonial {
  margin: 0;
}
.wp-block.testimonial .testimonial-author:before,
.wp-block.testimonial .testimonial-author:after {
  content: "";
  display: table;
}
.wp-block.testimonial .wp-block-body i {
  font-size: 20px;
  margin-right: 8px;
}
.wp-block.testimonial .wp-block-image img {
  width: 100%;
}
.wp-block.testimonial .testimonial-author:after {
  clear: both;
}
.wp-block.testimonial.style-1 .testimonial-author {
  width: 100%;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.wp-block.testimonial.style-1 .testimonial-author .author-img {
  width: 75px;
  height: 75px;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.wp-block.testimonial.style-1 .testimonial-author .author-img img {
  width: 100%;
  border-bottom-left-radius: 2px;
}
.wp-block.testimonial.style-1 .testimonial-author .author-info {
  height: 75px;
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom-left-radius: 2px;
}
.wp-block.testimonial.style-1 .testimonial-author .author-info .author-name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.wp-block.testimonial.style-1 .testimonial-author .author-info .author-pos {
  display: block;
  font-style: italic;
}
.wp-block.testimonial.style-2 .wp-block-body {
  position: relative;
}
.wp-block.testimonial.style-2 .wp-block-body:after {
  top: 100%;
  left: 37.5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
.wp-block.testimonial.style-2 .wp-block-body.base:after {
  border-top-color: #ed1b33;
}
.wp-block.testimonial.style-2 .wp-block-body.base-alt:after {
  border-top-color: #52b3d9;
}
.wp-block.testimonial.style-2 .wp-block-body.light:after {
  border-top-color: #ecf0f1;
}
.wp-block.testimonial.style-2 .wp-block-body.dark:after {
  border-top-color: #34495e;
}
.wp-block.testimonial.style-2 .testimonial-author {
  width: 100%;
  margin-top: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.wp-block.testimonial.style-2 .testimonial-author .author-img {
  width: 75px;
  height: 75px;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.wp-block.testimonial.style-2 .testimonial-author .author-img img {
  width: 100%;
  border-bottom-left-radius: 2px;
}
.wp-block.testimonial.style-2 .testimonial-author .author-info {
  height: 75px;
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom-left-radius: 2px;
}
.wp-block.testimonial.style-2 .testimonial-author .author-info .author-name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #22313f;
}
.wp-block.testimonial.style-2 .testimonial-author .author-info .author-pos {
  display: block;
  font-style: italic;
}
.wp-block.property.list {
  border: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-title {
  padding: 15px 15px 0 15px;
}
.wp-block.property.list .wp-block-title h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.wp-block.property.list .wp-block-img {
  display: table-cell;
  width: 250px;
}
.wp-block.property.list .wp-block-img img {
  width: 100%;
}
.wp-block.property.list .wp-block-body .wp-block-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.wp-block.property.list .wp-block-content .content-title {
  font-size: 20px;
  color: #ed1b33;
  margin-bottom: 5px;
}
.wp-block.property.list .wp-block-content .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-content .price {
  font-size: 22px;
  color: #52b3d9;
  font-weight: 600;
}
.wp-block.property.list .wp-block-content .period {
  margin-left: 5px;
  color: #999999;
}
.wp-block.property.list .wp-block-content .capacity {
  font-size: 16px;
  color: #999999;
}
.wp-block.property.list .wp-block-footer ul.aux-info {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: #e4f1fe;
  border-top: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-footer ul.aux-info li {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
  border-right: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-footer ul.aux-info li:last-child {
  border: 0;
}
.wp-block.property.list .wp-block-footer ul.aux-info li i {
  font-size: 18px;
  margin-right: 8px;
  color: #22313f;
}
.wp-block.property.list .wp-block-footer.style2 ul.aux-info {
  display: table;
  width: 100%;
  border: 1px solid #e0eded;
}
.wp-block.property.list .wp-block-footer.style2 ul.aux-info li {
  padding: 10px 10px;
  font-size: 11px;
  text-align: center;
}
.wp-block.property.list .wp-block-footer.style2 ul.aux-info li i {
  display: block;
}
.wp-block.property.grid {
  border: 1px solid #e0eded;
}
.wp-block.property.grid .wp-block-title {
  padding: 15px 15px 0 15px;
}
.wp-block.property.grid .wp-block-title h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.wp-block.property.grid .wp-block-body .wp-block-img img {
  width: 100%;
}
.wp-block.property.grid .wp-block-body .wp-block-content {
  padding-top: 15px;
}
.wp-block.property.grid .wp-block-body .wp-block-content .content-title {
  font-size: 20px;
  color: #ed1b33;
  margin-bottom: 5px;
}
.wp-block.property.grid .wp-block-body .wp-block-content .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0eded;
}
.wp-block.property.grid .wp-block-body .wp-block-content .price {
  font-size: 22px;
  color: #52b3d9;
  font-weight: 600;
}
.wp-block.property.grid .wp-block-body .wp-block-content .period {
  margin-left: 5px;
  color: #999999;
}
.wp-block.property.grid .wp-block-body .wp-block-content .capacity {
  font-size: 16px;
  color: #999999;
}
.wp-block.property.grid .wp-block-footer ul.aux-info {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: #e4f1fe;
  border-top: 1px solid #e0eded;
}
.wp-block.property.grid .wp-block-footer ul.aux-info li {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #e0eded;
}
.wp-block.property.grid .wp-block-footer ul.aux-info li:last-child {
  border: 0;
}
.wp-block.property.grid .wp-block-footer ul.aux-info li i {
  font-size: 18px;
  margin-right: 8px;
  color: #22313f;
}
.wp-block.article .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #22313f;
  margin-bottom: 6px;
  padding: 0;
  text-transform: none;
}
.wp-block.article .video-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #22313f;
  margin-bottom: 6px;
  padding: 0;
  text-transform: none;
}
.wp-block.article img {
  width: 100%;
}
.wp-block.article .meta-tags a {
  display: inline-block;
  color: #ed1b33;
}
.wp-block.article .video-hover-play {
  font-size: 100%;
}
.wp-block.article .video-hover-play a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0);
}
.wp-block.article .video-hover-play a:hover {
  background: rgba(52, 73, 94, 0);
}
.wp-block.article .video-hover-play a:before {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 30px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -30px;
  width: 60px;
  height: 46px;
  line-height: 46px;
  background: #34495e;
  border-radius: 2px;
  text-align: center;
}
.wp-block.article .video-hover-play a:hover:before {
  color: #FFF;
  background: #ed1b33;
}
.wp-block.article .video-hover-play.small a:before {
  font-size: 16px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -15px;
  width: 30px;
  height: 24px;
  line-height: 24px;
}
.wp-block.article.grid .article-image {
  position: relative;
  margin-bottom: 5px;
}
.wp-block.article.grid .image-title {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: 500;
}
.wp-block.article.grid .article-category {
  font-size: 11px;
  color: #ed1b33;
  text-transform: uppercase;
}
.wp-block.article.list {
  padding-bottom: 10px;
}
.wp-block.article.list .article-image {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  position: relative;
}
.wp-block.article.list .wp-block-body {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 15px;
}
.wp-block.article.list .article-label {
  display: inline-block;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: 500;
}
.wp-block.article.list .title {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
}
.wp-block.article.list .article-info {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
}
.wp-block.article.list .wp-block-footer {
  display: table;
  width: 100%;
}
.wp-block.article.list .wp-block-footer .meta-info span {
  float: left;
  margin-right: 8px;
  font-size: 11px;
}
.wp-block.article.list .wp-block-footer .meta-info span i {
  margin-right: 4px;
  font-size: 13px;
}
.wp-block.article.list .image-title {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.wp-block.article.list .article-category {
  font-size: 11px;
  color: #ed1b33;
  text-transform: uppercase;
}
.wp-block.article.post .article-title {
  font-size: 20px;
  color: #22313f;
  font-weight: 500;
  line-height: 26px;
  text-transform: none;
}
.wp-block.article.post .article-image {
  margin-bottom: 20px;
}
.wp-block.article.post .meta-info {
  margin: 15px 0;
}
.wp-block.article.post .meta-info span {
  display: block;
}
.wp-block.article.post .meta-info span strong {
  color: #22313f;
}
.panel-sidebar-1 {
  border-radius: 2px !important;
}
.panel-sidebar-1 .panel-heading {
  padding: 15px;
}
.panel-sidebar-1 .panel-heading h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.panel-sidebar-1 h4 {
  padding: 15px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: #ed1b33;
}
.panel-sidebar-1 .panel-body h4 {
  padding: 0;
}
.panel-sidebar-1 .panel-body ul.list-group {
  border-bottom: 1px solid #e0eded;
}
.panel-sidebar-1 .panel-body ul.list-group:last-child {
  border: 0;
}
.panel-sidebar-1 .panel-body ul.list-group li {
  border: 0;
  padding: 5px 0 5px 10px;
}
.panel-sidebar-1 ul.categories {
  border-left: 0;
  border-right: 0;
}
.panel-base {
  border: 0;
  background: #ed1b33;
}
.panel-base .panel-heading {
  background: #e31129;
  padding: 25px 15px;
  color: #ffffff;
  border-bottom: 1px solid #d9071f;
}
.panel-base .panel-heading.panel-heading-lg {
  padding: 25px;
  font-size: 20px;
  font-weight: 600;
}
.panel-base .form-base label {
  color: #ffffff;
  margin-bottom: 6px;
}
.icon-block {
  margin-bottom: 20px;
}
.icon-block.icon-block-1 .icon-block-item {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  font-size: 64px;
  text-align: center;
  color: #22313f;
}
.icon-block.icon-block-1 .icon-block-body {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.icon-block.icon-block-1 .icon-block-body .title {
  margin-bottom: 5px;
  color: #22313f;
}
.icon-block.icon-block-1 .icon-block-body p {
  margin: 0;
}
.icon-block.icon-block-2 .icon-block-item {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 2px;
  display: block;
  float: left;
  font-size: 46px;
  text-align: center;
}
.icon-block.icon-block-2 .icon-block-body {
  padding-left: 115px;
}
.icon-block.icon-block-2 .icon-block-body .title {
  margin-bottom: 5px;
  color: #22313f;
}
.icon-block.icon-block-2 .icon-block-body p {
  margin: 0;
}
.icon-block.icon-block-3 .icon-block-item {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  display: block;
  float: left;
  font-size: 46px;
  text-align: center;
  color: #22313f;
}
.icon-block.icon-block-3 .icon-block-body {
  padding-left: 115px;
}
.icon-block.icon-block-3 .icon-block-body .title {
  margin-bottom: 5px;
  color: #22313f;
}
.icon-block.icon-block-3 .icon-block-body p {
  margin: 0;
}
.hov {
  float: left;
  width: 100%;
  text-decoration: none;
}
.hov p {
  margin: 0;
}
.caption {
  padding: 20px;
}
.caption a:hover {
  text-decoration: none;
}
.caption .title {
  padding: 0 !important;
}
.caption p {
  font-size: 13px;
  line-height: 17px;
  margin: 10px 0 0 0 !important;
}
.caption.alpha {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
}
.caption.icon {
  padding-left: 88px;
  background-image: url('/static/less/images/camera.png');
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.caption.copyright {
  padding: 5px 10px;
  background: transparent;
  text-align: right;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.caption.copyright span {
  padding: 2px 8px 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.caption.widescreen {
  padding: 10px 20px;
}
.aside-feature {
  margin: 10px;
  cursor: default;
}
.aside-feature .icon-feature {
  font-size: 68px;
  margin-top: 10px;
  text-align: center;
  display: block;
}
.aside-feature:hover .icon-feature,
.wp-section .aside-feature:hover h4 {
  color: #ed1b33;
}
.aside-feature .img-feature {
  margin-top: 4px;
  display: block;
}
.aside-feature .img-feature img {
  width: 78px;
}
.aside-feature.square .icon-feature {
  width: 64px;
  height: 64px;
  margin-top: 15px;
  font-size: 40px;
  line-height: 64px;
  background: #ed1b33;
  color: #ffffff;
  text-align: center;
  display: block;
  border-radius: 3px;
}
.aside-feature.square .icon-feature i {
  color: #ffffff;
}
.aside-feature.square:hover .icon-feature {
  background: #ffffff;
  border: 2px solid #ed1b33;
  color: #ed1b33;
}
.aside-feature.square .outer-title {
  margin: 0 15px;
  padding: 10px 0;
  border-bottom: 1px dashed #e0eded;
  font-size: 16px;
}
.aside-feature.square p {
  margin-top: 10px;
}
.short-feature {
  margin-bottom: 15px;
}
.short-feature .feature-icon {
  background: #ed1b33;
  border-radius: 35px;
  color: #FFF;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px;
}
.short-feature .feature-txt {
  padding-left: 50px;
}
.short-feature .feature-txt h3 {
  margin: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #22313f;
  font-weight: 500;
}
.short-feature .feature-txt p {
  font-size: 13px;
  font-weight: normal;
  color: #22313f;
}
.milestone-counter {
  margin-top: 40px;
  margin-bottom: 20px;
}
.milestone-counter .milestone-count {
  font-size: 72px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.milestone-counter h4.milestone-info {
  margin-top: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.dropdown-form {
  min-width: 300px;
  z-index: 500;
}
.dropdown-cart {
  min-width: 400px;
  background: #ffffff;
  color: #22313f;
}
.dropdown-cart .table > thead > tr > th {
  border-color: #e0eded;
}
.dropdown-cart .dropdown-cart-body {
  padding: 15px;
  background: #ffffff;
}
.dropdown-cart .dropdown-cart-footer {
  padding: 15px;
  background: #e4f1fe;
  border-top: 1px solid #cbe4fd;
}
.dropdown-cart .cart-items {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  background: #e4f1fe;
  color: #22313f;
  border-bottom: 1px solid #cbe4fd;
}
.dropdown-menu h4 {
  font-size: 14px;
  color: #4c4c4c;
}
.dropdown-profile {
  padding: 15px;
}
.dropdown-profile img {
  width: 60px;
}
.style-switcher-in .body-wrap {
  right: -280px;
}
.aside-menu-in .wrapper {
  left: -100%;
}
.nav-menu-in .wrapper {
  right: -280px;
}
.body-wrap {
  position: relative;
  right: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.body-wrap {
  position: relative;
  z-index: 0;
}
.body-wrap:before,
.body-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 260px;
}
.body-wrap:after {
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .body-wrap:before,
  .body-wrap:after {
    height: 20px;
  }
}
.ie9 body,
.ie9 .body-wrap:before,
.ie9 .body-wrap:after {
  filter: none;
}
.aside-menu.left {
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: 0;
  background: #222222;
  border-right: 1px solid #333;
  display: none;
  z-index: 1100;
}
.aside-menu.right {
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  background: #222222;
  border-left: 1px solid #333;
  display: none;
  z-index: 1100;
}
.slidebar-toggle {
  position: fixed;
  top: 100px;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  cursor: pointer;
  z-index: 1000;
  border: 0;
}
.aside-menu::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}
.aside-menu .form-search {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #333;
}
.aside-menu .form-search .form-input {
  padding: 0;
}
.aside-menu .form-search .form-control {
  display: block;
  height: 34px;
  padding: 21px 15px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
.aside-menu .form-search .btn-close {
  background: transparent;
  color: #fff;
}
.aside-menu .form-search .btn-close i {
  font-weight: 300 !important;
  font-size: 16px;
}
.aside-menu .social-media {
  padding: 15px;
  padding-bottom: 0;
}
.aside-menu .contact-info {
  padding: 15px;
  color: #fff;
}
.aside-menu .contact-info h5 {
  font-size: 13px;
}
.side-section-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: 15px;
  padding: 8px 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #616161;
}
.side-section-title:after {
  content: "";
  height: 1px;
  background: #333;
  width: 80px;
  position: absolute;
  top: 26px;
  left: 15px;
}
.style-switcher-slidebar {
  width: 335px;
  height: 100%;
  position: fixed;
  left: -285px;
  bottom: 0px;
  z-index: 1200;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 1s ease;
  transition: all 0.5s ease;
}
.style-switcher-slidebar.opened {
  left: 0;
}
.style-switcher-slidebar .switch-panel {
  float: left;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  color: #333333;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.style-switcher-slidebar .switch-panel::-webkit-scrollbar {
  width: 5px;
}
.style-switcher-slidebar .switch-panel::-webkit-scrollbar-track {
  background-color: #bdc3c7;
}
.style-switcher-slidebar .switch-panel::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.style-switcher-slidebar .switch-panel::-webkit-scrollbar-thumb:hover {
  background-color: #7f8c8d;
}
a.open-panel {
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff !important;
  background-color: #ed1b33;
  display: block;
  height: 50px;
  width: 50px;
  float: right;
  margin: 0;
  z-index: 1000;
  position: relative;
  top: 160px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
a.open-panel:hover {
  color: #fff;
}
.style-switcher-slidebar label {
  margin-bottom: 0;
}
.style-switcher-slidebar h3 {
  height: 50px;
  line-height: 50px;
  margin: 0 0 10px 0;
  padding: 0 10px;
  background: #ed1b33;
  font-size: 16px;
  color: #fff;
}
.style-switcher-slidebar .panel-section {
  padding: 0 15px;
}
.style-switcher-slidebar .switch-panel .form-group {
  margin-bottom: 5px;
  margin-top: 5px;
}
.style-switcher-slidebar .switch-panel .bg-switch a {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 8px;
}
.color-switch a {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  text-indent: -9999px;
}
.color-switch a:hover,
.color-switch a.active {
  border: 2px solid #ed1b33;
  box-shadow: 2px 2px 0 #666;
}
.color-switch a:last-child {
  margin-right: 0;
}
.color-switch a.color-red {
  background: #e91b23;
}
.color-switch a.color-violet {
  background: #563d7c;
}
.color-switch a.color-blue {
  background: #3498db;
}
.color-switch a.color-green {
  background: #8ec449;
}
.color-switch a.color-yellow {
  background: #f1c40f;
}
.color-switch a.color-orange {
  background: #d35400;
}
.color-switch a.color-bw {
  background: url('/static/images/temp/bw.jpg') no-repeat;
}
.color-switch a.color-dark {
  background: url('/static/images/temp/dark.jpg') no-repeat;
}
.color-switch a.color-flat {
  background: url('/static/images/temp/flat.jpg') no-repeat;
}
.popover .popover-title {
  margin: 0;
}
.popover .popover-content {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.carousel-1 {
  overflow: hidden;
  margin-bottom: 20px;
}
.carousel-1.carousel-fixed-height .carousel-inner {
  height: 440px;
}
.carousel-1.carousel-fixed-height .item {
  height: 440px;
}
.carousel-1 .carousel-control {
  color: #f8f8f8;
}
.carousel-1 .carousel-control.left {
  left: -40px;
}
.carousel-1 .carousel-control.right {
  right: -40px;
}
.carousel-1 .carousel-control:hover {
  color: #fff;
}
.carousel-1 .carousel-control i {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  font-weight: 600;
}
.carousel-1 .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}
.carousel-1 .item-dark {
  color: #000;
}
.carousel-1 .item-light {
  color: #000000;
}
.carousel-1 .item img {
  width: 100%;
}
.carousel-1 p {
  font-size: 16px;
}
.carousel-1 .object {
  position: absolute;
  top: 38px;
  right: 50%;
  margin-left: 15px;
  width: 568px;
  height: 320px;
  overflow: hidden;
}
.carousel-1 .object.fluid {
  width: 100%;
  left: 0;
  margin: 0;
}
.carousel-1 .object iframe {
  width: 100% !important;
}
.carousel-1 .description {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: 50px;
  width: 514px;
  height: 290px;
}
.carousel-1 .description .title {
  font-size: 32px;
  margin: 0 0 15px 0;
  padding: 8px 20px;
  line-height: 38px;
  background: #FFF;
  color: #616161;
}
.carousel-1 .description .subtitle {
  font-size: 24px;
  margin: 20px 0;
  padding: 0;
  display: block;
}
.carousel-1 .description p {
  font-size: 16px;
  color: #FFF;
  margin: 0;
}
.carousel-1 .description-left {
  position: absolute;
  width: 40%;
  top: 50px;
  left: 80px;
  margin-left: 20px;
  width: 80%;
  height: 290px;
}
@media (max-width: 992px) {
  .carousel-1 .description-left {
    left: 20px;
    width: auto;
  }
}
.carousel-1 .description-left .title {
  font-size: 40px;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 480px) {
  .carousel-1 .description-left .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .carousel-1 .description-left .title {
    font-size: 24px;
  }
}
.carousel-1 .description-left .subtitle {
  font-size: 1.8vw;
  margin: 20px 0;
  padding: 0;
  display: block;
  line-height: 2.3vw;
}
.carousel-1 .description-left p {
  font-size: 1.2vw;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 992px) {
  .carousel-1 .description-left p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .carousel-1 .description-left p {
    font-size: 12px;
  }
}
.carousel-1 .description.fluid-center {
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
.carousel-1 .description.fluid-center .title {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  background: none;
  color: #FFF;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5);
}
.carousel-1 .description.fluid-center .subtitle {
  font-size: 20px;
  margin: 0;
  display: block;
  text-align: center;
}
.carousel-1 .description.fluid-center .features {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.carousel-1 .description.fluid-center .features i {
  width: 110px;
  height: 110px;
  background: #FFF;
  text-align: center;
  line-height: 110px;
  font-size: 54px;
  color: #697e93;
  font-weight: 700;
  border-radius: 96px;
  margin-right: 20px;
}
.carousel-1 .caption-bottom {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(237, 27, 51, 0.8);
}
.carousel-1 .caption-bottom .title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.carousel-1 .caption-bottom .subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}
.carousel-1 .text-shadow {
  text-shadow: 2px 2px 2px #888;
}
.carousel-1 .subtitle-sm {
  font-size: 16px;
  margin: 5px 0 15px 0;
  padding: 0;
  display: block;
  line-height: 26px;
}
.carousel-4 .carousel-inner {
  overflow: hidden;
}
.carousel-4 .carousel-control i {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 36px;
  font-weight: 600;
}
.carousel-4 .carousel-control.left i {
  left: 30px;
}
.carousel-4 .carousel-control.right i {
  right: 30px;
}
.owl-carousel .item {
  margin: 3px;
}
.owl-carousel .owl-item,
.owl-carousel .owl-item .wp-block {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.owl-carousel .owl-item:target,
.owl-carousel .owl-item .wp-block:target {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.simple-slider {
  height: 500px;
  background: #f3f3f3;
}
.cta-wr {
  padding: 16px 0;
  border-radius: 2px;
}
.cta-wr h1 {
  margin: 10px 0 !important;
  font-size: 20px;
  text-transform: none;
  line-height: 26px;
  font-weight: 400;
}
section.slice {
  padding: 30px 0;
}
section.slice.arrow-bottom {
  position: relative;
}
section.slice.arrow-bottom:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 20px;
  margin-left: -20px;
  z-index: 700;
}
section.slice.arrow-bottom.base:after {
  border-top-color: #ed1b33;
}
section.slice.arrow-bottom.light:after {
  border-top-color: #ecf0f1;
}
section.slice.arrow-bottom.light-gray:after {
  border-top-color: #e4f1fe;
}
section.slice.arrow-bottom.dark:after {
  border-top-color: #34495e;
}
section.slice.arrow-bottom.base-alt:after {
  border-top-color: #52b3d9;
}
section.slice.slice-lg {
  padding: 50px 0;
}
section.slice.relative {
  position: relative;
}
section.slice.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
section.slice-over-elements {
  position: absolute;
  top: -50px;
  z-index: 2500;
}
.subsection {
  margin-top: 30px;
}
.container.bordered {
  border: 1px solid #ddd;
  padding-top: 15px;
}
.wp-section:before,
.wp-section:after {
  display: table;
  content: " ";
}
.wp-section:after {
  clear: both;
}
.wp-example {
  margin-bottom: 45px;
}
.pre-scrollable {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #ccc !important;
}
.pre-scrollable::-webkit-scrollbar {
  width: 5px;
}
.pre-scrollable::-webkit-scrollbar-track {
  background-color: #bdc3c7;
}
.pre-scrollable::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.pre-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #7f8c8d;
}
.nav-sidebar-fixed {
  position: fixed;
  width: 260px;
}
.shop .pagination {
  margin: 0;
}
.shop .product-short-info p {
  padding: 6px 0;
  margin: 0;
}
.shop .product-short-info p i {
  margin-right: 8px;
  color: #ed1b33;
}
.shop .product-short-info p strong {
  font-size: 14px;
}
.shop .primary-image {
  border: 1px solid #e0eded;
  padding: 15px;
  border-radius: 2px;
}
.shop .thumbnail-images {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.shop .thumbnail-images a {
  display: block;
  padding: 5px;
  border: 1px solid #e0eded;
}
.shop .thumbnail-images a:first-child {
  border-bottom-left-radius: 2px;
}
.shop .thumbnail-images a:last-child {
  margin: 0;
  border-bottom-right-radius: 2px;
}
.shop .thumbnail-images a img {
  width: 100%;
}
.shop .thumbnail-images.style-2 {
  margin-top: 15px;
}
.shop .thumbnail-images.style-2 a:first-child {
  border-top-left-radius: 2px;
}
.shop .thumbnail-images.style-2 a:last-child {
  border-top-right-radius: 2px;
}
.product-info .product-title {
  margin-bottom: 10px;
  color: #22313f;
}
.shop .product-price {
  margin-bottom: 15px;
  color: #22313f;
}
.shop .product-price > .price {
  font-size: 26px;
  font-weight: 600;
  margin-left: 10px;
}
.shop .product-price > .price.discount {
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  text-decoration: line-through;
}
.table-cart {
  border-right: 1px solid #e0eded;
  border-left: 1px solid #e0eded;
  border-bottom: 1px solid #e0eded;
}
.table-cart th {
  border-top: 0 !important;
  font-weight: 600;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #e0eded;
}
.table-cart td:first-child {
  border-right: 1px solid #e0eded;
}
.table-cart img {
  width: 80px;
}
.table-cart .cart-remove {
  display: block;
  text-align: center;
  color: #e80e1d;
}
.table-dropdown-cart {
  margin: 0;
}
.table-dropdown-cart > thead > tr {
  background: transparent !important;
}
.table-dropdown-cart > thead > tr > th {
  border-top: 0 !important;
  border-color: #e0eded;
  background: transparent;
  font-weight: 600;
  padding-left: 15px;
}
.table-dropdown-cart > tbody > tr > td {
  border-color: #e0eded;
}
.table-dropdown-cart > tbody > tr > td:first-child {
  border-right: 1px solid #e0eded;
}
.table-dropdown-cart img {
  width: 50px;
}
.table-totals td:nth-child(even) {
  padding: 5px 15px;
}
.table-cart-subtotal {
  margin: 0;
}
.table-cart-subtotal th {
  font-weight: 400;
  width: 50%;
}
.table-cart-subtotal > thead > tr > th,
.table-cart-subtotal > tbody > tr > th,
.table-cart-subtotal > tfoot > tr > th,
.table-cart-subtotal > thead > tr > td,
.table-cart-subtotal > tbody > tr > td,
.table-cart-subtotal > tfoot > tr > td {
  padding: 6px 0;
  border-top: 0;
}
.table-orders th {
  background: #e4f1fe;
}
.estate .product-info h3 {
  font-weight: 500;
  font-size: 20px;
}
.estate .pagination {
  margin: 0;
}
.estate .product-short-info p {
  padding: 6px 0;
  margin: 0;
}
.estate .primary-image {
  border: 1px solid #e0eded;
  padding: 5px;
}
.estate .thumbnail-images {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.estate .thumbnail-images a {
  display: table-cell;
  width: 100px;
  padding: 5px;
  border: 1px solid #e0eded;
  border-top: 0;
}
.estate .thumbnail-images a:last-child {
  margin: 0;
}
.estate .thumbnail-images a img {
  width: 100%;
}
.product-info h3 {
  margin-bottom: 10px;
}
.estate .product-price {
  margin-bottom: 15px;
}
.estate .product-price > .price {
  font-size: 32.5px;
  font-weight: 600;
  margin-left: 10px;
}
.estate .product-price > .price.discount {
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  text-decoration: line-through;
}
.animate-wr {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
}
.animate-hover-slide .figure {
  position: relative;
  overflow: hidden;
}
.animate-hover-slide .figure img {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure .figcaption {
  height: 100%;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure:hover .figcaption {
  opacity: 0.8;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide .figure .figcaption {
  text-align: center;
}
.animate-hover-slide .figure .figcaption-btn {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0px;
  opacity: 0;
  padding-left: 20px;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure:hover .figcaption-btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide .figure .figcaption-txt {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  padding-left: 20px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide .figure:hover .figcaption-txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide .figure .figcaption-txt .title {
  padding: 0;
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.animate-hover-slide .figure .figcaption-txt .subtitle {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.animate-hover-slide .figure a {
  position: relative;
  top: 94%;
  margin-top: -11px;
}
.animate-hover-slide .figure .figcaption h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
}
.animate-hover-slide-2 .figure {
  position: relative;
  overflow: hidden;
}
.animate-hover-slide-2 .figure img {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-2 .figure:hover img {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
.animate-hover-slide-2 .figure .figcaption {
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: auto;
  background: #b3d7fc;
  color: #22313f !important;
  padding: 0 15px;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-2 .figure .figcaption a {
  color: #22313f;
}
.animate-hover-slide-2 .figure:hover .figcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.animate-hover-slide-2 .figure .figcaption h2 {
  text-align: center;
  margin-top: 15px;
}
.animate-hover-slide-2 .figure .figcaption .social-icons {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
}
.animate-hover-slide-3 .figure {
  position: relative;
  overflow: hidden;
}
.animate-hover-slide-3 .figure img {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-3 .figure .figcaption {
  height: 32px;
  background: #b3d7fc;
  color: #22313f !important;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide-3 .figure .figcaption a {
  color: #22313f !important;
}
.animate-hover-slide-3 .figure:hover .figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.animate-hover-slide-4 {
  position: relative;
}
.animate-hover-slide-4 .figure {
  position: relative;
}
.animate-hover-slide-4 .figure .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.75;
}
.animate-hover-slide-4 .figure .figcaption {
  text-align: center;
}
.animate-hover-slide-4 .figure .figcaption-btn {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0px;
  opacity: 0;
  padding-left: 20px;
  text-align: center;
}
.animate-hover-slide-4 .figure:hover .figcaption-btn {
  opacity: 1;
}
.animate-hover-slide-4 .figure .figcaption-txt {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  padding-left: 20px;
  text-align: center;
}
.animate-hover-slide-4 .figure:hover .figcaption-txt {
  opacity: 1;
}
.animate-hover-slide-4 .figure .figcaption-txt .title {
  padding: 0;
  margin: 30px 0 0 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
.animate-hover-slide-4 .figure .figcaption-txt .subtitle {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.animate-hover-slide-4 .figure a {
  position: relative;
  top: 94%;
  margin-top: -11px;
}
.animate-hover-slide-4 .figure .figcaption h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-plans {
  margin-bottom: 15px;
}
.pricing-plans:before,
.pricing-plans:after,
.pricing-table:before,
.pricing-table:after {
  display: table;
  content: " ";
}
.pricing-plans:before,
.pricing-table:before {
  clear: both;
}
.pricing-plans .plan-header .popular-tag {
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
}
.pricing-plans .plan-header small {
  display: block;
  text-align: center;
  font-style: italic;
}
.pricing-plans .plan-title {
  text-align: center;
  margin: 0;
  padding: 15px 0 5px 0;
  font-size: 28px;
  font-weight: 500;
}
.pricing-plans .price-tag {
  margin: 0;
  height: 70px;
  line-height: 70px;
  font-size: 58px;
  font-weight: 500;
  text-align: center;
}
.pricing-plans .price-tag span {
  font-size: 28px;
  font-weight: 500;
}
.pricing-plans .price-tag span.price-type {
  font-size: 20px;
  font-weight: 500;
}
.pricing-plans .plan-info {
  margin-bottom: 10px;
}
.pricing-plans ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.pricing-plans ul li {
  padding: 10px 20px;
  border-bottom: 1px solid #e0eded;
  font-size: 13px;
}
.pricing-plans ul li:last-child {
  border-bottom: 0;
}
.pricing-plans ul li i {
  margin-right: 8px;
}
.pricing-plans .plan-info {
  margin: 0;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}
.pricing-plans .plan-select {
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
.pricing-plans .plan-select-block {
  padding: 0;
  margin: 0;
}
.pricing-plans .plan-circle {
  width: 100%;
  background: transparent !important;
}
.pricing-plans .plan-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pricing-plans .plan-circle.base:after {
  background: #ed1b33;
}
.pricing-plans .plan-circle.light:after {
  background: #ecf0f1;
}
.pricing-plans .plan-circle.dark:after {
  background: #34495e;
}
.pricing-plans .plan-circle .plan-content {
  float: left;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.pricing-plans .plan-circle .plan-title {
  padding-top: 15px;
}
.pricing-plans .plan-circle .btn {
  margin-top: 20px;
}
.pricing-plans-2 .plan-title {
  text-align: center;
  margin: 0;
  padding: 16px 0;
  font-size: 28px;
  font-weight: 500;
}
.pricing-plans-2 .plan-price {
  border-bottom: 1px solid #e0eded;
}
.pricing-plans-2 .plan-price .price-tag {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}
.pricing-plans-2 .plan-price .price-interval {
  display: block;
  margin: 15px 0;
  text-align: center;
  color: #999999;
}
.pricing-plans-2 .price-tag span {
  font-size: 28px;
  font-weight: 500;
}
.pricing-plans-2 .price-tag span.price-type {
  font-size: 20px;
  font-weight: 500;
}
.pricing-plans-2 .price-tag sup {
  font-size: 32px;
}
.pricing-plans-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
.pricing-plans-2 ul li {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #e0eded;
  font-size: 13px;
}
.pricing-plans-2 ul li:last-child {
  border-bottom: 1px solid #e0eded;
}
.pricing-plans-2 ul li i {
  margin-right: 8px;
}
.pricing-plans-2 .plan-select {
  padding-top: 10px;
  border-top: 0;
}
.pricing-plans-2 .plan-select-block {
  padding: 0;
  margin: 0;
}
.promos {
  margin: 0 auto;
}
.promo {
  margin: 15px 10px 25px;
  padding: 5px 0 30px;
  font-weight: 400;
  line-height: 1.625;
  text-align: center;
}
.promos.base {
  background: transparent;
}
.promos.base .promo {
  background: #ed1b33;
}
.promos.light .promo {
  background: #ecf0f1;
}
.promos.dark .promo {
  background: #34495e;
}
.promo h4 {
  margin: 5px 0 0;
  font-size: 170%;
  font-weight: normal;
}
.promos.base .promo h4 {
  color: #fff;
}
.promos.light .promo h4 {
  color: #2c3e50;
}
.promos.dark .promo h4 {
  color: #fff;
}
.promo li {
  padding: 5px 0;
}
.promo .brief {
  color: #fff;
}
.promos.light .promo .brief {
  color: #2c3e50;
}
.promo .price {
  margin: 10px 0;
  padding: 5px 0;
  font-size: 250%;
}
.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.promo .buy {
  margin: 15px 0 0;
}
.promos.base .promo .features {
  color: #fff;
}
.promos.light .promo .features {
  color: #2c3e50;
}
.promos.dark .promo .features {
  color: #fff;
}
.promos.base .promo .price {
  background: #cf0015;
  color: #fff;
}
.promos.light .promo .price {
  background: #ced2d3;
  color: #2c3e50;
}
.promos.dark .promo .price {
  background: #162b40;
  color: #fff;
}
.pricing-plans .wp-block {
  margin-top: 20px;
}
.pricing-plans .wp-block:hover,
.pricing-table .wp-block:hover {
  -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
}
.pricing-plans .wp-block-inverse:hover,
.pricing-table .wp-block-inverse:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricing-table .wp-block {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricing-table .wp-block.popular,
.pricing-plans .wp-block.popular {
  border: 1px solid #e0eded;
  margin-top: 0;
  -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
}
.pricing-table .wp-box.popular:hover,
.pricing-plans .wp-block.popular:hover {
  -webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
}
.pricing-table .plan-select {
  border: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e0eded;
}
.pricing-table .plan-info {
  text-align: center;
  margin-bottom: 15px;
}
.pricing-table .table-comparision {
  background: #FFF;
  position: relative;
  top: -2px;
  z-index: 1000;
  border-color: #f1f1f1;
  color: #777;
}
.pricing-table .table-comparision th {
  border-color: #f1f1f1;
}
.pricing-table .table-comparision td {
  text-align: center;
  border-color: #f1f1f1;
}
.pricing-table .table-comparision tr td:first-child {
  text-align: left;
}
.attr-col {
  margin: 110px 0 0;
  float: left;
  width: 200px;
}
.attr-col ul {
  background: #e4f1fe;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #e0eded;
  border-width: 1px 0px 1px 1px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.attr-col ul li {
  text-align: right;
  padding: 0 10px;
  border-bottom: 1px solid #e0eded;
  line-height: 45px;
  display: block;
}
.attr-col ul li.last {
  border-bottom: none;
}
.pt-table {
  padding-left: 200px;
  display: block;
  position: relative;
}
.pt-body {
  padding: 10px 0 0;
}
.pt-rows li {
  display: block;
  overflow: hidden;
  background: #fff;
  border-left: 1px solid #e0eded;
  border-right: 1px solid #e0eded;
  border-bottom: 1px solid #e0eded;
}
.pt-rows li span {
  width: 24%;
  text-align: center;
  float: left;
  border-right: 1px solid #d9d9d9;
  display: block;
  line-height: 45px;
  height: 45px;
}
.pt-rows li.title {
  background: #34495e;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.pt-rows li.title span {
  line-height: 50px;
  height: 50px;
  border: none;
  padding: 0 1px;
}
.pt-rows li.fees {
  border-bottom: 1px solid #e0eded;
}
.pt-rows li.fees span {
  line-height: 48px;
  height: 48px;
  background: #e4f1fe;
  font-size: 34px;
  font-weight: 700;
  font-family: Georgia, Arial, sans-serif;
  color: #4172a5;
  text-shadow: 2px 2px #fff;
}
.pt-rows li span.pt-yes {
  background: url('/static/less/yes-no.gif') no-repeat center 12px;
}
.pt-rows li span.pt-no {
  background: url('/static/less/yes-no.gif') no-repeat center -38px;
}
.pt-rows li.fin {
  border-bottom: 1px solid #e0eded;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 85px;
}
.pt-rows li span.pt-3x {
  width: 72%;
  float: left;
  text-align: center;
  border: none;
}
.pt-special {
  width: 24%;
  position: absolute;
  right: 0;
  top: 0;
}
.pt-special .pt-rows {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #e4f1fe;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.pt-special .pt-rows li {
  border-width: 0 0 1px;
  background: transparent;
}
.pt-special .pt-rows li.title {
  height: 58px;
  margin: 1px;
  background: #d0ebfe;
  color: #2a719d;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  border-bottom: 1px solid #bfd4e6;
  border-width: 0 0 1px;
  text-shadow: 2px 2px #e6f5ff;
}
.pt-special .pt-rows li.fees {
  border-bottom: 1px solid #bcd8ec;
}
.pt-special .pt-rows li.fees span {
  background: #ecf6fe;
}
.pt-special .pt-rows li.fin {
  border: none;
  text-align: center;
}
.pt-special .pt-rows li span {
  border: none;
  width: 100%;
}
.pt-special .pt-rows li.fin .big-button {
  background: #3a8bd0;
  top: 22px;
}
.pt-special .pt-rows li.fin .big-button:hover {
  background: #50a6ef;
}
.pagination-delimiter {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0eded;
}
.pagination-delimiter .pagination {
  margin: 0;
}
.vertical-info h4 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  color: #22313f;
}
.vertical-info h4:first-child {
  margin-top: 0;
}
.vertical-info p.delimiter {
  margin: 5px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0eded;
}
#ulSorList {
  margin-top: 20px;
}
#ulSorList:after {
  content: '';
  display: inline-block;
  width: 100%;
}
#ulSorList .mix {
  display: none;
  opacity: 0;
}
#ulSorList .mix .item {
  background: #f2f2f2;
}
#ulSorList .gap {
  display: inline-block;
  width: 200px;
}
.work {
  width: 100%;
  overflow: hidden;
}
.work .btn-group {
  margin-bottom: 10px;
}
.work .btn {
  margin-right: 6px;
}
.work .btn-group .btn {
  margin-right: 0;
}
.work .mix {
  margin-top: 20px;
}
.work.work-no-space .mix {
  margin: 0;
  padding: 0;
}
.work.work-no-space .mix .wp-block {
  margin: 0 !important;
  padding: 0;
}
.work.work-no-space.g2 .mix {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.work.work-no-space.g3 .mix {
  width: 33.3%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.work.work-no-space.g4 .mix {
  width: 25%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.work.work-no-space.g5 .mix {
  width: 20%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.work.work-no-space .mix .wp-box {
  padding: 0;
  margin: 0;
}
.map-canvas {
  height: 400px;
  margin: 0;
}
.map-canvas .info-window-content {
  min-width: 250px;
}
.map-canvas .info-window-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.map-canvas .info-window-content h3 {
  font-size: 14px;
  font-weight: 500;
}
.map-canvas .info-window-content p {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #999;
  text-shadow: none;
}
.map-canvas-square {
  height: 200px;
}
.comments-wr {
  padding: 0 15px;
}
.comments-wr .comment:before,
.comments-wr .comment:after {
  display: table;
  content: " ";
}
.comments-wr .comment:after {
  clear: both;
}
.comments-wr .comment {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.comments-wr .comment:last-child {
  border-bottom: 0;
}
.comments-wr .comment p {
  padding: 0;
}
.comments-wr .comment .comment {
  margin: 12px 0 0 60px;
  padding-bottom: 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.comments-wr .comment img {
  width: 48px;
  float: left;
}
.comments-wr .comment p {
  margin-left: 60px;
  color: #777;
}
.comments-wr .comment .comment-author {
  display: block;
}
.comments-wr .comment .comment-author a {
  font-weight: 600;
}
.comment-form {
  padding: 15px 15px;
}
.comment-form h2 {
  margin-bottom: 15px;
}
.widget {
  margin-bottom: 30px;
}
.boxed {
  background: #fff;
  border: 1px solid #e0eded;
  position: relative;
}
.boxed-blue {
  background: #1c588f;
}
.boxed-dark {
  background: #142439;
}
.boxed-light {
  background: #e5eff6;
}
.boxed.red-line {
  border-top: 4px solid #c9376e;
}
.boxed.green-line {
  border-top: 4px solid #9cd70e;
}
.boxed.blue-line {
  border-top: 4px solid #4bb4e8;
}
.widget-container {
  margin-bottom: 30px;
  border: 1px solid #e0eded;
}
.widget-full-width {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .content,
  .sidebar {
    padding: 20px 0;
  }
}
.widget-recent-stories {
  background: #e6edf2;
}
.widget-recent .widget-title {
  padding: 26px 24px 28px;
}
.widget-recent li {
  padding: 10px 0;
  border-bottom: 1px solid #e0eded;
}
.widget-recent li:first-child {
  padding-top: 0;
  border-top: 0;
}
.widget-recent.widget-recent-boxed li {
  padding: 10px 15px;
}
.widget-recent li:last-child {
  border: 0;
}
.widget-recent-stories li:nth-child(odd) {
  background: #c6d3dd;
}
.widget-recent-comments li:nth-child(odd) {
  background: #e4f1fe;
}
.widget-recent .post-thumb {
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.widget-recent-stories .post-thumb,
.widget-recent-stories .post-thumb img {
  border-radius: 50%;
}
.widget-recent-comments li:nth-child(even) .post-thumb {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.widget-recent .post-thumb img {
  display: block;
  width: 100%;
  height: 100% !important;
}
.widget-recent .post-title,
.widget-recent .comment-author {
  display: block;
  margin-bottom: 0;
}
.widget-recent .comment-author {
  font-size: 12px;
  color: #ed1b33;
}
.widget-recent .post-title,
.widget-recent .comment-author a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}
.widget-recent .post-desc,
.widget-recent .comment-entry {
  display: block;
  font-size: 12px;
  color: #22313f;
  line-height: 17px;
}
.widget-recent .post-meta-bot {
  padding: 21px 0;
  text-align: center;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
  .widget-recent li {
    padding: 8px;
  }
  .widget-recent .post-thumb {
    margin-right: 5px;
    margin-top: 3px;
  }
  .widget-recent-comments li:nth-child(odd) .post-thumb {
    margin-left: 5px;
  }
}
.container .jumbotron {
  padding: 0;
  border-radius: 0;
}
.jumbotron {
  overflow: hidden;
  line-height: normal;
  background: #f7fafc;
  padding: 0 !important;
  /*for IE8*/
  margin: 0;
}
.jumbotron-left,
.jumbotron-right {
  float: left;
}
.jumbotron-left {
  width: 70%;
  z-index: 1;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
}
.jumbotron-right {
  width: 30%;
}
/*Responsive*/
@media (min-width: 768px) and (max-width: 992px) {
  .jumbotron-left {
    width: 60%;
  }
  .jumbotron-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .jumbotron-left,
  .jumbotron-right {
    float: none;
    width: 100%;
  }
  .jumbotron-title {
    top: 10px;
    left: 10px;
  }
  .jumbotron-title h1 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .jumbotron-title span {
    font-size: 12px;
  }
  .jumbotron-title i {
    display: none;
  }
}
@media (max-width: 479px) {
  .jumbotron .post-item .post-meta-top {
    float: none;
    width: 100%;
  }
  .jumbotron .post-item .post-image {
    margin: 0 0 10px 0;
  }
}
.media-photos-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
.media-photos-list > li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.media-photos-list > li img {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.media-photos-list > li img:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
ul.ul-default {
  margin-left: 15px;
}
ul.ul-default > li {
  list-style-type: disc;
}
ul.ul-default > li > ul {
  margin-left: 30px;
}
ul.ul-default > li > ul > li {
  list-style-type: circle;
}
ul.ul-default-ustyled > li {
  list-style-type: none;
}
ul.ul-default-ustyled > li > ul {
  margin-left: 30px;
}
ul.ul-default-ustyled > li > ul > li {
  list-style-type: circle;
}
ol.ol-default {
  margin-left: 15px;
}
ol.ol-default > li {
  list-style-type: decimal;
}
ol.ol-default > li > ul {
  margin-left: 30px;
}
ol.ol-default > li > ul > li {
  list-style-type: lower-alpha;
}
ul.popular {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.popular li {
  clear: left;
  border-bottom: 1px dotted #f1f1f1;
  padding: 10px 0;
  display: block;
  width: 100%;
}
ul.popular li:first-child {
  padding-top: 0;
}
ul.popular li img {
  width: 60px;
}
ul.popular li p {
  margin-left: 70px;
}
ul.popular li i {
  color: #a1a1a1;
  display: block;
  font-style: normal;
  font-size: 12px;
}
ul.popular li h3 {
  margin: 0 0 0 70px;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
ul.popular li h3 a {
  font-size: 13px;
  font-weight: 600;
}
ul.popular li a {
  font-weight: 400;
  line-height: 18px;
}
ul.popular li a:hover {
  text-decoration: none;
  color: #464646;
}
ul.popular li span {
  font-size: 12px;
}
ul.thumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.thumb-list li {
  clear: left;
  border-bottom: 1px dotted #e0eded;
  padding: 10px 0;
  display: block;
  width: 100%;
}
ul.thumb-list li:first-child {
  padding-top: 0;
}
ul.thumb-list li img {
  width: 90px;
}
ul.thumb-list li p {
  margin-left: 100px;
}
ul.thumb-list li .thumb-item-text {
  margin-left: 100px;
}
ul.thumb-list li i {
  color: #a1a1a1;
  display: block;
  font-style: normal;
  font-size: 12px;
}
ul.thumb-list li h3 {
  margin: 0 0 0 100px;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
ul.thumb-list li h3 a {
  font-size: 13px;
  font-weight: 600;
}
ul.thumb-list li a {
  font-weight: 400;
  line-height: 18px;
}
ul.thumb-list li a:hover {
  text-decoration: none;
  color: #464646;
}
ul.thumb-list li span {
  font-size: 12px;
}
ul.featured {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.featured li {
  clear: left;
  border-bottom: 1px dotted #e0eded;
  padding: 10px 0 10px 0;
  display: block;
  width: 100%;
}
ul.featured li:last-child {
  border: 0;
  padding-bottom: 0;
}
ul.featured li .featured-item {
  display: table;
  width: 100%;
}
ul.featured li .featured-item .featured-item-img {
  display: table-cell;
  width: 35%;
  vertical-align: top;
}
ul.featured li .featured-item .feature-item-info {
  display: table-cell;
  padding-left: 8px;
  vertical-align: top;
}
ul.featured li img {
  width: 100%;
}
ul.featured li .title {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
ul.featured li .title a {
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}
ul.featured li p {
  font-size: 13px;
  line-height: 17px;
}
ul.featured li span {
  font-size: 12px;
}
ul.featured li .price {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  color: #22313f;
}
ul.featured li .price.discount {
  text-decoration: line-through;
  color: #999999;
  font-size: 12px;
  margin-right: 8px;
  font-weight: 400;
}
ul.featured li .featured-content {
  padding-left: 10px;
}
ul.featured-vertical li:last-child {
  border-bottom: 0;
}
ul.featured-vertical li .title {
  margin-top: 10px;
}
ul.featured-vertical li .title a {
  font-size: 14px;
}
ul.featured-vertical li .price-wr {
  display: table-cell;
}
ul.featured-vertical li .price {
  font-size: 16px;
  font-weight: 600;
  color: #52b3d9;
}
ul.featured-vertical li .period {
  color: #999999;
  margin-left: 3px;
}
ul.featured-vertical li .capacity-wr {
  display: table-cell;
}
ul.featured-vertical li .capacity {
  display: block;
  float: right;
}
ul.featured-vertical li .capacity i {
  margin-left: 3px;
  float: left;
  color: #999999;
}
ul.recent {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.recent li {
  border-bottom: 1px dotted #e9e9e9;
}
ul.recent li:last-child {
  border: 0;
  padding-bottom: 0;
}
ul.recent li a {
  display: block;
  padding: 10px 0;
}
ul.recent li a:hover {
  border-color: #75b918;
}
ul.recent li h6 {
  margin: 0 0 10px 0;
}
ul.recent li h6 a {
  color: #353535;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
}
ul.meta-list {
  margin: 0;
  padding: 10px 15px 15px 15px;
  display: block;
  list-style: none;
}
ul.meta-list li:first-child {
  padding: 0;
  border-left: 0;
}
ul.meta-list li {
  display: inline-block;
  color: #a1a1a1;
}
ul.meta-list li a {
  color: #7a92ac;
}
ul.meta-list li a:hover {
  color: #e06d58;
  text-decoration: underline;
}
ul.bullet {
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
ul.bullet li {
  clear: left;
  padding: 10px 0;
  display: block;
  width: 100%;
}
ul.bullet li > figure {
  margin: 5px 0 0 0;
  padding: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 8px 0 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: left;
}
ul.bullet li img {
  width: 60px;
}
ul.bullet li h3 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  display: inline-block;
}
ul.bullet li p {
  margin: 0 0 0 50px;
  padding: 0;
}
ul.bullet li span {
  margin-left: 6px;
}
ul.bullet li a {
  font-weight: 500;
}
ul.bullet li a:hover {
  text-decoration: none;
  color: #464646;
}
ul.bullet li span {
  font-size: 12px;
}
ul.list-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-carousel li {
  padding: 6px 0;
  display: block;
  width: 100%;
  font-size: 22px;
}
@media (max-width: 480px) {
  ul.list-carousel li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  ul.list-carousel li {
    font-size: 18px;
  }
}
ul.list-carousel li i {
  font-style: normal;
  margin-right: 4px;
}
ul.list-carousel li a {
  font-weight: 500;
}
ul.list-carousel li a:hover {
  text-decoration: none;
  color: #a1a1a1;
}
ul.list-carousel li span {
  font-size: 14px;
}
ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
ul.social-icons li {
  display: inline-block;
}
ul.social-icons li a {
  display: block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}
ul.social-icons li:hover a {
  color: #fff !important;
}
ul.social-icons li.text {
  height: 32px;
  padding-left: 10px;
  line-height: 32px;
}
ul.social-icons li.facebook:hover {
  background: #43609c;
  color: #fff !important;
}
ul.social-icons li.twitter:hover {
  background: #00aced;
  color: #fff !important;
}
ul.social-icons li.linkedin:hover {
  background: #517fa4;
  color: #fff !important;
}
dl.dl-group dt {
  font-size: 16px;
  color: #2c3e50;
}
dl.dl-group dd {
  margin-bottom: 10px;
}
.wp-masonry-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.wp-masonry-2-cols .wp-masonry-gutter {
  width: 4%;
}
.wp-masonry-2-cols .wp-masonry-block {
  float: left;
  width: 48%;
  margin-bottom: 25px;
}
.wp-masonry-3-cols .wp-masonry-gutter {
  width: 2%;
}
.wp-masonry-3-cols .wp-masonry-block {
  float: left;
  width: 32%;
  margin-bottom: 25px;
}
.wp-masonry-4-cols .wp-masonry-gutter {
  width: 2%;
}
.wp-masonry-4-cols .wp-masonry-block {
  float: left;
  width: 23.500545%;
  margin-bottom: 25px;
}
.wp-masonry-block.col-2 {
  width: 49.1%;
}
.wp-masonry-block.height2 {
  height: 200px;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
  vertical-align: top;
}
.cell-15 {
  width: 15%;
}
.cell-20 {
  width: 20%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  cursor: default;
}
.table.table-no-border > thead > tr > th,
.table.table-no-border > tbody > tr > th,
.table.table-no-border > tfoot > tr > th,
.table.table-no-border > thead > tr > td,
.table.table-no-border > tbody > tr > td,
.table.table-no-border > tfoot > tr > td {
  border-top: 0;
  padding: 0;
}
ul.list-listings.blog-list li {
  border: 0;
}
ul.list-listings.blog-list .listing-header {
  clear: both;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: uppercase;
}
ul.list-listings.blog-list .listing-image {
  width: 35%;
  float: left;
}
ul.list-listings.blog-list .listing-image img {
  width: 100%;
}
ul.list-listings.blog-list .listing-body {
  width: 65%;
  height: auto;
  max-height: auto;
  padding: 0 15px;
  float: left;
}
ul.list-listings.blog-list .listing-body h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: none;
}
ul.list-listings.blog-list .listing-body h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  text-transform: none;
}
ul.list-listings.blog-list .listing-actions {
  width: 15%;
  height: 180px;
  position: relative;
  padding-top: 20px;
  float: left;
  text-align: center;
}
ul.list-listings.blog-list .listing-actions .btn {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
ul.list-listings.blog-list .list-item-info {
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
}
ul.list-listings.blog-list .list-item-info a {
  color: #ed1b33;
}
.blog-masonry .wp-box,
.blog-grid .wp-box,
.blog-list .wp-box {
  margin-bottom: 25px;
}
.wp-box.blog-post {
  border: 0;
  padding: 0;
}
.blog-post h2 {
  font-size: 18px;
  line-height: 24px;
  color: #3b3e43;
  border: 0;
  padding: 25px 0px 0px 0px !important;
}
.blog-post p {
  padding: 8px 0px !important;
  font-size: 14px;
  color: #777;
}
.blog-post blockquote {
  margin: 8px 0px;
}
.blog-post .meta-list {
  padding-left: 0 !important;
}
.blog-post img {
  width: 100%;
}
.side-info {
  display: block;
}
.side-info .date {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.side-info .date strong {
  display: block;
  margin-bottom: 5px;
  font-size: 33px;
  font-weight: normal;
}
.post-item {
  margin-bottom: 20px;
  position: relative;
}
.post-title {
  margin-top: 20px;
}
.post-image {
  position: relative;
}
.post-image img {
  display: block;
  width: 100%;
}
.post-tags {
  font-size: 11px;
  color: #999999;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.post-tags a {
  color: #ed1b33;
}
.post-tags a:hover {
  text-decoration: underline;
}
.post-meta-bot .post-author,
.post-meta-bot .post-comments {
  float: left;
  font-size: 12px;
  color: #22313f;
  text-transform: uppercase;
  line-height: 14px;
}
.post-meta-bot .post-author a,
.post-meta-bot .post-comments a {
  color: #ed1b33;
}
.post-meta-bot .post-more {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #3999d4;
  text-transform: uppercase;
}
.post-meta-bot .post-more a {
  color: #3999d4;
}
.post-meta-bot .btn {
  float: right;
}
@media (max-width: 479px) {
  .post-title {
    font-size: 21px;
  }
}
.post-item.style1 {
  border: 1px solid #e0eded;
}
.post-item.style1 .post-video {
  margin-bottom: 60px;
}
.post-item.style1 .post-meta-top {
  position: relative;
}
.post-item.style1 .post-title {
  margin: 15px 0 8px 0;
  padding: 0 15px;
  line-height: 22px;
}
.post-item.style1 .post-title a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: none;
}
.post-item.style1 .post-content {
  padding: 0 15px;
}
.post-item.style1 .post-content .post-desc {
  text-align: justify;
}
.post-item.boxed.style1 .post-content {
  padding: 24px 40px 12px 28px;
}
.post-item.style1 .post-tags {
  margin-bottom: 10px;
  font-style: normal;
}
.post-item.style1 .post-comments {
  float: right;
  margin-left: 30px;
  font-size: 12px;
  color: #22313f;
  text-align: center;
  text-transform: uppercase;
}
.post-item.style1 .post-comments strong {
  display: block;
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: 700;
  color: #52b3d9;
}
.post-item.style1 .post-meta-bot {
  border-top: 1px solid #e0eded;
}
.post-item.style1 .post-meta-bot .like-button {
  position: relative;
  padding: 10px 15px;
  border-left: 1px solid #e0eded;
  background: #e4f1fe;
  border-bottom-right-radius: 2px;
}
.post-item.style1 .post-meta-bot .like-button .button i {
  color: #999999;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .35s;
}
.post-item.style1 .post-meta-bot .like-button .count {
  display: none;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999999;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .35s;
}
.post-item.style1 .post-meta-bot .like-button:hover .button i {
  color: #ed1b33;
}
.post-item.style1 .post-meta-bot .like-button.checked .button i {
  color: #ed1b33;
}
.post-item.style1 .post-meta-bot .like-button:hover .count {
  display: block;
}
.post-item.style1 .post-meta-bot .post-author {
  float: left;
  line-height: 55px;
  padding-left: 15px;
}
.post-item.style2 {
  padding-left: 95px;
}
.post-item.style2 .post-meta {
  width: 74px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  text-transform: uppercase;
}
.post-item.style2 .post-meta .date {
  color: #22313f;
  font-family: "Raleway", sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #e0eded;
}
.post-item.style2 .post-meta .date .icon {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 6px;
}
.post-item.style2 .post-meta .date .month {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.post-item.style2 .post-meta .date .day {
  display: block;
  font-size: 36px;
  font-weight: 600;
}
.post-item.style2 .post-content-wr {
  position: relative;
}
.post-item.style2 .post-video {
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
}
.post-item.style2 .post-meta-top {
  position: relative;
}
.post-item.style2 .post-title {
  margin: 15px 0 8px 0;
  line-height: 26px;
}
.post-item.style2 .post-title a {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
}
.post-item.style2 .post-content {
  padding-bottom: 0;
}
.post-item.style2 .post-content .post-desc {
  text-align: justify;
}
.post-item.boxed.style2 .post-content {
  padding: 24px 40px 12px 28px;
}
.post-item.style2 .post-tags {
  margin-bottom: 10px;
  font-style: normal;
}
.post-item.style2 .post-comments {
  padding: 10px;
  float: right;
  margin-left: 15px;
  font-size: 12px;
  color: #22313f;
  text-align: center;
  text-transform: uppercase;
  background: #e4f1fe;
  border-radius: 2px;
}
.post-item.style2 .post-comments strong {
  display: block;
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: 700;
  color: #52b3d9;
}
.post-item.style2 .post-meta-bot {
  border-top: 1px solid #e0eded;
  padding: 20px 0;
}
.comment-list {
  position: relative;
  margin-bottom: 30px;
}
.comment-list .comment-count {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #22313f;
}
.link-add-comment {
  position: absolute;
  top: 8px;
  right: 2px;
  color: #ed1b33;
}
.link-add-comment:hover {
  color: #ed1b33;
  text-decoration: underline;
}
.comment-list li.comment {
  padding-left: 80px;
  position: relative;
}
.comment-list .children li.comment:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -28px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.comment-body {
  padding: 23px 20px;
  position: relative;
  margin-bottom: 18px;
  background: #e4f1fe;
  border: 1px solid #e0eded;
}
.comment-body:before,
.comment-body:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  left: -16px;
  border: solid transparent;
}
.comment-body:after {
  border-color: transparent;
  border-right-color: #e4f1fe;
  border-width: 8px;
}
.comment-body:before {
  border-color: transparent;
  border-right-color: #e0eded;
  border-width: 9px;
  margin-top: -1px;
  left: -18px;
}
.comment-avatar {
  position: absolute;
  top: 0;
  left: -80px;
  width: 65px;
  height: 65px;
  border: 3px solid #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.comment-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.comment-author {
  margin-bottom: 5px;
}
.comment-author .link-author {
  float: left;
  font-size: 16px;
  color: #22313f;
  font-weight: 500;
}
.comment-author .comment-meta {
  float: right;
  font-size: 12px;
  color: #999999;
  text-align: right;
}
.comment-author .comment-meta .link-reply {
  color: #ed1b33;
}
.comment-entry {
  line-height: 19px;
}
@media (max-width: 479px) {
  .comment-list .children li.comment {
    margin-left: -80px;
  }
  .comment-list .children li.comment:before {
    display: none;
  }
  .link-add-comment {
    top: 30px;
    left: 0;
    right: auto;
  }
  .comment-author .link-author,
  .comment-author .comment-meta {
    float: none;
    text-align: left;
    display: block;
  }
  .comment-body {
    padding: 10px;
  }
}
.widget-tags {
  background: #e6edf2;
  padding: 22px 20px 26px;
}
.widget-tags .inner {
  background: #fff;
  padding: 10px 16px 28px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.widget-tags .widget-title {
  font-size: 32px;
  color: #21649c;
  padding: 13px 9px 19px;
  margin: 0;
}
.widget-tags .widget-title i {
  width: 24px;
  height: 24px;
  border: 2px solid #3999d4;
  border-radius: 50%;
  cursor: pointer;
  background: url('/static/less/images/arrows-thin.png') -27px -28px no-repeat;
  cursor: default;
  margin: 0 0 0 12px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .widget-tags .widget-title i {
    background-image: url('/static/less/images/arrows-thin-x2.png');
    background-size: 50px auto;
  }
}
.tagcloud a {
  float: left;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 6px 10px;
  margin: 0 4px 4px 0;
  background: #ed1b33;
  border-radius: 2px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.tagcloud a:hover {
  background: #f14a5d;
}
.tagcloud.bordered a {
  background: transparent;
  border: 1px solid #ed1b33;
  color: #ed1b33;
}
.tagcloud.bordered.base a {
  background: transparent;
  border: 1px solid #ed1b33;
  color: #ed1b33;
}
.tagcloud.bordered.base a:hover {
  background: #ed1b33;
  color: #ffffff;
}
.tagcloud.bordered.base-alt a {
  background: transparent;
  border: 1px solid #52b3d9;
  color: #52b3d9;
}
.tagcloud.bordered.base-alt a:hover {
  background: #52b3d9;
  color: #ffffff;
}
.tagcloud.bordered.light a {
  background: transparent;
  border: 1px solid #ecf0f1;
  color: #34495e;
}
.tagcloud.bordered.light a:hover {
  background: #ecf0f1;
  color: #34495e;
}
.tagcloud.bordered.dark a {
  background: transparent;
  border: 1px solid #34495e;
  color: #34495e;
}
.tagcloud.bordered.dark a:hover {
  background: #34495e;
  color: #FFF;
}
.tagcloud.base,
.tagcloud.base-alt,
.tagcloud.light,
.tagcloud.dark {
  background: transparent;
}
.tagcloud.base a {
  background: #ed1b33;
}
.tagcloud.base a:hover {
  background: #f14a5d;
}
.tagcloud.base-alt a {
  background: #52b3d9;
}
.tagcloud.base-alt a:hover {
  background: #7cc5e2;
}
.tagcloud.light a {
  background: #ecf0f1;
}
.tagcloud.light a:hover {
  background: #ffffff;
}
.tagcloud.dark a {
  background: #34495e;
}
.tagcloud.dark a:hover {
  background: #46627f;
}
.widget-tags.styled {
  background: #fff;
  padding: 0;
}
.widget-tags.styled .inner {
  background: none;
  padding: 5px 26px 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
  .widget-tags.styled .inner {
    padding: 0px 15px 20px;
  }
}
.ribbon {
  position: absolute;
  top: 20px;
  right: -5px;
  padding: 15px;
}
.ribbon.base {
  background: #ed1b33;
  color: #ffffff;
  border-right: 5px solid #f47a88;
}
.ribbon.light {
  background: #ecf0f1;
  color: #2c3e50;
  border-right: 5px solid #dde4e6;
}
.ribbon.dark {
  background: #34495e;
  color: #FFF;
  border-right: 5px solid #587ca0;
}
.ribbon.base-alt {
  background: #52b3d9;
  color: #ffffff;
  border-right: 5px solid #a6d8eb;
}
.ribbon.red {
  background: #e91b23;
  color: #FFF;
  border-right: 5px solid #f2787d;
}
.ribbon.orange {
  background: #ff8a3c;
  color: #FFF;
  border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
  background: #ffd800;
  color: #FFF;
  border-right: 5px solid #ffe866;
}
.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  left: -9px;
  border-left: 10px solid transparent;
}
.ribbon:before {
  top: 0;
}
.ribbon:after {
  bottom: 0;
}
.ribbon.base:before {
  border-top: 27px solid #ed1b33;
}
.ribbon.base:after {
  border-bottom: 27px solid #ed1b33;
}
.ribbon.light:before {
  border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
  border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
  border-top: 27px solid #34495e;
}
.ribbon.dark:after {
  border-bottom: 27px solid #34495e;
}
.ribbon.base-alt:before {
  border-top: 27px solid #52b3d9;
}
.ribbon.base-alt:after {
  border-bottom: 27px solid #52b3d9;
}
.ribbon.red:before {
  border-top: 27px solid #e91b23;
}
.ribbon.red:after {
  border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
  border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
  border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
  border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
  border-bottom: 27px solid #ffd800;
}
.ribbon span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.badge-corner:empty {
  display: inline-block;
}
.badge-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 66px solid #888;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-left: 66px solid transparent;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.badge-corner span {
  position: absolute;
  top: -52px;
  left: -28px;
  font-size: 16px;
  color: #fff;
}
.badge-corner-base {
  border-top-color: #ed1b33;
}
.badge-corner-alt {
  border-top-color: #52b3d9;
}
.badge-corner-light {
  border-top-color: #ecf0f1;
}
.badge-corner-light span {
  color: #2c3e50;
}
.badge-corner-dark {
  border-top-color: #34495e;
}
.badge-corner-orange {
  border-top-color: #ff8a3c;
}
.star-rating {
  display: block;
}
.star-rating i {
  display: inline-block !important;
  color: #f7e90c !important;
}
.review-rating {
  font-size: 12px;
}
.rating {
  display: inline-block;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer;
}
.rating span.star:before {
  content: "\f005";
  display: block;
  font-size: 14px;
  color: #f3f3f3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.rating-large span.star:before {
  font-size: 18px;
}
.rating span.voted:before {
  color: #f7e90c;
}
.rating:hover span.star:before {
  color: #f3f3f3 !important;
}
.rating:hover span.star.over:before {
  color: #f7e90c !important;
}
.skills {
  clear: both;
  width: 100%;
}
.skills ul,
.skills li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
  padding: 0;
}
.skills li {
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 1px;
  font-size: 18px;
}
.skills .jq {
  background: #97BE0D;
}
.skills .css {
  background: #D84F5F;
}
.skills .html {
  background: #88B8E6;
}
.skills .php {
  background: #BEDBE9;
}
.skills .sql {
  background: #EDEBEE;
}
.sky-form a {
  color: #ed1b33;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background: #ffffff;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
  border-color: #e0eded;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
  background-color: #ed1b33;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #ed1b33;
}
.sky-form .radio,
.sky-form .checkbox {
  margin-bottom: 4px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #22313f;
  cursor: pointer;
}
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #ed1b33;
}
.sky-form .radio input + i:after {
  background-color: #ed1b33;
}
.sky-form .checkbox input + i:after {
  color: #ed1b33;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #ed1b33;
}
.sky-form .rating input:checked ~ label {
  color: #ed1b33;
}
.ui-datepicker-inline {
  border: 2px solid #e0eded;
  background: #fff;
  box-shadow: none;
}
.sky-form .ui-slider {
  position: relative;
  height: 3px;
  border: 2px solid #e0eded;
  background: #fff;
  margin: 12px 6px 26px;
}
.sky-form .ui-slider-handle {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border: 2px solid #e0eded;
  outline: none;
  background: #fff;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
ol.progtrckr {
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
}
ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}
ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%;
}
ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%;
}
ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%;
}
ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%;
}
ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%;
}
ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%;
}
ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%;
}
ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%;
}
ol.progtrckr li.progtrckr-done {
  color: #22313f;
  border-bottom: 4px solid #52b3d9;
}
ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}
ol.progtrckr li:after {
  content: "\00a0\00a0";
  font-family: FontAwesome;
}
ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #ffffff;
  background-color: #52b3d9;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
  content: "\f111";
  font-family: FontAwesome;
  color: silver;
  background-color: transparent;
  font-size: 1.5em;
  bottom: -1.6em;
}
.social-media {
  position: relative;
}
.social-media i {
  z-index: 2200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  font-size: 18px;
  background: #ddd;
  color: #333;
  border-radius: 2px;
}
.social-media.social-media-sm i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 10px 5px 0 0;
  font-size: 13px;
}
.social-media.social-media-lg i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
}
.social-media .facebook {
  background: #43609c;
  color: #FFF;
}
.social-media .twitter {
  background: #62addb;
  color: #FFF;
}
.social-media .google {
  background: #dd4b39;
  color: #FFF;
}
.social-media i:hover {
  background: transparent;
  color: #a1a1a1;
}
.form-errors {
  width: 100%;
  margin-bottom: 20px;
}
.form-errors .error {
  display: block;
  color: #ce1a33;
  font-weight: 500;
}
.help-inline {
  font-size: 11px;
  color: #B8321F;
  position: relative;
  top: -8px;
}
#info-box {
  display: none;
  text-align: center;
  margin-top: 30px;
  color: #59b540;
}
#info-box h2 {
  font-size: 16px;
  font-weight: 600;
}
.testimonial-text {
  width: 70%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 24px;
}
.testimonial-author {
  display: block;
  text-align: center;
  color: #a1a1a1;
  font-style: italic;
}
.carousel-testimonials .testimonial-author-info {
  padding-top: 28px;
}
.carousel-testimonials .testimonial-author-info a {
  padding-left: 20px;
}
.contact-info {
  margin-bottom: 20px;
}
.contact-info h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.contact-info h5 i {
  margin-right: 4px;
  color: #ed1b33;
}
.contact-info-inline p {
  margin: 0;
  padding: 0;
}
.client {
  border: 1px solid #e0eded;
  padding: 0 15px;
  background: transparent;
}
.client img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.client img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
footer {
  padding-top: 15px;
  padding-bottom: 20px;
  min-height: 30px;
  background: #22313f;
}
footer:before,
footer:after {
  display: table;
  content: " ";
}
footer:after {
  clear: both;
}
footer .col.reset {
  margin: 0;
}
footer h4 {
  margin-top: 20px;
  color: #ccc;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}
footer .col p {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 10px;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
footer .col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .col ul li {
  color: #8F8F8F;
}
footer .col ul li span {
  color: #FFF;
}
footer .col address {
  color: #ddd;
  padding: 8px 0;
}
footer .company-info {
  font-size: 10px;
  text-align: justify;
}
footer .company-info h2 {
  font-size: 14px;
  font-weight: 600;
}
footer .col.col-social-icons i {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #333;
  border-radius: 2px;
}
footer form {
  margin-top: 20px;
}
footer hr {
  border-top: 1px solid #444;
}
footer .copyright {
  color: #FFF;
}
.fontawesome-icon-list {
  margin-top: 22px;
}
.fontawesome-icon-list .fa-hover a {
  display: block;
  color: #222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 0;
}
.fontawesome-icon-list .fa-hover a .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.fontawesome-icon-list .fa-hover a:hover {
  background-color: #1d9d74;
  color: #fff;
  text-decoration: none;
}
.fontawesome-icon-list .fa-hover a:hover .fa {
  font-size: 28px;
  vertical-align: -6px;
}
.fontawesome-icon-list .fa-hover a:hover .text-muted {
  color: #bbe2d5;
}
blockquote footer {
  background: transparent;
}
.blockquote-1:hover {
  border-color: #ed1b33;
}
.blockquote-1 p {
  font-size: 13px;
}
.section-title-wr {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.section-title-wr.base,
.section-title-wr.dark,
.section-title-wr.light,
.section-title-wr.base-alt {
  background: transparent;
}
.section-title-wr .aux-nav {
  display: table-cell;
  width: 30%;
  padding: 8px 0;
  text-align: right;
}
.section-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  position: relative;
}
.section-title.left {
  display: table-cell;
  color: #22313f;
  font-size: 20px;
}
.section-title.left small {
  display: block;
  margin-top: 4px;
  color: #999999;
}
.section-title-wr .section-title.center {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #22313f;
}
.section-title-wr .section-title.center small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #999999;
}
.section-title-wr.style-2 {
  margin-bottom: 15px;
  border-bottom: 2px solid #ed1b33;
}
.section-title-wr.style-2 .aux-nav a {
  color: #22313f;
}
.section-title-wr.style-2 .section-title.left {
  padding: 0;
}
.section-title-wr.style-2 .section-title.left span {
  display: inline-block;
  margin-bottom: 2px;
  padding: 10px 15px;
}
.section-title-wr.style-2 .section-title.left small {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}
.section-title-wr.style-2.base {
  border-color: #ed1b33;
}
.section-title-wr.style-2.light {
  border-color: #ecf0f1;
}
.section-title-wr.style-2.dark {
  border-color: #34495e;
}
.section-title-wr.style-2.base-alt {
  border-color: #52b3d9;
}
.section-title-wr.style-2.base .section-title.left span {
  background: #ed1b33;
  color: #ffffff;
}
.section-title-wr.style-2.light .section-title.left span {
  background: #ecf0f1;
  color: #22313f;
}
.section-title-wr.style-2.dark .section-title.left span {
  background: #34495e;
  color: #FFF;
}
.section-title-wr.style-2.base-alt .section-title.left span {
  background: #52b3d9;
  color: #ffffff;
}
.section-title-wr.style-3 {
  margin-bottom: 20px;
}
.section-title-wr.style-3 span {
  padding-bottom: 4px;
  border-bottom: 1px solid #22313f;
}
.section-title-wr.style-3 small {
  margin-top: 12px !important;
  color: #999999;
}
.base .section-title-wr.style-3 span {
  border-bottom: 1px solid #ffffff;
}
.base-alt .section-title-wr.style-3 span {
  border-bottom: 1px solid #ffffff;
}
.light .section-title-wr.style-3 span {
  border-bottom: 1px solid #333333;
}
.dark .section-title-wr.style-3 span {
  border-bottom: 1px solid #ffffff;
}
.section-title-wr.style-4 {
  margin-bottom: 15px;
}
.section-title-wr.style-4 .section-title {
  border-bottom: 1px solid #e0eded;
  padding-bottom: 5px;
}
.section-title-wr.style-4 span {
  padding-bottom: 4px;
  border-bottom: 3px solid #ed1b33;
  background: #FFF;
}
.section-title-wr.style-4 {
  margin-bottom: 15px;
}
.section-title-wr.style-4 span {
  padding-bottom: 4px;
}
.section-title-wr.style-4 span:after {
  border-bottom: 1px solid #22313f;
}
.section-title-wr.style-4 small {
  margin-top: 14px;
  color: #999999;
}
.layer-slider-wrapper {
  font-size: 20px;
  overflow: hidden;
  border: 0;
  padding: 0;
}
.layer-slider-static {
  height: 540px;
}
.layer-slider-dynamic {
  max-height: auto !important;
}
.layer-slider-wrapper .title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}
.layer-slider-wrapper .title-xs {
  font-size: 24px;
  line-height: 28px;
}
.layer-slider-wrapper .title-sm {
  font-size: 36px;
  line-height: 46px;
}
.layer-slider-wrapper .title-md {
  font-size: 64px;
  line-height: 68px;
}
.layer-slider-wrapper .title-lg {
  font-size: 80px;
  line-height: 84px;
}
.layer-slider-wrapper .text-shadow {
  text-shadow: 0 2px 2px #222;
}
.layer-slider-wrapper .subtitle {
  font-size: 22px;
  line-height: 30px;
  color: #ed1b33;
  text-transform: capitalize;
}
.layer-slider-wrapper .list-item {
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  color: #ed1b33;
  text-transform: capitalize;
}
.layer-slider-wrapper .list-item-2 span {
  background: #ed1b33;
  font-size: 18px;
  padding: 10px 15px;
  color: #ffffff;
}
.layer-slider-wrapper .list-item-2 i {
  padding: 12px 12px 11px 12px;
  font-size: 20px;
  background: #333333;
  color: #ffffff;
}
.layer-slider-wrapper .text-standard {
  font-size: 16px;
  line-height: 22px;
}
.layer-slider-wrapper .text-bordered {
  padding: 30px;
  border: 2px solid #FFF;
}
.layer-slider-wrapper .text-wrapped {
  padding: 30px;
}
.static-page-image {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.static-page-image img {
  width: 100%;
}
.static-page-image .description-left {
  position: absolute;
  width: 40%;
  top: 50px;
  left: 120px;
  width: 514px;
  height: 290px;
}
.static-page-image .description-left .title {
  font-size: 3vw;
  margin: 0 0 15px 0;
  padding: 10px 0;
  line-height: 3.5vw;
  font-weight: 600;
}
.static-page-image .description-left .subtitle {
  font-size: 1.5vw;
  margin: 20px 0;
  display: block;
  line-height: 1.8vw;
  text-transform: none;
}
.static-page-image .description-left p {
  font-size: 16px;
  margin: 0;
}
.static-page-image .title {
  font-size: 3vw !important;
  line-height: 3.5vw;
  font-weight: 400;
}
.static-page-image .title-xs {
  font-size: 2vw;
  line-height: 2.5vw;
}
.static-page-image .title-sm {
  font-size: 2.5vw !important;
  line-height: 3vw;
}
.static-page-image .title-md {
  font-size: 3vw !important;
  line-height: 3.5vw;
}
.static-page-image .title-lg {
  font-size: 5.5vw !important;
  line-height: 6vw;
}
.static-page-image .text-shadow {
  text-shadow: 0 2px 2px #222;
}
.static-page-image .subtitle {
  font-size: 22px;
  line-height: 30px;
  color: #ed1b33;
  text-transform: capitalize;
}
.static-page-image .list-item {
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  color: #ed1b33;
  text-transform: capitalize;
}
.static-page-image .list-item-2 span {
  background: #ed1b33;
  font-size: 18px;
  padding: 10px 15px;
  color: #ffffff;
}
.static-page-image .list-item-2 i {
  padding: 12px 12px 11px 12px;
  font-size: 20px;
  background: #333333;
  color: #ffffff;
}
.static-page-image .text-standard {
  font-size: 16px;
  line-height: 22px;
}
.static-page-image .text-bordered {
  padding: 30px;
  border: 2px solid #FFF;
}
.static-page-image .text-wrapped {
  padding: 30px;
}
.box-element {
  padding: 20px;
}
.box-element:nth-child(n+1) {
  margin-top: 20px;
}
.box-element h1 {
  margin: 10px 0 !important;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.box-element.box-element-bordered {
  background: transparent !important;
  border: 1px solid;
}
.box-element.box-element-bordered.base {
  border-color: #ed1b33;
  color: #ed1b33 !important;
}
.box-element.box-element-bordered.base h1 {
  color: #ed1b33;
  color: #ed1b33 !important;
}
.box-element.box-element-bordered.base-alt {
  border-color: #52b3d9;
  color: #52b3d9;
}
.box-element.box-element-bordered.base-alt h1 {
  color: #52b3d9;
  color: #52b3d9 !important;
}
.box-element.box-element-bordered.light {
  border-color: #ecf0f1;
  color: #ecf0f1 !important;
}
.box-element.box-element-bordered.light h1 {
  border-color: #ecf0f1;
  color: #ecf0f1 !important;
}
.box-element.box-element-bordered.dark {
  border-color: #34495e;
  color: #34495e !important;
}
.box-element.box-element-bordered.dark h1 {
  color: #34495e;
  color: #34495e !important;
}
.box-element.box-element-outer {
  padding-left: 0;
  padding-right: 0;
}
.carousel-2 {
  position: relative;
}
.carousel-2 .item {
  padding: 36px 0 !important;
}
.carousel-2 .title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #22313f;
}
.carousel-2 .carousel-indicators {
  bottom: 0;
}
.carousel-2 .carousel-indicators li {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.carousel-2 .carousel-indicators .active {
  background-color: #ed1b33;
}
.carousel-2 .img-thumbnail {
  margin-top: 26px;
}
.carousel-2 h2 {
  font-size: 22px;
}
.carousel-2 .carousel-nav a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid transparent;
  background: #f5f5f5;
  color: #ed1b33;
  opacity: 1;
}
.carousel-2 .carousel-nav a:hover {
  background: #ed1b33 !important;
  color: #fff;
}
.carousel-2 .carousel-nav a.left {
  right: 36px;
}
.carousel-2 .carousel-nav a.right {
  right: 0;
}
.carousel-2 .carousel-control i {
  position: absolute;
  top: 50%;
  font-size: 22px;
  margin-top: -11px;
}
.carousel-2 .carousel-control.left i {
  left: 18px;
}
.carousel-2 .carousel-control.right i {
  right: 18px;
}
.carousel-3 {
  position: relative;
}
.carousel-3 .carousel-nav a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  margin-top: 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid transparent;
  background: #f5f5f5;
  color: #ed1b33;
  opacity: 1;
}
.carousel-3 .carousel-nav a:hover {
  background: #ed1b33 !important;
  color: #ffffff;
}
.carousel-3 .carousel-nav a.left {
  right: 36px;
}
.carousel-3 .carousel-nav a.right {
  right: 0;
}
.carousel-3 .carousel-nav a:hover {
  background: #ffffff;
}
.carousel-testimonials {
  padding: 20px 0;
  position: relative;
}
.carousel-testimonials h4 {
  font-weight: 400;
}
.carousel-testimonials .carousel-indicators {
  bottom: -15px !important;
}
.carousel-testimonials .carousel-indicators li {
  background-color: #ed1b33;
}
.like-button .button {
  display: block;
  text-align: right;
  padding-top: 10px;
  color: #ddd;
}
.like-button .button i {
  font-size: 20px;
  color: #ddd;
}
.like-button .button.liked i {
  color: #ed1b33;
}
.like-button .count {
  display: block;
  text-align: right;
  position: relative;
  top: -7px;
}
.like-button.inline .button {
  display: inline-block;
  padding: 0;
}
.like-button.inline .count {
  display: inline-block;
  top: -2px;
}
.like-button.inline .count small {
  font-size: 13px;
}
.side-like-box {
  text-align: center;
  padding: 5px 5px 0 5px;
  margin-top: 10px;
}
.side-like-box .button {
  text-align: center;
  padding: 0;
}
.side-like-box .count {
  text-align: center;
}
.side-like-box i {
  font-size: 24px;
}
ul.list-listings {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.list-listings > li {
  margin-bottom: 30px;
  border: 1px solid #e0eded;
  border-radius: 2px;
}
ul.list-listings > li.featured {
  border-color: #ed1b33;
}
ul.list-listings > li:before,
ul.list-listings li:after {
  content: "";
  display: table;
}
ul.list-listings > li:after {
  clear: both;
}
ul.list-listings .listing-header {
  display: block;
  clear: both;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: uppercase;
}
ul.list-listings .listing-image {
  width: 30%;
  display: table-cell;
}
ul.list-listings .listing-image img {
  border-bottom-left-radius: 2px;
}
ul.list-listings .listing-body {
  padding: 10px 15px;
  display: table-cell;
  vertical-align: top;
}
ul.list-listings .listing-body h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
ul.list-listings .listing-body h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
ul.list-listings .listing-body p {
  margin: 5px 0;
}
ul.list-listings .listing-body .meta-info {
  border-top: 1px solid #e0eded;
  padding-top: 7px;
}
ul.list-listings .listing-body .meta-info ul {
  width: 100%;
  display: table;
  table-layout: auto;
}
ul.list-listings .listing-body .meta-info ul li {
  display: table-cell;
  border-right: 1px solid #e0eded;
  text-align: center;
}
ul.list-listings .listing-body .meta-info ul li.stretch {
  width: 40%;
}
ul.list-listings .listing-body .meta-info ul li i {
  color: #22313f;
  margin-right: 5px;
}
ul.list-listings .listing-body .meta-info ul li:first-child {
  padding-left: 0;
}
ul.list-listings .listing-body .meta-info ul li:last-child {
  padding-right: 0;
  border: 0;
}
ul.list-listings .listing-actions {
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-left: 1px solid #e0eded;
}
ul.list-listings .listing-actions .btn {
  margin-top: 6px;
}
ul.list-listings-2 {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.list-listings-2 > li {
  margin-bottom: 30px;
  border: 1px solid #e0eded;
  border-radius: 2px;
}
ul.list-listings-2 > li:before,
ul.list-listings-2 li:after {
  content: "";
  display: table;
}
ul.list-listings-2 > li:after {
  clear: both;
}
ul.list-listings-2 > li.featured {
  border-color: #ed1b33;
}
ul.list-listings-2 .listing-header {
  clear: both;
  padding: 8px 15px;
  font-weight: 600;
  text-transform: uppercase;
}
ul.list-listings-2 .listing-image {
  width: 30%;
  position: relative;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #e0eded;
}
ul.list-listings-2 .listing-image img {
  border-bottom-left-radius: 2px;
}
ul.list-listings-2 .listing-image .btn {
  position: absolute;
  bottom: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
ul.list-listings-2 .listing-body {
  padding: 14px;
  background: transparent;
}
ul.list-listings-2 .listing-body h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
ul.list-listings-2 .listing-body h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
ul.list-listings-2 .listing-body p {
  margin-bottom: 5px;
}
ul.list-listings-2 .listing-footer ul.aux-info {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: #ffffff;
  border-top: 1px solid #e0eded;
}
ul.list-listings-2 .listing-footer ul.aux-info li {
  display: table-cell;
  padding: 11px 15px;
  vertical-align: middle;
  border-right: 1px solid #e0eded;
}
ul.list-listings-2 .listing-footer ul.aux-info li:last-child {
  border: 0;
}
ul.list-listings-2 .listing-footer ul.aux-info li i {
  font-size: 18px;
  margin-right: 8px;
  color: #22313f;
}
ul.list-check {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
ul.list-check li {
  padding: 4px 0;
  margin: 0;
  display: block;
  width: 100%;
}
ul.list-check li i {
  color: #ed1b33;
  font-style: normal;
  margin-right: 4px;
}
ul.list-check li span {
  font-size: 14px;
}
ul.categories {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #e0eded;
  overflow: hidden;
}
ul.categories > li {
  border-bottom: 1px solid #e0eded;
  position: relative;
}
ul.categories > li:last-child {
  border: 0;
}
ul.categories > li > a {
  display: block;
  padding: 10px 15px;
}
ul.categories > li > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: relative;
  top: 0;
  float: right;
}
ul.categories > li > a:hover {
  background: #ed1b33;
  color: #FFF;
  text-decoration: none;
}
ul.categories > li > a i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-style: normal;
  color: #999;
  font-size: 11px;
}
ul.categories > li > a:hover i {
  color: #FFF;
}
ul.categories > li > ul {
  margin: 0;
  padding: 0;
  background: #e4f1fe;
}
ul.categories > li > ul > li {
  border-top: 1px solid #e0eded;
}
ul.categories > li > ul > li > a {
  display: block;
  padding: 5px 25px;
}
ul.aux-info-cells {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  background: #ffffff;
}
ul.aux-info-cells li {
  color: #22313f;
  display: table-cell;
  padding: 11px 15px;
  vertical-align: middle;
  border-right: 1px solid #e0eded;
}
ul.aux-info-cells li:last-child {
  border: 0;
}
ul.aux-info-cells li i {
  font-size: 18px;
  margin-right: 8px;
  color: #22313f;
}
.timeline .year {
  width: 100%;
  background: #34495e;
  padding: 8px 10px;
  margin: 20px auto 40px !important;
  font-size: 20px;
}
.timeline .year {
  border-radius: 3px;
}
.timeline .event {
  padding: 0 !important;
  border: 1px solid #e0eded;
  border-radius: 0;
}
.timeline .event:nth-child(2n):before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -6.8% !important;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #ed1b33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline .event:nth-child(2n-1):after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px !important;
  top: 12px;
  width: 0;
  height: 0;
  border-right: 12px solid #e4f1fe;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.timeline .event:nth-child(2n-1):before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -6.5% !important;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #ed1b33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.timeline .event-date {
  margin: 0;
  background: #FFF;
  border-bottom: 1px solid #e0eded;
  text-align: left;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 14px;
}
.timeline .event:nth-child(2n) .event-date:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -12px !important;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 12px solid #e4f1fe;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 20;
}
.timeline .event:nth-child(2n) .event-date:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid #e0eded;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  z-index: 0;
}
.timeline .event:nth-child(2n-1) .event-date:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px !important;
  top: 12px;
  width: 0;
  height: 0;
  border-right: 12px solid #e4f1fe;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 20;
}
.timeline .event:nth-child(2n-1) .event-date:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -13px;
  width: 0;
  height: 0;
  border-right: 13px solid #e0eded;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  z-index: 0;
}
.timeline .event-date {
  padding: 15px 10px;
  background: #e4f1fe;
}
.timeline .event-date h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #22313f;
}
.timeline .event-date small {
  display: block;
  font-size: 12px;
  color: #a1a1a1;
  font-weight: normal;
}
.timeline .event-date i {
  margin-right: 7px;
}
.timeline .event-body {
  background: #ffffff;
  padding: 10px;
}
.timeline .event-footer {
  margin: 0;
  text-align: left;
  background: transparent;
  border-top: 1px solid #e0eded;
}
.timeline .event-footer:after,
.timeline .event-footer:before {
  display: table;
  content: " ";
}
.timeline .event-footer:after {
  clear: both;
}
.timeline .event img {
  margin: 0 0 15px 0;
}
.timeline p {
  text-align: justify;
}
.timeline .embed-responsive {
  margin-bottom: 15px;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 0;
  text-indent: 100%;
  background: #555;
  border-radius: 3px;
}
#toTopHover {
  background: #ed1b33;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
#toTop:before {
  font-family: 'FontAwesome';
  content: "\f106";
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-indent: 0;
}
.widget.tags-wr {
  padding-bottom: 15px;
}
.tags-list:before,
.tags-list:after {
  display: table;
  content: "";
}
.tags-list:after {
  clear: both;
}
.tags-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tags-list li {
  border: 1px solid #ed1b33;
  background: #FFF;
  padding: 5px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #ed1b33;
  font-size: 12px;
}
.tags-list li a {
  color: #ed1b33;
  margin-left: 4px;
}
.tags-list li:hover {
  background: #ed1b33;
  color: #FFF;
}
.tags-list li:hover a {
  color: #FFF;
  text-decoration: none;
}
.range-slider-wrapper {
  position: relative;
}
.range-slider-wrapper .range-slider-val-low {
  position: absolute;
  left: 0;
}
.range-slider-wrapper .range-slider-val-up {
  position: absolute;
  right: 0;
}
.range-slider-wrapper .tooltip {
  display: block;
  position: absolute;
  top: -34px;
  left: -16px;
  border-radius: 2px;
  background: #111;
  color: #FFF;
  padding: 5px;
  text-align: center;
  width: 50px;
  opacity: 0.7;
}
.range-slider-wrapper .tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(17, 17, 17, 0);
  border-top-color: #111;
  border-width: 6px;
  margin-left: -6px;
}
.range-slider-wrapper .tooltip strong {
  display: block;
  padding: 2px;
}
.user-profile-img {
  border-top: 3px solid #ed1b33;
}
.user-profile-img img {
  width: 100%;
}
/* Most used for large content such paragraphs etc */
/* Most used for headings, titles etc */
/* Main font - for general content */
/* Font used for headings, navbar text ... */
/* Navbar wrapper background */
/* Navbar list element background */
/* Navbar list element background on mouse hover */
/* Optional border color on top of nav element on hover */
/* Navbar list element text color */
/* Navbar list element text color on navbar item hover */
/* Main nav open button for small resolutions */
/* Navbar dropdown wrapper background */
/* Navbar dropdown wrapper background */
/* Top nav background color for white version */
/* Top nav background color for dark (second) version */
/* Top nav link color */
/* Top nav link color on hover*/
/* Top nav link color */
/* Top nav link color on hover*/
/* Form control background form the base form (has class: .form-base) */
/* Form control border color */
/* Form control color */
/* Navbar wrapper background for header-alpha */
/* Dropdown background for header-alpha */
/* Main nav background color on hover */
/* Main nav text color */
/* Dropdown menu text color */
/* Dropdown menu text color on hover */
/* Top nav background color */
/* Top nav text color */
/* Top nav text color on hover */
/* Most used for headings, titles etc */
/* Main font - for general content */
/* Font used for headings, navbar text ... */
/* Navbar wrapper background */
/* Navbar list element background */
/* Navbar list element background on mouse hover */
/* Optional border color on top of nav element on hover */
/* Navbar list element text color */
/* Navbar list element text color on navbar item hover */
/* Main nav open button for small resolutions */
/* Navbar dropdown wrapper background */
/* Navbar dropdown wrapper background */
/* Top nav background color for white version */
/* Top nav background color for dark (second) version */
/* Top nav link color */
/* Top nav link color on hover*/
/* Top nav link color */
/* Top nav link color on hover*/
/* Form control background form the base form (has class: .form-base) */
/* Form control border color */
/* Form control color */
/* Navbar wrapper background for header-alpha */
/* Dropdown background for header-alpha */
/* Main nav background color on hover */
/* Main nav text color */
/* Dropdown menu text color */
/* Dropdown menu text color on hover */
/* Top nav background color */
/* Top nav text color */
/* Top nav text color on hover */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.bs-callout-danger h4,
.bs-callout-danger a.alert-link {
  color: #B94A48;
}
.bs-callout-warning h4,
.bs-callout-warning a.alert-link {
  color: #C09853;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.bs-callout-info a.alert-link {
  color: #3A87AD;
}
.bs-callout a.alert-link {
  font-weight: bold;
}
/*!
 *  Font Awesome 4.0.3 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('/static/fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3&b83106098dde');
  src: url('/static/fonts/font-awesome/fontawesome-webfont.eot?&b83106098dde#iefix&v=4.0.3') format('embedded-opentype'), url('/static/fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3&b83106098dde') format('woff'), url('/static/fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3&b83106098dde') format('truetype'), url('/static/fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3&b83106098dde#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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 #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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-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-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 {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
.navbar-nav {
  text-transform: uppercase;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-form {
  padding: 0;
}
.navbar-form .form-control {
  border-left: 0;
}
.navbar-static-bottom {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.list-steps {
  margin-left: 50px;
  margin-bottom: 50px;
}
.list-steps > li {
  position: relative;
  padding-left: 100px;
}
.list-steps > li:not(:last-child) {
  padding-bottom: 70px;
  border-left: 1px solid #ed1b33;
}
.list-steps > li:not(:last-child):after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -5px;
  border: 5px solid transparent;
  border-top: 8px solid #ed1b33;
}
.list-number {
  position: absolute;
  top: -6px;
  left: -20px;
  padding: 6px 0;
  background: #fff;
  color: #ed1b33;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.icon-left {
  margin-right: .5em;
}
.icon-right {
  margin-left: .5em;
}
.icon-middle {
  margin-right: .5em;
  margin-left: .5em;
}
.bg-text {
  background: #333333;
  color: #fff;
}
.block {
  display: block;
  margin-bottom: 30px;
}
.block-title {
  margin-top: 0;
}
.cell-middle {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.cell-content {
  float: none;
  display: table-cell;
}
.col-inline {
  float: none;
  display: inline-block;
  margin-right: -3px;
  vertical-align: top;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-default {
  color: #333333;
}
.text-nowrap {
  white-space: nowrap;
}
.text-selection:hover,
.text-selection:focus,
.text-selection:active {
  color: #ae0e20;
}
a:hover .text-selection,
a:focus .text-selection,
a:active .text-selection {
  color: #ae0e20;
}
a:hover .bg-text,
a:focus .bg-text,
a:active .bg-text {
  background: #ae0e20;
}
.text-nodecoration {
  text-decoration: none !important;
}
.text-nodecoration:hover,
.text-nodecoration:focus,
.text-nodecoration:active {
  text-decoration: none !important;
}
.text-nodecoration:hover .text-hover,
.text-nodecoration:focus .text-hover,
.text-nodecoration:active .text-hover {
  text-decoration: underline !important;
}
.text-hover:hover,
.text-hover:focus,
.text-hover:active {
  text-decoration: underline !important;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover,
.text-underline:focus,
.text-underline:active {
  text-decoration: none;
}
.text-dashed {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.text-dashed:hover,
.text-dashed:focus,
.text-dashed:active {
  border: 0;
  text-decoration: none;
}
.text-dotted {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.text-dotted:hover,
.text-dotted:focus,
.text-dotted:active {
  border: 0;
  text-decoration: none;
}
@font-face {
  font-family: "PT Sans";
  src: url('/static/fonts/pt-sans/PTS55F_W.eot?b83106098dde');
  src: local("PT Sans"), url('/static/fonts/pt-sans/PTS55F_W.woff?b83106098dde') format("woff"), url('/static/fonts/pt-sans/PTS55F_W.ttf?b83106098dde') format("truetype"), url('/static/fonts/pt-sans/PTS55F_W.svg?b83106098dde#PTSans-Regular') format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  src: url('/static/fonts/pt-sans/PTS56F_W.eot?b83106098dde');
  src: local("PT Sans Italic"), url('/static/fonts/pt-sans/PTS56F_W.woff?b83106098dde') format("woff"), url('/static/fonts/pt-sans/PTS56F_W.ttf?b83106098dde') format("truetype"), url('/static/fonts/pt-sans/PTS56F_W.svg?b83106098dde#PTSans-Italic') format("svg");
}
@font-face {
  font-family: "PT Sans";
  src: url('/static/fonts/pt-sans/PTS75F_W.eot?b83106098dde');
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), url('/static/fonts/pt-sans/PTS75F_W.woff?b83106098dde') format("woff"), url('/static/fonts/pt-sans/PTS75F_W.ttf?b83106098dde') format("truetype"), url('/static/fonts/pt-sans/PTS75F_W.svg?b83106098dde#PTSans-Bold') format("svg");
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: bold;
  src: url('/static/fonts/pt-sans/PTS76F_W.eot?b83106098dde');
  src: local("PT Sans Bold Italic"), url('/static/fonts/pt-sans/PTS76F_W.woff?b83106098dde') format("woff"), url('/static/fonts/pt-sans/PTS76F_W.ttf?b83106098dde') format("truetype"), url('/static/fonts/pt-sans/PTS76F_W.svg?b83106098dde#PTSans-BoldItalic') format("svg");
}
@font-face {
  font-family: wm;
  src: url('/static/fonts/wm/wm.eot?v3vxho&b83106098dde');
  src: url('/static/fonts/wm/wm.eot?&b83106098dde#iefixv3vxho') format("embedded-opentype"), url('/static/fonts/wm/wm.woff?v3vxho&b83106098dde') format("woff"), url('/static/fonts/wm/wm.ttf?v3vxho&b83106098dde') format("truetype"), url('/static/fonts/wm/wm.svg?v3vxho&b83106098dde#wm') format("svg");
  font-weight: normal;
  font-style: normal;
}
.wm-logo {
  vertical-align: middle;
  font-family: wm;
  font-size: 23px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wm-logo:before {
  content: "\e602";
}
.block-greeting-logo {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 34px;
}
.block-btn {
  margin-top: 30px;
}
.block-services {
  padding: 60px 0;
}
.block-steps {
  padding: 60px 0;
}
.block-steps-cal-wrapper {
  position: relative;
  text-align: center;
}
.block-steps-cal {
  font-size: 300px;
}
.block-steps-cal-from {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.block-steps-cal-number {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  color: #ed1b33;
  font-size: 160px;
  font-weight: bold;
}
.block-steps-cal-text {
  color: #ed1b33;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
.block-steps-well {
  margin-top: 100px;
}
.block-examples {
  padding: 60px 0;
}
.block {
  padding: 60px 0;
}
.block-capabilities-item {
  margin-bottom: 50px;
}
.block-capabilities-item-title {
  margin: 0 0 10px;
}
.block-text {
  font-size: 20px;
}
.block-img-lookbook {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none;
}
@media (min-width: 768px) {
  .block-img-lookbook {
    height: 300px;
  }
}
.block-img-lookbook .container {
  height: 100%;
  background: #ffffff;
}
@media (min-width: 768px) {
  .block-img-lookbook .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
}
.block-img-lookbook .container .row {
  height: 100%;
}
.block-img-lookbook-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  font-size: 27px;
}
.block-img-lookbook-text {
  font-size: 20px;
}
.block-img-lookbook-inner {
  height: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -5px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 100%;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background: #333333;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background: #ed1b33;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ed1b33;
  -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.4);
  box-shadow: 0 1px 2px rgba(2, 2, 2, 0.4);
  border: 3px solid #fff;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
@media (min-width: 1200px) {
  .sidebar {
    margin-left: 15px;
  }
}
.app-store-link {
  display: block;
}
.google-play-link {
  display: block;
}
.vk-group {
  width: 100% !important;
}
.vk-group iframe {
  width: 100%;
}
@media (device-aspect-ratio: 40/71) {
  .vk-group iframe {
    width: 220px;
  }
}
.fb-group {
  width: 100%;
  height: 271px;
}
.fb-recommendations.fb_iframe_widget {
  display: block !important;
}
.fb-recommendations.fb_iframe_widget span,
.fb-recommendations.fb_iframe_widget iframe {
  width: 100% !important;
}
.twitter-timeline {
  width: 100%;
}
.sidebar-block-wrapper {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: -4px;
  vertical-align: top;
}
.sidebar-block {
  border: 1px solid #eeeeee;
}
.sidebar-block-header {
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee;
  background: #ed1b33;
  color: #fff;
}
.sidebar-block-desc {
  padding: 20px 15px;
}
.sidebar-block-desc .magazine-card {
  width: 100%;
  margin-bottom: 0;
}
.sidebar-block-desc .nav-links li + li {
  margin-top: 10px;
}
.sidebar-block-title {
  margin: 0;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-block-icon {
  font-size: 20px;
  line-height: 17px;
}
.btn {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus {
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
}
.btn i {
  margin-right: 4px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px;
}
.btn-lg i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  border-radius: 1px;
}
.btn-xl {
  padding: 16px 20px;
  font-size: 20px;
}
.btn-square {
  border-radius: 0 !important;
}
.btn-a-one {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  color: #FFF;
  border-radius: 0;
}
.btn-a-one:hover,
.btn-a-one:focus,
.btn-a-one:active,
.btn-a-one.active,
.open .dropdown-toggle.btn-a-one {
  color: #ed1b33;
  background-color: #FFF;
  border: 0;
}
.btn-a-one:active,
.btn-a-one.active,
.open .dropdown-toggle.btn-a-one {
  background-image: none;
}
.input-group-btn .btn-a-one {
  border-left: 1px solid #fff;
}
.btn-b-white {
  background-color: transparent;
  border: 2px solid #FFF;
  color: #FFF !important;
}
.btn-b-white:hover,
.btn-b-white:focus,
.btn-b-white:active,
.btn-b-white.active,
.open .dropdown-toggle.btn-b-white {
  color: #ed1b33 !important;
  background-color: #FFF;
  border-color: #FFF;
}
.btn-b-white:active,
.btn-b-white.active,
.open .dropdown-toggle.btn-b-white {
  background-image: none;
}
.btn-b-white:hover:before {
  color: #ed1b33 !important;
}
.btn-b-white.btn-icon:before {
  border-right: 2px solid #FFF;
}
.btn-b-white.btn-icon-right:before {
  border-right: 0;
  border-left: 2px solid #FFF;
}
.btn-b-base {
  background-color: transparent;
  border: 2px solid #ed1b33;
  color: #ed1b33;
}
.btn-b-base:hover,
.btn-b-base:focus,
.btn-b-base:active,
.btn-b-base.active,
.open .dropdown-toggle.btn-b-base {
  color: #ffffff;
  background-color: #ed1b33;
  border-color: #ed1b33;
}
.btn-b-base:active,
.btn-b-base.active,
.open .dropdown-toggle.btn-b-base {
  background-image: none;
}
.btn-b-base.btn-icon:before {
  border-right: 2px solid #ed1b33;
}
.btn-b-base.btn-icon-right:before {
  border-right: 0;
  border-left: 2px solid #ed1b33;
}
.btn-b-alt {
  background-color: transparent;
  border: 2px solid #52b3d9;
  color: #52b3d9;
}
.btn-b-alt:hover,
.btn-b-alt:focus,
.btn-b-alt:active,
.btn-b-alt.active,
.open .dropdown-toggle.btn-b-alt {
  color: #fff;
  background-color: #52b3d9;
  border-color: #52b3d9;
}
.btn-b-alt:active,
.btn-b-alt.active,
.open .dropdown-toggle.btn-b-alt {
  background-image: none;
}
.btn-b-alt.btn-icon:before {
  border-right: 2px solid #52b3d9;
}
.btn-b-alt.btn-icon-right:before {
  border-right: 0;
  border-left: 2px solid #52b3d9;
}
.btn-b-light {
  background-color: transparent;
  border: 2px solid #ecf0f1;
  color: #ecf0f1;
}
.btn-b-light:hover,
.btn-b-light:focus,
.btn-b-light:active,
.btn-b-light.active,
.open .dropdown-toggle.btn-b-light {
  color: #333333;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.btn-b-light:active,
.btn-b-light.active,
.open .dropdown-toggle.btn-b-light {
  background-image: none;
}
.btn-b-light.btn-icon:before {
  border-right: 2px solid #ecf0f1;
}
.btn-b-light.btn-icon-right:before {
  border-right: 0;
  border-left: 2px solid #ecf0f1;
}
.btn-b-dark {
  background-color: transparent;
  border: 2px solid #34495e;
  color: #34495e;
}
.btn-b-dark:hover,
.btn-b-dark:focus,
.btn-b-dark:active,
.btn-b-dark.active,
.open .dropdown-toggle.btn-b-dark {
  color: #ffffff;
  background-color: #34495e;
  border-color: #34495e;
}
.btn-b-dark:active,
.btn-b-dark.active,
.open .dropdown-toggle.btn-b-dark {
  background-image: none;
}
.btn-b-dark.btn-icon:before {
  border-right: 2px solid #34495e;
}
.btn-b-dark.btn-icon-right:before {
  border-right: 0;
  border-left: 2px solid #34495e;
}
.btn-base {
  color: #ffffff !important;
  background-color: #ed1b33;
  border: 1px solid;
  border-color: #dd1129;
}
.btn-base:hover,
.btn-base:focus,
.btn-base:active,
.btn-base.active,
.open .dropdown-toggle.btn-base {
  color: #ffffff;
  background-color: #ef3348;
  border-color: #ef3348;
}
.btn-base:active,
.btn-base.active,
.open .dropdown-toggle.btn-base {
  background-image: none;
}
.btn-alt {
  color: #ffffff;
  background-color: #52b3d9;
  border: 1px solid;
  border-color: #3daad4;
}
.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active,
.btn-alt.active,
.open .dropdown-toggle.btn-alt {
  color: #ffffff;
  background-color: #7cc5e2;
  border-color: #7cc5e2;
}
.btn-alt:active,
.btn-alt.active,
.open .dropdown-toggle.btn-alt {
  background-image: none;
}
.btn-dark {
  color: #ffffff;
  background-color: #34495e;
  border: 1px solid;
  border-color: #2b3c4e;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #46627f;
  border-color: #46627f;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-light {
  color: #333333;
  background-color: #ecf0f1;
  border: 1px solid;
  border-color: #dde4e6;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-white {
  color: #22313f;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #f2f2f2;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #22313f;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-icon {
  position: relative;
}
.btn-icon span,
.btn-icon input {
  padding-left: 40px;
}
.btn-icon-right span,
.btn-icon-right input {
  padding-left: 15px;
  padding-right: 50px;
}
.btn-icon.btn-xl span,
.btn-icon.btn-xl input {
  padding-left: 60px;
}
.btn-icon-right.btn-xl span,
.btn-icon-right.btn-xl input {
  padding-left: 30px;
  padding-right: 70px;
}
.btn-icon.btn-lg span,
.btn-icon.btn-lg input {
  padding-left: 50px;
}
.btn-icon-right.btn-lg span,
.btn-icon-right.btn-lg input {
  padding-left: 15px;
  padding-right: 60px;
}
.btn-icon.btn-sm span,
.btn-icon.btn-sm input {
  padding-left: 35px;
}
.btn-icon-right.btn-sm span,
.btn-icon-right.btn-sm input {
  padding-left: 15px;
  padding-right: 45px;
}
.btn-icon.btn-xs span,
.btn-icon.btn-xs input {
  padding-left: 30px;
}
.btn-icon-right.btn-xs span,
.btn-icon-right.btn-xs input {
  padding-left: 15px;
  padding-right: 40px;
}
.btn-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 36px;
  color: #ffffff;
  border-right: 0;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn-icon.btn-icon-right:before {
  left: auto;
  right: 0;
}
.btn-icon:before {
  font-family: "FontAwesome";
  line-height: 32px;
}
.btn-icon.btn-xl:before {
  width: 66px;
  line-height: 62px;
}
.btn-icon.btn-lg:before {
  width: 50px;
  line-height: 46px;
}
.btn-icon.btn-sm:before {
  width: 32px;
  line-height: 28px;
}
.btn-icon.btn-xs:before {
  width: 28px;
  line-height: 22px;
}
.btn-icon.btn:before {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-icon.btn-xl:before {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-icon.btn-lg:before {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-icon.btn-xs:before {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.btn-base:before {
  background-color: #c51024;
}
.btn-alt:before {
  background-color: #2d9fcb;
}
.btn-dark:before {
  background-color: #222f3d;
}
.btn-light:before {
  background-color: #cfd9db;
  color: #333333;
}
.btn-white:before {
  background-color: #e6e6e6;
  color: #22313f;
}
.btn-icon-go:before {
  content: "\f054";
}
.btn-envelope:before {
  content: "\f003";
}
.btn-cart:before {
  content: "\f07a";
}
.btn-unlock:before {
  content: "\f09c";
}
.btn-check:before {
  content: "\f00c";
}
.btn-search:before {
  content: "\f002";
}
.btn-comment:before {
  content: "\f075";
}
.btn-book:before {
  content: "\f02d";
}
.btn-fly:before {
  content: "\f1d8";
}
.btn-heart:before {
  content: "\f004";
}
.btn-send:before {
  content: "\f1d8";
}
.btn-sign-in:before {
  content: "\f090";
}
.btn-refresh:before {
  content: "\f021";
}
.btn-block-bm {
  display: block;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
*:focus {
  outline: none !important;
}
a,
button {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
html {
  height: 100%;
  margin: 0 !important;
}
body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
main {
  flex: 1;
}
.footer {
  padding: 15px 0 5px;
  border-top: 1px solid #d9d9d9;
  background: #333333;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .text-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.text-columns img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .text-columns-3 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.text-columns-3 img {
  max-width: 100%;
  height: auto;
}
.intro {
  line-height: 0.6;
}
.list-icon {
  margin-top: 5px;
  color: #ed1b33;
  font-size: 30px;
}
.panel-text {
  font-weight: normal;
}
.well-title {
  text-transform: uppercase;
}
.list-item {
  margin-top: 10px;
}
.list-item:last-child {
  margin-bottom: 40px;
}
.navbar-btn {
  margin: 2px;
}
.form-control {
  margin-bottom: 30px;
}
.modal-calc .checkbox {
  margin-bottom: -15px;
}
.modal-calc .button-checkbox {
  display: block;
  margin: -9px 20px -40px -55px;
}
.modal-calc label {
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #545454;
}
.modal-calc .btn-send {
  margin-top: 50px;
}
.modal-calc .question .fa-question-circle {
  margin-top: 11px;
  margin-left: 10px;
}
.modal-calc .question .tooltip-arrow:after {
  content: " ";
  position: absolute;
  border: 10px solid transparent;
  border-right-color: rgba(2, 2, 2, 0.1);
  margin: -7px -10px;
  z-index: -1;
}
.modal-calc .question .tooltip-inner {
  width: 250px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(2, 2, 2, 0.3);
  box-shadow: 0 2px 6px rgba(2, 2, 2, 0.3);
}
.modal-calc .help-block {
  color: #474949;
}
.modal-calc .lines {
  margin-top: -20px;
  margin-right: -5px;
}
.modal-calc .line-vertical {
  display: inline-block;
  width: 1px;
  height: 5px;
  margin-right: 7.2%;
  background: #bebebe;
}
.modal-calc .line-vertical:last-child {
  margin-right: 0;
}
.selectpicker {
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #242424;
}
.selectpicker.inner {
  position: static;
  border: 0;
}
.selectpicker.inner .selected .check-mark {
  display: inline-block;
}
.selectpicker.inner .check-mark {
  display: none;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .header-logo {
    margin: -20px 0;
  }
}
.list-group-item.active {
  background: #dddddd;
}
.block-calc-link .block-title,
.block-calc-link .block-calc-icon {
  margin-bottom: 30px;
}
.tag {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #ed1b33;
  background: #fff;
  color: #333333;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
}
.tag:hover,
.tag:focus,
.tag:active {
  background: #ed1b33;
  color: #fff;
  text-decoration: none;
}
.magazine-card {
  position: relative;
  float: none;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.magazine-card:hover .magazine-card-stat,
.magazine-card:focus .magazine-card-stat,
.magazine-card:active .magazine-card-stat {
  opacity: 1;
}
.article {
  font-size: 16px;
}
.article-edit {
  position: absolute;
  margin-top: -10px;
  margin-left: -50px;
}
.social-likes {
  margin-bottom: 10px;
}
.social-likes .btn {
  margin: 0 10px 10px 0;
}
@media (max-width: 480px) {
  .social-likes .btn {
    display: block;
    margin-right: 0;
  }
}
.social-likes .btn-sm {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: 1px;
}
.social-likes__counter {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.social-likes__counter_empty {
  display: none;
}
.btn-vk {
  color: #ffffff;
  background-color: #597da3;
  border-color: #597da3;
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #4b6989;
  border-color: #435f7b;
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #597da3;
  border-color: #597da3;
}
.btn-vk .badge {
  color: #597da3;
  background-color: #ffffff;
}
.btn-fb {
  color: #ffffff;
  background-color: #0f66aa;
  border-color: #0f66aa;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  color: #ffffff;
  background-color: #0c5085;
  border-color: #0a4472;
}
.btn-fb:active,
.btn-fb.active,
.open .dropdown-toggle.btn-fb {
  background-image: none;
}
.btn-fb.disabled,
.btn-fb[disabled],
fieldset[disabled] .btn-fb,
.btn-fb.disabled:hover,
.btn-fb[disabled]:hover,
fieldset[disabled] .btn-fb:hover,
.btn-fb.disabled:focus,
.btn-fb[disabled]:focus,
fieldset[disabled] .btn-fb:focus,
.btn-fb.disabled:active,
.btn-fb[disabled]:active,
fieldset[disabled] .btn-fb:active,
.btn-fb.disabled.active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb.active {
  background-color: #0f66aa;
  border-color: #0f66aa;
}
.btn-fb .badge {
  color: #0f66aa;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #0084b4;
  border-color: #0084b4;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #00668b;
  border-color: #005777;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #0084b4;
  border-color: #0084b4;
}
.btn-twitter .badge {
  color: #0084b4;
  background-color: #ffffff;
}
.btn-plusone {
  color: #ffffff;
  background-color: #d44032;
  border-color: #d44032;
}
.btn-plusone:hover,
.btn-plusone:focus,
.btn-plusone:active,
.btn-plusone.active,
.open .dropdown-toggle.btn-plusone {
  color: #ffffff;
  background-color: #b73326;
  border-color: #a62e23;
}
.btn-plusone:active,
.btn-plusone.active,
.open .dropdown-toggle.btn-plusone {
  background-image: none;
}
.btn-plusone.disabled,
.btn-plusone[disabled],
fieldset[disabled] .btn-plusone,
.btn-plusone.disabled:hover,
.btn-plusone[disabled]:hover,
fieldset[disabled] .btn-plusone:hover,
.btn-plusone.disabled:focus,
.btn-plusone[disabled]:focus,
fieldset[disabled] .btn-plusone:focus,
.btn-plusone.disabled:active,
.btn-plusone[disabled]:active,
fieldset[disabled] .btn-plusone:active,
.btn-plusone.disabled.active,
.btn-plusone[disabled].active,
fieldset[disabled] .btn-plusone.active {
  background-color: #d44032;
  border-color: #d44032;
}
.btn-plusone .badge {
  color: #d44032;
  background-color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #c72527;
  border-color: #c72527;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #a51f20;
  border-color: #931b1d;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #c72527;
  border-color: #c72527;
}
.btn-pinterest .badge {
  color: #c72527;
  background-color: #ffffff;
}
.btn-mailru {
  color: #ffffff;
  background-color: #507fb0;
  border-color: #507fb0;
}
.btn-mailru:hover,
.btn-mailru:focus,
.btn-mailru:active,
.btn-mailru.active,
.open .dropdown-toggle.btn-mailru {
  color: #ffffff;
  background-color: #436b94;
  border-color: #3d6186;
}
.btn-mailru:active,
.btn-mailru.active,
.open .dropdown-toggle.btn-mailru {
  background-image: none;
}
.btn-mailru.disabled,
.btn-mailru[disabled],
fieldset[disabled] .btn-mailru,
.btn-mailru.disabled:hover,
.btn-mailru[disabled]:hover,
fieldset[disabled] .btn-mailru:hover,
.btn-mailru.disabled:focus,
.btn-mailru[disabled]:focus,
fieldset[disabled] .btn-mailru:focus,
.btn-mailru.disabled:active,
.btn-mailru[disabled]:active,
fieldset[disabled] .btn-mailru:active,
.btn-mailru.disabled.active,
.btn-mailru[disabled].active,
fieldset[disabled] .btn-mailru.active {
  background-color: #507fb0;
  border-color: #507fb0;
}
.btn-mailru .badge {
  color: #507fb0;
  background-color: #ffffff;
}
.btn-odnoklassniki {
  color: #ffffff;
  background-color: #eb722e;
  border-color: #eb722e;
}
.btn-odnoklassniki:hover,
.btn-odnoklassniki:focus,
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open .dropdown-toggle.btn-odnoklassniki {
  color: #ffffff;
  background-color: #db5c15;
  border-color: #c95413;
}
.btn-odnoklassniki:active,
.btn-odnoklassniki.active,
.open .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}
.btn-odnoklassniki.disabled,
.btn-odnoklassniki[disabled],
fieldset[disabled] .btn-odnoklassniki,
.btn-odnoklassniki.disabled:hover,
.btn-odnoklassniki[disabled]:hover,
fieldset[disabled] .btn-odnoklassniki:hover,
.btn-odnoklassniki.disabled:focus,
.btn-odnoklassniki[disabled]:focus,
fieldset[disabled] .btn-odnoklassniki:focus,
.btn-odnoklassniki.disabled:active,
.btn-odnoklassniki[disabled]:active,
fieldset[disabled] .btn-odnoklassniki:active,
.btn-odnoklassniki.disabled.active,
.btn-odnoklassniki[disabled].active,
fieldset[disabled] .btn-odnoklassniki.active {
  background-color: #eb722e;
  border-color: #eb722e;
}
.btn-odnoklassniki .badge {
  color: #eb722e;
  background-color: #ffffff;
}
.page-block {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.page-block-header {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .page-block-tags .page-block-header {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .page-block-tags .page-block-list {
    display: inline;
  }
}
.top-link-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.top-link-wrapper:hover .top-link,
.top-link-wrapper:focus .top-link,
.top-link-wrapper:active .top-link {
  text-decoration: none;
  background: rgba(3, 3, 3, 0.3);
  color: #fff;
}
.top-link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 100%;
  padding: 40px 0;
  font-size: 14px;
  text-align: center;
  color: #808080;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-link-inner {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.top-link-icon {
  display: block;
  font-size: 27px;
}
.lead {
  margin-bottom: 15px;
  line-height: 1.2;
}
.footer-nav-icons {
  font-size: 20px;
}
.footer-nav-icons > li > a:hover,
.footer-nav-icons > li > a:focus,
.footer-nav-icons > li > a:active {
  color: #5cb85c;
}
.nav-menu > li > a {
  border-left: 5px solid #ed1b33;
}
.nav-menu > li > a:hover,
.nav-menu > li > a:focus,
.nav-menu > li > a:active {
  background: #eeeeee;
  color: #ed1b33;
}
.nav-menu > .active > a {
  background: #333333;
  color: #ed1b33;
}
.panel-bottom {
  color: #fff;
}
.panel-bottom small {
  color: #fff;
}
.maintext {
  font-size: 17px;
}
img.image_left {
  float: left !important;
  margin: 14px 20px 14px 0;
}
