@charset "UTF-8";
/*!
 * Theme Name: Divi Child (v 2.0)
 * Theme URI: http://scopicsoftware.com/
 * Template: Divi
 * Author: Scopic software
 * Author: Kalnov Alexey <kalnovalexey@yandex.ru>
 * Author URI: http://scopicsoftware.com/
 * Version: 2.0.0
 */
/**
 * Rirgh arrow for buttons
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 26px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 77%;
}

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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary, #password-strength-result.good,
.password-strength-result.good,
#pass-strength-result.good {
  color: #2ba1ec;
}

a.text-primary:hover, a#password-strength-result.good:hover,
a.password-strength-result.good:hover,
a#pass-strength-result.good:hover,
a.text-primary:focus,
a#password-strength-result.good:focus,
a.password-strength-result.good:focus,
a#pass-strength-result.good:focus {
  color: #1387d1;
}

.text-success, #password-strength-result.strong,
.password-strength-result.strong,
#pass-strength-result.strong {
  color: #3c763d;
}

a.text-success:hover, a#password-strength-result.strong:hover,
a.password-strength-result.strong:hover,
a#pass-strength-result.strong:hover,
a.text-success:focus,
a#password-strength-result.strong:focus,
a.password-strength-result.strong:focus,
a#pass-strength-result.strong:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning, #password-strength-result.bad,
.password-strength-result.bad,
#pass-strength-result.bad {
  color: #8a6d3b;
}

a.text-warning:hover, a#password-strength-result.bad:hover,
a.password-strength-result.bad:hover,
a#pass-strength-result.bad:hover,
a.text-warning:focus,
a#password-strength-result.bad:focus,
a.password-strength-result.bad:focus,
a#pass-strength-result.bad:focus {
  color: #66512c;
}

.text-danger, #password-strength-result.short,
.password-strength-result.short,
#pass-strength-result.short {
  color: #ff0000;
}

a.text-danger:hover, a#password-strength-result.short:hover,
a.password-strength-result.short:hover,
a#pass-strength-result.short:hover,
a.text-danger:focus,
a#password-strength-result.short:focus,
a.password-strength-result.short:focus,
a#pass-strength-result.short:focus {
  color: #cc0000;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2ba1ec;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1387d1;
}

.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline, .et_pb_text ul.tml-action-links,
.tml-action-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li, .et_pb_text ul.tml-action-links > li,
.tml-action-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  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;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 981px) {
  .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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 981px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control, input[type=text].form-control,
input[type=password].form-control,
input[type=tel].form-control,
input[type=email].form-control,
input.text.form-control,
input.title.form-control,
textarea.form-control,
select.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, input[type=text].form-control:focus,
input[type=password].form-control:focus,
input[type=tel].form-control:focus,
input[type=email].form-control:focus,
input.text.form-control:focus,
input.title.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, input[type=text].form-control::-moz-placeholder,
input[type=password].form-control::-moz-placeholder,
input[type=tel].form-control::-moz-placeholder,
input[type=email].form-control::-moz-placeholder,
input.text.form-control::-moz-placeholder,
input.title.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, input[type=text].form-control:-ms-input-placeholder,
input[type=password].form-control:-ms-input-placeholder,
input[type=tel].form-control:-ms-input-placeholder,
input[type=email].form-control:-ms-input-placeholder,
input.text.form-control:-ms-input-placeholder,
input.title.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, input[type=text].form-control::-webkit-input-placeholder,
input[type=password].form-control::-webkit-input-placeholder,
input[type=tel].form-control::-webkit-input-placeholder,
input[type=email].form-control::-webkit-input-placeholder,
input.text.form-control::-webkit-input-placeholder,
input.title.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, input[type=text].form-control::-ms-expand,
input[type=password].form-control::-ms-expand,
input[type=tel].form-control::-ms-expand,
input[type=email].form-control::-ms-expand,
input.text.form-control::-ms-expand,
input.title.form-control::-ms-expand,
textarea.form-control::-ms-expand,
select.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], input[disabled][type=text].form-control,
input[disabled][type=password].form-control,
input[disabled][type=tel].form-control,
input[disabled][type=email].form-control,
input[disabled].text.form-control,
input[disabled].title.form-control,
textarea[disabled].form-control,
select[disabled].form-control, .form-control[readonly], input[readonly][type=text].form-control,
input[readonly][type=password].form-control,
input[readonly][type=tel].form-control,
input[readonly][type=email].form-control,
input[readonly].text.form-control,
input[readonly].title.form-control,
textarea[readonly].form-control,
select[readonly].form-control, fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], input[disabled][type=text].form-control,
input[disabled][type=password].form-control,
input[disabled][type=tel].form-control,
input[disabled][type=email].form-control,
input[disabled].text.form-control,
input[disabled].title.form-control,
textarea[disabled].form-control,
select[disabled].form-control, 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: 39px;
  }
  input[type=date].input-sm, input[type=date][type=text].form-control.input-sm,
  input[type=date][type=password].form-control.input-sm,
  input[type=date][type=tel].form-control.input-sm,
  input[type=date][type=email].form-control.input-sm,
  input[type=date].text.form-control.input-sm,
  input[type=date].title.form-control.input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  input[type=time][type=text].form-control.input-sm,
  input[type=time][type=password].form-control.input-sm,
  input[type=time][type=tel].form-control.input-sm,
  input[type=time][type=email].form-control.input-sm,
  input[type=time].text.form-control.input-sm,
  input[type=time].title.form-control.input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  input[type=datetime-local][type=text].form-control.input-sm,
  input[type=datetime-local][type=password].form-control.input-sm,
  input[type=datetime-local][type=tel].form-control.input-sm,
  input[type=datetime-local][type=email].form-control.input-sm,
  input[type=datetime-local].text.form-control.input-sm,
  input[type=datetime-local].title.form-control.input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  input[type=month][type=text].form-control.input-sm,
  input[type=month][type=password].form-control.input-sm,
  input[type=month][type=tel].form-control.input-sm,
  input[type=month][type=email].form-control.input-sm,
  input[type=month].text.form-control.input-sm,
  input[type=month].title.form-control.input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, input[type=date][type=text].form-control.input-lg,
  input[type=date][type=password].form-control.input-lg,
  input[type=date][type=tel].form-control.input-lg,
  input[type=date][type=email].form-control.input-lg,
  input[type=date].text.form-control.input-lg,
  input[type=date].title.form-control.input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  input[type=time][type=text].form-control.input-lg,
  input[type=time][type=password].form-control.input-lg,
  input[type=time][type=tel].form-control.input-lg,
  input[type=time][type=email].form-control.input-lg,
  input[type=time].text.form-control.input-lg,
  input[type=time].title.form-control.input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  input[type=datetime-local][type=text].form-control.input-lg,
  input[type=datetime-local][type=password].form-control.input-lg,
  input[type=datetime-local][type=tel].form-control.input-lg,
  input[type=datetime-local][type=email].form-control.input-lg,
  input[type=datetime-local].text.form-control.input-lg,
  input[type=datetime-local].title.form-control.input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  input[type=month][type=text].form-control.input-lg,
  input[type=month][type=password].form-control.input-lg,
  input[type=month][type=tel].form-control.input-lg,
  input[type=month][type=email].form-control.input-lg,
  input[type=month].text.form-control.input-lg,
  input[type=month].title.form-control.input-lg,
  .input-group-lg input[type=month] {
    line-height: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px;
}
.form-control-static.input-lg, input.form-control-static[type=text].form-control.input-lg,
input.form-control-static[type=password].form-control.input-lg,
input.form-control-static[type=tel].form-control.input-lg,
input.form-control-static[type=email].form-control.input-lg,
input.form-control-static.text.form-control.input-lg,
input.form-control-static.title.form-control.input-lg,
textarea.form-control-static.form-control.input-lg,
select.form-control-static.form-control.input-lg, .form-control-static.input-sm, input.form-control-static[type=text].form-control.input-sm,
input.form-control-static[type=password].form-control.input-sm,
input.form-control-static[type=tel].form-control.input-sm,
input.form-control-static[type=email].form-control.input-sm,
input.form-control-static.text.form-control.input-sm,
input.form-control-static.title.form-control.input-sm,
textarea.form-control-static.form-control.input-sm,
select.form-control-static.form-control.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, input[type=text].form-control.input-sm,
input[type=password].form-control.input-sm,
input[type=tel].form-control.input-sm,
input[type=email].form-control.input-sm,
input.text.form-control.input-sm,
input.title.form-control.input-sm,
textarea.form-control.input-sm,
select.form-control.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
select.form-control.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
textarea.form-control.input-sm,
select[multiple].input-sm,
select[multiple].form-control.input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm input[type=text].form-control,
.form-group-sm input[type=password].form-control,
.form-group-sm input[type=tel].form-control,
.form-group-sm input[type=email].form-control,
.form-group-sm input.text.form-control,
.form-group-sm input.title.form-control,
.form-group-sm textarea.form-control,
.form-group-sm select.form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, input[type=text].form-control.input-lg,
input[type=password].form-control.input-lg,
input[type=tel].form-control.input-lg,
input[type=email].form-control.input-lg,
input.text.form-control.input-lg,
input.title.form-control.input-lg,
textarea.form-control.input-lg,
select.form-control.input-lg {
  height: 60px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
select.form-control.input-lg {
  height: 60px;
  line-height: 60px;
}

textarea.input-lg,
textarea.form-control.input-lg,
select[multiple].input-lg,
select[multiple].form-control.input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg input[type=text].form-control,
.form-group-lg input[type=password].form-control,
.form-group-lg input[type=tel].form-control,
.form-group-lg input[type=email].form-control,
.form-group-lg input.text.form-control,
.form-group-lg input.title.form-control,
.form-group-lg textarea.form-control,
.form-group-lg select.form-control {
  height: 60px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 60px;
  line-height: 60px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 60px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback input[type=text].form-control,
.has-feedback input[type=password].form-control,
.has-feedback input[type=tel].form-control,
.has-feedback input[type=email].form-control,
.has-feedback input.text.form-control,
.has-feedback input.title.form-control,
.has-feedback textarea.form-control,
.has-feedback select.form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, input[type=text].form-control.input-lg + .form-control-feedback,
input[type=password].form-control.input-lg + .form-control-feedback,
input[type=tel].form-control.input-lg + .form-control-feedback,
input[type=email].form-control.input-lg + .form-control-feedback,
input.text.form-control.input-lg + .form-control-feedback,
input.title.form-control.input-lg + .form-control-feedback,
textarea.form-control.input-lg + .form-control-feedback,
select.form-control.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.input-sm + .form-control-feedback, input[type=text].form-control.input-sm + .form-control-feedback,
input[type=password].form-control.input-sm + .form-control-feedback,
input[type=tel].form-control.input-sm + .form-control-feedback,
input[type=email].form-control.input-sm + .form-control-feedback,
input.text.form-control.input-sm + .form-control-feedback,
input.title.form-control.input-sm + .form-control-feedback,
textarea.form-control.input-sm + .form-control-feedback,
select.form-control.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success input[type=text].form-control,
.has-success input[type=password].form-control,
.has-success input[type=tel].form-control,
.has-success input[type=email].form-control,
.has-success input.text.form-control,
.has-success input.title.form-control,
.has-success textarea.form-control,
.has-success select.form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning input[type=text].form-control,
.has-warning input[type=password].form-control,
.has-warning input[type=tel].form-control,
.has-warning input[type=email].form-control,
.has-warning input.text.form-control,
.has-warning input.title.form-control,
.has-warning textarea.form-control,
.has-warning select.form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ff0000;
}
.has-error .form-control, .has-error input[type=text].form-control,
.has-error input[type=password].form-control,
.has-error input[type=tel].form-control,
.has-error input[type=email].form-control,
.has-error input.text.form-control,
.has-error input.title.form-control,
.has-error textarea.form-control,
.has-error select.form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff0000;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline input[type=text].form-control,
  .form-inline input[type=password].form-control,
  .form-inline input[type=tel].form-control,
  .form-inline input[type=email].form-control,
  .form-inline input.text.form-control,
  .form-inline input.title.form-control,
  .form-inline textarea.form-control,
  .form-inline select.form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.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: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn, .menu li.lumit-sign-up a,
.menu li.lumit-btn-warning a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .menu li.lumit-sign-up a:focus,
.menu li.lumit-btn-warning a:focus, .btn.focus, .menu li.lumit-sign-up a.focus,
.menu li.lumit-btn-warning a.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .menu li.lumit-sign-up a:hover,
.menu li.lumit-btn-warning a:hover, .btn:focus, .menu li.lumit-sign-up a:focus,
.menu li.lumit-btn-warning a:focus, .btn.focus, .menu li.lumit-sign-up a.focus,
.menu li.lumit-btn-warning a.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .menu li.lumit-sign-up a:active,
.menu li.lumit-btn-warning a:active, .btn.active, .menu li.lumit-sign-up a.active,
.menu li.lumit-btn-warning a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .menu li.lumit-sign-up a.disabled,
.menu li.lumit-btn-warning a.disabled, .btn[disabled], .menu li.lumit-sign-up a[disabled],
.menu li.lumit-btn-warning a[disabled], fieldset[disabled] .btn, fieldset[disabled] .menu li.lumit-sign-up a, .menu li.lumit-sign-up fieldset[disabled] a,
fieldset[disabled] .menu li.lumit-btn-warning a,
.menu li.lumit-btn-warning fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .menu li.lumit-sign-up a.disabled,
.menu li.lumit-btn-warning a.disabled, fieldset[disabled] a.btn, fieldset[disabled] .menu li.lumit-sign-up a, .menu li.lumit-sign-up fieldset[disabled] a,
fieldset[disabled] .menu li.lumit-btn-warning a,
.menu li.lumit-btn-warning fieldset[disabled] a {
  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 > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default: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: #2ba1ec;
  border-color: #1596e9;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1387d1;
  border-color: #0a4b74;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1387d1;
  border-color: #1072b0;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1387d1;
  border-color: #1072b0;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1072b0;
  border-color: #0a4b74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #2ba1ec;
  border-color: #1596e9;
}
.btn-primary .badge {
  color: #2ba1ec;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #23d41a;
  border-color: #1fbd17;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #1ca714;
  border-color: #0d4c09;
}
.btn-success:hover {
  color: #fff;
  background-color: #1ca714;
  border-color: #168711;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1ca714;
  border-color: #168711;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #168711;
  border-color: #0d4c09;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #23d41a;
  border-color: #1fbd17;
}
.btn-success .badge {
  color: #23d41a;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning, .menu li.lumit-sign-up a,
.menu li.lumit-btn-warning a {
  color: #fff;
  background-color: #ffa800;
  border-color: #e69700;
}
.btn-warning:focus, .menu li.lumit-sign-up a:focus,
.menu li.lumit-btn-warning a:focus, .btn-warning.focus, .menu li.lumit-sign-up a.focus,
.menu li.lumit-btn-warning a.focus {
  color: #fff;
  background-color: #cc8600;
  border-color: #664300;
}
.btn-warning:hover, .menu li.lumit-sign-up a:hover,
.menu li.lumit-btn-warning a:hover {
  color: #fff;
  background-color: #cc8600;
  border-color: #a86f00;
}
.btn-warning:active, .menu li.lumit-sign-up a:active,
.menu li.lumit-btn-warning a:active, .btn-warning.active, .menu li.lumit-sign-up a.active,
.menu li.lumit-btn-warning a.active, .open > .btn-warning.dropdown-toggle, .menu li.lumit-sign-up .open > a.dropdown-toggle,
.menu li.lumit-btn-warning .open > a.dropdown-toggle {
  color: #fff;
  background-color: #cc8600;
  border-color: #a86f00;
}
.btn-warning:active:hover, .menu li.lumit-sign-up a:active:hover,
.menu li.lumit-btn-warning a:active:hover, .btn-warning:active:focus, .menu li.lumit-sign-up a:active:focus,
.menu li.lumit-btn-warning a:active:focus, .btn-warning:active.focus, .menu li.lumit-sign-up a:active.focus,
.menu li.lumit-btn-warning a:active.focus, .btn-warning.active:hover, .menu li.lumit-sign-up a.active:hover,
.menu li.lumit-btn-warning a.active:hover, .btn-warning.active:focus, .menu li.lumit-sign-up a.active:focus,
.menu li.lumit-btn-warning a.active:focus, .btn-warning.active.focus, .menu li.lumit-sign-up a.active.focus,
.menu li.lumit-btn-warning a.active.focus, .open > .btn-warning.dropdown-toggle:hover, .menu li.lumit-sign-up .open > a.dropdown-toggle:hover,
.menu li.lumit-btn-warning .open > a.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .menu li.lumit-sign-up .open > a.dropdown-toggle:focus,
.menu li.lumit-btn-warning .open > a.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus, .menu li.lumit-sign-up .open > a.dropdown-toggle.focus,
.menu li.lumit-btn-warning .open > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86f00;
  border-color: #664300;
}
.btn-warning:active, .menu li.lumit-sign-up a:active,
.menu li.lumit-btn-warning a:active, .btn-warning.active, .menu li.lumit-sign-up a.active,
.menu li.lumit-btn-warning a.active, .open > .btn-warning.dropdown-toggle, .menu li.lumit-sign-up .open > a.dropdown-toggle,
.menu li.lumit-btn-warning .open > a.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .menu li.lumit-sign-up a.disabled:hover,
.menu li.lumit-btn-warning a.disabled:hover, .btn-warning.disabled:focus, .menu li.lumit-sign-up a.disabled:focus,
.menu li.lumit-btn-warning a.disabled:focus, .btn-warning.disabled.focus, .menu li.lumit-sign-up a.disabled.focus,
.menu li.lumit-btn-warning a.disabled.focus, .btn-warning[disabled]:hover, .menu li.lumit-sign-up a[disabled]:hover,
.menu li.lumit-btn-warning a[disabled]:hover, .btn-warning[disabled]:focus, .menu li.lumit-sign-up a[disabled]:focus,
.menu li.lumit-btn-warning a[disabled]:focus, .btn-warning[disabled].focus, .menu li.lumit-sign-up a[disabled].focus,
.menu li.lumit-btn-warning a[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .menu li.lumit-sign-up a:hover, .menu li.lumit-sign-up fieldset[disabled] a:hover,
fieldset[disabled] .menu li.lumit-btn-warning a:hover,
.menu li.lumit-btn-warning fieldset[disabled] a:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .menu li.lumit-sign-up a:focus, .menu li.lumit-sign-up fieldset[disabled] a:focus,
fieldset[disabled] .menu li.lumit-btn-warning a:focus,
.menu li.lumit-btn-warning fieldset[disabled] a:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .menu li.lumit-sign-up a.focus, .menu li.lumit-sign-up fieldset[disabled] a.focus,
fieldset[disabled] .menu li.lumit-btn-warning a.focus,
.menu li.lumit-btn-warning fieldset[disabled] a.focus {
  background-color: #ffa800;
  border-color: #e69700;
}
.btn-warning .badge, .menu li.lumit-sign-up a .badge,
.menu li.lumit-btn-warning a .badge {
  color: #ffa800;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #e60000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #660000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80000;
  border-color: #660000;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #ff0000;
  border-color: #e60000;
}
.btn-danger .badge {
  color: #ff0000;
  background-color: #fff;
}

.btn-link {
  color: #2ba1ec;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #1178ba;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ff0000;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #cc0000;
}

.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%;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header: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, .modal-footer .menu li.lumit-sign-up a + .btn, .menu li.lumit-sign-up .modal-footer a + .btn,
.modal-footer .menu li.lumit-btn-warning a + .btn,
.menu li.lumit-btn-warning .modal-footer a + .btn, .modal-footer .menu li.lumit-sign-up .btn + a, .menu li.lumit-sign-up .modal-footer .btn + a, .modal-footer .menu li.lumit-sign-up a + a, .menu li.lumit-sign-up .modal-footer a + a,
.modal-footer .menu li.lumit-btn-warning .btn + a,
.menu li.lumit-btn-warning .modal-footer .btn + a,
.modal-footer .menu li.lumit-btn-warning a + a,
.menu li.lumit-btn-warning .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .menu li.lumit-sign-up a + .btn, .menu li.lumit-sign-up .modal-footer .btn-group a + .btn,
.modal-footer .btn-group .menu li.lumit-btn-warning a + .btn,
.menu li.lumit-btn-warning .modal-footer .btn-group a + .btn, .modal-footer .btn-group .menu li.lumit-sign-up .btn + a, .menu li.lumit-sign-up .modal-footer .btn-group .btn + a, .modal-footer .btn-group .menu li.lumit-sign-up a + a, .menu li.lumit-sign-up .modal-footer .btn-group a + a,
.modal-footer .btn-group .menu li.lumit-btn-warning .btn + a,
.menu li.lumit-btn-warning .modal-footer .btn-group .btn + a,
.modal-footer .btn-group .menu li.lumit-btn-warning a + a,
.menu li.lumit-btn-warning .modal-footer .btn-group a + a {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 981px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", Helvetica, Arial, Lucida, 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-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 980px) {
  .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: 980px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 981px) 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: 981px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 981px) 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: 980px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 981px) 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 Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("css/scss/project/assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("css/scss/project/assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("css/scss/project/assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("css/scss/project/assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("css/scss/project/assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("css/scss/project/assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Bold"), local("Segoe UI"), url(fonts/Segoe/segoeuib.ttf);
  font-weight: bold;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), url(fonts/Segoe/segoeui.ttf);
}
@font-face {
  font-family: "Segoe UI Light";
  src: local("Segoe UI Light"), url(fonts/Segoe/segoeuil.ttf);
}
@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova Rg Regular"), local("Proxima Nova Rg"), local("ProximaNova-Regular"), url("fonts/Proxima-Nova/proximanova-regular-webfont.woff") format("woff"), url("fonts/Proxima-Nova/proximanova-regular-webfont.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova Rg Bold"), url("fonts/Proxima-Nova/ProximaNova-Bold.otf");
  font-weight: bold;
}
a {
  color: #2ba1ec;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1178ba;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn, .menu li.lumit-sign-up a,
.menu li.lumit-btn-warning a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.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;
}

.text-danger, #password-strength-result.short,
.password-strength-result.short,
#pass-strength-result.short {
  color: #ff0000;
}

.text-success, #password-strength-result.strong,
.password-strength-result.strong,
#pass-strength-result.strong {
  color: #23d41a;
}

.error {
  color: #ff0000;
}

.message {
  color: #23d41a;
}

/* Show content only if user downloaded app */
.downloaded-app, .downloaded-app-block, .downloaded-app-inline {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.user-downloaded-app .downloaded-app, .user-downloaded-app .downloaded-app-block, .user-downloaded-app .downloaded-app-inline {
  opacity: 1;
}
.user-downloaded-app .downloaded-app, .user-downloaded-app .downloaded-app-block {
  display: block;
}
.user-downloaded-app .downloaded-app-inline {
  display: inline-block;
}

/* /Show content only if user downloaded app */
/** === Preloader === */
.loading {
  background: url("images/spinner.gif");
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -110px;
  margin-top: -9px;
  width: 220px;
  height: 19px;
}

.loading-small {
  background: url("images/hug.gif") no-repeat 50%;
  background-size: contain;
  width: auto;
  height: 19px;
  text-align: center;
}

/** === /Preloader === */
.underline {
  text-decoration: underline;
}

.form-group-1 {
  display: none;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.marginright10 {
  margin-right: 10px;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.marginleft10 {
  margin-left: 10px;
}

.margin10 {
  margin: 10px !important;
}

.margin0 {
  margin: 0 !important;
}

.margin5 {
  margin: 5px;
}

.paddingtop10 {
  padding-top: 10px;
}

.paddingright10 {
  padding-right: 10px;
}

.paddingbottom10 {
  padding-bottom: 10px;
}

.paddingleft10 {
  padding-left: 10px;
}

.padding10 {
  padding: 10px !important;
}

.padding0 {
  padding: 0 !important;
}

.border0 {
  border: 0 !important;
}

.width5 {
  width: 5%;
}

.width10 {
  width: 10%;
}

.width15 {
  width: 15%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

[data-icon]::before {
  content: attr(data-icon);
  font-family: "ETmodules";
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
}

.icon {
  font-family: "ETmodules";
}

input[type=text].form-control.input-lg,
input[type=password].form-control.input-lg,
input[type=tel].form-control.input-lg,
input[type=email].form-control.input-lg,
input.text.form-control.input-lg,
input.title.form-control.input-lg,
textarea.form-control.input-lg,
select.form-control.input-lg {
  font-size: 18px;
}
input[type=text].form-control.error,
input[type=password].form-control.error,
input[type=tel].form-control.error,
input[type=email].form-control.error,
input.text.form-control.error,
input.title.form-control.error,
textarea.form-control.error,
select.form-control.error {
  border-color: #ff0000;
  color: #ff0000;
}
input[type=text].form-control.error:focus,
input[type=password].form-control.error:focus,
input[type=tel].form-control.error:focus,
input[type=email].form-control.error:focus,
input.text.form-control.error:focus,
input.title.form-control.error:focus,
textarea.form-control.error:focus,
select.form-control.error:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}

textarea {
  overflow-y: auto;
}

.btn-center {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.form-group label.error {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  display: block;
  margin-bottom: 0;
}

/* Search Toggle */
.checkbox-toggle {
  position: relative;
  display: inline-block;
}

.checkbox-toggle:after, .checkbox-toggle:before {
  font-family: FontAwesome;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  -webkit-font-language-override: normal;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.checkbox-toggle label {
  width: 90px;
  height: 42px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
}

.checkbox-toggle label:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 0;
  top: -5px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.checkbox-toggle input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.checkbox-toggle input:hover + label:after {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}

.checkbox-toggle input:checked + label:after {
  left: 40px;
}

.model-12 {
  float: left;
  max-height: 20px;
}

.model-12 .checkbox-toggle {
  background: rgba(38, 50, 56, 0.8);
  height: 34px;
  width: 125px;
  padding-left: 8px;
}

.model-12 .checkbox-toggle:after, .model-12 .checkbox-toggle:before {
  content: "Users";
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 38px;
  font-size: 9px;
  text-transform: uppercase;
}

.model-12 .checkbox-toggle:before {
  content: "Blog";
  z-index: 1;
}

.model-12 .checkbox-toggle label {
  background: #1E1E1E;
  height: 10px;
  width: 40px;
  margin: 0 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3) inset;
}

.model-12 .checkbox-toggle label:after {
  background-color: #3F4545;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmNDU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(to bottom, #666666 0%, #3f4545 100%);
  top: -9px;
  width: 27px;
  height: 27px;
}

.model-12 .checkbox-toggle label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  transition: 0.4s;
  background: #2ba1ec;
  z-index: 3;
  left: 7px;
  top: -2px;
}

.model-12 .checkbox-toggle input:checked + label:after {
  margin-top: 0;
  left: 19px;
}

.model-12 .checkbox-toggle input:checked + label:before {
  left: 26px;
}

/**
 * Main layout styles
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #4f575e;
  font-weight: 300;
  min-height: 100%;
}

#main-container {
  height: auto;
  min-height: 100%;
  background-color: #f9f9fb;
  position: relative;
  margin-top: 0 !important;
}

#et-main-area {
  background: transparent;
}

.et_pb_row:before, .et_pb_row:after {
  content: " ";
  display: table;
}
.et_pb_row:after {
  clear: both;
}
@media (max-width: 767px) {
  .et_pb_row {
    width: 90%;
  }
}

.container::before {
  background: none;
  content: " ";
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 98%;
  }
}

.et_header_style_left #site-header {
  background-color: #4f575e;
  height: 55px;
  width: 100%;
}
.et_header_style_left #site-header > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 980px) {
  .et_header_style_left #site-header > .container {
    width: 100%;
  }
}
.et_header_style_left.et_fixed_nav #site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  width: 100%;
  z-index: 999;
}
.et_header_style_left.et_fixed_nav.et_show_nav #main-container {
  padding-top: 55px !important;
}
.et_header_style_left.et_fixed_nav.et_show_nav.page-template-page-template-blank #main-container {
  padding-top: 0 !important;
}
.et_header_style_left #main-header {
  float: left;
  width: 80%;
  top: 0 !important;
  position: relative;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.et_header_style_left #main-header .logo_container {
  width: 175px;
}
.et_header_style_left #main-header .logo_container a {
  display: block;
  float: left;
  margin-top: 10px;
}
@media (max-width: 980px) {
  .et_header_style_left #main-header .logo_container a {
    margin: 15px 14px 0 !important;
  }
}
.et_header_style_left #main-header .logo_container #logo {
  max-height: 56%;
}
.et_header_style_left #main-header #et-top-navigation {
  float: none;
  font-weight: normal;
  padding: 0 0 0 186px;
}
.et_header_style_left #main-header #et-top-navigation nav#top-menu-nav {
  float: left;
}
.et_header_style_left #main-header #et-top-navigation nav#top-menu-nav ul#top-menu {
  float: none;
  margin-bottom: 0;
  text-transform: uppercase;
}
.et_header_style_left #main-header #et-top-navigation nav#top-menu-nav ul#top-menu::before {
  display: inline;
  content: "|";
  margin-right: 10px;
  color: #ffffff;
}
.et_header_style_left #main-header #et-top-navigation nav#top-menu-nav ul#top-menu > li {
  line-height: 55px;
}
.et_header_style_left #main-header #et-top-navigation nav#top-menu-nav ul#top-menu > li a {
  padding-bottom: 0;
}
.et_header_style_left #main-header.et-fixed-header {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.et_header_style_left #main-header.et-fixed-header #et-top-navigation {
  padding-top: 0;
}
.et_header_style_left #top-header {
  float: right;
  left: auto;
  line-height: 55px;
  position: relative;
  right: 0;
  text-align: right;
  width: 20%;
}
.et_header_style_left #top-header #et-secondary-menu {
  float: none;
  display: block;
}
.et_header_style_left #top-header #et-secondary-menu > ul {
  margin-right: 20px;
  margin-bottom: 0;
}
.et_header_style_left #top-header #et-secondary-menu > ul:last-of-type {
  margin-right: 0;
}
.et_header_style_left #top-header #et-secondary-menu > ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  padding-bottom: 0;
}
.et_header_style_left #top-header #et-secondary-menu > ul li.lumit-sign-up a, .et_header_style_left #top-header #et-secondary-menu > ul li.lumit-btn-warning a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 16px;
}
.et_header_style_left #top-header #et-secondary-menu > ul li.lumit-sign-up a:hover, .et_header_style_left #top-header #et-secondary-menu > ul li.lumit-sign-up a:active, .et_header_style_left #top-header #et-secondary-menu > ul li.lumit-sign-up a:focus, .et_header_style_left #top-header #et-secondary-menu > ul li.lumit-btn-warning a:hover, .et_header_style_left #top-header #et-secondary-menu > ul li.lumit-btn-warning a:active, .et_header_style_left #top-header #et-secondary-menu > ul li.lumit-btn-warning a:focus {
  opacity: 1;
}
.et_header_style_left #top-header .et-social-icons {
  margin: 0;
}
.et_header_style_left #top-header .et-social-icons li {
  margin-top: 7px;
  margin-left: 21px;
}
.et_header_style_left #top-header .et-social-icons li a {
  font-size: 22px;
}
@media (max-width: 980px) {
  .et_header_style_left #main-header {
    float: none;
    width: 100%;
  }
  .et_header_style_left #main-header .logo_container {
    width: 100%;
    margin-left: 9px;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu {
    margin-right: 9px;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
    padding-bottom: 23px;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar::before {
    top: 10px;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu .forum-menu-item {
    display: none;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu li.lumit-sign-up a {
    background: inherit;
    border: inherit;
    text-align: inherit;
    color: #ffffff;
    text-transform: none;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu li.lumit-sign-up a:hover, .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu li.lumit-sign-up a:active, .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu li.lumit-sign-up a:focus {
    background: inherit;
    border: inherit;
    text-align: inherit;
    text-transform: none;
    text-decoration: inherit;
  }
  .et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu li.lumit-sign-up a::before {
    margin-top: -6px;
  }
}
#fixed-panel {
  background-color: #ffffff;
  border-top: #c5c5c5 1px solid;
  border-bottom: #c5c5c5 1px solid;
  position: fixed;
  bottom: 0;
  height: 60px;
  line-height: 45px;
  width: 100%;
  z-index: 999;
  display: flex;
}
#fixed-panel .container {
  max-width: 1530px;
  width: 90%;
  padding: 0;
}
#fixed-panel #sb-logo a {
  display: inline-block;
}
#fixed-panel #sb-logo a img {
  vertical-align: middle;
}
#fixed-panel ul {
  padding: 0;
}
#fixed-panel .fixed-panel-menu {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#fixed-panel .fixed-panel-menu li {
  vertical-align: middle;
  line-height: 33px;
}
#fixed-panel .fixed-panel-menu li a {
  color: #282828;
  text-transform: uppercase;
  font-size: 14px;
}
#fixed-panel .fixed-panel-menu li a:hover, #fixed-panel .fixed-panel-menu li a:focus, #fixed-panel .fixed-panel-menu li a:active {
  color: #777777;
}
#fixed-panel .fixed-panel-menu li.lumit-sign-up a, #fixed-panel .fixed-panel-menu li.lumit-btn-warning a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
  position: relative;
}
#fixed-panel .fixed-panel-menu li.lumit-sign-up a::after, #fixed-panel .fixed-panel-menu li.lumit-btn-warning a::after {
  font-size: 20px;
  line-height: 14px;
  top: 50%;
  margin-top: -9px;
}
#fixed-panel .fixed-panel-menu li.lumit-sign-up a:hover, #fixed-panel .fixed-panel-menu li.lumit-sign-up a:focus, #fixed-panel .fixed-panel-menu li.lumit-sign-up a:active, #fixed-panel .fixed-panel-menu li.lumit-btn-warning a:hover, #fixed-panel .fixed-panel-menu li.lumit-btn-warning a:focus, #fixed-panel .fixed-panel-menu li.lumit-btn-warning a:active {
  color: #fff;
}

#footer-holder {
  height: 64px;
}

#main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
}
#main-footer .container {
  padding: 0;
}
#main-footer a {
  color: #ffffff;
}
#main-footer a:hover, #main-footer a:active, #main-footer a:focus {
  color: #d9d9d9;
}

#footer-widgets {
  margin-top: 20px;
  padding-top: 0;
}
#footer-widgets .footer-widget {
  margin-bottom: 0;
  line-height: 26px;
  height: 30px;
  overflow: hidden;
  vertical-align: baseline;
}
#footer-widgets .footer-widget #text-3 {
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  float: none;
}
#footer-widgets .footer-widget #footer-logo {
  max-width: 140px;
}
#footer-widgets .footer-widget #text-4, #footer-widgets .footer-widget #text-2 {
  margin-bottom: 0;
  margin-right: 25px;
}
#footer-widgets .footer-widget #text-4 img, #footer-widgets .footer-widget #text-2 img {
  max-height: 32px;
}

#menu-footer-menu,
#footer-widgets #menu-footer-menu {
  list-style: none;
  margin-bottom: 0;
}
#menu-footer-menu li,
#footer-widgets #menu-footer-menu li {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 30px;
}
#menu-footer-menu li::before,
#footer-widgets #menu-footer-menu li::before {
  border: none;
}
#menu-footer-menu li:first-of-type,
#footer-widgets #menu-footer-menu li:first-of-type {
  padding-left: 0;
}
#menu-footer-menu li:first-of-type::before,
#footer-widgets #menu-footer-menu li:first-of-type::before {
  border: none;
}
#menu-footer-menu li a,
#footer-widgets #menu-footer-menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
#menu-footer-menu li a:hover, #menu-footer-menu li a:active, #menu-footer-menu li a:focus,
#footer-widgets #menu-footer-menu li a:hover,
#footer-widgets #menu-footer-menu li a:active,
#footer-widgets #menu-footer-menu li a:focus {
  color: #d9d9d9;
}

#footer-bottom {
  margin: 10px 0 0 0;
  padding: 0;
}

@media (max-width: 1199px) {
  #footer-holder {
    height: 100px;
  }
  #main-footer {
    height: 100px;
  }
  #main-footer .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-footer #footer-widgets {
    margin-top: 10px;
    padding-bottom: 0;
  }
  #main-footer #footer-widgets .footer-widget {
    float: none;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  #main-footer #footer-widgets .footer-widget #text-4 {
    margin-bottom: 0 !important;
  }
  #main-footer #footer-widgets .footer-widget .widget_nav_menu {
    float: right;
  }
  #main-footer #footer-widgets .footer-widget #text-3 {
    float: none;
    text-align: center;
  }
}
@media (max-width: 980px) {
  #fixed-panel #sb-logo {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer-holder {
    height: 155px;
  }
  #main-footer {
    height: 155px;
  }
  #main-footer #footer-widgets .footer-widget {
    height: auto;
    float: none;
  }
  #main-footer #footer-widgets .footer-widget .fwidget {
    float: none;
    text-align: center;
  }
}
.menu li.lumit-sign-up a,
.menu li.lumit-btn-warning a {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px 5px 12px;
  position: relative;
}
.menu li.lumit-sign-up a:hover, .menu li.lumit-sign-up a:active, .menu li.lumit-sign-up a:focus,
.menu li.lumit-btn-warning a:hover,
.menu li.lumit-btn-warning a:active,
.menu li.lumit-btn-warning a:focus {
  color: #fff;
}
.menu li.lumit-sign-up a:after,
.menu li.lumit-btn-warning a:after {
  position: absolute;
  display: block;
  content: "›";
  font-size: 16px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  right: 9px;
  top: 8px;
}

#feature-page-menu > .et_pb_row {
  width: auto;
  max-width: 100%;
}
#feature-page-menu > .et_pb_row nav {
  text-align: center;
}
#feature-page-menu > .et_pb_row nav ul.fullwidth-menu {
  padding: 0 !important;
  width: auto;
  margin: 0 auto 0 auto;
  display: inline-block;
}
#feature-page-menu > .et_pb_row nav ul.fullwidth-menu > li {
  vertical-align: top;
  padding: 0;
}
#feature-page-menu > .et_pb_row nav ul.fullwidth-menu > li a {
  display: inline-block;
  padding: 0 20px;
  line-height: 60px;
  font-weight: 500;
}
#feature-page-menu > .et_pb_row nav ul.fullwidth-menu > li a:hover, #feature-page-menu > .et_pb_row nav ul.fullwidth-menu > li a:active, #feature-page-menu > .et_pb_row nav ul.fullwidth-menu > li a:focus {
  background-color: #b3b3b3;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 980px) {
  #feature-page-menu .et_pb_row {
    min-height: 50px;
  }
  #feature-page-menu a.mobile_nav:active, #feature-page-menu a.mobile_nav:hover, #feature-page-menu a.mobile_nav:focus {
    text-decoration: none;
  }
  #feature-page-menu a.mobile_nav .mobile_menu_bar::before {
    top: 17px;
    left: 20px;
    content: "Categories";
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px;
  }
  #feature-page-menu .et_mobile_menu {
    padding-top: 0;
    padding-bottom: 0;
    top: 50px;
  }
  #feature-page-menu .et_mobile_menu li a {
    font-size: 16px;
    color: #666666;
  }
  .et_mobile_menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#main-content {
  background-color: transparent;
}
#main-content .container::before {
  background: none;
  content: " ";
}

.page.et_pb_pagebuilder_layout #main-content {
  background-color: #f9f9fb !important;
}

.et_pb_blurb h4 {
  margin-top: 0;
  padding-bottom: 0;
}
.et_pb_blurb.et_pb_bg_layout_dark .et_pb_blurb_container h4 a:hover, .et_pb_blurb.et_pb_bg_layout_dark .et_pb_blurb_container h4 a:active, .et_pb_blurb.et_pb_bg_layout_dark .et_pb_blurb_container h4 a:focus {
  color: #cccccc;
}

.et_pb_toggle {
  border-radius: 0;
}
.et_pb_toggle .et_pb_toggle_title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.2s ease;
}
.et_pb_toggle .et_pb_toggle_title::before {
  transition: none;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
  margin-bottom: 0;
  font-weight: bold;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  display: block;
}

.modal {
  z-index: 100001;
}

.modal-content {
  background: rgba(56, 56, 56, 0.85);
  color: #ffffff;
  border-radius: 0;
}
.modal-content .modal-title {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal-content label {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.modal-content .modal-body {
  font-size: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: normal;
}
.modal-content .modal-body .alert {
  margin-bottom: 0;
}
.modal-content .btn, .modal-content .menu li.lumit-sign-up a, .menu li.lumit-sign-up .modal-content a,
.modal-content .menu li.lumit-btn-warning a,
.menu li.lumit-btn-warning .modal-content a {
  text-transform: uppercase;
}
.modal-content .close, .modal-content button.close {
  float: none;
  position: absolute;
  top: -7px;
  right: -10px;
}

.close, button.close {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background: #000000;
  border: #424242 5px solid;
  opacity: 1;
  filter: none;
  font-size: 23px;
  text-shadow: none;
  -webkit-transition: "all" 0.2s "ease";
  -moz-transition: "all" 0.2s "ease";
  -ms-transition: "all" 0.2s "ease";
  -o-transition: "all" 0.2s "ease";
  transition: "all" 0.2s "ease";
}
.close:hover, .close:focus, button.close:hover, button.close:focus {
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#downloadModal.in .modal-dialog {
  transform: none;
  transition: opacity 1.2s ease;
}
#downloadModal .modal-dialog {
  opacity: 0;
}
#downloadModal .modal-body {
  padding: 15px 30px;
}
#downloadModal .version-box {
  padding: 0 20px;
}
#downloadModal .version-logo {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  background: none;
}
#downloadModal .version-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}
#downloadModal .requirements {
  display: block;
  font-size: 14px;
  text-align: justify;
  line-height: normal;
  margin-bottom: 15px;
}
#downloadModal .version-button {
  display: block;
  margin-top: 10px;
}
#downloadModal #download-descr {
  font-size: 12px;
  line-height: normal;
  margin-top: 25px;
}

@media (max-width: 980px) {
  #downloadModal .modal-dialog {
    width: auto;
  }
}
@media (max-width: 767px) {
  #downloadModal .version-box {
    padding: 0 15px;
  }
  #downloadModal .version-box.win {
    border-right: none;
  }
  #downloadModal .version-box.mac {
    margin-top: 40px;
    border-bottom: 1px solid #c9c9c9;
  }
  #downloadModal .requirements {
    min-height: 0;
  }
}
.et_pb_row {
  border-radius: 8px;
}

.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
  border-width: 1px;
}

.et_pb_text ul.tml-action-links,
.tml-action-links {
  margin-bottom: 0;
  padding-bottom: 0;
}

.addtoany_list a img {
  vertical-align: middle;
}
.addtoany_list a .a2a_count {
  top: 2px;
  left: 5px;
}

.var-dump {
  max-width: 98%;
}

#var-dump-1 {
  margin-top: 70px;
}

.tooltip-inner {
  font-size: 14px;
}

.tml .message {
  color: #333333;
}

.et_mobile_menu li a {
  padding: 10px 5px !important;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  #bbpress-forums .bbp-topic-description {
    display: flex;
    align-items: center;
  }
}
#bbpress-forums .bbp-topic-description .sbLogoTag {
  margin-left: 5px;
}

#bbpress-forums .bbp-topic-meta .bbp-topic-freshness-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sbLogoTag[data-title]:hover:after {
  visibility: visible;
}
.sbLogoTag[data-title]:after {
  content: attr(data-title);
  background-color: #da1722;
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  position: absolute;
  padding: 4px 8px 4px 8px;
  border-radius: 5px;
  visibility: hidden;
  z-index: 2000;
}

.home .et_pb_row {
  width: 90%;
  max-width: 1170px;
}
.home #site-header {
  background: transparent;
  position: absolute;
  top: 18px;
}
@media (max-width: 980px) {
  .home #site-header .container {
    width: 100%;
  }
}
.home #site-header #main-header {
  background: transparent;
}
@media (max-width: 980px) {
  .home #site-header #main-header {
    background: rgba(0, 0, 0, 0.9) !important;
  }
}
.home #site-header #main-header .logo_container {
  width: 100%;
}
@media (max-width: 980px) {
  .home #site-header #main-header .logo_container {
    margin-left: 9px;
  }
}
.home #site-header #main-header .logo_container a {
  margin-top: 0 !important;
}
@media (max-width: 980px) {
  .home #site-header #main-header .logo_container a {
    margin: 15px 14px 0 !important;
  }
}
.home #site-header #main-header .logo_container #logo {
  max-height: 100%;
}
.home #site-header #main-header #et-top-navigation {
  padding-left: 268px;
}
@media (max-width: 980px) {
  .home #site-header #main-header #et-top-navigation #et_mobile_nav_menu {
    margin-right: 9px;
  }
}
.home #site-header #main-header #et-top-navigation #top-menu-nav {
  margin-top: 0;
}
.home #site-header #main-header #et-top-navigation #top-menu-nav ul#top-menu > li {
  line-height: 49px;
}
.home #site-header #top-header {
  background: none;
}
.home #site-header #top-header #et-secondary-menu ul#et-secondary-nav > li.lumit-sign-up a {
  padding-top: 9px;
  padding-bottom: 9px;
}
.home #site-header #top-header #et-secondary-menu ul#et-secondary-nav > li a {
  padding-top: 0;
}
.home #lumit-register {
  margin: calc(50vh - 177px) auto 0 auto;
}
.home .home-menu {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home .home-menu li {
  vertical-align: middle;
  line-height: 33px;
}
.home .home-menu li a {
  color: #282828;
  text-transform: uppercase;
  font-size: 14px;
}
.home .home-menu li a:hover, .home .home-menu li a:focus, .home .home-menu li a:active {
  color: #777777;
}
.home .home-menu li.lumit-sign-up a {
  color: #fff;
  font-size: 16px;
  padding-right: 25px;
}
.home .home-menu li.lumit-sign-up a::after {
  font-size: 20px;
  top: 7px;
}
.home .home-menu li.lumit-sign-up a:hover, .home .home-menu li.lumit-sign-up a:focus, .home .home-menu li.lumit-sign-up a:active {
  color: #fff;
}
.home .et_pb_section_0 {
  min-height: 101vh;
}
.home .align-items-bottom {
  display: flex;
  align-items: flex-end;
}
.home #about-project-right, .home #music-production-software-right {
  padding-bottom: 16px;
}
.home #about-project-right .et_pb_text {
  margin-bottom: 4px;
}
.home #about-project-right .et_pb_text p:last-of-type {
  margin-bottom: 0;
}
.home #about-project-right .et_pb_image {
  margin-top: -67px;
}
.home #key-features .et_pb_row {
  overflow: hidden;
}
.home .et_pb_blurb {
  vertical-align: top;
}
.home .et_pb_blurb.line .et_pb_blurb_container {
  overflow-x: visible;
}
.home .et_pb_blurb.line h4 {
  overflow-x: visible;
  position: relative;
  z-index: 10;
}
.home .et_pb_blurb.line h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 440px;
  height: 1px;
  background: #2ba1ec;
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: -1;
}
.home .et_pb_blurb.line h4 > span {
  background-color: #4f575e;
  padding: 0 10px;
  z-index: 100;
}
.home #secondary-features .et_pb_blurb {
  display: inline-block;
  width: 19%;
}
.home #virtual-collaboration .et_pb_row_12 {
  align-items: flex-end;
  display: flex;
}
.home #virtual-collaboration .et_pb_row_12 .et_pb_column_1_4 {
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.home #virtual-collaboration #commenting-left {
  margin-right: 10px;
  width: 577px;
  max-width: 100%;
}
.home #virtual-collaboration #commenting-right {
  width: 487px;
  max-width: 100%;
}
.home #virtual-collaboration #write-a-note {
  position: absolute;
  right: 0;
  top: 135px;
}
.home #system-requirements .et_pb_main_blurb_image {
  width: 110px;
}
@media (max-width: 1199px) {
  .home #about-project-left {
    width: 50%;
    padding-right: 15px;
    margin-right: 0;
  }
  .home #about-project-right .et_pb_image {
    margin-top: -57px;
  }
  .home .et_pb_blurb.line h4:before {
    width: 375px;
  }
  .home .et_pb_blurb.line h4 > span {
    padding: 0 4px;
  }
  .home #virtual-collaboration #commenting-left {
    width: 53%;
  }
  .home #virtual-collaboration #commenting-right {
    width: 45%;
  }
  .home #virtual-collaboration #write-a-note {
    top: 130px;
  }
}
@media (max-width: 980px) {
  .home #main-container {
    padding-top: 0;
  }
  .home #site-header {
    background: transparent;
    top: 0px;
  }
  .home .et_pb_column.et_pb_column_1_4 {
    width: 47.25% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .home .align-items-bottom {
    display: block;
  }
  .home #about-project-right .et_pb_image {
    margin-top: -88px;
  }
  .home #key-features .et_pb_row {
    max-width: 570px !important;
    padding-bottom: 0;
  }
  .home #key-features .et_pb_row .et_pb_column_1_4 {
    height: 310px;
  }
  .home #key-features .et_pb_row.et_pb_row_4 {
    max-width: 1080px !important;
    margin-bottom: 20px;
  }
  .home .et_pb_blurb.line h4:before {
    width: 398px;
  }
  .home #virtual-collaboration .et_pb_row_12 {
    align-items: inherit;
    display: block;
  }
  .home #virtual-collaboration .et_pb_row_12 .et_pb_column_1_4 {
    max-width: 500px !important;
  }
  .home #virtual-collaboration .virtual-collaboration {
    max-width: 500px !important;
  }
  .home #virtual-collaboration #write-a-note {
    top: 148px;
  }
  .home .ritmix-features {
    max-width: 500px !important;
  }
}
@media (max-width: 900px) {
  .home .et_pb_blurb {
    vertical-align: top;
  }
  .home .et_pb_blurb.line h4:before {
    width: 395px;
  }
}
@media (max-width: 767px) {
  .home .et_pb_blurb {
    vertical-align: top;
  }
  .home .et_pb_blurb.line h4:before {
    width: 395px;
  }
  .home .et_pb_blurb.line h4 > span {
    padding: 0 4px;
  }
  .home .et_pb_row {
    padding-top: 0;
  }
  .home .menu-kickstarter-menu-container {
    text-align: center;
  }
  .home #about-project-right, .home #music-production-software-right {
    padding-bottom: 0;
  }
  .home #about-project-right .et_pb_image {
    margin-top: 0;
  }
  .home #key-features .et_pb_column_1_4 {
    width: 50% !important;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home #key-features .et_pb_column_1_4 .et_pb_main_blurb_image {
    margin-bottom: 10px;
  }
  .home #secondary-features .et_pb_blurb {
    width: 49%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .home #virtual-collaboration .et_pb_row_12 .et_pb_column_1_4 {
    width: 50% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home #virtual-collaboration #write-a-note {
    top: 87px;
  }
  .home #system-requirements .et_pb_main_blurb_image {
    width: 100%;
    display: block;
    text-align: center;
  }
  .home #system-requirements .et_pb_main_blurb_image img {
    width: auto;
  }
}
@media (max-width: 600px) {
  .home .et_pb_blurb.line h4:before {
    width: 362px;
  }
}
@media (max-width: 500px) {
  .home #key-features .et_pb_row .et_pb_column_1_4 {
    height: 250px;
  }
  .home .et_pb_blurb.line h4:before {
    width: 278px;
  }
}
@media (max-width: 450px) {
  .home #key-features .et_pb_row .et_pb_column_1_4 {
    height: auto;
  }
  .home .et_pb_blurb.line h4:before {
    width: 235px;
  }
}
@media (max-width: 375px) {
  .home .et_pb_blurb.line h4:before {
    width: 187px;
  }
  .home #virtual-collaboration .et_pb_row_12 .et_pb_column_1_4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home #virtual-collaboration .et_pb_row_12 .et_pb_column_1_4 .et_pb_text {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .home .et_pb_blurb.line h4:before {
    width: 176px;
  }
}
@media (max-width: 320px) {
  .home .et_pb_blurb.line h4:before {
    width: 144px;
  }
}

.home.page-id-8619 #lumit-register {
  margin-top: 58px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .home.page-id-8619 #lumit-register {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home #lumit-register, .page-id-19660 #lumit-register {
  border-radius: 8px;
  padding: 10px 40px 40px 40px;
  background-color: #ffffff;
  max-width: 550px;
}
.home #lumit-register #lumit-register-message, .page-id-19660 #lumit-register #lumit-register-message {
  min-height: 31px;
}
.home #lumit-register .form-group, .page-id-19660 #lumit-register .form-group {
  min-height: 90px;
  margin-bottom: 0;
}
.home #lumit-register .form-group .form-control, .page-id-19660 #lumit-register .form-group .form-control {
  margin-bottom: 0;
}
.home #lumit-register .form-group label.error, .page-id-19660 #lumit-register .form-group label.error {
  font-weight: normal;
  line-height: normal;
  display: block;
  margin-bottom: 0;
}
.home #lumit-register .password-strength-result, .page-id-19660 #lumit-register .password-strength-result {
  line-height: 20px;
  margin-bottom: 5px;
}
.home #lumit-register #lumit-register-submit, .page-id-19660 #lumit-register #lumit-register-submit {
  position: relative;
  font-weight: bold;
}
.home #lumit-register #lumit-register-submit:after, .page-id-19660 #lumit-register #lumit-register-submit:after {
  position: absolute;
  display: block;
  content: "›";
  font-size: 25px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  right: 20px;
  top: 10px;
}
@media (max-width: 767px) {
  .home #lumit-register, .page-id-19660 #lumit-register {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-id-19660 #lumit-register {
  margin: 0 auto;
}

.blog-post-slider .et_pb_container {
  margin-left: 10px;
  max-width: 650px;
}
.blog-post-slider a:hover, .blog-post-slider a:focus {
  color: #d9d9d9;
  text-decoration: none;
}
.blog-post-slider .et_pb_slide_content {
  display: none !important;
}

#blog-post-slider-container #kickstarter-logo {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #blog-post-slider-container #kickstarter-logo img {
    width: 150px;
  }
}

.post-meta {
  color: #999999;
  text-transform: uppercase;
}
.post-meta a {
  color: #999999;
}
.post-meta a:hover, .post-meta a:active, .post-meta a:focus {
  color: #636363;
}

.et_pb_blog_grid .et_pb_post .post-meta-bottom, .single-post .et_pb_post .post-meta-bottom {
  border-top: #f7f7f7 1px solid;
  padding: 20px 50px;
}
.et_pb_blog_grid .et_pb_post .icon, .single-post .et_pb_post .icon {
  margin-right: 10px;
}
.et_pb_blog_grid .et_pb_post .comments-number, .single-post .et_pb_post .comments-number {
  text-transform: uppercase;
}
.et_pb_blog_grid .et_pb_post .comments-number a, .single-post .et_pb_post .comments-number a {
  color: #999999;
}
.et_pb_blog_grid .et_pb_post .comments-number a:hover, .et_pb_blog_grid .et_pb_post .comments-number a:active, .et_pb_blog_grid .et_pb_post .comments-number a:focus, .single-post .et_pb_post .comments-number a:hover, .single-post .et_pb_post .comments-number a:active, .single-post .et_pb_post .comments-number a:focus {
  color: #636363;
}
.et_pb_blog_grid .et_pb_post #comment-wrap, .single-post .et_pb_post #comment-wrap {
  padding-top: 0;
  padding-bottom: 50px;
  display: none;
}

.et_pb_blog_grid:before, .et_pb_blog_grid:after {
  content: " ";
  display: table;
}
.et_pb_blog_grid:after {
  clear: both;
}
.et_pb_blog_grid .et_pb_post {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  padding-bottom: 0;
  height: 585px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.et_pb_blog_grid .et_pb_post .et_pb_image_container {
  margin-bottom: 30px;
}
.et_pb_blog_grid .et_pb_post .entry-title a {
  font-weight: 500;
}
.et_pb_blog_grid .et_pb_post .more-link-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  text-align: center;
  background: linear-gradient(to bottom, transparent, #ffffff 29%);
  border: none;
  outline: none;
}
.et_pb_blog_grid .et_pb_post .more-link {
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  text-transform: uppercase;
  border-left: #d7d7d7 1px solid;
  border-right: #d7d7d7 1px solid;
  font-size: 14px;
  padding: 3px 14px;
  display: inline-block;
  top: 40px;
  line-height: normal;
  outline: none;
  position: relative;
}
.et_pb_blog_grid .et_pb_post .more-link:hover, .et_pb_blog_grid .et_pb_post .more-link:active, .et_pb_blog_grid .et_pb_post .more-link:focus {
  text-decoration: none;
}
.et_pb_blog_grid .et_pb_post .more-link::before, .et_pb_blog_grid .et_pb_post .more-link::after {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  left: 50%;
  margin-left: -15px;
}
.et_pb_blog_grid .et_pb_post .more-link::before {
  top: -5px;
}
.et_pb_blog_grid .et_pb_post .more-link::after {
  bottom: -5px;
}
.et_pb_blog_grid .et_pb_post:hover {
  box-shadow: 0 6px 20px 0 rgba(22, 24, 3, 0.2);
}
.et_pb_blog_grid .et_pb_post:hover .more-link {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}
.et_pb_blog_grid .et_pb_post:hover .more-link::before, .et_pb_blog_grid .et_pb_post:hover .more-link::after {
  opacity: 1;
}
.et_pb_blog_grid .et_pb_post:hover .more-link::after {
  bottom: -5px;
}
.et_pb_blog_grid .et_pb_post .post-content {
  margin-bottom: 35px;
  border-bottom: none;
  outline: none;
}
.et_pb_blog_grid .et_pb_post .post-meta {
  font-size: 14px;
}
.et_pb_blog_grid .et_pb_post p {
  border-bottom: none;
  outline: none;
}
.et_pb_blog_grid .et_pb_post p:last-of-type {
  margin-bottom: 35px;
  clear: both;
}
.et_pb_blog_grid .et_pb_post .post-meta-bottom {
  margin: 0 -20px;
  padding: 20px 20px;
}
.et_pb_blog_grid .last-comment {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  background-color: #28aff0;
  margin-bottom: 60px;
  padding: 50px 35px 35px 35px;
  color: #ffffff;
  position: relative;
}
.et_pb_blog_grid .last-comment:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "{";
  font-family: "ETmodules";
  rotation: 90deg;
  background-color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  color: #000000;
  font-size: 40px;
  line-height: 40px;
}
.et_pb_blog_grid .last-comment:hover {
  box-shadow: 0 6px 20px 0 rgba(22, 24, 3, 0.2);
}
.et_pb_blog_grid .last-comment .comment-author {
  margin-top: 35px;
}
.et_pb_blog_grid .last-comment a {
  color: #ffffff;
}
.et_pb_blog_grid .last-comment a:hover, .et_pb_blog_grid .last-comment a:active, .et_pb_blog_grid .last-comment a:focus {
  color: #e6e6e6;
  text-decoration: none;
}
.et_pb_blog_grid .post-b {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .et_pb_blog_grid .et_pb_post {
    height: auto;
  }
  .et_pb_blog_grid .et_pb_post .more-link-container {
    position: static;
    height: auto;
    bottom: auto;
    left: auto;
  }
  .et_pb_blog_grid .et_pb_post .more-link-container .more-link {
    top: 0;
  }
  .et_pb_blog_grid .et_pb_post p:last-of-type {
    margin-bottom: 25px;
    clear: both;
  }
}

.et_pb_blog_grid_wrapper .entry-featured-image-url .entry-thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 210px;
}

.single-post #site-header .container {
  max-width: 1530px;
  width: 90%;
}
.single-post #last-post {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #4f575e 50%, #f9f9fb 50%);
}
.single-post #last-post .et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1530px;
  width: 90%;
}
.single-post #last-post .et_pb_row .et_pb_module {
  margin-bottom: 2.75%;
}
.single-post #last-post .et_pb_container {
  margin-left: 10px;
  max-width: 650px;
}
.single-post #last-post .et_pb_container .et_pb_slide_description {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.single-post h1.entry-title {
  text-align: center;
}
.single-post article.et_pb_post {
  border: 1px solid #f5f5f7;
  background: #ffffff;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.single-post article.et_pb_post .et_post_meta_wrapper,
.single-post article.et_pb_post .entry-content {
  padding-left: 50px;
  padding-right: 50px;
}
.single-post article.et_pb_post .post-thumbnail {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 30px;
  min-height: 500px;
  height: 55vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-post article.et_pb_post .post-thumbnail:before, .single-post article.et_pb_post .post-thumbnail:after {
  content: " ";
  display: table;
}
.single-post article.et_pb_post .post-thumbnail:after {
  clear: both;
}
.single-post article.et_pb_post .post-meta {
  font-size: 16px;
}
.single-post article.et_pb_post .post-categories, .single-post article.et_pb_post .post-tags {
  text-align: center;
}
.single-post article.et_pb_post .post-categories {
  margin-top: 30px;
}
.single-post article.et_pb_post .post-tags {
  padding-bottom: 50px;
}
.single-post article.et_pb_post .entry-date {
  text-align: center;
}
.single-post article.et_pb_post .post-meta-bottom {
  border-bottom: #f7f7f7 1px solid;
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-post article.et_pb_post .post-thumbnail {
    min-height: 450px;
    height: 40vh;
  }
}
@media (max-width: 767px) {
  .single-post article.et_pb_post .et_post_meta_wrapper,
  .single-post article.et_pb_post .entry-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post article.et_pb_post .post-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    min-height: 225px;
    height: 25vh;
  }
}
.single-post #post-navigation {
  margin-bottom: 60px;
}
.single-post #post-navigation #prev-post a {
  background: #000000;
}
.single-post #post-navigation #next-post a {
  background: #00a4e3;
}
.single-post #post-navigation #prev-post a, .single-post #post-navigation #next-post a {
  display: block;
  width: 100%;
  height: 140px;
  text-align: center;
  line-height: 140px;
  color: #ffffff;
  text-transform: uppercase;
}
.single-post #post-navigation #prev-post a:hover, .single-post #post-navigation #next-post a:hover {
  opacity: 0.7;
}
.single-post #recommended-posts {
  border: 1px solid #f5f5f7;
  background: #ffffff;
  padding: 40px 30px;
  margin-bottom: 60px;
}
.single-post #recommended-posts h4 {
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.single-post #recommended-posts .entry-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 7px;
}
.single-post #recommended-posts .entry-thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 212px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 980px) {
  .single-post #recommended-posts .entry-thumbnail {
    height: 125px;
  }
}
@media (max-width: 767px) {
  .single-post #recommended-posts .entry-thumbnail {
    height: 172px;
  }
}

#password-strength-result,
.password-strength-result,
#pass-strength-result {
  text-align: right;
  font-size: 14px;
}
/*
#signUpBetaDialog {
    .modal-content {
        padding: 70px 100px 100px 100px;
        text-align: center;

        .modal-body {
            font-size: 22px;

            .mc4wp-response {
                margin-bottom: 20px;
            }

            .mc4wp-alert  {
                font-size: 19px;
            }
        }

        form {
            margin-top: 40px;
        }

        .form-control {
            &::-moz-placeholder { text-align: center; color: #7d7d7d; opacity: 1; }
            &:-ms-input-placeholder { text-align: center;  color: #7d7d7d; }        // Internet Explorer 10+
            &::-webkit-input-placeholder  { text-align: center;  color: #7d7d7d; }  // Safari and Chrome
        }

        .btn {
            text-transform: uppercase;
            position: relative;
        }

        #sign-up-submit, #downloadBtn {
            &:after {
                position: absolute;
                display: block;
                content: '\203A';
                right:  25px;
                top: 4px;
                //height: 16px;
                //width: 16px;
                font-weight: bold;
                //margin-top: -5px;
                //background-color: tomato;
            }
        }

        #downloadBtn {
            &:after {
                @include rotate(90deg);
                top: 7px;
            }
        }

        #support-us {
            margin-top: 15px;
        }

    }

    // < 992px
    @media (max-width: $screen-sm-max) {
       // padding: 20px 20px 30px 20px;
    }

    // < 768px
    @media (max-width: $screen-xs-max) {
        .modal-content {
            padding: 20px 20px 30px 20px;
        }
    }
}
*/
#lumit-login-dlg .modal-message, #lumit-register-dlg .modal-message, #lumit-lost-password-dlg .modal-message, #lumit-register-user-dlg .modal-message {
  min-height: 20px;
}
#lumit-login-dlg label, #lumit-login-dlg .modal-message, #lumit-login-dlg .auth-actions, #lumit-register-dlg label, #lumit-register-dlg .modal-message, #lumit-register-dlg .auth-actions, #lumit-lost-password-dlg label, #lumit-lost-password-dlg .modal-message, #lumit-lost-password-dlg .auth-actions, #lumit-register-user-dlg label, #lumit-register-user-dlg .modal-message, #lumit-register-user-dlg .auth-actions {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
#lumit-login-dlg .form-group, #lumit-register-dlg .form-group, #lumit-lost-password-dlg .form-group, #lumit-register-user-dlg .form-group {
  margin-bottom: 0;
  min-height: 90px;
}
#lumit-login-dlg .form-group label.error, #lumit-register-dlg .form-group label.error, #lumit-lost-password-dlg .form-group label.error, #lumit-register-user-dlg .form-group label.error {
  margin-bottom: 0;
}
#lumit-login-dlg .auth-actions li, #lumit-register-dlg .auth-actions li, #lumit-lost-password-dlg .auth-actions li, #lumit-register-user-dlg .auth-actions li {
  margin-bottom: 10px;
}
#lumit-login-dlg .form-group-submit, #lumit-register-dlg .form-group-submit, #lumit-lost-password-dlg .form-group-submit, #lumit-register-user-dlg .form-group-submit {
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#lumit-login-dlg .form-group-submit button[type=submit], #lumit-register-dlg .form-group-submit button[type=submit], #lumit-lost-password-dlg .form-group-submit button[type=submit], #lumit-register-user-dlg .form-group-submit button[type=submit] {
  position: relative;
}
#lumit-login-dlg .form-group-submit button[type=submit]:after, #lumit-register-dlg .form-group-submit button[type=submit]:after, #lumit-lost-password-dlg .form-group-submit button[type=submit]:after, #lumit-register-user-dlg .form-group-submit button[type=submit]:after {
  position: absolute;
  display: block;
  content: "›";
  right: 25px;
  top: 4px;
  font-weight: bold;
}

#lumit-login-dlg .modal-dialog, #lumit-register-dlg .modal-dialog, #lumit-lost-password-dlg .modal-dialog {
  text-align: center;
}
#lumit-login-dlg .modal-dialog .modal-header, #lumit-register-dlg .modal-dialog .modal-header, #lumit-lost-password-dlg .modal-dialog .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
#lumit-login-dlg .modal-dialog .modal-body, #lumit-register-dlg .modal-dialog .modal-body, #lumit-lost-password-dlg .modal-dialog .modal-body {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 15px;
}
#lumit-login-dlg .modal-dialog .modal-body a, #lumit-register-dlg .modal-dialog .modal-body a, #lumit-lost-password-dlg .modal-dialog .modal-body a {
  color: #ffffff;
}
#lumit-login-dlg .modal-dialog .modal-body a:hover, #lumit-login-dlg .modal-dialog .modal-body a:active, #lumit-login-dlg .modal-dialog .modal-body a:focus, #lumit-register-dlg .modal-dialog .modal-body a:hover, #lumit-register-dlg .modal-dialog .modal-body a:active, #lumit-register-dlg .modal-dialog .modal-body a:focus, #lumit-lost-password-dlg .modal-dialog .modal-body a:hover, #lumit-lost-password-dlg .modal-dialog .modal-body a:active, #lumit-lost-password-dlg .modal-dialog .modal-body a:focus {
  color: #d9d9d9;
}

#lumit-register-user-dlg.in .modal-dialog {
  transform: none;
  transition: opacity 1.2s ease;
}
#lumit-register-user-dlg .modal-dialog {
  text-align: center;
  opacity: 0;
  width: 355px;
  max-width: 94%;
}
#lumit-register-user-dlg .modal-content {
  background: rgba(255, 255, 255, 0.98);
  color: #494949;
}
#lumit-register-user-dlg .modal-header {
  padding-bottom: 5px;
}
#lumit-register-user-dlg .modal-title {
  color: #494949;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin-top: 7px;
  margin-bottom: 17px;
}
#lumit-register-user-dlg button.close {
  border-color: #c7c7c7;
}
#lumit-register-user-dlg .modal-body {
  padding-top: 5px;
  font-size: 14px;
}
#lumit-register-user-dlg .modal-body .modal-message {
  margin-bottom: 5px;
}
#lumit-register-user-dlg .modal-body .register-system-requirements-win,
#lumit-register-user-dlg .modal-body .register-system-requirements-mac {
  font-size: 11px;
  margin-top: 10px;
  text-align: left;
}
#lumit-register-user-dlg .modal-body .register-system-requirements-os {
  font-weight: bold;
  font-size: 14px;
}
#lumit-register-user-dlg .form-group {
  min-height: 65px;
}
#lumit-register-user-dlg .form-group.form-group-password {
  min-height: 46px;
}
#lumit-register-user-dlg .form-group-submit {
  margin-bottom: 0;
  margin-top: 25px;
  min-height: 30px;
}
#lumit-register-user-dlg .form-group-submit button[type=submit] {
  font-weight: bold;
}
#lumit-register-user-dlg .form-group-submit button[type=submit]:after {
  top: 2px;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 767px) {
  #lumit-register-user-dlg .modal-header {
    padding: 7px 7px 0 7px;
    border-bottom: none;
  }
  #lumit-register-user-dlg .modal-title {
    margin-bottom: 0;
  }
}
.page-auth-standalone .description {
  line-height: normal;
  font-style: italic;
  margin-bottom: 25px;
}

.tml-resetpass .wp-pwd {
  position: relative;
}
.tml-resetpass .wp-pwd .password-input-wrapper #pass1 {
  display: block;
}
.tml-resetpass .wp-pwd .password-input-wrapper #pass1-text {
  display: none;
}
.tml-resetpass .wp-pwd .password-input-wrapper #show-password-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.tml-resetpass .wp-pwd .password-input-wrapper #show-password-btn::before {
  content: "\f06e";
}
.tml-resetpass .wp-pwd .password-input-wrapper.show-password #pass1-text {
  display: block;
}
.tml-resetpass .wp-pwd .password-input-wrapper.show-password #show-password-btn::before {
  content: "\f070";
}
.tml-resetpass .indicator-hint {
  padding: 0 5px !important;
}

#lumit-profile textarea {
  max-width: 100% !important;
}
#lumit-profile label {
  font-weight: 400;
  text-align: left;
}
#lumit-profile .form-control-static {
  border: #d9d9d9 1px solid;
  padding: 4px 10px;
}
#lumit-profile .form-control-static#password-label {
  padding-top: 7px;
}
#lumit-profile img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px;
}
#lumit-profile .editable {
  position: relative;
  width: 80%;
}
#lumit-profile .editable::after {
  content: url("images/file-edit.png");
  cursor: pointer;
  height: 23px;
  position: absolute;
  width: 23px;
  top: 50%;
  margin-top: -13px;
  right: -40px;
}
#lumit-profile .form-control {
  display: inline-block;
  width: 80%;
}
#lumit-profile ul.actions {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: normal;
}
#lumit-profile ul.actions .fa {
  font-size: 24px;
}
#lumit-profile ul.actions .fa.fa-save {
  color: #4f575e;
}
#lumit-profile #password-form #password-actions {
  position: relative;
  width: 19%;
  float: right;
}
#lumit-profile #password-form #password-actions ul.actions {
  position: absolute;
  top: 56px;
  left: 0;
}
#lumit-profile #password-form-inputs {
  display: inline-block;
  width: 80%;
}
#lumit-profile #password-form-inputs .form-control {
  width: 100%;
  margin-bottom: 10px;
}
#lumit-profile #password-form-inputs .form-control:last-of-type {
  margin-bottom: 0;
}
#lumit-profile #password-strength-result {
  margin-bottom: 10px;
}

#lumit-products-info .product-row {
  border-bottom: #d9dada 1px solid;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
#lumit-products-info .product-row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#lumit-products-info .product-row .product-row-title .title {
  font-weight: bold;
  color: #000000;
}
#lumit-products-info .product-row .activation-key-title {
  color: #2ba1ec;
}
#lumit-products-info .product-row .activated-title {
  font-size: 14px;
  color: #23d41a;
  margin-bottom: 15px;
}
#lumit-products-info .product-row .activated-title .fa {
  font-size: 10px;
}
#lumit-products-info .product-row .download-title, #lumit-products-info .product-row .version {
  font-size: 14px;
  text-align: center;
}
#lumit-products-info .product-row .download-lumit {
  position: relative;
}
#lumit-products-info .product-row .download-lumit::after {
  content: "";
  display: block;
  position: absolute;
  content: "›";
  font-size: 25px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  right: 15px;
  top: 5px;
}
#lumit-products-info .product-row .activation-info {
  line-height: normal;
  margin-top: 20px;
}
#lumit-products-info .product-row .activation-info .license-row {
  color: #777777;
  font-size: 14px;
  margin-bottom: 20px;
}
#lumit-products-info .product-row .activation-info .license-row .deactivate {
  margin-top: 4px;
}

#support-downloads ul {
  list-style: none;
  padding-left: 25px;
}
#support-downloads ul li {
  position: relative;
}
#support-downloads ul li:before {
  position: absolute;
  color: #2ba1ec;
  content: "";
  border: #2ba1ec 5px solid;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 8px;
  left: -22px;
}
#support-downloads ul li a {
  color: #242525;
}
#support-downloads ul li a:hover, #support-downloads ul li a:focus, #support-downloads ul li a:active {
  color: #7c7f7f;
}

#lumit-downloads .download-soundbank-title {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 41px;
}

.lumit-activation-modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.lumit-activation-modal li.btn-warning {
  position: relative;
}
.lumit-activation-modal li.btn-warning:after {
  position: absolute;
  display: block;
  content: "›";
  font-size: 26px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  right: 9px;
  top: 8px;
}

#lumit-activation-confirmation .modal-dialog {
  margin-top: calc(50vh - 91px);
}
#lumit-activation-confirmation .modal-body {
  text-align: center;
}

#lumit-activation-pending .modal-dialog {
  margin-top: calc(50vh - 156px);
}
#lumit-activation-pending .modal-body {
  padding: 25px 30px !important;
}
#lumit-activation-pending .modal-actions {
  margin-top: 30px;
}

#lumit-activation-pending #temporal_logout_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lumit-activation-pending #temporal_logout_container > div {
  max-width: 1170px;
  margin: auto;
  text-align: right;
  height: 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#lumit-activation-pending #temporal_logout_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}

.lumit-account-tabs {
  display: flex;
  flex-direction: column;
}
.lumit-account-tabs__index {
  display: flex;
  flex-grow: 0;
  z-index: 1;
}
@media (max-width: 980px) {
  .lumit-account-tabs__index {
    overflow-x: scroll;
  }
}
.lumit-account-tabs__tab {
  cursor: pointer;
  font-size: 17px;
  padding: 6px 10px;
  border: 1px solid #d9dada;
  border-radius: 4px 4px 0 0;
  background-color: #f2f2f2;
}
@media (max-width: 980px) {
  .lumit-account-tabs__tab {
    white-space: nowrap;
  }
}
.lumit-account-tabs__tab:hover, .lumit-account-tabs__tab.active {
  color: #2ba1ec;
}
.lumit-account-tabs__tab.active {
  border-top: 3px solid #ffa800;
  background-color: #fff;
  padding-top: 3px;
  border-bottom: none;
}
.lumit-account-tabs__tab:not(:first-child) {
  margin-left: 2px;
}
.lumit-account-tabs__content {
  display: flex;
  flex-direction: column;
  margin-top: -1px;
  flex-grow: 1;
  padding: 15px;
  background: #fff;
  border: 1px solid #d9dada;
  border-radius: 0 4px 4px 4px;
  z-index: 0;
}
.lumit-account-tabs__tab-content:not(.active) {
  display: none;
}
.lumit-account-tabs__tab-content .et_pb_text_1 {
  margin-top: 25px !important;
}
.lumit-account-tabs__tab-content p.et_pb_text, .lumit-account-tabs__tab-content .et_pb_text p, .lumit-account-tabs__tab-content h2 {
  font-size: 24px;
  color: #2ba1ec;
}
.lumit-account-tabs hr {
  margin: 40px;
  border: none;
  background-color: #d9dada;
  height: 0.5px;
}

.lumit-btn-partner-wrapper {
  display: flex;
  justify-content: center;
}

.lumit-btn-partner {
  position: relative;
  padding-right: 35px;
}
.lumit-btn-partner:after {
  display: block;
  position: absolute;
  content: "›";
  font-size: 25px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  right: 15px;
  top: 4px;
}

#paypal-warning {
  border-width: 0;
  max-height: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
#paypal-warning.warning-show {
  border-width: 1px;
  max-height: 400px;
}

@media (max-width: 767px) {
  .previous-versions__title > center {
    font-size: 77%;
  }
  .previous-versions__title__mobile {
    display: block !important;
  }
  .previous-versions__title__desktop {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  #lumit-profile label {
    font-size: 16px;
  }
  #lumit-profile .editable {
    width: 75%;
  }
  #lumit-profile .form-control {
    width: 75%;
  }
  #lumit-profile #password-form #password-form-inputs {
    width: 75%;
  }
  #lumit-profile #password-form #password-actions {
    width: 24%;
  }
}
/*
 * Theme Name:   Divi Child
 * License Activation && Hardcopy license activation pages styles file
 */
#license-activation .et_pb_post_title {
  margin-bottom: 0;
}
#license-activation h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#license-activation #lumit-activation-form-message {
  min-height: 31px;
}
#license-activation #lumit-activation-form-message ul {
  padding: 0;
}

#resources .lumit-category-list .col-md-4:nth-child(3n+1) {
  clear: both;
}
#resources .lumit-category-list .col-md-4:nth-child(3n+1):before, #resources .lumit-category-list .col-md-4:nth-child(3n+1):after {
  content: " ";
  display: table;
}
#resources .lumit-category-list .col-md-4:nth-child(3n+1):after {
  clear: both;
}
#resources .et_pb_toggle .et_pb_toggle_title {
  font-size: 18px;
}
#resources .et_pb_toggle .entry-title {
  font-weight: normal !important;
  font-size: 18px !important;
  margin: 15px 0;
}
#resources .et_pb_toggle .entry-title > a {
  color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#resources .et_pb_toggle .entry-title > a:hover {
  color: #363636;
  text-decoration: underline;
}
#resources .et_pb_toggle .category-description {
  margin: 0;
  padding: 0 19px 19px 19px;
}
#resources .et_pb_toggle .category-description img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #resources .type-category {
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
