html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.cnt-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.cnt-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #2f2e2d;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #22527b;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #285f8f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285f8f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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.428571429;
  color: #777;
}
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 #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 14px 15px;
  padding-bottom: 14px 15px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 14px 15px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.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 #e5e5e5;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.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 #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e9e9e9;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d1eac8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c6e4f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf3cd;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcdcd;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #89b544;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(137,181,68,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
select.input-sm,
select.form-horizontal .form-group-sm .form-control,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control,
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;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
select.input-lg,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-lg,
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;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #706e6b;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static,
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #285f8f;
  border-color: #112a3f;
}
.btn-primary:hover {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d73;
  border-color: #112a3f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255525;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398339;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398339;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255525;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d86;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d86;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985e0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58412;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985e0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #751d1a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ab2a25;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ab2a25;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #751d1a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #22527b;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #f1f1f2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #2f2e2d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #2f2e2d;
  background-color: #f7f7f7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #2f2e2d;
  text-decoration: none;
  outline: 0;
  background-color: #f7f7f7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  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 {
  z-index: 2;
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 58px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    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 {
    -webkit-border-radius: 0;
    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: 19px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 58px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-btn.btn-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #848483;
}
.breadcrumb > .active {
  color: #2f2e2d;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #7b7b7b;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #7b7b7b;
  background-color: #fff;
  border-color: #343434;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #343434;
  border-color: #343434;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.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: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #285f8f;
}
.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: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #2f2e2d;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b4;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a7e1ed;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f8e2b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd0;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4babf;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: 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);
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd0;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd0;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd0;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  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;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #395597;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.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: #395597;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #395597;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #395597;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #395597;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #395597;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #395597;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #395597;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #395597;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ElektraLightPro-Regular';
  src: url("../fonts/ElektraLightPro_gdi.eot");
  src: url("../fonts/ElektraLightPro_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/ElektraLightPro_gdi.woff") format('woff'), url("../fonts/ElektraLightPro_gdi.ttf") format('truetype'), url("../fonts/ElektraLightPro_gdi.svg#ElektraLightPro-Regular") format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ElektraLightPro-Bold';
  src: url("../fonts/ElektraLightPro-Bold_gdi.eot");
  src: url("../fonts/ElektraLightPro-Bold_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/ElektraLightPro-Bold_gdi.woff") format('woff'), url("../fonts/ElektraLightPro-Bold_gdi.ttf") format('truetype'), url("../fonts/ElektraLightPro-Bold_gdi.svg#ElektraLightPro-Bold") format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'ElektraLightPro-Italic';
  src: url("../fonts/ElektraLightPro-Italic_gdi.eot");
  src: url("../fonts/ElektraLightPro-Italic_gdi.eot?#iefix") format('embedded-opentype'), url("../fonts/ElektraLightPro-Italic_gdi.woff") format('woff'), url("../fonts/ElektraLightPro-Italic_gdi.ttf") format('truetype'), url("../fonts/ElektraLightPro-Italic_gdi.svg#ElektraLightPro-Italic") format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  border: 0;
}
#cnt-main {
  height: auto;
  min-height: 100%;
  width: 100%;
  position: relative;
}
#cnt-main.cnt-main-dash {
  background-color: #f0f1f5;
}
.cnt-clear-footer {
  height: auto;
  min-height: 100%;
  width: 100%;
  position: relative;
}
.cnt-clear-footer_line {
  clear: both;
  height: 138px;
}
.container {
  width: 100%;
  max-width: 1170px;
}
.container-max-width-643 {
  max-width: 673px;
}
.container-max-width-860 {
  max-width: 860px;
}
.container-margin-0 {
  margin-left: 0;
  margin-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
}
.h-font-size-30 {
  font-size: 30px;
}
.h-bold {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.h-uppercase {
  text-transform: uppercase;
}
.h-border {
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
}
.h-addition-border {
  padding-bottom: 10px;
  display: inline-block;
}
.h-addition-border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
}
.h-addition-border.right:before {
  left: auto;
  right: 0;
}
.h-addition-border.type-2 {
  margin-bottom: 20px;
}
.h-addition-border.type-2:before {
  height: 1px;
}
.h-addition-border.color-1:before {
  background-color: #74b43f;
}
.h-addition-border.color-2:before {
  background-color: #ec7a22;
}
.h-addition-border.color-3:before {
  background-color: #f0c51a;
}
.h-addition-border.color-4:before {
  background-color: #006cb5;
}
.h-addition-border.color-5:before {
  background-color: #01abee;
}
.h-addition-border.color-6:before {
  background-color: #e68115;
}
.h-addition-border.color-7:before {
  background-color: rgba(255,255,255,0.3);
}
.h-addition-border-width:before {
  width: 130px;
}
.h-addition-border-width-2:before {
  width: 95px;
}
.p {
  position: relative;
}
.lead {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}
.lead-20 {
  font-size: 20px !important;
}
.lead-24 {
  font-size: 24px !important;
}
.article {
  margin-bottom: 79px;
}
.article:last-child {
  margin-bottom: 0;
}
.article,
.article p,
.article ol,
.article ul {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .article {
    margin-bottom: 25px;
  }
}
.article-contacts {
  margin-top: 17px;
}
.article-contacts .mod-contacts_cnt {
  margin-right: 30px;
}
.article-contacts .mod-contacts_cnt:not(:first-child) {
  margin-top: 8px;
}
.article-contacts .mod-contacts_cnt:first-child {
  font-size: 24px;
}
.article-information {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
.article-information .mod-news_cnt_information_i {
  margin-right: 27px;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-information .mod-news_cnt_information_i:last-child {
  margin-right: 0;
}
.article-information .mod-news_cnt_information_i [class^="fa"],
.article-information .mod-news_cnt_information_i [class^="icon"] {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .article-information .mod-news_cnt_information_i {
    font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.article-information.type-2 {
  padding-bottom: 5px;
}
.article-information.type-2 .mod-news_cnt_information_i {
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
}
.article-information.type-3 {
  padding-bottom: 0;
  border-bottom: 0;
}
.article-information.type-3 .mod-news_cnt_information_i {
  margin-bottom: 10px;
  display: block;
}
.article-information.type-3 .mod-news_cnt_information_i:last-child {
  margin-bottom: 0;
}
.article-share {
  margin-bottom: 29px;
  border-bottom: 1px solid #f1f1f1;
}
.article-share a {
  float: left;
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
  border: 1px solid #f1f1f1;
  border-left-width: 0;
  border-bottom-width: 0;
}
.article-share a:hover,
.article-share a:focus,
.article-share a:active {
  text-decoration: none;
}
.article-share a:first-child {
  border-left-width: 1px;
  border-top-left-radius: 3px;
}
.article-share a:last-child {
  border-color: transparent;
}
.article-share a:nth-last-child(2) {
  border-top-right-radius: 3px;
}
.article-share_i {
  width: 35px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
}
.article_author {
  margin-top: 25px;
}
.article_author .el-post {
  font-size: 12px;
}
.article_img-radius {
  width: 165px;
  height: 165px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.article-grant-info {
  margin-top: 50px;
}
strong {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.a {
  color: #74b43f;
  text-decoration: underline;
}
.a:hover,
.a:focus {
  color: #74b43f;
  text-decoration: none;
}
.a-underline {
  text-decoration: underline;
}
.a-underline:hover,
.a-underline:focus,
.a-underline:active {
  text-decoration: none;
}
.a-transition {
  font-size: 14px;
  color: #2f2e2d;
  text-decoration: underline;
}
.a-transition:hover,
.a-transition:focus,
.a-transition:active {
  color: #2f2e2d;
  text-decoration: none;
}
.a-border {
  border-bottom: 2px solid #74b43f;
  color: #2f2e2d;
  text-decoration: none;
}
.a-border:hover,
.a-border:focus,
.a-border:active {
  border-bottom-color: transparent;
  color: #2f2e2d;
  text-decoration: none;
}
.a-color-1 {
  color: #fff;
}
.a-color-1:hover,
.a-color-1:focus,
.a-color-1:active {
  color: #fff;
}
.ul {
  padding-left: 23px;
}
.ul li {
  padding-left: 17px;
  position: relative;
}
.ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #74b43f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.img-description {
  position: relative;
  overflow: hidden;
}
.img-description_title {
  padding: 22px 28px 2px 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}
.img-description_title h3 {
  margin-bottom: 10px;
}
.img-description_title p {
  font-size: 18px;
  line-height: 1.428571429;
}
.img-description_title a {
  color: inherit;
  text-decoration: underline;
}
.img-description_title a:hover,
.img-description_title a:focus,
.img-description_title a:active {
  text-decoration: none;
}
.quote_header,
.quote_content {
  padding-left: 15px;
  padding-right: 15px;
}
.quote_header {
  padding-bottom: 15px;
  margin-bottom: 13px;
  position: relative;
  min-height: 75px;
  border-bottom: 3px solid #74b43f;
}
.quote_header:before,
.quote_header:after {
  content: " ";
  display: table;
}
.quote_header:after {
  clear: both;
}
.quote_header:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -9px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 3px solid #74b43f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quote_header_img {
  margin-right: 10px;
  width: 66px;
  height: 66px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.quote_header_name {
  line-height: 1.428571429;
}
.quote_header_name span {
  color: #939393;
}
.quote_content p {
  font-family: "ElektraLightPro-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dropdown-nav-header {
  margin-bottom: 6px;
  padding-left: 30px;
  font-size: 24px;
  color: #74b43f;
}
.dropdown-nav-header a {
  color: #74b43f;
}
.dropdown-nav-header a:hover,
.dropdown-nav-header a:focus,
.dropdown-nav-header a:active {
  color: #74b43f;
}
.dropdown-nav {
  margin-bottom: 6px;
  font-size: 18px;
}
.dropdown-nav,
.dropdown-nav a {
  color: #8f8f8f;
}
.dropdown-nav .dropdown-nav {
  margin-left: 33px;
}
.dropdown-nav_header {
  padding-left: 30px;
  position: relative;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2f2e2d;
  cursor: pointer;
}
.dropdown-nav_header:hover {
  color: #2f2e2d;
}
.dropdown-nav_header [class^="fa"],
.dropdown-nav_header [class^="icon"] {
  position: absolute;
  left: 0;
  top: 3px;
  color: #2f2e2d;
  cursor: pointer;
}
.dropdown-nav_header.active [class^="fa"]:before {
  content: "\f106";
}
.dropdown-nav_header a {
  color: #2f2e2d;
}
.dropdown-nav_header a:hover,
.dropdown-nav_header a:focus,
.dropdown-nav_header a:active {
  color: #2f2e2d;
}
.dropdown-nav_content {
  margin-top: 6px;
}
.dropdown-nav_content ul {
  margin-left: 60px;
}
.dropdown-nav_content ul li {
  margin-bottom: 5px;
}
.dropdown-nav_content ul li:last-child {
  margin-bottom: 0;
}
.dropdown-nav_content ul li a:hover,
.dropdown-nav_content ul li a:focus,
.dropdown-nav_content ul li a:active {
  color: #2f2e2d;
}
.dropdown-nav_content:first-child {
  margin-top: 0;
}
.dropdown-nav_content:first-child ul {
  margin-left: 30px;
}
.table-caption {
  padding: 5px 87px 6px 15px;
  position: relative;
  display: inline-block;
  background-color: #74b43f;
}
.table-caption:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #74b43f;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
.table-caption {
  color: #fff;
}
.table-caption h4 {
  margin-bottom: 0;
}
.table {
  width: auto;
}
.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;
}
.table > tbody > tr > td:not(:first-child),
.table > tfoot > tr > td:not(:first-child) {
  text-align: center;
}
.help-block {
  margin-top: 10px;
}
.el-color-1,
.el-color-1 a {
  color: #74b43f;
}
.el-color-2 {
  color: #ec7a22;
}
.el-color-3 {
  color: #f0c51a;
}
.el-color-4 {
  color: #006cb5;
}
.el-color-5 {
  color: #01abee;
}
.el-color-6 {
  color: #2f2e2d;
}
.el-color-7 {
  color: #999;
}
.el-color-8 {
  color: #468dc8;
}
.mod-accordion_header [class^="h"] {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #modal-events .modal-dialog,
  #modal-events-ok .modal-dialog {
    width: 587px;
  }
}
@media only screen and (max-width: 767px) {
  #modal-events .modal-body,
  #modal-events-ok .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#modal-events-ok .modal-content {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#modal-events-ok .modal-body {
  padding-top: 67px;
  height: 708px;
  color: #fff;
}
#modal-events-ok .close {
  color: #fff;
}
#modal-news-gallery .modal-dialog {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  #modal-news-gallery .modal-dialog {
    width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  #modal-news-gallery .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
#modal-news-gallery .modal-body {
  padding: 0;
}
#modal-news-gallery button.close {
  right: -38px;
  top: -10px;
}
@media only screen and (max-width: 1199px) {
  #modal-news-gallery button.close {
    right: 23px;
    top: 23px;
  }
}
@media only screen and (min-width: 1282px) {
  #modal-map .modal-dialog {
    width: 1265px;
  }
}
@media only screen and (max-width: 1281px) {
  #modal-map .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  #modal-map .modal-dialog .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#modal-map .modal-body {
  padding: 65px 65px 85px 60px;
}
.modal-loading {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-loading > div {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1051;
  width: 50px;
  height: 50px;
  background: #fff url("../img/icons-images/ajax-loader.gif") 50% 50% no-repeat;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
button.close {
  position: absolute;
  right: 23px;
  top: 23px;
  z-index: 1051;
}
.close {
  font-weight: normal;
  color: #9a9a9a;
  text-shadow: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  cursor: pointer;
}
.close:hover,
.close:focus {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.close:hover [class^="fa"],
.close:focus [class^="fa"] {
  color: #2f2e2d;
}
.modal-content {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-body {
  padding: 93px 85px 67px 85px;
}
.font-family-regular {
  font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-family-bold {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-family-italic {
  font-family: "ElektraLightPro-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-8 {
  font-size: 8px;
}
.row-padding-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-padding-0 > div {
  padding-left: 0;
  padding-right: 0;
}
.icon {
  position: relative;
  display: inline-block;
  line-height: 1;
  background-image: url("../img/icons-images/spritesheet.png");
  background-repeat: no-repeat;
  cursor: default;
}
.icon-social {
  width: 34px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background-image: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.icon-social [class^="fa"],
.icon-social [class^="icon"] {
  vertical-align: middle;
  cursor: inherit;
}
.icon-social [class^="fa"] {
  font-size: 16px;
}
.icon-social.youtube {
  background-color: #eb686e;
}
.icon-social.youtube [class^="icon"] {
  width: 15px;
  height: 17px;
  background-position: -878px -5px;
}
.icon-social.twitter {
  background-color: #85e0fc;
}
.icon-social.twitter [class^="icon"] {
  width: 15px;
  height: 13px;
  background-position: -594px -5px;
}
.icon-social.instagram {
  background-color: #d8c15f;
}
.icon-social.instagram [class^="icon"] {
  width: 13px;
  height: 14px;
  background-position: -356px -5px;
}
.icon-social.facebook {
  background-color: #214e92;
}
.icon-social.facebook [class^="icon"] {
  width: 7px;
  height: 14px;
  background-position: -121px -5px;
}
.icon-social.vk {
  background-color: #1fb1fd;
}
.icon-social.vk [class^="icon"] {
  width: 21px;
  height: 11px;
  background-position: -781px -5px;
}
.icon-social-firsthand {
  vertical-align: middle;
  cursor: pointer;
}
.icon-social-firsthand.twitter {
  width: 26px;
  height: 23px;
  background-position: -522px -5px;
}
.icon-social-firsthand.vk {
  width: 24px;
  height: 24px;
  background-position: -713px -5px;
}
.icon-social-firsthand.youtube {
  width: 23px;
  height: 26px;
  background-position: -812px -5px;
}
.icon-arrow-r-events-result {
  width: 11px;
  height: 28px;
  background-position: -100px -5px;
  cursor: pointer;
}
.icon-competence {
  background-image: url("../img/competence-images/competence.png");
  cursor: pointer;
}
.icon-competence.competence-1 {
  width: 40px;
  height: 40px;
  background-position: -5px -5px;
}
.icon-competence.competence-2 {
  width: 44px;
  height: 39px;
  background-position: -645px -5px;
}
.icon-competence.competence-3 {
  width: 42px;
  height: 40px;
  background-position: -753px -5px;
}
.icon-competence.competence-4 {
  width: 40px;
  height: 41px;
  background-position: -857px -5px;
}
.icon-competence.competence-5 {
  width: 38px;
  height: 38px;
  background-position: -957px -5px;
}
.icon-competence.competence-6 {
  width: 41px;
  height: 41px;
  background-position: -1053px -5px;
}
.icon-competence.competence-7 {
  width: 43px;
  height: 43px;
  background-position: -1155px -5px;
}
.icon-competence.competence-8 {
  width: 39px;
  height: 47px;
  background-position: -1261px -5px;
}
.icon-competence.competence-9 {
  width: 40px;
  height: 40px;
  background-position: -1359px -5px;
}
.icon-competence.competence-10 {
  width: 32px;
  height: 46px;
  background-position: -105px -5px;
}
.icon-competence.competence-11 {
  width: 38px;
  height: 38px;
  background-position: -189px -5px;
}
.icon-competence.competence-12 {
  width: 20px;
  height: 26px;
  background-position: -285px -5px;
}
.icon-competence.competence-13 {
  width: 40px;
  height: 36px;
  background-position: -345px -5px;
}
.icon-competence.competence-14 {
  width: 39px;
  height: 40px;
  background-position: -445px -5px;
}
.icon-competence.competence-15 {
  width: 41px;
  height: 36px;
  background-position: -543px -5px;
}
.icon-modal-gallery-close {
  width: 21px;
  height: 21px;
  background-image: url("../img/icons-images/modal-gallery-close.png");
  cursor: pointer;
}
.icon-attach {
  width: 14px;
  height: 24px;
  background-image: url("../img/icons-images/attach-comment.png");
  cursor: pointer;
}
.icon-submit-comment {
  width: 19px;
  height: 16px;
  vertical-align: middle;
  background-image: url("../img/icons-images/submit-comment.png");
  cursor: pointer;
}
.icon-event-1 {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("../img/icons-images/event-1.png");
  cursor: pointer;
}
.icon-event-2 {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url("../img/icons-images/event-2.png");
  cursor: pointer;
}
.icon-edit-profile {
  width: 14px;
  height: 13px;
  background-image: url("../img/icons-images/edit-dash-profil.png");
}
.fa {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f003";
}
.fa-envelope-alt:before {
  content: "\f0e0";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-nav-drop {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 101;
  width: 20px;
  height: 20px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.fa-angle-nav-drop:before {
  content: "\f107";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-info-sign:before {
  content: "\f05a";
}
.fa-list:before {
  content: "\f03a";
}
.fa-share-alt:before {
  content: "\f064";
}
.fa-facetime-video:before {
  content: "\f03d";
}
.fa-camera:before {
  content: "\f030";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-usd:before {
  content: "\f155";
}
.fa-bank:before {
  content: "\f19c";
}
.fa-eye-open:before {
  content: "\f06e";
}
.fa-comment:before {
  content: "\f075";
}
.fa-star:before {
  content: "\f005";
}
.fa-time:before {
  content: "\f017";
}
.fa-search:before {
  content: "\f002";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-double-left:before {
  content: "\f100";
}
.fa-double-right:before {
  content: "\f101";
}
.fa-close:before {
  content: "\f00d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-vk:before {
  content: "\f189";
}
.fa-social-color-share {
  color: #ccc;
}
.fa-social-color-share:before {
  content: "\f1e0";
}
.fa-social-color-share:hover {
  color: #ccc !important;
}
.fa-social-color-facebook {
  color: #395597;
}
.fa-social-color-facebook:before {
  content: "\f09a";
}
.fa-social-color-facebook:hover {
  color: #395597 !important;
}
.fa-social-color-vk {
  color: #5b7fa6;
}
.fa-social-color-vk:before {
  content: "\f189";
}
.fa-social-color-vk:hover {
  color: #5b7fa6 !important;
}
.fa-social-color-twitter {
  color: #50abf1;
}
.fa-social-color-twitter:before {
  content: "\f099";
}
.fa-social-color-twitter:hover {
  color: #50abf1 !important;
}
.fa-social-color-instagram {
  color: #d6802b;
}
.fa-social-color-instagram:before {
  content: "\f16d";
}
.fa-social-color-instagram:hover {
  color: #d6802b !important;
}
.fa-social-teacher-twitter:before {
  content: "\f081";
}
.fa-social-teacher-twitter:hover {
  color: #28aae1 !important;
}
.fa-social-teacher-linkedin:before {
  content: "\f08c";
}
.fa-social-teacher-linkedin:hover {
  color: #0274b3 !important;
}
.fa-social-teacher-facebook:before {
  content: "\f082";
}
.fa-social-teacher-facebook:hover {
  color: #3c5a98 !important;
}
.fa-map-o:before {
  content: "\f278";
}
.fa-print:before {
  content: "\f02f";
}
.fa-download:before {
  content: "\f019";
}
.fa-question-circle {
  cursor: pointer;
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-pass {
  cursor: pointer;
}
.fa-pass:before {
  content: "\f06e";
}
.fa-success:before {
  content: "\f00c";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-plus:before {
  content: "\f067";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-info-circle:before {
  content: "\f05a";
}
.icon-left {
  margin-right: 5px;
}
.form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
  box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
}
.form-control:focus {
  border-color: #89b544;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(137,181,68,0.036);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(137,181,68,0.036);
}
.form-control.success {
  border-color: #89b544;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(137,181,68,0.036);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(137,181,68,0.036);
}
.form-control.error {
  border-color: #b54444;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(137,181,68,0.036);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(137,181,68,0.036);
}
.form-control.type-2 {
  padding: 3px 18px;
  height: 30px;
  border: 2px solid #d3d3d3;
  font-size: 12px;
}
.form-control.type-2:focus,
.form-control.type-2.focus {
  border-color: #609df5;
}
.form-control.type-2.error {
  border-color: #f56060;
}
.form-control.type-2.success {
  border-color: #89b544;
}
textarea.form-control.type-2 {
  height: 110px;
}
.radio,
.checkbox {
  margin: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
.radio.type-2 input[type="checkbox"],
.checkbox.type-2 input[type="checkbox"],
.radio.type-2 input[type="radio"],
.checkbox.type-2 input[type="radio"] {
  display: none;
}
.radio.type-2 input[type="checkbox"]:checked + label .icheckbox_square,
.checkbox.type-2 input[type="checkbox"]:checked + label .icheckbox_square,
.radio.type-2 input[type="radio"]:checked + label .icheckbox_square,
.checkbox.type-2 input[type="radio"]:checked + label .icheckbox_square,
.radio.type-2 input[type="checkbox"]:checked + label .iradio_square,
.checkbox.type-2 input[type="checkbox"]:checked + label .iradio_square,
.radio.type-2 input[type="radio"]:checked + label .iradio_square,
.checkbox.type-2 input[type="radio"]:checked + label .iradio_square {
  background-color: #fff;
  border-color: #b1b1b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
  box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
}
.radio.type-2 input[type="checkbox"]:checked + label .icheckbox_square:before,
.checkbox.type-2 input[type="checkbox"]:checked + label .icheckbox_square:before,
.radio.type-2 input[type="radio"]:checked + label .icheckbox_square:before,
.checkbox.type-2 input[type="radio"]:checked + label .icheckbox_square:before,
.radio.type-2 input[type="checkbox"]:checked + label .iradio_square:before,
.checkbox.type-2 input[type="checkbox"]:checked + label .iradio_square:before,
.radio.type-2 input[type="radio"]:checked + label .iradio_square:before,
.checkbox.type-2 input[type="radio"]:checked + label .iradio_square:before {
  content: "\f00c";
  position: absolute;
  left: 1px;
  top: 1px;
  font-size: 10px;
  color: #50aaff;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.radio.type-2 label,
.checkbox.type-2 label {
  padding-left: 25px;
  min-height: 13px;
  line-height: 20px;
}
.radio.type-2 label .icheckbox_square,
.checkbox.type-2 label .icheckbox_square,
.radio.type-2 label .iradio_square,
.checkbox.type-2 label .iradio_square {
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 53;
}
.radio.type-3 .icheckbox_square,
.checkbox.type-3 .icheckbox_square,
.radio.type-4 .icheckbox_square,
.checkbox.type-4 .icheckbox_square,
.radio.type-3 .iradio_square,
.checkbox.type-3 .iradio_square,
.radio.type-4 .iradio_square,
.checkbox.type-4 .iradio_square {
  background-color: #fff;
  border-color: #b1b1b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
  box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
}
.radio.type-4 label,
.checkbox.type-4 label {
  padding: 3px 5px;
  margin-left: 25px;
  margin-right: 25px;
  position: relative;
  display: block;
  min-height: 38px;
  border: 2px solid #eeeff0;
  font-size: 10px;
  line-height: 1.428571429;
}
.radio.type-4 label .icheckbox_square,
.checkbox.type-4 label .icheckbox_square,
.radio.type-4 label .iradio_square,
.checkbox.type-4 label .iradio_square {
  margin-top: -6.5px;
  left: auto;
  right: -25px;
  top: 50%;
}
.radio.type-4 label .checkbox-option-text,
.checkbox.type-4 label .checkbox-option-text {
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.form-group-pass {
  position: relative;
}
.form-group-pass .form-control {
  padding-right: 43px;
}
.form-group-pass .fa-pass {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #2f2e2d;
}
.form-group-pass .fa-pass.active:before {
  content: "\f070";
}
.form-group-success {
  position: relative;
}
.form-group-success .form-control {
  padding-right: 43px;
}
.form-group-success .fa-success {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #89b544;
}
.form-group-date {
  position: relative;
}
.form-group-date .form-control {
  padding-right: 43px;
}
.form-group-date .fa-calendar {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #2f2e2d;
  cursor: pointer;
}
.form-group-file {
  cursor: pointer;
}
.form-group-file_l {
  width: 266px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .form-group-file_l {
    float: none;
    width: 100%;
  }
}
.form-group-file_l .form-control {
  line-height: 20px;
}
.form-group-file_l .el-line {
  margin-top: 18px;
  height: 1px;
  background-color: #d4d4d4;
}
.form-group-file_l .el-file {
  padding-left: 18px;
  padding-bottom: 5px;
  min-height: 25px;
  color: #d3d3d3;
  line-height: 20px;
}
.form-group-file_l .el-upload {
  height: 2px;
  background-color: #d4d4d4;
}
.form-group-file_l .el-upload .el-progress {
  width: 0%;
  height: 100%;
  background-color: #008ecb;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.form-group-file_r {
  margin-left: 285px;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .form-group-file_r {
    margin-left: 0;
  }
}
.form-group-file_r .el-open-file {
  color: #468dc8;
}
.form-group-file_r .el-delete-file {
  color: #f56060;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.btn {
  border: 0;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-padding-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-padding-3 {
  padding: 11px 25px;
}
.btn-width-170 {
  width: 170px;
}
.btn-color-1 {
  color: #fff;
  background-color: #74b43f;
  border-color: transparent;
}
.btn-color-1:focus,
.btn-color-1.focus {
  color: #fff;
  background-color: #5c8e32;
  border-color: rgba(0,0,0,0);
}
.btn-color-1:hover {
  color: #fff;
  background-color: #5c8e32;
  border-color: rgba(0,0,0,0);
}
.btn-color-1:active,
.btn-color-1.active,
.open > .dropdown-toggle.btn-color-1 {
  color: #fff;
  background-color: #5c8e32;
  border-color: rgba(0,0,0,0);
}
.btn-color-1:active:hover,
.btn-color-1.active:hover,
.open > .dropdown-toggle.btn-color-1:hover,
.btn-color-1:active:focus,
.btn-color-1.active:focus,
.open > .dropdown-toggle.btn-color-1:focus,
.btn-color-1:active.focus,
.btn-color-1.active.focus,
.open > .dropdown-toggle.btn-color-1.focus {
  color: #fff;
  background-color: #4b7429;
  border-color: rgba(0,0,0,0);
}
.btn-color-1:active,
.btn-color-1.active,
.open > .dropdown-toggle.btn-color-1 {
  background-image: none;
}
.btn-color-1.disabled:hover,
.btn-color-1[disabled]:hover,
fieldset[disabled] .btn-color-1:hover,
.btn-color-1.disabled:focus,
.btn-color-1[disabled]:focus,
fieldset[disabled] .btn-color-1:focus,
.btn-color-1.disabled.focus,
.btn-color-1[disabled].focus,
fieldset[disabled] .btn-color-1.focus {
  background-color: #74b43f;
  border-color: transparent;
}
.btn-color-1 .badge {
  color: #74b43f;
  background-color: #fff;
}
.btn-color-1-2 {
  border-width: 1px;
  border-style: solid;
  color: #74b43f;
  background-color: transparent;
  border-color: #74b43f;
}
.btn-color-1-2:focus,
.btn-color-1-2.focus {
  color: #74b43f;
  background-color: rgba(0,0,0,0);
  border-color: #37561e;
}
.btn-color-1-2:hover {
  color: #74b43f;
  background-color: rgba(0,0,0,0);
  border-color: #57872f;
}
.btn-color-1-2:active,
.btn-color-1-2.active,
.open > .dropdown-toggle.btn-color-1-2 {
  color: #74b43f;
  background-color: rgba(0,0,0,0);
  border-color: #57872f;
}
.btn-color-1-2:active:hover,
.btn-color-1-2.active:hover,
.open > .dropdown-toggle.btn-color-1-2:hover,
.btn-color-1-2:active:focus,
.btn-color-1-2.active:focus,
.open > .dropdown-toggle.btn-color-1-2:focus,
.btn-color-1-2:active.focus,
.btn-color-1-2.active.focus,
.open > .dropdown-toggle.btn-color-1-2.focus {
  color: #74b43f;
  background-color: rgba(0,0,0,0);
  border-color: #37561e;
}
.btn-color-1-2:active,
.btn-color-1-2.active,
.open > .dropdown-toggle.btn-color-1-2 {
  background-image: none;
}
.btn-color-1-2.disabled:hover,
.btn-color-1-2[disabled]:hover,
fieldset[disabled] .btn-color-1-2:hover,
.btn-color-1-2.disabled:focus,
.btn-color-1-2[disabled]:focus,
fieldset[disabled] .btn-color-1-2:focus,
.btn-color-1-2.disabled.focus,
.btn-color-1-2[disabled].focus,
fieldset[disabled] .btn-color-1-2.focus {
  background-color: transparent;
  border-color: #74b43f;
}
.btn-color-1-2 .badge {
  color: transparent;
  background-color: #74b43f;
}
.btn-color-2 {
  color: #fff;
  background-color: #ec7a22;
  border-color: transparent;
}
.btn-color-2:focus,
.btn-color-2.focus {
  color: #fff;
  background-color: #ca6211;
  border-color: rgba(0,0,0,0);
}
.btn-color-2:hover {
  color: #fff;
  background-color: #ca6211;
  border-color: rgba(0,0,0,0);
}
.btn-color-2:active,
.btn-color-2.active,
.open > .dropdown-toggle.btn-color-2 {
  color: #fff;
  background-color: #ca6211;
  border-color: rgba(0,0,0,0);
}
.btn-color-2:active:hover,
.btn-color-2.active:hover,
.open > .dropdown-toggle.btn-color-2:hover,
.btn-color-2:active:focus,
.btn-color-2.active:focus,
.open > .dropdown-toggle.btn-color-2:focus,
.btn-color-2:active.focus,
.btn-color-2.active.focus,
.open > .dropdown-toggle.btn-color-2.focus {
  color: #fff;
  background-color: #a9520f;
  border-color: rgba(0,0,0,0);
}
.btn-color-2:active,
.btn-color-2.active,
.open > .dropdown-toggle.btn-color-2 {
  background-image: none;
}
.btn-color-2.disabled:hover,
.btn-color-2[disabled]:hover,
fieldset[disabled] .btn-color-2:hover,
.btn-color-2.disabled:focus,
.btn-color-2[disabled]:focus,
fieldset[disabled] .btn-color-2:focus,
.btn-color-2.disabled.focus,
.btn-color-2[disabled].focus,
fieldset[disabled] .btn-color-2.focus {
  background-color: #ec7a22;
  border-color: transparent;
}
.btn-color-2 .badge {
  color: #ec7a22;
  background-color: #fff;
}
.btn-color-3 {
  color: #fff;
  background-color: #f0c51a;
  border-color: transparent;
}
.btn-color-3:focus,
.btn-color-3.focus {
  color: #fff;
  background-color: #caa40d;
  border-color: rgba(0,0,0,0);
}
.btn-color-3:hover {
  color: #fff;
  background-color: #caa40d;
  border-color: rgba(0,0,0,0);
}
.btn-color-3:active,
.btn-color-3.active,
.open > .dropdown-toggle.btn-color-3 {
  color: #fff;
  background-color: #caa40d;
  border-color: rgba(0,0,0,0);
}
.btn-color-3:active:hover,
.btn-color-3.active:hover,
.open > .dropdown-toggle.btn-color-3:hover,
.btn-color-3:active:focus,
.btn-color-3.active:focus,
.open > .dropdown-toggle.btn-color-3:focus,
.btn-color-3:active.focus,
.btn-color-3.active.focus,
.open > .dropdown-toggle.btn-color-3.focus {
  color: #fff;
  background-color: #a8890b;
  border-color: rgba(0,0,0,0);
}
.btn-color-3:active,
.btn-color-3.active,
.open > .dropdown-toggle.btn-color-3 {
  background-image: none;
}
.btn-color-3.disabled:hover,
.btn-color-3[disabled]:hover,
fieldset[disabled] .btn-color-3:hover,
.btn-color-3.disabled:focus,
.btn-color-3[disabled]:focus,
fieldset[disabled] .btn-color-3:focus,
.btn-color-3.disabled.focus,
.btn-color-3[disabled].focus,
fieldset[disabled] .btn-color-3.focus {
  background-color: #f0c51a;
  border-color: transparent;
}
.btn-color-3 .badge {
  color: #f0c51a;
  background-color: #fff;
}
.btn-color-4 {
  color: #fff;
  background-color: #006cb5;
  border-color: transparent;
}
.btn-color-4:focus,
.btn-color-4.focus {
  color: #fff;
  background-color: #004e82;
  border-color: rgba(0,0,0,0);
}
.btn-color-4:hover {
  color: #fff;
  background-color: #004e82;
  border-color: rgba(0,0,0,0);
}
.btn-color-4:active,
.btn-color-4.active,
.open > .dropdown-toggle.btn-color-4 {
  color: #fff;
  background-color: #004e82;
  border-color: rgba(0,0,0,0);
}
.btn-color-4:active:hover,
.btn-color-4.active:hover,
.open > .dropdown-toggle.btn-color-4:hover,
.btn-color-4:active:focus,
.btn-color-4.active:focus,
.open > .dropdown-toggle.btn-color-4:focus,
.btn-color-4:active.focus,
.btn-color-4.active.focus,
.open > .dropdown-toggle.btn-color-4.focus {
  color: #fff;
  background-color: #00385e;
  border-color: rgba(0,0,0,0);
}
.btn-color-4:active,
.btn-color-4.active,
.open > .dropdown-toggle.btn-color-4 {
  background-image: none;
}
.btn-color-4.disabled:hover,
.btn-color-4[disabled]:hover,
fieldset[disabled] .btn-color-4:hover,
.btn-color-4.disabled:focus,
.btn-color-4[disabled]:focus,
fieldset[disabled] .btn-color-4:focus,
.btn-color-4.disabled.focus,
.btn-color-4[disabled].focus,
fieldset[disabled] .btn-color-4.focus {
  background-color: #006cb5;
  border-color: transparent;
}
.btn-color-4 .badge {
  color: #006cb5;
  background-color: #fff;
}
.btn-color-5 {
  color: #fff;
  background-color: #01abee;
  border-color: transparent;
}
.btn-color-5:focus,
.btn-color-5.focus {
  color: #fff;
  background-color: #0187bb;
  border-color: rgba(0,0,0,0);
}
.btn-color-5:hover {
  color: #fff;
  background-color: #0187bb;
  border-color: rgba(0,0,0,0);
}
.btn-color-5:active,
.btn-color-5.active,
.open > .dropdown-toggle.btn-color-5 {
  color: #fff;
  background-color: #0187bb;
  border-color: rgba(0,0,0,0);
}
.btn-color-5:active:hover,
.btn-color-5.active:hover,
.open > .dropdown-toggle.btn-color-5:hover,
.btn-color-5:active:focus,
.btn-color-5.active:focus,
.open > .dropdown-toggle.btn-color-5:focus,
.btn-color-5:active.focus,
.btn-color-5.active.focus,
.open > .dropdown-toggle.btn-color-5.focus {
  color: #fff;
  background-color: #016d98;
  border-color: rgba(0,0,0,0);
}
.btn-color-5:active,
.btn-color-5.active,
.open > .dropdown-toggle.btn-color-5 {
  background-image: none;
}
.btn-color-5.disabled:hover,
.btn-color-5[disabled]:hover,
fieldset[disabled] .btn-color-5:hover,
.btn-color-5.disabled:focus,
.btn-color-5[disabled]:focus,
fieldset[disabled] .btn-color-5:focus,
.btn-color-5.disabled.focus,
.btn-color-5[disabled].focus,
fieldset[disabled] .btn-color-5.focus {
  background-color: #01abee;
  border-color: transparent;
}
.btn-color-5 .badge {
  color: #01abee;
  background-color: #fff;
}
.btn-color-6 {
  color: #fff;
  background-color: #2f2e2d;
  border-color: transparent;
}
.btn-color-6:focus,
.btn-color-6.focus {
  color: #fff;
  background-color: #151514;
  border-color: rgba(0,0,0,0);
}
.btn-color-6:hover {
  color: #fff;
  background-color: #151514;
  border-color: rgba(0,0,0,0);
}
.btn-color-6:active,
.btn-color-6.active,
.open > .dropdown-toggle.btn-color-6 {
  color: #fff;
  background-color: #151514;
  border-color: rgba(0,0,0,0);
}
.btn-color-6:active:hover,
.btn-color-6.active:hover,
.open > .dropdown-toggle.btn-color-6:hover,
.btn-color-6:active:focus,
.btn-color-6.active:focus,
.open > .dropdown-toggle.btn-color-6:focus,
.btn-color-6:active.focus,
.btn-color-6.active.focus,
.open > .dropdown-toggle.btn-color-6.focus {
  color: #fff;
  background-color: #030303;
  border-color: rgba(0,0,0,0);
}
.btn-color-6:active,
.btn-color-6.active,
.open > .dropdown-toggle.btn-color-6 {
  background-image: none;
}
.btn-color-6.disabled:hover,
.btn-color-6[disabled]:hover,
fieldset[disabled] .btn-color-6:hover,
.btn-color-6.disabled:focus,
.btn-color-6[disabled]:focus,
fieldset[disabled] .btn-color-6:focus,
.btn-color-6.disabled.focus,
.btn-color-6[disabled].focus,
fieldset[disabled] .btn-color-6.focus {
  background-color: #2f2e2d;
  border-color: transparent;
}
.btn-color-6 .badge {
  color: #2f2e2d;
  background-color: #fff;
}
.btn-color-7 {
  border-width: 1px;
  border-style: solid;
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.btn-color-7:focus,
.btn-color-7.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-color-7:hover {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-color-7:active,
.btn-color-7.active,
.open > .dropdown-toggle.btn-color-7 {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-color-7:active:hover,
.btn-color-7.active:hover,
.open > .dropdown-toggle.btn-color-7:hover,
.btn-color-7:active:focus,
.btn-color-7.active:focus,
.open > .dropdown-toggle.btn-color-7:focus,
.btn-color-7:active.focus,
.btn-color-7.active.focus,
.open > .dropdown-toggle.btn-color-7.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-color-7:active,
.btn-color-7.active,
.open > .dropdown-toggle.btn-color-7 {
  background-image: none;
}
.btn-color-7.disabled:hover,
.btn-color-7[disabled]:hover,
fieldset[disabled] .btn-color-7:hover,
.btn-color-7.disabled:focus,
.btn-color-7[disabled]:focus,
fieldset[disabled] .btn-color-7:focus,
.btn-color-7.disabled.focus,
.btn-color-7[disabled].focus,
fieldset[disabled] .btn-color-7.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-color-7 .badge {
  color: transparent;
  background-color: #fff;
}
.btn-color-8 {
  color: #fff;
  background-color: #364556;
  border-color: transparent;
}
.btn-color-8:focus,
.btn-color-8.focus {
  color: #fff;
  background-color: #222c37;
  border-color: rgba(0,0,0,0);
}
.btn-color-8:hover {
  color: #fff;
  background-color: #222c37;
  border-color: rgba(0,0,0,0);
}
.btn-color-8:active,
.btn-color-8.active,
.open > .dropdown-toggle.btn-color-8 {
  color: #fff;
  background-color: #222c37;
  border-color: rgba(0,0,0,0);
}
.btn-color-8:active:hover,
.btn-color-8.active:hover,
.open > .dropdown-toggle.btn-color-8:hover,
.btn-color-8:active:focus,
.btn-color-8.active:focus,
.open > .dropdown-toggle.btn-color-8:focus,
.btn-color-8:active.focus,
.btn-color-8.active.focus,
.open > .dropdown-toggle.btn-color-8.focus {
  color: #fff;
  background-color: #151a21;
  border-color: rgba(0,0,0,0);
}
.btn-color-8:active,
.btn-color-8.active,
.open > .dropdown-toggle.btn-color-8 {
  background-image: none;
}
.btn-color-8.disabled:hover,
.btn-color-8[disabled]:hover,
fieldset[disabled] .btn-color-8:hover,
.btn-color-8.disabled:focus,
.btn-color-8[disabled]:focus,
fieldset[disabled] .btn-color-8:focus,
.btn-color-8.disabled.focus,
.btn-color-8[disabled].focus,
fieldset[disabled] .btn-color-8.focus {
  background-color: #364556;
  border-color: transparent;
}
.btn-color-8 .badge {
  color: #364556;
  background-color: #fff;
}
.btn-color-9 {
  color: #2f2e2d;
  background-color: #f1f4f7;
  border-color: transparent;
}
.btn-color-9:focus,
.btn-color-9.focus {
  color: #2f2e2d;
  background-color: #d1dbe4;
  border-color: rgba(0,0,0,0);
}
.btn-color-9:hover {
  color: #2f2e2d;
  background-color: #d1dbe4;
  border-color: rgba(0,0,0,0);
}
.btn-color-9:active,
.btn-color-9.active,
.open > .dropdown-toggle.btn-color-9 {
  color: #2f2e2d;
  background-color: #d1dbe4;
  border-color: rgba(0,0,0,0);
}
.btn-color-9:active:hover,
.btn-color-9.active:hover,
.open > .dropdown-toggle.btn-color-9:hover,
.btn-color-9:active:focus,
.btn-color-9.active:focus,
.open > .dropdown-toggle.btn-color-9:focus,
.btn-color-9:active.focus,
.btn-color-9.active.focus,
.open > .dropdown-toggle.btn-color-9.focus {
  color: #2f2e2d;
  background-color: #bac9d7;
  border-color: rgba(0,0,0,0);
}
.btn-color-9:active,
.btn-color-9.active,
.open > .dropdown-toggle.btn-color-9 {
  background-image: none;
}
.btn-color-9.disabled:hover,
.btn-color-9[disabled]:hover,
fieldset[disabled] .btn-color-9:hover,
.btn-color-9.disabled:focus,
.btn-color-9[disabled]:focus,
fieldset[disabled] .btn-color-9:focus,
.btn-color-9.disabled.focus,
.btn-color-9[disabled].focus,
fieldset[disabled] .btn-color-9.focus {
  background-color: #f1f4f7;
  border-color: transparent;
}
.btn-color-9 .badge {
  color: #f1f4f7;
  background-color: #2f2e2d;
}
.btn-color-10 {
  border-width: 1px;
  border-style: solid;
  color: #2f2e2d;
  background-color: #fafafa;
  border-color: #f3f1f1;
}
.btn-color-10:focus,
.btn-color-10.focus {
  color: #2f2e2d;
  background-color: #e1e1e1;
  border-color: #b8acac;
}
.btn-color-10:hover {
  color: #2f2e2d;
  background-color: #e1e1e1;
  border-color: #d7d0d0;
}
.btn-color-10:active,
.btn-color-10.active,
.open > .dropdown-toggle.btn-color-10 {
  color: #2f2e2d;
  background-color: #e1e1e1;
  border-color: #d7d0d0;
}
.btn-color-10:active:hover,
.btn-color-10.active:hover,
.open > .dropdown-toggle.btn-color-10:hover,
.btn-color-10:active:focus,
.btn-color-10.active:focus,
.open > .dropdown-toggle.btn-color-10:focus,
.btn-color-10:active.focus,
.btn-color-10.active.focus,
.open > .dropdown-toggle.btn-color-10.focus {
  color: #2f2e2d;
  background-color: #cfcfcf;
  border-color: #b8acac;
}
.btn-color-10:active,
.btn-color-10.active,
.open > .dropdown-toggle.btn-color-10 {
  background-image: none;
}
.btn-color-10.disabled:hover,
.btn-color-10[disabled]:hover,
fieldset[disabled] .btn-color-10:hover,
.btn-color-10.disabled:focus,
.btn-color-10[disabled]:focus,
fieldset[disabled] .btn-color-10:focus,
.btn-color-10.disabled.focus,
.btn-color-10[disabled].focus,
fieldset[disabled] .btn-color-10.focus {
  background-color: #fafafa;
  border-color: #f3f1f1;
}
.btn-color-10 .badge {
  color: #fafafa;
  background-color: #2f2e2d;
}
.btn-border {
  border: 3px solid transparent;
}
.btn-border-2 {
  border: 2px solid transparent;
}
.btn-border.btn-lg {
  padding: 19px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-border-color-1 {
  color: #2f2e2d;
  background-color: transparent;
  border-color: #74b43f;
}
.btn-border-color-1:focus,
.btn-border-color-1.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #37561e;
}
.btn-border-color-1:hover {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #57872f;
}
.btn-border-color-1:active,
.btn-border-color-1.active,
.open > .dropdown-toggle.btn-border-color-1 {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #57872f;
}
.btn-border-color-1:active:hover,
.btn-border-color-1.active:hover,
.open > .dropdown-toggle.btn-border-color-1:hover,
.btn-border-color-1:active:focus,
.btn-border-color-1.active:focus,
.open > .dropdown-toggle.btn-border-color-1:focus,
.btn-border-color-1:active.focus,
.btn-border-color-1.active.focus,
.open > .dropdown-toggle.btn-border-color-1.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #37561e;
}
.btn-border-color-1:active,
.btn-border-color-1.active,
.open > .dropdown-toggle.btn-border-color-1 {
  background-image: none;
}
.btn-border-color-1.disabled:hover,
.btn-border-color-1[disabled]:hover,
fieldset[disabled] .btn-border-color-1:hover,
.btn-border-color-1.disabled:focus,
.btn-border-color-1[disabled]:focus,
fieldset[disabled] .btn-border-color-1:focus,
.btn-border-color-1.disabled.focus,
.btn-border-color-1[disabled].focus,
fieldset[disabled] .btn-border-color-1.focus {
  background-color: transparent;
  border-color: #74b43f;
}
.btn-border-color-1 .badge {
  color: transparent;
  background-color: #2f2e2d;
}
.btn-border-color-2 {
  color: #2f2e2d;
  background-color: transparent;
  border-color: #ec7a22;
}
.btn-border-color-2:focus,
.btn-border-color-2.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #83400b;
}
.btn-border-color-2:hover {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #c05d11;
}
.btn-border-color-2:active,
.btn-border-color-2.active,
.open > .dropdown-toggle.btn-border-color-2 {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #c05d11;
}
.btn-border-color-2:active:hover,
.btn-border-color-2.active:hover,
.open > .dropdown-toggle.btn-border-color-2:hover,
.btn-border-color-2:active:focus,
.btn-border-color-2.active:focus,
.open > .dropdown-toggle.btn-border-color-2:focus,
.btn-border-color-2:active.focus,
.btn-border-color-2.active.focus,
.open > .dropdown-toggle.btn-border-color-2.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #83400b;
}
.btn-border-color-2:active,
.btn-border-color-2.active,
.open > .dropdown-toggle.btn-border-color-2 {
  background-image: none;
}
.btn-border-color-2.disabled:hover,
.btn-border-color-2[disabled]:hover,
fieldset[disabled] .btn-border-color-2:hover,
.btn-border-color-2.disabled:focus,
.btn-border-color-2[disabled]:focus,
fieldset[disabled] .btn-border-color-2:focus,
.btn-border-color-2.disabled.focus,
.btn-border-color-2[disabled].focus,
fieldset[disabled] .btn-border-color-2.focus {
  background-color: transparent;
  border-color: #ec7a22;
}
.btn-border-color-2 .badge {
  color: transparent;
  background-color: #2f2e2d;
}
.btn-border-color-3 {
  color: #2f2e2d;
  background-color: transparent;
  border-color: #f0c51a;
}
.btn-border-color-3:focus,
.btn-border-color-3.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #826a09;
}
.btn-border-color-3:hover {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #c09c0d;
}
.btn-border-color-3:active,
.btn-border-color-3.active,
.open > .dropdown-toggle.btn-border-color-3 {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #c09c0d;
}
.btn-border-color-3:active:hover,
.btn-border-color-3.active:hover,
.open > .dropdown-toggle.btn-border-color-3:hover,
.btn-border-color-3:active:focus,
.btn-border-color-3.active:focus,
.open > .dropdown-toggle.btn-border-color-3:focus,
.btn-border-color-3:active.focus,
.btn-border-color-3.active.focus,
.open > .dropdown-toggle.btn-border-color-3.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #826a09;
}
.btn-border-color-3:active,
.btn-border-color-3.active,
.open > .dropdown-toggle.btn-border-color-3 {
  background-image: none;
}
.btn-border-color-3.disabled:hover,
.btn-border-color-3[disabled]:hover,
fieldset[disabled] .btn-border-color-3:hover,
.btn-border-color-3.disabled:focus,
.btn-border-color-3[disabled]:focus,
fieldset[disabled] .btn-border-color-3:focus,
.btn-border-color-3.disabled.focus,
.btn-border-color-3[disabled].focus,
fieldset[disabled] .btn-border-color-3.focus {
  background-color: transparent;
  border-color: #f0c51a;
}
.btn-border-color-3 .badge {
  color: transparent;
  background-color: #2f2e2d;
}
.btn-border-color-4 {
  color: #2f2e2d;
  background-color: transparent;
  border-color: #006cb5;
}
.btn-border-color-4:focus,
.btn-border-color-4.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #002036;
}
.btn-border-color-4:hover {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #004778;
}
.btn-border-color-4:active,
.btn-border-color-4.active,
.open > .dropdown-toggle.btn-border-color-4 {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #004778;
}
.btn-border-color-4:active:hover,
.btn-border-color-4.active:hover,
.open > .dropdown-toggle.btn-border-color-4:hover,
.btn-border-color-4:active:focus,
.btn-border-color-4.active:focus,
.open > .dropdown-toggle.btn-border-color-4:focus,
.btn-border-color-4:active.focus,
.btn-border-color-4.active.focus,
.open > .dropdown-toggle.btn-border-color-4.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #002036;
}
.btn-border-color-4:active,
.btn-border-color-4.active,
.open > .dropdown-toggle.btn-border-color-4 {
  background-image: none;
}
.btn-border-color-4.disabled:hover,
.btn-border-color-4[disabled]:hover,
fieldset[disabled] .btn-border-color-4:hover,
.btn-border-color-4.disabled:focus,
.btn-border-color-4[disabled]:focus,
fieldset[disabled] .btn-border-color-4:focus,
.btn-border-color-4.disabled.focus,
.btn-border-color-4[disabled].focus,
fieldset[disabled] .btn-border-color-4.focus {
  background-color: transparent;
  border-color: #006cb5;
}
.btn-border-color-4 .badge {
  color: transparent;
  background-color: #2f2e2d;
}
.btn-border-color-5 {
  color: #2f2e2d;
  background-color: transparent;
  border-color: #01abee;
}
.btn-border-color-5:focus,
.btn-border-color-5.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #00506f;
}
.btn-border-color-5:hover {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #017fb1;
}
.btn-border-color-5:active,
.btn-border-color-5.active,
.open > .dropdown-toggle.btn-border-color-5 {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #017fb1;
}
.btn-border-color-5:active:hover,
.btn-border-color-5.active:hover,
.open > .dropdown-toggle.btn-border-color-5:hover,
.btn-border-color-5:active:focus,
.btn-border-color-5.active:focus,
.open > .dropdown-toggle.btn-border-color-5:focus,
.btn-border-color-5:active.focus,
.btn-border-color-5.active.focus,
.open > .dropdown-toggle.btn-border-color-5.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #00506f;
}
.btn-border-color-5:active,
.btn-border-color-5.active,
.open > .dropdown-toggle.btn-border-color-5 {
  background-image: none;
}
.btn-border-color-5.disabled:hover,
.btn-border-color-5[disabled]:hover,
fieldset[disabled] .btn-border-color-5:hover,
.btn-border-color-5.disabled:focus,
.btn-border-color-5[disabled]:focus,
fieldset[disabled] .btn-border-color-5:focus,
.btn-border-color-5.disabled.focus,
.btn-border-color-5[disabled].focus,
fieldset[disabled] .btn-border-color-5.focus {
  background-color: transparent;
  border-color: #01abee;
}
.btn-border-color-5 .badge {
  color: transparent;
  background-color: #2f2e2d;
}
.btn-border-color-6 {
  color: #2f2e2d;
  background-color: transparent;
  border-color: #2f2e2d;
}
.btn-border-color-6:focus,
.btn-border-color-6.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #000;
}
.btn-border-color-6:hover {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #100f0f;
}
.btn-border-color-6:active,
.btn-border-color-6.active,
.open > .dropdown-toggle.btn-border-color-6 {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #100f0f;
}
.btn-border-color-6:active:hover,
.btn-border-color-6.active:hover,
.open > .dropdown-toggle.btn-border-color-6:hover,
.btn-border-color-6:active:focus,
.btn-border-color-6.active:focus,
.open > .dropdown-toggle.btn-border-color-6:focus,
.btn-border-color-6:active.focus,
.btn-border-color-6.active.focus,
.open > .dropdown-toggle.btn-border-color-6.focus {
  color: #2f2e2d;
  background-color: rgba(0,0,0,0);
  border-color: #000;
}
.btn-border-color-6:active,
.btn-border-color-6.active,
.open > .dropdown-toggle.btn-border-color-6 {
  background-image: none;
}
.btn-border-color-6.disabled:hover,
.btn-border-color-6[disabled]:hover,
fieldset[disabled] .btn-border-color-6:hover,
.btn-border-color-6.disabled:focus,
.btn-border-color-6[disabled]:focus,
fieldset[disabled] .btn-border-color-6:focus,
.btn-border-color-6.disabled.focus,
.btn-border-color-6[disabled].focus,
fieldset[disabled] .btn-border-color-6.focus {
  background-color: transparent;
  border-color: #2f2e2d;
}
.btn-border-color-6 .badge {
  color: transparent;
  background-color: #2f2e2d;
}
.btn-bold {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn-lg {
  padding: 22px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#cnt-header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
  width: 100%;
}
#cnt-header.header-border .cnt-header-navbar {
  border-bottom: 1px solid #e2e2e2;
}
.cnt-header-login {
  position: absolute !important;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-header-login {
    display: none;
  }
}
.navbar-nav.navbar-right {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-nav.navbar-right {
    margin-right: -15px;
  }
}
.cnt-header-navigation {
  background: #fff;
}
.cnt-header-navigation,
.cnt-header-navigation .form-control,
.cnt-header-navigation .mod-dropdown-menu {
  font-size: 12px;
  color: #2b2a29;
}
.cnt-header-navigation.type-dash {
  background-color: transparent;
}
.cnt-header-information {
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .cnt-header-information {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.cnt-header-information.type-dash {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}
.cnt-header-information_brand {
  padding-top: 27px;
}
.cnt-header-information_cnt .mod-contacts {
  margin-right: 45px;
}
.cnt-header-information_cnt .mod-contacts_cnt {
  margin-right: 30px;
}
.cnt-header-information_cnt .mod-contacts_cnt [class^="fa"],
.cnt-header-information_cnt .mod-contacts_cnt [class^="icon"] {
  color: #74b43f;
}
.cnt-header-information_cnt .mod-search {
  margin-right: 7px;
}
@media only screen and (max-width: 480px) {
  .cnt-header-information_cnt .mod-contacts {
    margin-right: 7px;
  }
  .cnt-header-information_cnt .mod-contacts_cnt {
    margin-right: 10px;
  }
  .cnt-header-information_cnt .mod-contacts_cnt:last-child {
    margin-right: 0;
  }
  .cnt-header-information_cnt .display-none-sm {
    display: none;
  }
  .cnt-header-information_cnt .mod-search_xs {
    display: block !important;
  }
}
@media only screen and (min-width: 650px) {
  .cnt-header-information_cnt {
    white-space: nowrap;
  }
}
.cnt-header-information_cnt.type-login {
  padding: 22px 23px 27px 25px;
  background-color: rgba(0,0,0,0.41);
  border: 1px solid #9b9da0;
  border-top: 0;
  color: #fff;
}
.mod-contacts:before,
.mod-contacts:after {
  content: " ";
  display: table;
}
.mod-contacts:after {
  clear: both;
}
.mod-contacts_cnt:before,
.mod-contacts_cnt:after {
  content: " ";
  display: table;
}
.mod-contacts_cnt:after {
  clear: both;
}
.mod-contacts_cnt:last-child {
  margin-bottom: 0;
}
.mod-contacts.inline-contacts .mod-contacts_cnt:last-child {
  margin-right: 0;
}
.mod-contacts_cnt_l {
  width: auto;
}
.mod-contacts_cnt_r {
  margin-left: 22px;
}
.mod-search form {
  position: relative;
}
.mod-search [type="text"] {
  padding: 3px 31px 3px 7px;
  width: 200px;
  height: 28px;
  font-family: "ElektraLightPro-Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod-search [type="submit"] {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  width: 24px;
  height: 100%;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mod-search [type="submit"]:hover,
.mod-search [type="submit"]:focus,
.mod-search [type="submit"].focus {
  color: #89b544;
}
.mod-search [type="submit"]:active,
.mod-search [type="submit"].active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-search_xs [class^="fa"] {
  font-size: 14px;
  cursor: pointer;
}
.mod-search_xs [class^="fa"]:hover {
  color: #74b43f;
}
.mod-search_xs_form {
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 103;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
}
.mod-search_xs_form form {
  margin-right: 30px;
}
.mod-search_xs_form [type="text"] {
  width: 100%;
}
.mod-search_xs_form .fa-close {
  position: absolute;
  right: 15px;
  top: 9px;
  font-size: 18px;
  cursor: pointer;
}
.mod-language {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 22px;
}
.mod-language.open .mod-language_cnt [class^="fa"]:before,
.mod-language.open .mod-language_cnt [class^="icon"]:before {
  content: "\f106";
}
@media only screen and (max-width: 767px) {
  .mod-language .mod-dropdown-menu {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.mod-language_cnt {
  padding-left: 7px;
  border-left: 1px solid #d2d0ce;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.cnt-header-navbar {
  margin-bottom: 0;
  background: #fff;
  border: 0;
}
.mod-navbar-nav > li {
  margin-right: 85px;
  border-bottom: 3px solid transparent;
}
.mod-navbar-nav > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1029px) {
  .mod-navbar-nav > li {
    margin-right: 35px;
  }
}
.mod-navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
.mod-navbar-nav > li.open .mod-navbar-nav_drop-menu {
  display: table;
}
.mod-navbar-nav > li .dropdown-menu {
  margin-top: 3px;
  padding-top: 3px;
  min-width: 200px;
}
.mod-navbar-nav > li .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  background-color: #74b43f;
}
.mod-navbar-nav > li .dropdown-menu > li > a {
  padding: 9px 34px 9px 15px;
  position: relative;
  text-align: left;
  text-transform: none;
}
.mod-navbar-nav > li .dropdown-menu > li > a:hover,
.mod-navbar-nav > li .dropdown-menu > li > a:focus {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod-navbar-nav > li .dropdown-menu > li > a [class^="fa"],
.mod-navbar-nav > li .dropdown-menu > li > a [class^="icon"] {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav > li .dropdown-menu:before {
    left: 0;
    right: 0;
  }
}
.mod-navbar-nav > li .mod-navbar-nav_drop-menu .dropdown-menu,
.mod-navbar-nav > li .mod-navbar-nav_drop-menu .tab-content {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.mod-navbar-nav > li .mod-navbar-nav_drop-menu .dropdown-menu {
  margin-top: 0;
  padding-top: 0;
  padding-right: 1px;
  position: relative;
  top: 0;
  display: block;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mod-navbar-nav > li .mod-navbar-nav_drop-menu .dropdown-menu:before {
  display: none;
}
.mod-navbar-nav > li .mod-navbar-nav_drop-menu .dropdown-menu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  bottom: 9px;
  width: 1px;
  background-color: #f1f1f2;
}
.mod-navbar-nav.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media only screen and (min-width: 768px) {
  .mod-navbar-nav > li > a [class^="fa"],
  .mod-navbar-nav > li > a [class^="icon"] {
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav > li {
    margin-right: 0;
  }
  .mod-navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cnt-header-navbar .mod-navbar-brand {
  position: relative;
}
.cnt-header-navbar .mod-navbar-brand h1 {
  margin: 0;
  font-size: 18px;
  color: transparent;
  line-height: 20px;
}
.cnt-header-navbar .mod-navbar-brand_logo {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 101;
}
.cnt-header-navbar .mod-navbar-brand_logo:before {
  content: "";
  position: absolute;
  top: 39px;
  left: 50%;
  z-index: -1;
  width: 88px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cnt-header-navbar .mod-navbar-nav > li:hover {
  border-bottom-color: #fff;
}
.cnt-header-navbar .mod-navbar-nav > li > a {
  color: #2b2a29;
}
.cnt-header-navbar .mod-navbar-nav > li > a:hover,
.cnt-header-navbar .mod-navbar-nav > li > a:focus {
  background-color: #fff !important;
  color: #2b2a29;
}
.cnt-header-navbar .mod-navbar-nav > .open {
  border-bottom-color: #fff;
}
.cnt-header-navbar .mod-navbar-nav > .open > a,
.cnt-header-navbar .mod-navbar-nav > .open > a:hover,
.cnt-header-navbar .mod-navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #2b2a29;
}
.cnt-header-navbar .mod-navbar-nav > .active {
  border-bottom-color: #fff;
}
.cnt-header-navbar .mod-navbar-nav > .active > a,
.cnt-header-navbar .mod-navbar-nav > .active > a:hover,
.cnt-header-navbar .mod-navbar-nav > .active > a:focus {
  background-color: #fff;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2b2a29;
}
.cnt-header-navbar .mod-navbar-nav > .active [class^="fa"],
.cnt-header-navbar .mod-navbar-nav > .active [class^="icon"] {
  font-weight: 700;
}
.cnt-header-navbar .mod-navbar-nav .open > a > [class^="fa"]:before,
.cnt-header-navbar .mod-navbar-nav .open > a > [class^="icon"]:before {
  content: "\f106";
}
@media only screen and (max-width: 859px) {
  .cnt-header-navbar .mod-navbar-brand_logo {
    top: -32px;
    width: 200px;
  }
  .cnt-header-navbar .mod-navbar-brand_logo:before {
    top: 31px;
  }
  .cnt-header-navbar .mod-navbar-brand_logo img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-header-navbar .mod-navbar-brand_logo {
    display: none;
  }
  .cnt-header-navbar .mod-navbar-brand_logo.mobile {
    display: block !important;
    top: 18px;
    width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav > li.active > a,
  .mod-navbar-nav_tab-list > li.active > a {
    font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .mod-navbar-nav > li.active > .fa-angle-nav-drop,
  .mod-navbar-nav_tab-list > li.active > .fa-angle-nav-drop {
    border-color: #202020;
  }
  .mod-navbar-nav > li.active > .fa-angle-nav-drop:before,
  .mod-navbar-nav_tab-list > li.active > .fa-angle-nav-drop:before {
    content: "\f106";
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav_tab-list > li.active > a {
    font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav_drop-menu,
  .mod-navbar-nav_tab-list ul {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav > li .mod-navbar-nav_drop-menu,
  .mod-navbar-nav > li .mod-navbar-nav_drop-menu > .dropdown-menu .dropdown-menu {
    position: relative;
    top: 0;
    display: none;
    float: none;
    border: 0;
    font-size: 14px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav > li .mod-navbar-nav_drop-menu .dropdown-menu {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-header-navigation .mod-dropdown-menu {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav > li .dropdown-menu > li > a:hover,
  .mod-navbar-nav > li .dropdown-menu > li > a:focus {
    font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-menu > li {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .mod-navbar-nav_tab-list > li .fa-angle-nav-drop {
    top: 9px;
  }
}
.mod-dropdown-menu {
  padding: 0;
  margin-top: 10px;
  left: 50%;
  z-index: 1005;
  min-width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mod-dropdown-menu > li > a {
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .mod-dropdown-menu {
    min-width: 1px !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mod-dropdown-menu > li > a {
    text-align: left;
  }
}
.cnt-slider {
  position: relative;
  background-color: #555;
  overflow: hidden;
}
.cnt-slider-information {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 104;
  float: none;
  height: 100%;
  width: 425px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.54);
/*-webkit-filter: blur(14px);
    -moz-filter: blur(14px);
    -o-filter: blur(14px);
    -ms-filter: blur(14px);
    filter: blur(14px);*/
}
@media only screen and (max-width: 800px) {
  .cnt-slider-information {
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-slider-information {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
  }
}
.cnt-slider-information .mod-slider-information {
  padding: 47px 40px 40px 60px;
}
.cnt-slider-information .mod-slider-information,
.cnt-slider-information .mod-slider-information h3,
.cnt-slider-information .mod-slider-information p {
  color: #fff;
}
.cnt-slider-information .mod-slider-information p {
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (max-width: 1663px) {
  .cnt-slider-information .mod-slider-information {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1180px) {
  .cnt-slider-information .mod-slider-information {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cnt-slider-information .mod-slider-information_i {
  padding-bottom: 29px;
  margin-bottom: 23px;
  border-bottom: 2px solid rgba(255,255,255,0.23);
}
.cnt-slider-information .mod-slider-information_i:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.cnt-slider-information .mod-slider-information_i_button {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 19px;
}
.cnt-slider-information .mod-slider-information_i_button [class^="btn"] {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cnt-slider-information .mod-slider-information_i_button [class^="btn"]:hover,
.cnt-slider-information .mod-slider-information_i_button [class^="btn"]:focus,
.cnt-slider-information .mod-slider-information_i_button [class^="btn"]:active {
  background-color: transparent;
  color: #fff;
}
@media only screen and (max-width: 1663px) {
  .cnt-slider-information .mod-slider-information {
    padding-top: 30px;
  }
  .cnt-slider-information .mod-slider-information h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }
  .cnt-slider-information .mod-slider-information p {
    font-size: 16px;
  }
  .cnt-slider-information .mod-slider-information .mod-slider-information_i_button {
    padding-left: 0;
    padding-right: 0;
  }
  .cnt-slider-information .mod-slider-information .mod-slider-information_i_button [class^="btn"] {
    font-size: 12px;
  }
  .cnt-slider-information .mod-slider-information_i {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .cnt-slider-information .mod-slider-information {
    padding-top: 20px;
  }
  .cnt-slider-information .mod-slider-information h3 {
    font-size: 14px;
  }
  .cnt-slider-information .mod-slider-information p {
    font-size: 12px;
  }
  .cnt-slider-information .mod-slider-information_i_button {
    margin-top: 10px;
  }
  .cnt-slider-information .mod-slider-information_i {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.cnt-header-headlines {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cnt-header-headlines .h1 {
  font-size: 40px;
}
.cnt-header-headlines {
  color: #fff;
}
.cnt-header-headlines .mod-headlines {
  padding-top: 69px;
  padding-bottom: 49px;
  background-color: rgba(0,0,0,0.3);
}
.cnt-header-headlines .mod-headlines .row > div {
  width: auto;
}
.cnt-header-headlines .mod-headlines .row > div:first-child {
  max-width: 700px;
}
.cnt-header-headlines .mod-breadcrumbs {
  margin-top: 43px;
  text-align: right;
}
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li {
  color: #fff;
}
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li:hover,
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li:hover:before {
  color: #fff;
}
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li + li:before {
  color: #e1e1e1;
}
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li > a {
  color: #e1e1e1;
}
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li > a:hover,
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li > a:focus,
.cnt-header-headlines .mod-breadcrumbs .breadcrumb > li > a:active {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cnt-header-headlines .mod-headlines .row > div {
    float: none;
    width: 100%;
    max-width: none;
  }
  .cnt-header-headlines .mod-breadcrumbs {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .cnt-header-headlines .h1 {
    font-size: 24px;
  }
  .cnt-header-headlines .h2 {
    font-size: 18px;
  }
  .cnt-header-headlines .mod-headlines {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
#cnt-content {
  margin: 0;
  padding: 0;
  padding-top: 45px;
  padding-bottom: 173px;
  position: relative;
  z-index: 50;
  width: 100%;
}
#cnt-content.content-article {
  padding-top: 58px;
}
#cnt-content.content-about,
#cnt-content.content-dash {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #cnt-content {
    padding-bottom: 45px;
  }
}
.cnt-content-filter {
  margin-bottom: 31px;
  margin-top: 9px;
  font-size: 12px;
}
.cnt-content-filter .mod-filter_control {
  margin-bottom: 22px;
}
.cnt-content-filter .mod-filter_control [class*="btn-color-1"],
.cnt-content-filter .mod-filter_control [class*="btn-color-2"] {
  padding: 10px 25px;
  position: relative;
}
.cnt-content-filter .mod-filter_control [class*="btn-color-1"]:after,
.cnt-content-filter .mod-filter_control [class*="btn-color-2"]:after {
  content: "";
  margin-top: -6px;
  position: absolute;
  right: -4px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 4px solid #74b43f;
}
.cnt-content-filter .mod-filter_control [class*="btn-color-2"]:after {
  border-left-color: #ec7a22;
}
.cnt-content-filter .mod-filter_control [class*="btn-color-6"] {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-content-filter .mod-filter_control .form-group {
    margin-bottom: 0;
    display: inline-block;
  }
}
.cnt-content-filter .mod-filter_control_text {
  margin-left: 24px;
  margin-right: 91px;
}
.cnt-content-filter .mod-filter_category {
  margin-bottom: 22px;
  padding-left: 10px;
}
.cnt-content-filter .mod-filter_sorting {
  padding-left: 10px;
}
@media only screen and (max-width: 480px) {
  .cnt-content-filter .mod-filter_control_text {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cnt-content-filter .mod-filter_control .form-group {
    display: block;
  }
  .cnt-content-filter .mod-filter_control [class^="btn"] {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cnt-content-filter .mod-filter_control,
  .cnt-content-filter .mod-filter_category,
  .cnt-content-filter .mod-filter_sorting {
    white-space: nowrap;
  }
}
.cnt-filter-category {
  margin-left: 87px;
}
.cnt-filter-category .mod-filter_category_i {
  margin-right: 13px;
  margin-bottom: 5px;
}
.cnt-filter-sorting {
  margin-left: 87px;
}
.cnt-filter-sorting .mod-filter_sorting_i {
  margin-right: 28px;
}
.cnt-filter-sorting .mod-filter_sorting_view {
  white-space: nowrap;
}
.cnt-filter-sorting .mod-filter_sorting_view .mod-filter_sorting_i {
  margin-right: 10px;
}
.cnt-filter-sorting .mod-filter_sorting_view .mod-filter_sorting_i:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .cnt-filter-sorting .mod-filter_sorting_view {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .cnt-filter-sorting .mod-filter_sorting_view {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .cnt-filter-sorting .mod-filter_sorting_i {
    margin-right: 13px;
  }
}
.mod-filter {
  padding-bottom: 27px;
  border-bottom: 1px solid #f1f1f1;
}
.mod-filter_control {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mod-filter_category_label {
  line-height: 23px;
}
.mod-filter_category_i {
  padding: 2px 13px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #2f2e2d;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-filter_category_i.type-1:hover {
  border-color: #74b43f;
}
.mod-filter_category_i.type-2:hover {
  border-color: #ec7a22;
}
.mod-filter_category_i.type-3:hover {
  border-color: #f0c51a;
}
.mod-filter_category_i.type-4:hover {
  border-color: #006cb5;
}
.mod-filter_category_i.type-5:hover {
  border-color: #01abee;
}
.mod-filter_category_i.type-6:hover {
  border-color: #d24a43;
}
.mod-filter_category_i.type-1.active {
  background-color: #74b43f;
  border-color: #74b43f;
  color: #fff;
}
.mod-filter_category_i.type-2.active {
  background-color: #ec7a22;
  border-color: #ec7a22;
  color: #fff;
}
.mod-filter_category_i.type-3.active {
  background-color: #f0c51a;
  border-color: #f0c51a;
  color: #fff;
}
.mod-filter_category_i.type-4.active {
  background-color: #006cb5;
  border-color: #006cb5;
  color: #fff;
}
.mod-filter_category_i.type-5.active {
  background-color: #01abee;
  border-color: #01abee;
  color: #fff;
}
.mod-filter_category_i.type-6.active {
  background-color: #d24a43;
  border-color: #d24a43;
  color: #fff;
}
.mod-filter_sorting_label {
  line-height: 19px;
}
.mod-filter_sorting_i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.mod-filter_sorting_i:hover {
  color: #ec7a22;
}
.mod-filter_sorting_i.active,
.mod-filter_sorting_i.active a {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ec7a22;
}
.mod-filter_sorting_i a {
  color: #2f2e2d;
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
}
.mod-filter_sorting_i a:hover,
.mod-filter_sorting_i a:focus,
.mod-filter_sorting_i a:active {
  text-decoration: none;
}
.mod-filter_sorting_i a:hover,
.mod-filter_sorting_i a:focus,
.mod-filter_sorting_i a:active {
  color: #ec7a22;
}
.cnt-content-news > .row {
  font-size: 0;
}
.cnt-content-news > .row > div {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: 14px;
}
.cnt-news-i:hover .mod-news {
  background-color: #f4f4f4;
}
.cnt-news-i .mod-news {
  margin-bottom: 30px;
  cursor: pointer;
}
.cnt-news-i.view-2:hover .mod-news {
  background-color: #fff;
}
.cnt-news-i.view-2 .mod-news {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cnt-news-i.view-2 .mod-news_img {
  height: 360px;
}
.cnt-news-i.view-2 .cnt-news-img-information {
  padding: 15px 27px;
}
.cnt-news-i.view-2 .cnt-news-img-information .mod-news_img_information_label {
  margin-bottom: 15px;
}
.cnt-news-i.view-2 .cnt-news-img-information .mod-news_img_information_label_i {
  padding: 5px 20px;
  font-size: 20px;
}
.cnt-news-i.view-2 .cnt-news-img-information h4 {
  font-size: 24px;
}
.cnt-news-i.view-2 .cnt-news-cnt {
  padding: 25px 0 30px 0;
  min-height: 1px;
}
.cnt-news-i.view-2 .cnt-news-cnt p {
  font-size: 18px;
  color: #8f8f8f;
}
.cnt-news-i.view-2 .cnt-news-cnt .mod-news_cnt_point,
.cnt-news-i.view-2 .cnt-news-cnt .mod-news_cnt_information {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.cnt-news-i.view-2 .cnt-news-cnt .mod-news_cnt_information {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}
@media only screen and (max-width: 480px) {
  .cnt-news-i.view-2 .cnt-news-img-information h4 {
    font-size: 18px;
  }
  .cnt-news-i.view-2 .cnt-news-img-information .mod-news_img_information_label_i {
    padding: 3px 13px;
    font-size: 14px;
  }
  .cnt-news-i.view-2 .mod-news_img {
    height: 270px;
  }
  .cnt-news-i.view-2 .cnt-news-cnt p {
    font-size: 14px;
  }
  .cnt-news-i.view-2 .cnt-news-cnt .mod-news_cnt_point,
  .cnt-news-i.view-2 .cnt-news-cnt .mod-news_cnt_information {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-news-i.view-2 {
    display: none;
  }
}
.cnt-news-i.view-3 .cnt-news-cnt {
  padding-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .cnt-news-i.view-3 {
    display: block;
  }
  .cnt-news-i.view-3 .cnt-news-cnt {
    padding-bottom: 30px;
  }
}
.cnt-news-img-information {
  padding: 10px 18px;
}
.cnt-news-img-information,
.cnt-news-img-information h4 {
  color: #fff;
}
.cnt-news-img-information h4 {
  margin-bottom: 0;
  line-height: 1.2;
}
.cnt-news-img-information a {
  color: #fff;
  text-decoration: underline;
}
.cnt-news-img-information a:hover,
.cnt-news-img-information a:focus,
.cnt-news-img-information a:active {
  text-decoration: none;
}
.cnt-news-img-information .mod-news_img_information_label {
  margin-bottom: 10px;
}
.cnt-news-img-information .mod-news_cnt_information_i [class^="fa"],
.cnt-news-img-information .mod-news_cnt_information_i [class^="icon"] {
  font-size: 18px;
}
.cnt-news-cnt {
  padding: 18px;
}
@media only screen and (min-width: 768px) {
  .cnt-news-cnt {
    position: relative;
    min-height: 273px;
  }
  .cnt-news-cnt .mod-news_cnt_information {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
}
.cnt-news-cnt .mod-news_cnt_point,
.cnt-news-cnt .mod-news_cnt_information {
  font-size: 12px;
}
.cnt-news-cnt .mod-news_cnt_point {
  margin-bottom: 14px;
}
.cnt-news-cnt .mod-news_cnt_point [class^="fa"],
.cnt-news-cnt .mod-news_cnt_point [class^="icon"] {
  font-size: 18px;
  color: #bab9b8;
}
.cnt-news-cnt .mod-news_cnt_information_i {
  margin-right: 28px;
}
.cnt-news-cnt .mod-news_cnt_information_i:last-child {
  margin-right: 0;
}
.cnt-news-cnt .mod-news_cnt_information_i [class^="fa"],
.cnt-news-cnt .mod-news_cnt_information_i [class^="icon"] {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .cnt-news-cnt .mod-news_cnt_information_i {
    white-space: nowrap;
  }
}
.mod-news {
  background-color: #fefdfb;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-news.type-1 .mod-news_img_information_label_i,
.mod-news.type-1 .mod-news_line {
  background-color: #74b43f;
}
.mod-news.type-2 .mod-news_img_information_label_i,
.mod-news.type-2 .mod-news_line {
  background-color: #ec7a22;
}
.mod-news.type-3 .mod-news_img_information_label_i,
.mod-news.type-3 .mod-news_line {
  background-color: #f0c51a;
}
.mod-news.type-4 .mod-news_img_information_label_i,
.mod-news.type-4 .mod-news_line {
  background-color: #006cb5;
}
.mod-news.type-5 .mod-news_img_information_label_i,
.mod-news.type-5 .mod-news_line {
  background-color: #01abee;
}
.mod-news_img {
  position: relative;
  height: 270px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mod-news_img_information {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 52;
  width: 100%;
}
.mod-news_img_information_label_i {
  padding: 3px 13px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-news_img_bg-opacity {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 51;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.mod-news_line {
  height: 5px;
  background-color: transparent;
}
.mod-news_cnt_information_i {
  display: inline-block;
  vertical-align: middle;
}
.mod-news_label_i {
  padding: 5px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
  border: 2px solid transparent;
  font-size: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-news_label_i.type-1 {
  border-color: #74b43f;
}
.mod-news_label_i.type-2 {
  border-color: #ec7a22;
}
.mod-news_label_i.type-3 {
  border-color: #f0c51a;
}
.mod-news_label_i.type-4 {
  border-color: #006cb5;
}
.mod-news_label_i.type-5 {
  border-color: #01abee;
}
.mod-pagination {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mod-pagination > li > a,
.mod-pagination > li > span {
  margin-left: 1px;
  margin-right: 1px;
  min-width: 43px;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-pagination > .three-dots > span {
  background-color: transparent;
  border-color: transparent;
}
.mod-pagination > .three-dots > span:hover,
.mod-pagination > .three-dots > span:focus {
  background-color: transparent;
  border-color: transparent;
}
@media only screen and (max-width: 480px) {
  .mod-pagination > li > a,
  .mod-pagination > li > span {
    margin-bottom: 5px;
  }
}
.cnt-content-firsthand {
  margin-top: 18px;
  margin-bottom: 56px;
}
.cnt-content-firsthand .mod-firsthand_header {
  margin-bottom: 28px;
}
.cnt-content-firsthand .mod-firsthand_header_company {
  margin-right: 15px;
}
.cnt-content-firsthand .mod-firsthand_header_company_name h5 {
  margin-bottom: 0;
}
.cnt-content-firsthand .mod-firsthand_social_i {
  text-align: center;
  line-height: 80px;
}
.cnt-content-firsthand-cnt {
  padding: 27px 17px 17px 17px;
}
.cnt-content-firsthand-video > .tab-pane > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.cnt-content-firsthand-video > .tab-pane > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.cnt-content-firsthand-video-i > a {
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
}
.cnt-content-firsthand-video-i > a:hover,
.cnt-content-firsthand-video-i > a:focus,
.cnt-content-firsthand-video-i > a:active {
  text-decoration: none;
}
.cnt-content-firsthand-video-i .mod-firsthand_video_i {
  margin-bottom: 10px;
}
.cnt-content-firsthand_info_i {
  margin-top: 18px;
  padding-top: 15px;
  position: relative;
}
.cnt-content-firsthand_info_i:first-child {
  margin-top: 0;
}
.cnt-content-firsthand_info_i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  height: 1px;
  background-color: #e6e6e6;
}
.cnt-content-firsthand_info_i .el-date {
  margin-bottom: 5px;
  font-size: 10px;
}
.mod-firsthand {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-firsthand_header_company_logo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mod-firsthand_video_i {
  position: relative;
  height: 145px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mod-firsthand_video_i_play-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/other-images/play-firsthand-video.png") 50% 50% no-repeat;
}
.mod-firsthand_social {
  border-top: 1px solid #e6e6e6;
}
.mod-firsthand_social > .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-firsthand_social > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.mod-firsthand_social > .row > div:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.mod-firsthand_social > .row > div.active .twitter {
  background-position: -558px -5px;
}
.mod-firsthand_social > .row > div.active .vk {
  background-position: -747px -5px;
}
.mod-firsthand_social > .row > div.active .youtube {
  background-position: -845px -5px;
}
.mod-firsthand_social a {
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
}
.mod-firsthand_social a:hover,
.mod-firsthand_social a:focus,
.mod-firsthand_social a:active {
  text-decoration: none;
}
.mod-firsthand_social a:hover .twitter,
.mod-firsthand_social a:focus .twitter,
.mod-firsthand_social a:active .twitter {
  background-position: -558px -5px;
}
.mod-firsthand_social a:hover .vk,
.mod-firsthand_social a:focus .vk,
.mod-firsthand_social a:active .vk {
  background-position: -747px -5px;
}
.mod-firsthand_social a:hover .youtube,
.mod-firsthand_social a:focus .youtube,
.mod-firsthand_social a:active .youtube {
  background-position: -845px -5px;
}
.cnt-content-habr {
  margin-bottom: 56px;
}
.cnt-content-habr-i {
  margin-bottom: 23px;
  font-size: 10px;
}
.cnt-content-habr-i .mod-habr-i_date {
  margin-bottom: 6px;
}
.cnt-content-habr-i h5 {
  margin-bottom: 8px;
}
.cnt-content-habr-i .mod-habr-i_information {
  font-size: 12px;
  white-space: nowrap;
}
.cnt-content-habr-i .mod-habr-i_information_i {
  margin-right: 23px;
}
.cnt-content-habr-i .mod-habr-i_information_i a {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mod-habr-i_information_i {
  display: inline-block;
  vertical-align: middle;
}
.cnt-content-events {
  margin-bottom: 56px;
  margin-top: 21px;
}
.cnt-content-events-period {
  margin-bottom: 7px;
}
.cnt-content-events-result {
  margin-top: 33px;
  padding-left: 20px;
  padding-right: 10px;
}
.cnt-content-events-result .mod-events_result_i {
  margin-bottom: 3px;
}
.cnt-content-events-result .mod-events_result_i_date {
  margin-bottom: 6px;
}
.cnt-content-events-result .mod-events_result_i_date_i {
  font-size: 12px;
}
.cnt-content-events-result .mod-events_result_i_date_i [class^="fa"],
.cnt-content-events-result .mod-events_result_i_date_i [class^="icon"] {
  font-size: 18px;
}
.cnt-content-events-result .mod-events_result_i_cnt_point {
  color: #8f8f8f;
}
.cnt-content-events-result .mod-events_result_i_cnt_point [class^="fa"],
.cnt-content-events-result .mod-events_result_i_cnt_point [class^="icon"] {
  font-size: 18px;
}
.mod-events_period > .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-events_period > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.mod-events_period_i {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 17px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.mod-events_period_i.active {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom-color: #ec7a22;
}
.mod-events_result_i_date_i {
  display: inline-block;
  vertical-align: middle;
}
.mod-events_result_i_cnt {
  margin-left: 7px;
  margin-right: 20px;
  padding: 0 40px 22px 20px;
  border-left: 1px solid #909090;
}
.mod-events_result_i_cnt h3 {
  margin-bottom: 8px;
  position: relative;
}
.mod-events_result_i_cnt h3 [class^="icon"] {
  margin-top: -14px;
  position: absolute;
  right: -40px;
  top: 50%;
}
.mod-events_result_i_cnt > a {
  color: #2f2e2d;
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
}
.mod-events_result_i_cnt > a:hover,
.mod-events_result_i_cnt > a:focus,
.mod-events_result_i_cnt > a:active {
  text-decoration: none;
}
.mod-events_result_i_cnt > a:hover,
.mod-events_result_i_cnt > a:focus,
.mod-events_result_i_cnt > a:active,
.mod-events_result_i_cnt > a:hover .mod-events_result_i_cnt_point,
.mod-events_result_i_cnt > a:focus .mod-events_result_i_cnt_point,
.mod-events_result_i_cnt > a:active .mod-events_result_i_cnt_point {
  color: #ec7a22;
}
.cnt-content-partners {
  margin-top: 18px;
}
.cnt-content-partners_i {
  padding: 0 10px 35px 10px;
  display: inline-block;
  vertical-align: middle;
}
.cnt-content-dropdown-nav {
  margin-top: 3px;
  margin-bottom: 43px;
}
.cnt-content-dropdown-nav.type-2 {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .cnt-content-dropdown-nav {
    margin-top: 25px;
  }
}
.mod-breadcrumbs .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mod-breadcrumbs .breadcrumb > li,
.mod-breadcrumbs .breadcrumb > li > a {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #848483;
}
.mod-breadcrumbs .breadcrumb > .active {
  color: #2f2e2d;
}
.mod-breadcrumbs.type-dash {
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.mod-breadcrumbs.type-dash .breadcrumb > li + li:before {
  content: "\f105";
  padding: 0 10px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2f2e2d;
}
.mod-breadcrumbs.type-dash .breadcrumb > li,
.mod-breadcrumbs.type-dash .breadcrumb > li > a {
  color: #2f2e2d;
}
.mod-breadcrumbs.type-dash .breadcrumb > li:hover,
.mod-breadcrumbs.type-dash .breadcrumb > li > a:hover,
.mod-breadcrumbs.type-dash .breadcrumb > li:focus,
.mod-breadcrumbs.type-dash .breadcrumb > li > a:focus,
.mod-breadcrumbs.type-dash .breadcrumb > li:active,
.mod-breadcrumbs.type-dash .breadcrumb > li > a:active {
  color: #e74c3c;
}
.mod-breadcrumbs.type-dash .breadcrumb > .active {
  color: #bfc2c7;
}
.mod-breadcrumbs.type-dash .breadcrumb > .active:before {
  color: #bfc2c7;
}
.cnt-content-button-big {
  margin-top: 30px;
  margin-bottom: 57px;
}
.cnt-content-counter {
  margin-bottom: 61px;
}
.cnt-content-counter.type-2 .countdown-amount {
  font-size: 40px;
}
.cnt-content-counter .mod-counter {
  margin-bottom: 29px;
}
.cnt-content-information {
  margin-bottom: 60px;
}
.cnt-content-information-list {
  margin-bottom: 25px;
}
.cnt-content-information-list:last-child {
  margin-bottom: 0;
}
.cnt-content-information-list > li {
  margin-bottom: 12px;
  display: block;
  float: none;
  font-size: 18px;
}
.cnt-content-information-list > li:last-child {
  margin-bottom: 0;
}
.cnt-content-information-list > li .mod-contacts_cnt_r {
  margin-left: 30px;
}
.cnt-content-guests {
  margin-top: 35px;
}
.cnt-content-guests .mod-guests {
  margin-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
}
.cnt-content-guests .mod-guests.type-2 {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}
.cnt-content-guests .mod-guests.type-2:before,
.cnt-content-guests .mod-guests.type-2:after {
  content: " ";
  display: table;
}
.cnt-content-guests .mod-guests.type-2:after {
  clear: both;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_img {
  border: 0;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_cnt {
  margin-top: 0;
  margin-left: 185px;
  padding-top: 21px;
  min-height: 1px;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_cnt {
  text-align: left;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_cnt h4 {
  margin-bottom: 9px;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_cnt p {
  font-size: 18px;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_cnt.type-2 {
  padding-top: 10px;
}
.cnt-content-guests .mod-guests.type-2 .mod-guests_cnt.type-3 {
  padding-top: 33px;
}
@media only screen and (max-width: 767px) {
  .cnt-content-guests .mod-guests.type-2:last-child {
    margin-bottom: 25px;
  }
  .cnt-content-guests .mod-guests.type-2 .mod-guests_img {
    float: none;
  }
  .cnt-content-guests .mod-guests.type-2 .mod-guests_cnt {
    margin-top: 33px;
    margin-left: 0;
    padding-top: 0 !important;
  }
  .cnt-content-guests .mod-guests.type-2 .mod-guests_cnt {
    text-align: center;
  }
}
.cnt-content-guests .mod-guests.type-3 {
  margin-bottom: 10px;
}
.cnt-content-guests .mod-guests.type-3 .mod-guests_img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cnt-content-guests .mod-guests.type-3 .mod-guests_cnt {
  margin-left: 103px;
  padding-top: 0;
}
.cnt-content-guests .mod-guests.type-3 .mod-guests_cnt [class^="h"],
.cnt-content-guests .mod-guests.type-3 .mod-guests_cnt p {
  color: #2f2e2d;
}
.cnt-content-guests .mod-guests.type-3 .mod-guests_cnt [class^="h"] {
  margin-bottom: 3px;
}
.cnt-content-guests .mod-guests.type-3 .mod-guests_cnt p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.428571429;
}
.cnt-content-guests .mod-guests.type-3:hover,
.cnt-content-guests .mod-guests.type-3:focus,
.cnt-content-guests .mod-guests.type-3:hover [class^="h"],
.cnt-content-guests .mod-guests.type-3:focus [class^="h"],
.cnt-content-guests .mod-guests.type-3:hover p,
.cnt-content-guests .mod-guests.type-3:focus p {
  color: #74b43f;
}
@media only screen and (max-width: 767px) {
  .cnt-content-guests .mod-guests.type-3 {
    margin-bottom: 10px;
  }
  .cnt-content-guests .mod-guests.type-3 .mod-guests_cnt {
    margin-left: 0;
  }
}
.cnt-content-guests .mod-guests.type-4 .mod-guests_cnt p {
  margin-bottom: 3px;
}
.cnt-content-guests .mod-guests.type-4:hover,
.cnt-content-guests .mod-guests.type-4:focus,
.cnt-content-guests .mod-guests.type-4:hover [class^="h"],
.cnt-content-guests .mod-guests.type-4:focus [class^="h"],
.cnt-content-guests .mod-guests.type-4:hover p,
.cnt-content-guests .mod-guests.type-4:focus p {
  color: #2f2e2d;
}
@media only screen and (max-width: 767px) {
  .cnt-content-guests .mod-guests {
    margin-bottom: 25px;
  }
  .cnt-content-guests .mod-guests:last-child {
    margin-bottom: 0;
  }
}
.mod-guests {
  text-align: center;
}
.mod-guests_img {
  margin-left: auto;
  margin-right: auto;
  width: 148px;
  height: 148px;
  overflow: hidden;
  border: 3px solid #ec7a22;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.mod-guests_cnt {
  margin-top: 33px;
  min-height: 116px;
}
.mod-guests_cnt {
  text-align: center;
}
.mod-guests_cnt h4 {
  margin-bottom: 5px;
}
.mod-guests_social {
  padding-top: 10px;
  position: relative;
  font-size: 20px;
}
.mod-guests_social:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130px;
  height: 1px;
  background-color: #f1f1f1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mod-guests_social .mod-social a {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.mod-guests_social .mod-social a [class^="fa"],
.mod-guests_social .mod-social a [class^="icon"] {
  color: #ccc;
}
.cnt-content-article {
  margin-top: 237px;
}
.cnt-content-article.type-2 {
  margin-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .cnt-content-article {
    margin-top: 0 !important;
  }
}
.cnt-content-share {
  margin-bottom: 58px;
}
.cnt-content-share .article-share {
  border: 0;
}
.cnt-content-share .article-share a {
  border-bottom-width: 1px;
}
.cnt-content-competence .mod-competence_i {
  margin-bottom: 30px;
}
.mod-competence_i {
  border: 2px solid #f1f1f1;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-competence_i.type-1 {
  border-color: #74b43f;
}
.mod-competence_i.type-1 .mod-competence_i_icon {
  background-color: #74b43f;
}
.mod-competence_i.type-2 {
  border-color: #ec7a22;
}
.mod-competence_i.type-2 .mod-competence_i_icon {
  background-color: #ec7a22;
}
.mod-competence_i.type-3 {
  border-color: #f0c51a;
}
.mod-competence_i.type-3 .mod-competence_i_icon {
  background-color: #f0c51a;
}
.mod-competence_i.type-4 {
  border-color: #006cb5;
}
.mod-competence_i.type-4 .mod-competence_i_icon {
  background-color: #006cb5;
}
.mod-competence_i.type-5 {
  border-color: #01abee;
}
.mod-competence_i.type-5 .mod-competence_i_icon {
  background-color: #01abee;
}
.mod-competence_i.type-1 [class*="competence-1"],
.mod-competence_i.type-2 [class*="competence-1"],
.mod-competence_i.type-3 [class*="competence-1"],
.mod-competence_i.type-4 [class*="competence-1"],
.mod-competence_i.type-5 [class*="competence-1"] {
  background-position: -55px -5px;
}
.mod-competence_i.type-1 [class*="competence-2"],
.mod-competence_i.type-2 [class*="competence-2"],
.mod-competence_i.type-3 [class*="competence-2"],
.mod-competence_i.type-4 [class*="competence-2"],
.mod-competence_i.type-5 [class*="competence-2"] {
  background-position: -699px -5px;
}
.mod-competence_i.type-1 [class*="competence-3"],
.mod-competence_i.type-2 [class*="competence-3"],
.mod-competence_i.type-3 [class*="competence-3"],
.mod-competence_i.type-4 [class*="competence-3"],
.mod-competence_i.type-5 [class*="competence-3"] {
  background-position: -805px -5px;
}
.mod-competence_i.type-1 [class*="competence-4"],
.mod-competence_i.type-2 [class*="competence-4"],
.mod-competence_i.type-3 [class*="competence-4"],
.mod-competence_i.type-4 [class*="competence-4"],
.mod-competence_i.type-5 [class*="competence-4"] {
  background-position: -907px -5px;
}
.mod-competence_i.type-1 [class*="competence-5"],
.mod-competence_i.type-2 [class*="competence-5"],
.mod-competence_i.type-3 [class*="competence-5"],
.mod-competence_i.type-4 [class*="competence-5"],
.mod-competence_i.type-5 [class*="competence-5"] {
  background-position: -1005px -5px;
}
.mod-competence_i.type-1 [class*="competence-6"],
.mod-competence_i.type-2 [class*="competence-6"],
.mod-competence_i.type-3 [class*="competence-6"],
.mod-competence_i.type-4 [class*="competence-6"],
.mod-competence_i.type-5 [class*="competence-6"] {
  background-position: -1104px -5px;
}
.mod-competence_i.type-1 [class*="competence-7"],
.mod-competence_i.type-2 [class*="competence-7"],
.mod-competence_i.type-3 [class*="competence-7"],
.mod-competence_i.type-4 [class*="competence-7"],
.mod-competence_i.type-5 [class*="competence-7"] {
  background-position: -1208px -5px;
}
.mod-competence_i.type-1 [class*="competence-8"],
.mod-competence_i.type-2 [class*="competence-8"],
.mod-competence_i.type-3 [class*="competence-8"],
.mod-competence_i.type-4 [class*="competence-8"],
.mod-competence_i.type-5 [class*="competence-8"] {
  background-position: -1310px -5px;
}
.mod-competence_i.type-1 [class*="competence-9"],
.mod-competence_i.type-2 [class*="competence-9"],
.mod-competence_i.type-3 [class*="competence-9"],
.mod-competence_i.type-4 [class*="competence-9"],
.mod-competence_i.type-5 [class*="competence-9"] {
  background-position: -1409px -5px;
}
.mod-competence_i.type-1 [class*="competence-10"],
.mod-competence_i.type-2 [class*="competence-10"],
.mod-competence_i.type-3 [class*="competence-10"],
.mod-competence_i.type-4 [class*="competence-10"],
.mod-competence_i.type-5 [class*="competence-10"] {
  background-position: -147px -5px;
}
.mod-competence_i.type-1 [class*="competence-11"],
.mod-competence_i.type-2 [class*="competence-11"],
.mod-competence_i.type-3 [class*="competence-11"],
.mod-competence_i.type-4 [class*="competence-11"],
.mod-competence_i.type-5 [class*="competence-11"] {
  background-position: -237px -5px;
}
.mod-competence_i.type-1 [class*="competence-12"],
.mod-competence_i.type-2 [class*="competence-12"],
.mod-competence_i.type-3 [class*="competence-12"],
.mod-competence_i.type-4 [class*="competence-12"],
.mod-competence_i.type-5 [class*="competence-12"] {
  background-position: -315px -5px;
}
.mod-competence_i.type-1 [class*="competence-13"],
.mod-competence_i.type-2 [class*="competence-13"],
.mod-competence_i.type-3 [class*="competence-13"],
.mod-competence_i.type-4 [class*="competence-13"],
.mod-competence_i.type-5 [class*="competence-13"] {
  background-position: -395px -5px;
}
.mod-competence_i.type-1 [class*="competence-14"],
.mod-competence_i.type-2 [class*="competence-14"],
.mod-competence_i.type-3 [class*="competence-14"],
.mod-competence_i.type-4 [class*="competence-14"],
.mod-competence_i.type-5 [class*="competence-14"] {
  background-position: -494px -5px;
}
.mod-competence_i.type-1 [class*="competence-15"],
.mod-competence_i.type-2 [class*="competence-15"],
.mod-competence_i.type-3 [class*="competence-15"],
.mod-competence_i.type-4 [class*="competence-15"],
.mod-competence_i.type-5 [class*="competence-15"] {
  background-position: -594px -5px;
}
.mod-competence_i_icon {
  position: relative;
  width: 68px;
  height: 66px;
  background-color: #f1f1f1;
}
.mod-competence_i_icon [class^="icon"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-competence_i_cnt {
  padding-left: 15px;
  overflow: hidden;
  font-size: 16px;
}
.cnt-content-leader {
  margin-bottom: 30px;
}
.cnt-content-leader .cnt-content-guests {
  margin-top: 0;
}
.cnt-content-leader .cnt-content-guests [class^="h"] {
  font-size: 20px;
}
.cnt-content-leader .cnt-content-guests p {
  margin-bottom: 3px;
}
.cnt-content-team {
  margin-bottom: 80px;
}
.cnt-content-team .cnt-content-guests {
  margin-top: 0;
}
.cnt-content-team_link {
  margin-top: 20px;
}
.cnt-content-projects {
  margin-top: 40px;
}
.cnt-content-projects .mod-accordion {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.cnt-content-projects .mod-accordion:last-child {
  margin-bottom: 0;
}
.cnt-content-projects .mod-accordion_header,
.cnt-content-projects .mod-accordion_header [class^="h"] {
  font-size: 16px;
}
.cnt-content-projects .mod-accordion_cnt {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .cnt-content-word-chief .cnt-content-word-chief_img {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 17px;
    float: none;
    width: 100%;
  }
  .cnt-content-word-chief .cnt-content-word-chief_img:after {
    bottom: 0;
    left: 77px;
    right: 77px;
    top: auto;
    width: auto;
    height: 1px;
  }
  .cnt-content-word-chief .cnt-content-word-chief_img .article_img-radius {
    margin-left: auto;
    margin-right: auto;
  }
  .cnt-content-word-chief .cnt-content-word-chief_cnt {
    margin-top: 17px;
    margin-left: 0;
  }
}
.cnt-content-word-chief_img {
  padding-right: 17px;
  padding-top: 60px;
  position: relative;
  width: 183px;
}
.cnt-content-word-chief_img:after {
  content: "";
  position: absolute;
  right: 0;
  top: 77px;
  width: 1px;
  height: 127px;
  background-color: #f1f1f1;
}
.cnt-content-word-chief_cnt {
  margin-left: 200px;
}
.cnt-modal-events_form_button {
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 50px;
}
.cnt-modal-events_form_checkbox {
  margin-top: 35px;
}
.cnt-modal-map {
  font-size: 12px;
}
.cnt-modal-map_category .mod-filter_category_i {
  margin-right: 10px;
  margin-bottom: 13px;
}
.cnt-modal-map_route-result {
  margin-top: 12px;
}
.cnt-modal-map_route-result ul > li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.cnt-modal-map_route-result ul > li:last-child {
  margin-bottom: 0;
}
.cnt-modal-map_route-result ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 7px;
  height: 7px;
  background-color: #006cb5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt-modal-map_map {
  margin-bottom: 15px;
  height: 382px;
  overflow: hidden;
  background-color: #f1f1f1;
}
.cnt-modal-map_schedule p {
  margin-bottom: 25px;
}
.cnt-modal-map_contacts .mod-contacts_cnt {
  margin-right: 65px;
  color: #2f2e2d;
  line-height: 1.6;
}
.cnt-modal-map_contacts .mod-contacts_cnt:hover,
.cnt-modal-map_contacts .mod-contacts_cnt:focus {
  text-decoration: underline;
}
.cnt-modal-map_contacts .mod-contacts_cnt:last-child {
  margin-right: 0;
}
.cnt-modal-map_tab-header {
  position: relative;
}
.cnt-modal-map_tab-header ul {
  margin-bottom: 0;
}
.cnt-modal-map_tab-header ul > li {
  margin-right: 45px;
  float: left;
}
.cnt-modal-map_tab-header ul > li:last-child {
  margin-right: 0;
}
.cnt-modal-map_tab-header ul > li > a {
  color: #2f2e2d;
}
.cnt-modal-map_tab-header ul > li > a:hover,
.cnt-modal-map_tab-header ul > li > a:focus {
  text-decoration: none;
}
.cnt-modal-map_tab-header ul > li.active > a:before {
  background-color: #74b43f;
}
.cnt-modal-events-ok_logo {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.cnt-about-i > .row {
  margin-left: 0;
  margin-right: 0;
  display: table;
  width: 100%;
}
.cnt-about-i > .row:before,
.cnt-about-i > .row:after {
  display: none;
}
.cnt-about-i > .row > div {
  padding-left: 0;
  padding-right: 0;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.cnt-about-i.border {
  border-bottom: 1px solid #e2e2e2;
}
.cnt-about-i.slide-5 {
  padding-top: 90px;
  padding-bottom: 65px;
}
.cnt-about-i.slide-7 {
  padding-top: 125px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i > .row {
    display: block;
  }
  .cnt-about-i > .row > div {
    display: block;
  }
  .cnt-about-i.slide-5,
  .cnt-about-i.slide-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.cnt-about-i_cnt {
  padding-top: 35px;
  padding-bottom: 35px;
}
.cnt-about-i_cnt [class^="h"] {
  margin-bottom: 33px;
}
.cnt-about-i_cnt .h-addition-border {
  padding-bottom: 35px;
}
.cnt-about-i_cnt .lead-24 {
  margin-bottom: 33px;
}
.cnt-about-i_cnt .p {
  margin-bottom: 25px;
}
.cnt-about-i_cnt .p:last-child {
  margin-bottom: 0;
}
.cnt-about-i_cnt.left {
  padding-right: 65px !important;
}
.cnt-about-i_cnt.left > .container {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_cnt.left {
    padding-right: 15px !important;
  }
}
.cnt-about-i_cnt.right {
  padding-left: 65px !important;
}
.cnt-about-i_cnt.right > .container {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_cnt.right {
    padding-left: 15px !important;
  }
}
.cnt-about-i_cnt.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_cnt.padding-none {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.cnt-about-i_cnt > .container {
  max-width: 519px;
}
.cnt-about-i_cnt.padding-top.type-1 {
  padding-top: 163px !important;
}
.cnt-about-i_cnt.padding-top.type-2 {
  padding-top: 95px !important;
}
.cnt-about-i_cnt.padding-top.type-3 {
  padding-top: 183px !important;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_cnt.padding-top.type-1,
  .cnt-about-i_cnt.padding-top.type-2,
  .cnt-about-i_cnt.padding-top.type-3 {
    padding-top: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_cnt [class^="h"].text-center {
    text-align: left !important;
  }
  .cnt-about-i_cnt .h-addition-border.right:before {
    left: 0;
    right: auto;
  }
  .cnt-about-i_cnt.text-right {
    text-align: left !important;
  }
}
.cnt-about-i_img {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.cnt-about-i_img .img-responsive {
  margin: 0;
}
.cnt-about-i_img .img-responsive.xs-block {
  display: none;
}
.cnt-about-i_img.type-1 {
  height: 600px;
}
.cnt-about-i_img.type-2 {
  height: 485px;
}
.cnt-about-i_img.type-3 {
  height: 480px;
}
@media only screen and (min-width: 992px) {
  .cnt-about-i_img.sm-bg-image {
    background-image: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .cnt-about-i_img.sm-bg-image .img-responsive {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_img {
    height: auto !important;
    background-image: none !important;
  }
  .cnt-about-i_img .img-responsive.xs-block {
    display: block;
  }
  .cnt-about-i_img.sm-bg-image {
    background-image: none !important;
  }
  .cnt-about-i_img.sm-bg-image .img-responsive {
    display: block;
  }
}
.cnt-about-i_count {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.cnt-about-i_count_i {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.cnt-about-i_count_i:last-child {
  border-bottom: 0;
}
.cnt-about-i_count_i .el-count {
  margin-bottom: 23px;
  font-size: 60px;
}
.cnt-about-i_count_i .p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_count_i:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
}
.cnt-about-i_scale {
  padding-top: 83px;
  padding-bottom: 45px;
}
.cnt-about-i_scale > .container {
  position: relative;
}
.cnt-about-i_scale_line {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 71px;
  height: 2px;
  background-color: #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_scale_line {
    left: 23px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
  }
}
.cnt-about-i_scale_i {
  position: relative;
}
.cnt-about-i_scale_i .el-count {
  margin-bottom: 20px;
  padding-bottom: 41px;
  position: relative;
  font-size: 30px;
  text-align: center;
}
.cnt-about-i_scale_i .el-count:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 3px solid #74b43f;
  outline: 3px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_scale_i:before,
  .cnt-about-i_scale_i:after {
    content: " ";
    display: table;
  }
  .cnt-about-i_scale_i:after {
    clear: both;
  }
  .cnt-about-i_scale_i .el-count {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 20px;
    padding-left: 41px;
    float: left;
    text-align: left;
  }
  .cnt-about-i_scale_i .el-count:after {
    left: 0;
    top: 9px;
    bottom: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .cnt-about-i_scale_i [class*="lead"] {
    margin-left: 135px;
  }
}
.cnt-about-i_bg {
  position: relative;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cnt-about-i_bg .el-bg-opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cnt-about-i_bg .el-bg-opacity.type-1 {
  background-color: rgba(63,55,36,0.5);
}
.cnt-about-i_bg .el-bg-opacity.type-2 {
  background-color: rgba(0,0,0,0.4);
}
.cnt-about-i_bg,
.cnt-about-i_bg [class^="h"],
.cnt-about-i_bg .p {
  color: #fff;
}
.cnt-about-i_bg.type-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cnt-about-i_bg.type-1 .cnt-about-i_cnt {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cnt-about-i_bg.type-1 .container > .row > div:first-child {
  padding-right: 50px;
}
.cnt-about-i_bg.type-1 .container > .row > div:last-child {
  padding-left: 50px;
  border-left: 2px solid rgba(225,225,225,0.6);
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_bg.type-1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cnt-about-i_bg.type-1 .cnt-about-i_cnt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cnt-about-i_bg.type-1 .container > .row > div:first-child {
    padding-right: 15px;
  }
  .cnt-about-i_bg.type-1 .container > .row > div:last-child {
    padding-left: 15px;
    border-left: 0;
  }
}
.cnt-about-i_bg.type-2 .container {
  padding-top: 235px;
  padding-bottom: 155px;
}
.cnt-about-i_bg.type-2 .container > .row > div:last-child {
  padding-left: 65px;
}
@media only screen and (max-width: 767px) {
  .cnt-about-i_bg.type-2 .container {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .cnt-about-i_bg.type-2 .container > .row > div:last-child {
    padding-left: 15px;
  }
}
.cnt-content-404 {
  height: 100%;
}
.cnt-content-404_cnt {
  padding-top: 35px;
  padding-bottom: 35px;
}
.cnt-content-404_cnt p {
  font-size: 20px;
}
.cnt-content-404_cnt p:first-child {
  margin-bottom: 40px;
}
.cnt-grants-i {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 991px) {
  .mod-grants-i_img {
    margin-bottom: 15px;
  }
}
.mod-grants-i_img_img {
  margin-bottom: 25px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 211px;
  overflow: hidden;
}
.mod-grants-i_img_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.mod-grants-i_img_more {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .mod-grants-i_img_more .btn {
    width: auto;
  }
}
.mod-grants-i_cnt p {
  color: #8f8f8f;
}
.cnt-teachers-list {
  margin-bottom: 43px;
}
.cnt-teacher_tab-cnt {
  margin-top: 25px;
}
.cnt-teacher_info_list ul {
  margin-bottom: 0;
}
.cnt-teacher_info_list ul > li {
  margin-bottom: 15px;
}
.cnt-teacher_info_list ul > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .cnt-teacher_info_list {
    margin-top: 25px;
  }
  .cnt-teacher_info_list ul > li:last-child > .row > div {
    text-align: left !important;
  }
}
.cnt-teacher_tab-header {
  margin-bottom: 15px;
  position: relative;
}
.cnt-teacher_tab-header ul {
  margin-bottom: 0;
}
.cnt-teacher_tab-header ul > li {
  margin-right: 45px;
  margin-bottom: 15px;
  float: left;
}
.cnt-teacher_tab-header ul > li:last-child {
  margin-right: 0;
}
.cnt-teacher_tab-header ul > li > a {
  margin-bottom: 0;
  color: #2f2e2d;
}
.cnt-teacher_tab-header ul > li > a:hover,
.cnt-teacher_tab-header ul > li > a:focus {
  text-decoration: none;
}
.cnt-teacher_tab-header ul > li > a:before {
  height: 2px;
}
.cnt-teacher_tab-header ul > li.active > a:before {
  background-color: #74b43f;
}
.cnt-teacher_tab-header-2 {
  margin-top: 20px;
}
.cnt-teacher_tab-header-2 ul {
  margin-bottom: 0;
}
.cnt-teacher_tab-header-2 ul > li {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.cnt-teacher_tab-header-2 ul > li:last-child {
  margin-right: 0;
}
.cnt-teacher_tab-header-2 ul > li > a {
  margin-bottom: 0;
  position: relative;
}
.cnt-teacher_tab-header-2 ul > li.active > a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-1,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-1:hover,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-1:focus {
  background-color: #74b43f;
  border-color: #74b43f;
  color: #fff;
}
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-1:before,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-1:hover:before,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-1:focus:before {
  border-top-color: #74b43f;
}
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-6,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-6:hover,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-6:focus {
  background-color: #2f2e2d;
  border-color: #2f2e2d;
  color: #fff;
}
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-6:before,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-6:hover:before,
.cnt-teacher_tab-header-2 ul > li.active > a.btn-border-color-6:focus:before {
  border-top-color: #2f2e2d;
}
.cnt-teacher_tab-list ul {
  margin-bottom: 0;
}
.cnt-teacher_tab-list ul > li {
  margin-bottom: 13px;
}
.cnt-teacher_tab-list ul > li:last-child {
  margin-bottom: 0;
}
.cnt-teacher_share {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .cnt-teacher_share {
    margin-bottom: 25px;
  }
}
.cnt-teacher_share_links a {
  margin-left: 20px;
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
  float: left;
  font-size: 30px;
  color: #2f2e2d;
}
.cnt-teacher_share_links a:hover,
.cnt-teacher_share_links a:focus,
.cnt-teacher_share_links a:active {
  text-decoration: none;
}
.cnt-login {
  height: 100%;
  background-image: url("../img/other-images/bg-login-page.jpg");
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
.cnt-login_word {
  padding-left: 65px;
  padding-right: 15px;
}
.cnt-login_word p {
  margin-bottom: 25px;
}
.cnt-login_word p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .cnt-login_word {
    padding-left: 0;
  }
}

.cnt-login_form {
  padding: 15px 20px;
  margin-left: 80px;
  margin-right: 165px;
}
@media only screen and (max-width: 1199px) {
  .cnt-login_form {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-login_form {
    margin-left: 0;
  }
}
.cnt-login_form_tab-header {
  margin-bottom: 20px;
}
.cnt-login_form_tab-header ul {
  margin-bottom: 0;
}
.cnt-login_form_tab-header ul > li {
  margin-right: 27px;
  float: left;
}
.cnt-login_form_tab-header ul > li:last-child {
  margin-right: 0;
}
.cnt-login_form_tab-header ul > li > a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=36)";
  filter: alpha(opacity=36);
  opacity: 0.36;
}
.cnt-login_form_tab-header ul > li > a:hover,
.cnt-login_form_tab-header ul > li > a:focus,
.cnt-login_form_tab-header ul > li > a:active {
  color: #fff;
  text-decoration: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.cnt-login_form_tab-header ul > li.active > a {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.cnt-dash-sidebar-outside {
  padding-bottom: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 308px;
  height: 100%;
  float: none;
  background-color: #4b506c;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-sidebar-outside {
    position: fixed;
    left: -308px;
  }
}
@media only screen and (min-width: 768px) {
  .cnt-dash-sidebar-outside {
    position: absolute !important;
    left: 0 !important;
    width: 308px !important;
  }
}
.cnt-dash-sidebar {
  color: #fff;
}
.cnt-dash-sidebar_btn {
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
}
.cnt-dash-sidebar_btn:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
}
.cnt-dash-sidebar_user {
  padding: 11px 43px 13px 13px;
  margin-bottom: 35px;
  position: relative;
}
.cnt-dash-sidebar_user:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background-color: rgba(255,255,255,0.3);
}
.cnt-dash-sidebar_user .el-exit {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #e74c3c url("../img/icons-images/exit-user.png") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt-dash-sidebar_user_l {
  width: 80px;
}
.cnt-dash-sidebar_user_r {
  overflow: hidden;
  white-space: nowrap;
}
.cnt-dash-sidebar_user_r span {
  display: block;
  text-overflow: ellipsis;
}
.cnt-dash-sidebar_user_r .el-email {
  color: #bfc2c7;
}
.cnt-dash-sidebar_user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt-dash-sidebar_nav {
  margin-bottom: 60px;
}
.cnt-dash-sidebar_nav ul {
  margin-bottom: 0;
}
.cnt-dash-sidebar_nav ul > li > a {
  padding: 11px 65px 11px 40px;
  position: relative;
  display: block;
  border-right: 6px solid transparent;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.cnt-dash-sidebar_nav ul > li > a:hover,
.cnt-dash-sidebar_nav ul > li > a:focus,
.cnt-dash-sidebar_nav ul > li > a:active {
  color: #fff;
  text-decoration: none;
}
.cnt-dash-sidebar_nav ul > li > a span {
  position: relative;
}
.cnt-dash-sidebar_nav ul > li > a .el-info {
  position: absolute;
  right: -17px;
  top: -7px;
  font-size: 16px;
  color: #e74c3c;
}
.cnt-dash-sidebar_nav ul > li > a .el-edit {
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 1px solid #3f435a;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.cnt-dash-sidebar_nav ul > li > a .el-edit [class^="icon"],
.cnt-dash-sidebar_nav ul > li > a .el-edit [class^="fa"] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.cnt-dash-sidebar_nav ul > li > a .el-edit [class^="fa"] {
  display: none;
}
.cnt-dash-sidebar_nav ul > li > a .el-edit.success [class^="fa"] {
  display: inline-block;
  font-size: 12px;
  color: #008ecb;
}
.cnt-dash-sidebar_nav ul > li > a .el-edit.success [class^="icon"] {
  display: none;
}
.cnt-dash-sidebar_nav ul > li.active > a,
.cnt-dash-sidebar_nav ul > li:hover > a {
  background-color: #383c52;
  border-right-color: #008ecb;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cnt-dash-cnt-outside {
  margin-left: 308px;
  float: none;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-cnt-outside {
    margin-left: 0;
  }
}
.cnt-dash-cnt {
  padding-bottom: 50px;
}
.cnt-dash-cnt_inside {
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-cnt_inside {
    padding-left: 0;
  }
}
.cnt-dash-cnt_article {
  margin-bottom: 30px;
}
.cnt-dash-cnt_article:last-child {
  margin-bottom: 0;
}
.cnt-dash-header {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  background-color: #f0f1f5;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-header {
    padding-left: 0;
  }
}
.cnt-dash-header_toggle-btn {
  display: none;
}
.cnt-dash-header_toggle-btn .navbar-toggle {
  margin: 0;
  padding: 6px 7px 7px 7px;
  background-color: #fff;
  border-color: #74b43f;
}
.cnt-dash-header_toggle-btn .navbar-toggle .icon-bar {
  background-color: #74b43f;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-header_toggle-btn {
    display: block;
  }
}
.cnt-dash-header_time {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-header_time {
    display: none;
  }
}
.cnt-dash-header_events {
  margin-right: 30px;
}
.cnt-dash-header_events_i {
  margin-right: 20px;
  position: relative;
}
.cnt-dash-header_events_i:last-child {
  margin-right: 0;
}
.cnt-dash-header_events_i .el-count {
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  right: -6px;
  top: -3px;
  z-index: 101;
  min-width: 12px;
  background-color: #e74c3c;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 8px;
  color: #fff;
  line-height: 12px;
  text-align: center;
}
.cnt-dash-header_events_open {
  margin-top: 15px;
  margin-left: -200px;
  padding: 0;
  left: 50%;
  min-width: 400px;
  border-color: #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cnt-dash-header_events_open:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dedede;
}
@media only screen and (max-width: 767px) {
  .cnt-dash-header_events_open {
    margin-left: -150px;
    min-width: 300px;
  }
}
.cnt-dash-header_events_open ul {
  margin-bottom: 0;
}
.cnt-dash-header_events_open ul > li {
  padding: 11px 13px;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.428571429;
}
.cnt-dash-header_events_open ul > li:last-child {
  border-bottom: 0;
}
.cnt-dash-header_events_open ul > li:hover {
  background-color: #f5f5f5;
}
.cnt-dash-header_events_open ul > li.active,
.cnt-dash-header_events_open ul > li.active:hover {
  background-color: #008ecb;
}
.cnt-dash-header_events_open ul > li.active,
.cnt-dash-header_events_open ul > li.active:hover,
.cnt-dash-header_events_open ul > li.active a,
.cnt-dash-header_events_open ul > li.active:hover a {
  color: #fff;
}
.cnt-dash-header_events_open ul > li [class^="h"] {
  margin-bottom: 5px;
}
.cnt-dash-header_events_open ul > li p:last-child {
  margin-bottom: 0;
}
.cnt-dash-chat_person_img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt-dash-chat_person_data {
  margin-bottom: 17px;
  text-align: center;
}
.cnt-dash-chat_person_data span {
  display: block;
}
.cnt-dash-chat_person_data .el-name {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.cnt-dash-chat_person_data .el-position {
  color: rgba(43,42,41,0.7);
}
.cnt-dash-chat_person_info ul {
  margin-bottom: 0;
}
.cnt-dash-chat_person_info ul > li {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
  color: rgba(43,42,41,0.8);
}
.cnt-dash-chat_chat {
  padding-top: 20px;
}
.cnt-dash-chat_dash {
  height: 497px;
  overflow-y: auto;
}
.cnt-dash-chat_dash_i {
  margin-bottom: 21px;
}
.cnt-dash-chat_dash_i:last-child {
  margin-bottom: 0;
}
.cnt-dash-chat_dash_i.type-l .cnt-dash-chat_dash_i_img {
  float: left;
}
.cnt-dash-chat_dash_i.type-l .cnt-dash-chat_dash_i_cnt {
  margin-left: 50px;
}
.cnt-dash-chat_dash_i.type-l .cnt-dash-chat_dash_i_cnt_inside {
  margin-left: 7px;
  background-color: #fff;
}
.cnt-dash-chat_dash_i.type-l .cnt-dash-chat_dash_i_cnt_inside:after {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 6px solid transparent;
}
.cnt-dash-chat_dash_i.type-r .cnt-dash-chat_dash_i_img {
  float: right;
}
.cnt-dash-chat_dash_i.type-r .cnt-dash-chat_dash_i_cnt {
  margin-right: 50px;
  text-align: right;
}
.cnt-dash-chat_dash_i.type-r .cnt-dash-chat_dash_i_cnt_inside {
  margin-right: 7px;
  background-color: #0084ff;
  color: #fff;
}
.cnt-dash-chat_dash_i.type-r .cnt-dash-chat_dash_i_cnt_inside:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid #0084ff;
  border-bottom: 6px solid transparent;
}
.cnt-dash-chat_dash_i_img {
  padding-top: 9px;
}
.cnt-dash-chat_dash_i_img .el-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt-dash-chat_dash_i_img .el-date {
  margin-top: 10px;
  font-size: 11px;
  color: rgba(43,42,41,0.6);
  text-align: center;
}
.cnt-dash-chat_dash_i_cnt_inside {
  padding: 13px 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cnt-dash-chat_comment {
  margin-top: 85px;
  padding-top: 21px;
  padding-left: 65px;
  padding-right: 81px;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.cnt-dash-chat_comment textarea {
  border: 0;
  resize: none;
}
.cnt-dash-chat_comment .icon-attach {
  position: absolute;
  left: 30px;
  top: 27px;
}
.cnt-dash-chat_comment .btn[type="submit"] {
  padding: 0;
  border: 0;
  position: absolute;
  right: 25px;
  top: 21px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cnt-dash-test_info {
  margin-right: 65px;
  margin-bottom: 37px;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .cnt-dash-test_info {
    margin-right: 0;
    text-align: center !important;
  }
}
.cnt-dash-test_info_r {
  text-align: right;
}
.cnt-dash-test_info_r,
.cnt-dash-test_info_r .form-control,
.cnt-dash-test_info_r .btn {
  font-size: 10px;
}
.cnt-dash-test_info_r .form-control {
  padding: 3px 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-color: #f7f5f5;
}
.cnt-dash-test_info_r span {
  margin-left: 15px;
  margin-right: 15px;
}
.cnt-dash-test_info_c {
  font-size: 12px;
}
.cnt-dash-test_cnt-outside {
  margin-left: 30px;
  margin-right: 65px;
}
@media only screen and (max-width: 1199px) {
  .cnt-dash-test_cnt-outside {
    margin-left: 0;
    margin-right: 0;
  }
}
.cnt-dash-test_header {
  padding: 5px;
  margin-bottom: 20px;
  border: 2px solid #eeeff0;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 29px;
}
.cnt-dash-test_header_c {
  font-size: 12px;
}
.cnt-dash-test_header_l .btn,
.cnt-dash-test_header_r .btn {
  margin-right: 3px;
  font-size: 8px;
}
.cnt-dash-test_header_l .btn:last-child,
.cnt-dash-test_header_r .btn:last-child {
  margin-right: 0;
}
.cnt-dash-test_i {
  padding: 43px 17px 15px 17px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #eeeff1;
  border-top: 0;
  -webkit-box-shadow: 0 -2px 0 0 #008ecb;
  box-shadow: 0 -2px 0 0 #008ecb;
}
.cnt-dash-test_i_header {
  padding: 4px 8px;
  position: absolute;
  left: 17px;
  top: 0;
  min-width: 69px;
  background-color: #008ecb;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
}
.cnt-dash-test_i_inside {
  padding: 15px 20px;
  background-color: #fafafa;
  border: 2px solid #eeeff1;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.cnt-dash-test_i_btn {
  margin-top: 20px;
}
.cnt-dash-test_help {
  margin-top: 10px;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.cnt-dash-test_help.type-2 {
  margin-top: 0;
  position: absolute;
  right: 17px;
  top: 6px;
}
#cnt-footer {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 25;
  width: 100%;
  background-image: url("../img/other-images/footer-bg.jpg");
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#cnt-footer,
#cnt-footer a {
  color: #fff;
}
#cnt-footer h3 a {
  text-decoration: underline;
}
#cnt-footer h3 a:hover,
#cnt-footer h3 a:focus,
#cnt-footer h3 a:active {
  text-decoration: none;
}
.cnt-footer_line {
  padding-top: 25px;
  margin-top: 9px;
  position: relative;
}
.cnt-footer_line:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 1px;
  background-color: #fff;
}
.cnt-footer-form {
  padding-top: 66px;
  padding-bottom: 31px;
  position: relative;
  background-color: rgba(0,0,0,0.45);
}
.cnt-footer-form h3 {
  margin-bottom: 44px;
}
.cnt-footer-form > .container {
  max-width: 780px;
}
.cnt-footer-form [class^="btn"] {
  padding-left: 55px;
  padding-right: 55px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.cnt-footer-information {
  padding-top: 52px;
  padding-bottom: 15px;
  position: relative;
  background-color: rgba(0,0,0,0.7);
}
.cnt-footer-information .mod-contacts_cnt {
  margin-bottom: 15px;
}
.cnt-footer-information h5 {
  margin-bottom: 15px;
}
.cnt-footer-information_contacts {
  margin-bottom: 69px;
}
.cnt-footer-information_contacts:last-child {
  margin-bottom: 0;
}
.cnt-footer-information_contacts [class^="fa"],
.cnt-footer-information_contacts [class^="icon"] {
  color: #74b43f;
}
.cnt-footer-information_subscription,
.cnt-footer-information_subscription .form-control,
.cnt-footer-information_subscription .btn {
  font-size: 12px;
}
.cnt-footer-information_subscription .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.428571429;
  -webkit-border-radius: 0;
  border-radius: 0;
}
select.cnt-footer-information_subscription .form-control {
  height: 33px;
  line-height: 33px;
}
textarea.cnt-footer-information_subscription .form-control,
select[multiple].cnt-footer-information_subscription .form-control {
  height: auto;
}
.cnt-footer-information_subscription .row > div:first-child .form-group {
  margin-bottom: 5px;
/*+media-query(only screen, max-width 480px)
            margin-right 0
            margin-bottom 5px*/
}
.mod-subscription .row {
  margin-left: 0;
  margin-right: 0;
}
.mod-subscription .row > div {
  padding-left: 0;
  padding-right: 0;
}
.mod-subscription .form-group {
  margin-bottom: 0;
}
.cnt-footer-socials {
  line-height: 33px;
}
.cnt-footer-socials:before,
.cnt-footer-socials:after {
  content: " ";
  display: table;
}
.cnt-footer-socials:after {
  clear: both;
}
.cnt-footer-socials .mod-social > a {
  margin-left: 5px;
}
.mod-social:before,
.mod-social:after {
  content: " ";
  display: table;
}
.mod-social:after {
  clear: both;
}
.mod-social > a {
  float: left;
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
}
.mod-social > a:hover,
.mod-social > a:focus,
.mod-social > a:active {
  text-decoration: none;
}
.cnt-footer-list li {
  margin-bottom: 4px;
}
.cnt-footer-list.type-1 li {
  padding-left: 11px;
  position: relative;
}
.cnt-footer-list.type-1 li:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cnt-footer-list.type-2 li:after {
  content: "\f101";
  margin-left: 3px;
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("../img/icons-images/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\2190';
}
[dir="rtl"] .slick-prev:before {
  content: '\2192';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\2192';
}
[dir="rtl"] .slick-next:before {
  content: '\2190';
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.cnt-header-slick-slider-cnt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
}
.cnt-header-slick-slider-cnt,
.cnt-header-slick-slider-cnt h1,
.cnt-header-slick-slider-cnt .h1,
.cnt-header-slick-slider-cnt h2,
.cnt-header-slick-slider-cnt p {
  color: #fff;
}
.cnt-header-slick-slider-cnt .mod-slick-slider_cnt {
/*padding-top 128px
    padding-bottom 100px*/
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
.cnt-header-slick-slider-cnt .mod-slick-slider_cnt > .row {
  margin-left: 0;
  margin-right: 0;
}
.cnt-header-slick-slider-cnt .mod-slick-slider_cnt > .row > div {
  padding-left: 0;
  padding-right: 0;
  position: static;
}
@media only screen and (max-width: 1559px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt h1,
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .h1 {
    font-size: 45px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_subtitle {
    font-size: 30px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt h2 {
    font-size: 25px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_button {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1300px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1269px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt {
    padding-top: 47px;
    padding-bottom: 60px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt p {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1129px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt h1,
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .h1 {
    font-size: 30px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_subtitle {
    font-size: 25px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1065px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt h1,
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .h1 {
    font-size: 24px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_subtitle {
    font-size: 18px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_button {
    margin-top: 34px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_button [class^="btn"] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt h2 {
    margin-top: 17px;
    font-size: 18px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 919px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt h1,
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .h1 {
    margin-left: 0;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_subtitle {
    margin-left: 0;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt .mod-slick-slider_cnt_button [class^="btn"] {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1739px) {
  .cnt-header-slick-slider-cnt .container {
    margin-left: 0;
    margin-right: 425px;
    padding-left: 78px;
    padding-right: 58px;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 800px) {
  .cnt-header-slick-slider-cnt .container {
    margin-right: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt-header-slick-slider-cnt .container {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cnt-header-slick-slider-cnt h1,
.cnt-header-slick-slider-cnt .h1 {
  margin-bottom: 17px;
  font-size: 48px;
}
.cnt-header-slick-slider-cnt .mod-slick-slider_cnt_subtitle {
  font-size: 36px;
}
.cnt-header-slick-slider-cnt .mod-slick-slider_cnt_button {
  margin-top: 156px;
}
.cnt-header-slick-slider-cnt .mod-slick-slider_cnt_button [class^="btn"] {
  padding-left: 60px;
  padding-right: 60px;
}
.cnt-header-slick-slider-cnt h2 {
  margin-top: 44px;
}
.cnt-header-slick-slider-cnt p {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .cnt-header-slick-slider-cnt p {
    margin-right: 225px;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1559px) {
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cnt-header-slick-slider-cnt .container {
    margin-right: 0;
    position: absolute;
    left: 0;
    right: 425px;
    top: 0;
    height: 100%;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt_top,
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt_bot {
    position: absolute;
    left: 78px;
    right: 0;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt_top {
    top: 90px;
  }
  .cnt-header-slick-slider-cnt .mod-slick-slider_cnt_bot {
    bottom: 40px;
  }
}
@media only screen and (max-width: 919px) {
  .cnt-header-slick-slider-cnt {
    position: relative;
    height: auto;
  }
}
.mod-slick-slider.type-1 {
  margin-bottom: 0;
}
.mod-slick-slider.type-1 .slick-list {
  max-height: 690px !important;
}
@media only screen and (max-height: 768px) {
  .mod-slick-slider.type-1 .slick-list {
    max-height: 580px !important;
  }
  .mod-slick-slider.type-1 .slick-list .mod-slick-slider_cnt_bot {
    bottom: 71px;
  }
}
@media only screen and (max-height: 600px) {
  .mod-slick-slider.type-1 .slick-list {
    max-height: 420px !important;
  }
}
.mod-slick-slider.type-1 .mod-slick-slider_arrow-prev,
.mod-slick-slider.type-1 .mod-slick-slider_arrow-next {
  position: absolute;
  top: 0;
  z-index: 103;
  width: 43px;
  height: 100%;
  overflow: hidden;
}
.mod-slick-slider.type-1 .mod-slick-slider_arrow-prev {
  left: 0;
}
.mod-slick-slider.type-1 .mod-slick-slider_arrow-next {
  right: 425px;
}
@media only screen and (max-width: 800px) {
  .mod-slick-slider.type-1 .mod-slick-slider_arrow-next {
    right: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-slick-slider.type-1 .mod-slick-slider_arrow-next {
    right: 0;
  }
}
.mod-slick-slider.type-1 .slick-prev,
.mod-slick-slider.type-1 .slick-next {
  width: 62px;
  height: 62px;
  background-color: #fff;
  line-height: 62px;
  z-index: 103;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mod-slick-slider.type-1 .slick-prev:hover,
.mod-slick-slider.type-1 .slick-next:hover,
.mod-slick-slider.type-1 .slick-prev:focus,
.mod-slick-slider.type-1 .slick-next:focus {
  background-color: #fff;
}
.mod-slick-slider.type-1 .slick-prev:before,
.mod-slick-slider.type-1 .slick-next:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2f2e2d;
  line-height: 62px;
}
.mod-slick-slider.type-1 .slick-prev {
  left: -31px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[dir="rtl"] .mod-slick-slider.type-1 .slick-prev {
  left: auto;
  right: -31px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod-slick-slider.type-1 .slick-prev:before {
  content: "\f053";
  padding-right: 9px;
  text-align: right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[dir="rtl"] .mod-slick-slider.type-1 .slick-prev:before {
  content: "\f054";
  padding-left: 9px;
  text-align: left;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod-slick-slider.type-1 .slick-next {
  right: -31px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
[dir="rtl"] .mod-slick-slider.type-1 .slick-next {
  left: -31px;
  right: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mod-slick-slider.type-1 .slick-next:before {
  content: "\f054";
  padding-left: 9px;
  text-align: left;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
[dir="rtl"] .mod-slick-slider.type-1 .slick-next:before {
  content: "\f053";
  padding-right: 9px;
  text-align: right;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mod-slick-slider.type-1 .slick-dots {
  margin-bottom: 0;
  padding-right: 425px;
  bottom: 48px;
  z-index: 103;
}
@media only screen and (max-width: 1559px) {
  .mod-slick-slider.type-1 .slick-dots {
    bottom: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .mod-slick-slider.type-1 .slick-dots {
    padding-right: 375px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-slick-slider.type-1 .slick-dots {
    padding-right: 0;
  }
}
.mod-slick-slider.type-1 .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
.mod-slick-slider.type-1 .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mod-slick-slider.type-1 .slick-dots li button:before {
  display: none;
}
.mod-slick-slider.type-1 .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background-color: transparent;
  border-color: #fff;
}
.mod-slick-slider.type-1 .mod-slick-slider_bg-abs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 1739px) {
  .mod-slick-slider.type-1 .mod-slick-slider_item > img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 919px) {
  .mod-slick-slider.type-1 .mod-slick-slider_item > img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .mod-slick-slider.type-1 .mod-slick-slider_arrow-prev,
  .mod-slick-slider.type-1 .mod-slick-slider_arrow-next {
    display: none !important;
  }
}
.cnt-content-slider-news {
  padding-left: 50px;
  padding-right: 50px;
}
.cnt-content-slider-news .mod-slick-slider-news .mod-slick-slider_item {
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .cnt-content-slider-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.mod-slick-slider-news .mod-slick-slider_item {
  width: 209px;
  height: 209px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mod-slick-slider-news .slick-prev,
.mod-slick-slider-news .slick-next {
  width: auto;
  height: auto;
  z-index: 53;
/*+media-query(only screen, max-width ($container-lg + 43 * 2 + $grid-gutter-width))
      display none !important*/
}
.mod-slick-slider-news .slick-prev:before,
.mod-slick-slider-news .slick-next:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 65px;
  color: #2f2e2d;
}
.mod-slick-slider-news .slick-prev {
  left: -50px;
}
[dir="rtl"] .mod-slick-slider-news .slick-prev {
  left: auto;
  right: -50px;
}
.mod-slick-slider-news .slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .mod-slick-slider-news .slick-prev:before {
  content: "\f105";
}
.mod-slick-slider-news .slick-next {
  right: -50px;
}
[dir="rtl"] .mod-slick-slider-news .slick-next {
  left: -50px;
  right: auto;
}
.mod-slick-slider-news .slick-next:before {
  content: "\f105";
}
[dir="rtl"] .mod-slick-slider-news .slick-next:before {
  content: "\f104";
}
@media only screen and (max-width: 767px) {
  .mod-slick-slider-news .slick-prev:before,
  .mod-slick-slider-news .slick-next:before {
    color: #fff;
  }
  .mod-slick-slider-news .slick-prev {
    left: 5px;
  }
  [dir="rtl"] .mod-slick-slider-news .slick-prev {
    right: 5px;
  }
  .mod-slick-slider-news .slick-next {
    right: 5px;
  }
  [dir="rtl"] .mod-slick-slider-news .slick-next {
    left: 5px;
  }
}
.cnt-content-slider-syncing .mod-slick-slider-syncing-for {
  margin-bottom: 0;
/*+media-query(only screen, max-width 1366px, min-width $screen-md-min)
      .slick-list
        height 530px !important*/
}
.cnt-content-slider-syncing .mod-slick-slider-syncing-for .slick-list {
  max-height: 600px !important;
}
.cnt-content-slider-syncing .mod-slick-slider-syncing-nav .mod-slick-slider_item {
  margin-right: 0;
}
.mod-slick-slider-syncing-for .mod-slick-slider_arrow-prev,
.mod-slick-slider-syncing-for .mod-slick-slider_arrow-next {
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1051;
  cursor: pointer;
}
.mod-slick-slider-syncing-for .mod-slick-slider_arrow-prev:hover,
.mod-slick-slider-syncing-for .mod-slick-slider_arrow-next:hover {
  background-color: rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
  .mod-slick-slider-syncing-for .mod-slick-slider_arrow-prev,
  .mod-slick-slider-syncing-for .mod-slick-slider_arrow-next {
    display: none !important;
  }
}
.mod-slick-slider-syncing-for .mod-slick-slider_arrow-prev {
  left: 0;
}
.mod-slick-slider-syncing-for .mod-slick-slider_arrow-next {
  right: 0;
}
.mod-slick-slider-syncing-for .slick-prev,
.mod-slick-slider-syncing-for .slick-next {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-slick-slider-syncing-for .slick-prev {
  left: 50%;
}
.mod-slick-slider-syncing-for .slick-prev:before {
  content: "\f104";
}
.mod-slick-slider-syncing-for .slick-next {
  left: 50%;
}
.mod-slick-slider-syncing-for .slick-next:before {
  content: "\f105";
}
.mod-slick-slider-syncing-for .slick-prev:before,
.mod-slick-slider-syncing-for .slick-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod-slick-slider-syncing-nav .mod-slick-slider_item {
  width: 209px;
  height: 209px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mod-slick-slider-syncing-nav .slick-current [class^="mod-slider_i_"] {
  display: none;
}
.mod-slick-slider-syncing-nav .slick-current:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #fff;
}
.mod-slick-slider-syncing-nav .slick-prev,
.mod-slick-slider-syncing-nav .slick-next {
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1286px) {
  .mod-slick-slider-syncing-nav .slick-prev,
  .mod-slick-slider-syncing-nav .slick-next {
    display: none !important;
  }
}
.mod-slick-slider-syncing-nav .slick-prev:before,
.mod-slick-slider-syncing-nav .slick-next:before {
  display: block;
  font-family: 'FontAwesome';
  font-size: 65px;
  color: #2f2e2d;
}
.mod-slick-slider-syncing-nav .slick-prev {
  left: -45px;
}
[dir="rtl"] .mod-slick-slider-syncing-nav .slick-prev {
  left: auto;
  right: -45px;
}
.mod-slick-slider-syncing-nav .slick-prev:before {
  content: "\f104";
}
[dir="rtl"] .mod-slick-slider-syncing-nav .slick-prev:before {
  content: "\f105";
}
.mod-slick-slider-syncing-nav .slick-next {
  right: -45px;
}
[dir="rtl"] .mod-slick-slider-syncing-nav .slick-next {
  left: -45px;
  right: auto;
}
.mod-slick-slider-syncing-nav .slick-next:before {
  content: "\f105";
}
[dir="rtl"] .mod-slick-slider-syncing-nav .slick-next:before {
  content: "\f104";
}
.cnt-slider-about {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  bottom: -110px;
}
.cnt-slider-about > .row {
  margin-left: 0;
  margin-right: 0;
}
.cnt-slider-about > .row > div {
  padding-left: 62px;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .cnt-slider-about > .row > div {
    padding-left: 15px;
  }
}
.cnt-slider-about .mod-slick-slider-about {
  margin-bottom: 0;
}
.cnt-slider-about .mod-slick-slider_item {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .cnt-slider-about {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .cnt-slider-about > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cnt-slider-about > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.cnt-slider-about_bg-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(65,68,78,0.3);
}
.cnt-slider-about_info {
  padding: 20px 45px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.cnt-slider-about_info .p {
  margin-bottom: 0;
}
.cnt-slider-about_arrows .mod-slick-slider_arrow-prev,
.cnt-slider-about_arrows .mod-slick-slider_arrow-next {
  position: absolute;
  right: 220px;
  z-index: 53;
}
.cnt-slider-about_arrows .mod-slick-slider_arrow-prev:before,
.cnt-slider-about_arrows .mod-slick-slider_arrow-next:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cnt-slider-about_arrows .mod-slick-slider_arrow-prev {
  padding-top: 91px;
  top: 0;
}
.cnt-slider-about_arrows .mod-slick-slider_arrow-prev:before {
  top: 0;
  bottom: 46px;
}
.cnt-slider-about_arrows .mod-slick-slider_arrow-next {
  padding-bottom: 91px;
  bottom: 0;
}
.cnt-slider-about_arrows .mod-slick-slider_arrow-next:before {
  bottom: 0;
  top: 46px;
}
.cnt-slider-about_arrows .slick-prev,
.cnt-slider-about_arrows .slick-next {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cnt-slider-about_arrows .slick-prev {
  left: auto;
}
.cnt-slider-about_arrows .slick-prev:before {
  content: "\f0d8";
}
.cnt-slider-about_arrows .slick-next {
  right: auto;
}
.cnt-slider-about_arrows .slick-next:before {
  content: "\f0d7";
}
.cnt-slider-about_arrows .slick-prev:before,
.cnt-slider-about_arrows .slick-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .cnt-slider-about_arrows .mod-slick-slider_arrow-prev,
  .cnt-slider-about_arrows .mod-slick-slider_arrow-next {
    right: auto;
  }
  .cnt-slider-about_arrows .mod-slick-slider_arrow-prev:before,
  .cnt-slider-about_arrows .mod-slick-slider_arrow-next:before {
    display: none;
  }
  .cnt-slider-about_arrows .mod-slick-slider_arrow-prev {
    padding-top: 0;
    top: 125px;
    left: 15px;
  }
  .cnt-slider-about_arrows .mod-slick-slider_arrow-next {
    padding-bottom: 0;
    top: 125px;
    right: 15px;
  }
  .cnt-slider-about_arrows .slick-prev:before {
    content: "\f0d9";
  }
  .cnt-slider-about_arrows .slick-next:before {
    content: "\f0da";
  }
}
.mod-slider_i_video-abs,
.mod-slider_i_foto-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mod-slider_i_video-abs:hover,
.mod-slider_i_foto-abs:hover {
  background-color: transparent;
}
.mod-slider_i_video-abs {
  background: rgba(0,0,0,0.5) url("../img/other-images/play-firsthand-video.png") 50% 50% no-repeat;
}
.mod-slider_i_foto-abs {
  background: rgba(0,0,0,0.5) url("../img/other-images/play-firsthand-foto.png") 50% 50% no-repeat;
}
.mod-slick-slider_item {
  position: relative;
  overflow: hidden;
  outline: none;
}
.fc-calendar-container {
  position: relative;
}
.fc-calendar {
  width: 100%;
  height: 100%;
}
.fc-calendar .fc-head:before,
.fc-calendar .fc-head:after {
  content: " ";
  display: table;
}
.fc-calendar .fc-head:after {
  clear: both;
}
.fc-calendar .fc-head > div {
  text-align: center;
}
.fc-calendar .fc-body {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}
.fc-calendar .fc-row {
  width: 100%;
}
.fc-calendar .fc-row:before,
.fc-calendar .fc-row:after {
  content: " ";
  display: table;
}
.fc-calendar .fc-row:after {
  clear: both;
}
.fc-calendar .fc-row > div {
  overflow: hidden;
  position: relative;
}
.fc-calendar .fc-row > div > span.fc-date {
  padding: 3px 2px;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  color: #ddd;
}
.fc-calendar .fc-row > div > span.fc-weekday {
  display: none;
}
.fc-calendar .fc-row > div.fc-today {
  background-color: #fff;
}
.fc-calendar .fc-row > div.fc-out {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.fc-four-rows .fc-row {
  height: 25%;
}
.fc-five-rows .fc-row {
  height: 20%;
}
.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100% / 6);
  height: -webkit-calc(100% / 6);
  height: -webkit-calc(16.666666666666668%);
  height: calc(16.666666666666668%);
}
.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  width: 14.28%;
  position: relative;
}
.custom-calendar-wrap {
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
.custom-inner {
  padding-bottom: 10px;
  margin-top: 17px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}
.custom-header {
  margin-bottom: 18px;
  padding-right: 23px;
  background-color: #fff;
  position: relative;
  text-align: right;
}
.custom-header .custom-month-year {
  margin-right: 4px;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.custom-header .custom-prev,
.custom-header .custom-next {
  margin-left: 5px;
  font-size: 33px;
  cursor: pointer;
}
.fc-calendar-container {
  width: 100%;
  background-color: #fff;
}
.fc-calendar .fc-head {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 1px solid #f1f1f1;
}
.fc-calendar .fc-head > div {
  font-size: 14px;
}
.fc-calendar .fc-head > div:nth-last-child(1),
.fc-calendar .fc-head > div:nth-last-child(2) {
  color: #ff8223;
}
.fc-calendar .fc-row > div {
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  cursor: pointer;
}
.fc-calendar .fc-row > div:empty {
  background: transparent;
}
.fc-calendar .fc-row > div > span.fc-date {
  display: block;
  background: #fff;
  border: 2px solid transparent;
  text-align: center;
  color: #8f8f8f;
  pointer-events: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.fc-calendar .fc-row > div.fc-today > span.fc-date {
  background-color: #fff;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #74b43f;
}
.fc-calendar .fc-row > div.fc-today.fc-content:after {
  color: #fff;
}
.fc-calendar .fc-row > div.fc-today.fc-content:hover:after {
  color: #fff;
}
.fc-calendar .fc-row > div.fc-content > span.fc-date {
  background-color: #fff;
  border-color: #ff8223;
  color: #2f2e2d;
}
.fc-calendar .fc-row > div.fc-content:before {
  content: '1';
  padding-top: 0;
  padding-right: 1px;
  text-align: right;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 7px;
  top: 1px;
  z-index: 52;
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.fc-calendar .fc-row > div.fc-content:after {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 1px;
  z-index: 51;
  border-top: 16px solid #ff8223;
  border-left: 16px solid transparent;
}
.fc-calendar .fc-row > div.fc-content:hover:after {
  color: #fff;
}
.fc-calendar .fc-row > div.fc-today.fc-content > span.fc-date {
  background-color: #fff;
  border-color: #ff8223;
  font-family: "ElektraLightPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2f2e2d;
}
.fc-calendar .fc-row > div.fc-content.active > span.fc-date {
  font-family: "ElektraLightPro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ff8223;
}
@media only screen and (max-width: 320px) {
  .fc-calendar .fc-row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .fc-calendar .fc-row > div.fc-content:before {
    right: 0;
  }
  .fc-calendar .fc-row > div.fc-content:after {
    right: 1px;
  }
}
.fc-calendar .fc-row > div > div {
  display: none;
}
.is-countdown {
  background-color: #fff;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;
}
.countdown-row {
  clear: both;
  width: 100%;
  text-align: center;
}
.countdown-row:before,
.countdown-row:after {
  content: " ";
  display: table;
}
.countdown-row:after {
  clear: both;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown-section {
  display: block;
  float: left;
  text-align: center;
}
.countdown-amount,
.countdown-period {
  display: block;
}
.countdown-amount {
  font-size: 60px;
  line-height: 1.1;
}
.countdown-period {
  font-size: 16px;
  text-transform: lowercase;
}
.countdown-descr {
  display: block;
  width: 100%;
}
.selectboxit-container {
  position: relative;
  display: block;
  vertical-align: top;
}
.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
.selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 36px;
  line-height: 34px;
  display: block;
}
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.selectboxit-text {
  padding-left: 10px;
  padding-right: 34px;
  height: 34px !important;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 12px;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
  display: none;
}
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 10px;
  font-size: 12px;
  text-transform: none !important;
}
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
}
.selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.selectboxit-option-last {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.selectboxit-optgroup-header {
  font-weight: $font-weight-700;
}
.selectboxit-optgroup-header:hover {
  cursor: default;
}
.selectboxit-arrow-container {
  width: 34px;
  height: 34px !important;
  position: absolute;
  right: 0;
  top: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #c5c5c5;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.jqueryui .ui-icon {
  background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #2f2e2d;
  background-color: #fff;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #2f2e2d;
  text-decoration: none;
}
.selectboxit-default-arrow:before {
  content: "\f0d7";
}
.selectboxit-btn.selectboxit-open .selectboxit-default-arrow:before {
  content: "\f0d8";
}
.selectboxit-list {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #2f2e2d;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #fff;
  background-color: #00ae47;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999;
}
.select-style-type-2 .selectboxit-btn {
  border-width: 2px;
  border-color: #d3d3d3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
  box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
}
.select-style-type-2 .selectboxit-container span,
.select-style-type-2 .selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 28px;
}
.select-style-type-2 .selectboxit-text {
  padding-left: 18px;
  height: 28px !important;
  color: #555;
}
.select-style-type-2 .selectboxit-option .selectboxit-option-anchor {
  padding: 0 18px;
}
.select-style-type-2 .selectboxit-arrow-container {
  width: 28px;
  height: 28px !important;
}
.select-style-type-2 .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  font-size: 12px;
  color: #2f2e2d;
}
.select-style-type-2 .selectboxit-default-arrow:before {
  content: "\f107";
}
.select-style-type-2 .selectboxit-btn.selectboxit-open .selectboxit-default-arrow:before {
  content: "\f106";
}
.select-style-type-2 .selectboxit-list {
  margin-top: 5px;
  border-color: #d3d3d3;
  border-top: 1px solid #d3d3d3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.select-style-type-2 .selectboxit-list .selectboxit-option-anchor {
  color: #555;
}
.select-style-type-2 .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #74b43f;
  color: #fff;
}
.select-style-type-2 .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #555;
}
.select-style-type-2.error .selectboxit-btn {
  border-color: #f56060;
}
.icheckbox_square,
.iradio_square {
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 13px;
  height: 13px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.icheckbox_square {
  background: none;
}
.icheckbox_square.hover {
  background: none;
}
.icheckbox_square.checked {
  background-color: #fff;
  border-color: #b1b1b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
  box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
}
.icheckbox_square.checked:before {
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 10px;
  color: #50aaff;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icheckbox_square.disabled {
  background: none;
  cursor: default;
}
.icheckbox_square.checked.disabled {
  background-color: #fff;
  border-color: #b1b1b1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
  box-shadow: inset 0 1px 1px rgba(0,1,1,0.015);
}
.icheckbox_square.checked.disabled:before {
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 2px;
  font-size: 10px;
  color: #50aaff;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-linear-gradient(top,#08c,#04c);
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: -ms-linear-gradient(top,#08c,#04c);
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #fff;
  background-color: #04c;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #039;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eee;
}
.datepicker td span.active {
  background-image: -webkit-linear-gradient(top,#08c,#04c);
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: -ms-linear-gradient(top,#08c,#04c);
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #fff;
  background-color: #04c;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #039;
}
.datepicker td span.old {
  color: #999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.main-sidebar {
  position: fixed;
  top: auto !important;
  bottom: auto !important;
  z-index: 1003 !important;
  background-color: #4b506c;
  color: #fff;
  width: 308px;
  height: 100%;
}
[data-simplersidebar="mask"] {
  z-index: 1001 !important;
}
.main-sidebar-right {
  right: 0;
  text-align: right;
}
.main-sidebar-left {
  left: -300px;
  text-align: left;
}
[data-simplersidebar="sbwrapper"] {
  padding: 1em;
}
.dynamic-right .main-navbar-content {
  float: right;
}
.dynamic-left .main-navbar-content {
  float: left;
}
.main-sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 32px 27px 27px 27px;
}
@media only screen and (max-width: 320px) {
  .main-sidebar-wrapper {
    padding: 16px 15px 15px 15px;
  }
}
.progress-button {
  text-align: center;
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
}
.progress-button button {
  padding: 0;
  width: 183px;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 18px;
/*display block
  margin 0 auto
  padding 0
  width 250px
  height 70px
  border 2px solid #1ECD97
  border-radius 40px
  background transparent
  color #1ECD97
  letter-spacing 1px
  font-size 18px*/
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}
.progress-button button:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-button button span {
  -webkit-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
}
.progress-button svg {
  position: absolute;
  top: -2px;
  left: -2px;
  pointer-events: none;
}
.progress-button svg path {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  fill: none;
}
.progress-button svg.progress-circle path {
  stroke: #008ecb;
  stroke-width: 2;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 2;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.loading.progress-button button {
  width: 50px;
  border-width: 5px;
  border-color: #9a9a9a;
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loading.progress-button button:hover,
.loading.progress-button button:focus,
.loading.progress-button button:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loading.progress-button span {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.success.progress-button button,
.error.progress-button button {
  -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
  transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}
.success.progress-button button {
  border-color: #01abee;
  background-color: #01abee;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-box-shadow: 0 10px 10px 0 rgba(9,129,74,0.5);
  box-shadow: 0 10px 10px 0 rgba(9,129,74,0.5);
}
.success.progress-button button:hover,
.success.progress-button button:focus,
.success.progress-button button:active {
  border-color: #01abee;
  background-color: #01abee;
  -webkit-box-shadow: 0 10px 10px 0 rgba(9,129,74,0.5);
  box-shadow: 0 10px 10px 0 rgba(9,129,74,0.5);
}
.error.progress-button button {
  border-color: #fb797e;
  background-color: #fb797e;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
}
.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
}
.loading.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.display-inline-block-top {
  display: inline-block;
  vertical-align: top;
}
.display-inline-block-middle {
  display: inline-block;
  vertical-align: middle;
}
.display-none {
  display: none !important;
}
.display-all-none {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-right-no-important {
  text-align: right;
}
.text-left {
  text-align: left !important;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.margin-right-none {
  margin-right: 0 !important;
}
.margin-padding-right-none {
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-right: 0 none !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.bg-none {
  background: none !important;
}
.img-responsive {
  margin: 0 auto;
}
.visible-none {
  visibility: hidden;
}
.pos-relative {
  position: relative;
}
.pos-static {
  position: static;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.link-display-block {
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 0;
}
.link-display-block:hover,
.link-display-block:focus,
.link-display-block:active {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .margin-top-15-max-sm {
    margin-top: 15px;
  }
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
