@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:600,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  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: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-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: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before,
  .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before,
  .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before,
  .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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 {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="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: 34px; }
  .form-control-static.input-lg,
  .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus,
  .btn.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active,
  .btn-default.active,
  .open > .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,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus,
  .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .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: #204d74;
      border-color: #122b40; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled.focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled].focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus,
  .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .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: #398439;
      border-color: #255625; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .btn-success.disabled:focus,
  .btn-success.disabled.focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .btn-success[disabled]:focus,
  .btn-success[disabled].focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus,
  .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active,
  .btn-info.active,
  .open > .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,
  .btn-info.disabled:hover,
  .btn-info.disabled:focus,
  .btn-info.disabled.focus,
  .btn-info.disabled:active,
  .btn-info.disabled.active,
  .btn-info[disabled],
  .btn-info[disabled]:hover,
  .btn-info[disabled]:focus,
  .btn-info[disabled].focus,
  .btn-info[disabled]:active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus,
  .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover,
    .btn-warning:active:focus,
    .btn-warning:active.focus,
    .btn-warning.active:hover,
    .btn-warning.active:focus,
    .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled,
  .btn-warning.disabled:hover,
  .btn-warning.disabled:focus,
  .btn-warning.disabled.focus,
  .btn-warning.disabled:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled],
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:focus,
  .btn-warning[disabled].focus,
  .btn-warning[disabled]:active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus,
  .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .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: #ac2925;
      border-color: #761c19; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled,
  .btn-danger.disabled:hover,
  .btn-danger.disabled:focus,
  .btn-danger.disabled.focus,
  .btn-danger.disabled:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled],
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:focus,
  .btn-danger[disabled].focus,
  .btn-danger[disabled]:active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent; }
  .btn-link:hover,
  .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover,
  .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: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  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; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before,
  .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a,
    .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before,
  .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before,
  .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a,
  .pagination > .active > a:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before,
  .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover,
  a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-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;
  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;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #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; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left,
        .carousel-inner > .item.prev.right,
        .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover,
  .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.form-control {
  width: auto; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.row {
  margin: 0; }
.mobile_row {margin-top: -25px;}
body {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a {
  -webkit-transition: color 0.2s 0.01s ease-out;
  transition: color 0.2s 0.01s ease-out;
  position: relative; }
  a:hover {
    text-decoration: none !important; }
  a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #eb8422; }
  a:after {
    visibility: hidden;
    content: '\2588';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-style: normal;
    line-height: 0;
    color: inherit;
    font-size: 999em;
    overflow: hidden;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  a:hover, a:focus, a:active {
    outline: 0; }

.no-wp_hover:hover:after {
  visibility: hidden; }

p {
  color: #333;
  letter-spacing: .5px; }

h1, h2, h3 {
  font-family: "Libre Franklin", sans-serif; }

h2 a {
  color: inherit; }

h3 {
  font-size: 1.8em;
  text-align: center; }
  @media (max-width: 1199px) {
    h3 {
      font-size: 1.5em; } }
  @media (max-width: 790px) {
    h3 {
      font-size: 1.3em; } }
  @media (max-width: 490px) {
    h3 {
      font-size: 1.2em; } }

.col_txt h3 {
  text-align: left; }

.h3_under {
  color: #333;
  font-size: 1em;
  line-height: 1.5em; }

h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1em; }

video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.08), 0 0 15px 0 rgba(0, 0, 0, 0.2); }

.wrapper {
  position: static; }

.col_img {
  padding: 0 1.4em 0 0;
  text-align: right; }
  .col_img video {
    position: relative;
    border-radius: 0;
    box-shadow: none; }

.col_img, .col_txt {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  width: 50%; }
  @media (max-width: 790px) {
    .col_img, .col_txt {
      display: block;
      padding: 0 15px;
      margin: 0 auto;
      text-align: center;
      width: auto; } }

@media (max-width: 790px) {
  .col_img {
    margin: 0 auto 1em; } }

.btn_wrp {
  text-align: center; }

a.btn_ancor:not(:last-child) {
  margin: 0 1.2em 0 0; }
  @media (max-width: 1199px) {
    a.btn_ancor:not(:last-child) {
      margin: 0 0.2em 0 0; } }
  @media (max-width: 530px) {
    a.btn_ancor:not(:last-child) {
      margin: 0; } }

a.btn_ancor:hover:after {
  background-color: transparent; }

.btn {
  color: #F48303;
  font-size: 1em;
  background: transparent;
  padding: 0.6em 1.6em 0.7em;
  border: 1px solid #F48303;
  border-radius: 6px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out; }
  @media (max-width: 991px) {
    .btn {
      padding: 0.4em 1.4em 0.4em; } }
  .btn.solid {
    color: white;
    background: #F48303; }
    .btn.solid:hover {
      color: white; }
  .btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    color: #F48303; }
  .btn:focus {
    outline: none; }

.btn_transp {
  color: #fff;
  font-size: 1em;
  border: 2px solid #fff;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2); }
  .btn_transp:hover, .btn_transp:focus {
    color: white;
    outline: none; }

.goPlay, .appStore {
  padding: 7px 0.7em 2px; }
  .goPlay i, .appStore i {
    display: inline-block;
    background: url("../img/spr_137.png") 0 0 no-repeat transparent;
    width: 137px;
    height: 38px; }
    @media (max-width: 1199px) {
      .goPlay i, .appStore i {
        background-size: 100%;
        height: 0;
        width: 118px;
        padding-bottom: 31px; } }
    @media (max-width: 991px) {
      .goPlay i, .appStore i {
        width: 82px;
        padding-bottom: 22px; } }

.appStore {
  background: #F48303; }
  .appStore i {
    background-position: 0 -40px; }
    @media (max-width: 1199px) {
      .appStore i {
        background-position: 0 100%; } }

.btn_long {
  padding: 0.6em 3.7em 0.7em; }
  @media (max-width: 490px) {
    .btn_long {
      padding: 0.6em 1.7em 0.7em; } }

.app-links {
  text-align: center; }

.app-link .btn {
  padding: 6px 2.9em 0 1em; }
  .app-link .btn:hover {
    background: #4A4A4A;
    border: 1px solid transparent; }
  .app-link .btn:before {
    display: inline-block;
    content: '';
    background: url("../img/spr_154.png") 0 0 no-repeat transparent;
    width: 154px;
    height: 40px; }

.ios_link .btn:before {
  background-position: 0 -40px; }

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .value-button:hover {
    cursor: pointer; }

#decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px; }

#increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0; }

input#weight {
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

header.main-header {
  padding: 6px 0 !important; }

.logo-image {
  width: 205px; }
  .page-template-page-mobile .logo-image {
    width: 165px; }
  @media (max-width: 991px) {
    .logo-image {
      width: 155px; } }
  .logo-image:hover:after {
    visibility: hidden; }

#wpadminbar {
  position: fixed; }

.main-header.sticky-initialized + .sticky-spacer {
  display: none; }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
  background: rgba(225, 229, 234, 0.9);
  left: -20px; }
  .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after {
    background-color: #eb8422;
    height: 2px; }

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
  background-color: #eb8422; }

@media (max-width: 1199px) {
  .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li + li {
    margin: 0 0 0 1em; } }

@media (max-width: 991px) {
  .main-header.menu-type-standard-menu .standard-menu-container .menu-bar {
    top: 6px; } }

.main-header.menu-type-standard-menu .standard-menu-container .top_menu_btn + .top_menu_btn {
  margin: 0 0 0 0.6em; }

#menu-menu-3 > li {
  font-size: 0.7em; }

#menu-menu-3 a {
  color: #333;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: inherit; }

.top_menu_btn {
  display: inline-block; }
  .top_menu_btn a:hover:after {
    visibility: hidden; }
  .top_menu_btn .btn {
    text-transform: uppercase;
    font-size: inherit;
    padding: 0.7em 2.4em 0.7em; }
    .top_menu_btn .btn.short {
      padding: 0.8em 1.2em; }

.menu-item-type-gs_sim {
  vertical-align: middle; }
  .menu-item-type-gs_sim #hg_login_primary_button {
    background: #F48303;
    border-radius: 6px;
    padding: 7px 6px 6px;
    top: 3px; }

.full_height_menu {
  background: #F48303; }
  .full_height_menu:hover {
    background: #4A4A4A; }
    .full_height_menu:hover a {
      color: white; }
  .full_height_menu a:hover:after {
    visibility: hidden; }

#android_in_menu a:before {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAeCAQAAACVzLYUAAABKElEQVQ4y6XVvUpDQRCG4dUikM4ihYgIkdxAOhuxTWtpK5ZiY6eXoFXQSgRRO2sV/CnUIo2CeAMiWvgHxsLAISSPhZFgmnP2ONst+7KzM998G5SdS1ybFWJWcOE3rkzFgG396DpQyQoORmJDKQ8ITauKeUB4NG84DmyqewN3anE33hizpgXOVGNS3RFM2NNBx76J7G9cEgRVZ6Bl3Ug2MDHdO7Td23m3rJAO8mxcMKONQ0/g3pyhNJCGSa+4UlC06hNcm0kD+cKT0V6CJZsSdC2mgSQD0q84xks6uDDQiIqjLODWH6ikni3VRr/8ilZ8ZCvOTzuCYNi8h6zt6Aug5jZGAL+SO4mT3I/Id2NFnnOs/jHIOa0jp1lltsfchnyZ9wsoO83z6XwDYUnstV4abdwAAAAASUVORK5CYII=) no-repeat;
  width: 28px;
  height: 30px;
  margin: 3px auto 0; }

#ios_in_menu a:before {
  display: block;
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAhCAQAAACCPBgVAAABYElEQVRIx5XVzSsEARjH8Wd3vVxWykFtycVF3LaUhKPioKScNnJx8wcoh6U2By72xIU4OGwiErlRqFX2QKG0bWmVbFHEWmm/DjNjzG5m5/nN7Xn61PQ80zOCVHx6SJCl+W+tEqllhSIAQe8swCFGLp0ddzaNlSnvrJ5XE6Wdr+jOIiZ6IVzac2NzAFzQVt5zYyPE6MOPIFT/x2oYY4cMOc6J0mpWg4yyywOQJ0mUJifrJo0zSRbZ4q2k+sGkzQYp4D0zBmvnHU32qBKEIxVaJ4AIHSqUNGYqzKtYlzXJEwW6s/eWU7ANm30pWNxmnwq2ZrNHBbuy2alqkmGLLanYMT6DRdAljg8RGvhWwk0aBeEAbW4EYUjNYoLg51aF8oSMPQyr2IJ9FPY9oyx1Ngvx5AkVGXBern5Pi4iV38lxB8ywTYKU+b8xsmp8I6XntZczCtyzTOdvrYVZrnkmxYSFkB9Rs6lXt1aqlwAAAABJRU5ErkJggg==) no-repeat;
  width: 27px;
  height: 33px;
  margin: auto; }

#android_in_menu:hover a,
#ios_in_menu:hover a {
  color: white; }

#android_in_menu a,
#ios_in_menu a {
  text-transform: inherit; }

#ios_in_menu {
  margin: 0; }

.mobile-menu-wrapper .top_menu_btn {
  margin: 20px 0 0 30px; }

.mobile-menu-wrapper .mobile-menu-container ul.menu .menu-item-has-children {
  position: relative; }
  .mobile-menu-wrapper .mobile-menu-container ul.menu .menu-item-has-children:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #eb8422; }
  .mobile-menu-wrapper .mobile-menu-container ul.menu .menu-item-has-children:after {
    visibility: hidden;
    content: '\2588';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-style: normal;
    line-height: 0;
    color: inherit;
    font-size: 999em;
    overflow: hidden;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .mobile-menu-wrapper .mobile-menu-container ul.menu .menu-item-has-children > a:before {
    float: right;
    font-family: Flaticon;
    content: '\e008';
    margin: 0 5em 0 0;
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 700; }
  .mobile-menu-wrapper .mobile-menu-container ul.menu .menu-item-has-children > a:after {
    visibility: hidden; }

.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-ancestor > a {
  color: #F48303; }

.mobile-menu-wrapper .mobile-menu-container ul.menu .sub-menu li.current-menu-item > a {
  color: #F48303; }

.mobile-menu-wrapper .mobile-menu-container ul.menu > li > a {
  white-space: nowrap; }

.mobile-menu-wrapper #android_in_menu a, .mobile-menu-wrapper #ios_in_menu a {
  display: inline-block;
  color: white;
  line-height: 1.7; }
  .mobile-menu-wrapper #android_in_menu a:before, .mobile-menu-wrapper #ios_in_menu a:before {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 2em 0 0;
    margin: 0; }

#fba_calc {
  position: relative; }

#sticky_socials {
  width: 3em;
  position: absolute;
  right: -5em;
  top: 0;
  z-index: 2; }
  @media (max-width: 1100px), (min-width: 1200px) and (max-width: 1300px) {
    #sticky_socials {
      position: static;
      width: auto;
      margin: 3em 0 0; } }
  #sticky_socials .sticky {
    position: fixed; }
  #sticky_socials .stop {
    position: relative; }

@media (max-width: 1100px), (min-width: 1200px) and (max-width: 1300px) {
  #sticky_block {
    position: static;
    width: auto; } }

.social-networks.rounded li:not(:last-child) {
  margin: 0 0 0.4em 0; }

.social-networks.rounded li a {
  width: 60px;
  height: 60px; }
  .social-networks.rounded li a i {
    color: white;
    font-size: 1.9em; }
  .social-networks.rounded li a.facebook {
    background: #3B5998; }
  .social-networks.rounded li a.linkedin {
    background: #0077B5; }
  .social-networks.rounded li a.twitter {
    background: #1DA1F2; }
  .social-networks.rounded li a.google {
    background: #DB4437; }
    .social-networks.rounded li a.google i {
      font-size: 1.5em; }

#blog_posts_list #sticky_socials {
  margin: 3em 0 0;
  right: -4em; }

.single-blog-holder .page-container {
  margin: 1.7em 0 0; }

.single-blog-holder #sticky_socials {
  right: 0; }

.su-spoiler-icon-chevron .su-spoiler-title {
  color: #333;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 1.2em; }
  .su-spoiler-icon-chevron .su-spoiler-title .su-spoiler-icon {
    display: none;
    position: relative;
    vertical-align: top;
    line-height: 0.7;
    margin: 0 0 0 0.3em; }
    .su-spoiler-icon-chevron .su-spoiler-title .su-spoiler-icon:before {
      content: '';
      display: inline-block;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAAdklEQVQ4T6XOMQ7AIAhAUZOeQS/cozmWsUfp3kKDCbEIVIc/CPpiuvatYgeWsbRYZqvSAbAbOxfxzAZZQIMiBrO4RF+jLVbwD0pzeWEGV9Ee/osPUQ2O4iY6gj3cRS1Yw0sU9WAND6ERuMfl7813Hipx4FyUegDKr8ETmX+IcQAAAABJRU5ErkJggg==);
      width: 22px;
      height: 12px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      @media (max-width: 1199px) {
        .su-spoiler-icon-chevron .su-spoiler-title .su-spoiler-icon:before {
          background-size: 100%;
          height: 0;
          width: 15px;
          padding-bottom: 8px; } }

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-title .su-spoiler-icon:before {
  content: '';
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.cnt_wrapper {
  height: 100%;
  position: relative; }

#page_products h3 {
  margin: 0.7em 0 0.8em; }
  @media (max-width: 991px) {
    #page_products h3 {
      margin: 0.3em 0 0.4em; } }

#page_products .row .btn_group {
  margin: 3em 0 0; }
  @media (max-width: 790px) {
    #page_products .row .btn_group {
      margin: 1.5em 0 2em; } }

.full_width_stripe {
  display: table;
  width: 100%;
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover; }
  @media (max-width: 1199px) {
    .full_width_stripe {
      font-size: 0.8em; } }

.move_to {
  text-align: center;
  margin: 9em 0 1em; }
  @media (max-width: 1199px) {
    .move_to {
      margin: 7em 0 1em; } }
  @media (max-width: 490px) {
    .move_to {
      margin: 1.5em 0 1em; } }
  .move_to i {
    display: inline-block;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAACvUlEQVRYw73YT09TSxzG8QmhRDaYCK0R3WrEFb4JrxsFV9To2sSFRkwwwWt8B9rF1RchC3GjlrXLEoSEhcYQ34CaSIGoIf24OKe9Fek500LpJF3MmXm+M+fM/P4FIbeVzKh464Ovfvjhqw/eqphRyp+d/XjUrJqGTr+GmlmjvQFOeWILbFsyb8qEE4YMOWHClHlLttPn/xnvDjBoTh0NVdcNd1zEsOuqGqibU4gFnLUCXrkY8YWCixbBexdiAFO+Y8PlKPFmu2wDddN5gFt2sWCkK/kgGLGAXbeyALfB467Fm+0xuN0JcNUu7vQsHwR3sevqfoAJ9QOtvn0XdRN7AQWrWDiwfBC8wGrz0DY757Dh+KEAjtvAg3bAuDpdHszsQ0s9ud1JxzMsRk19513UuEU8bwLG7GiYjJqIqHGTGnaMJYB7WIrcfCwgWMK9BFBD+dABZdSEoKRhO8Ni9goYtq1hPJhBNfp8xAOCKm4EFTzsC2AeleA17bbjEAFX8Cb4hPN9AZzHp2CTbLfdM2AUm8mUob4AhpLB/QX87Pcr+nIEHznvmA4a6AgYMJh/TLMv2qDP1hT3BRSt+pyBSC9atqkYsIb1FuJ/QNE61v7Y39+m4mbT2B3LiK3X2xBNQDHt7RxfH7OVGLt8c92OSAD58smbWY51OKWWIFryxVxbej/eZTYR0v88+T9cZvA8wumXUnkR8sHLdqcfG7YUWzvIk/9nb9gSG3gVLavlyo/8HXgFBSt4cWih48re0DE46zseHVj+ETad61f4fqdz+H4ECcgRpFBBMJ0mgZe6kr+UJoHXukljFyMD4sk0jV2NS2MTb/rQTpqIlzMT8XKaiO/4d3/P3nldpz1NSwlbqq1SQkGhVUqotkoNz5zprRgyZtZyZjFk2ayx3qstSTuprKLqo29++eWbj6oqyk7mz/4N2Phs1tZ/Re8AAAAASUVORK5CYII=);
    width: 48px;
    height: 48px; }
    @media (max-width: 1199px) {
      .move_to i {
        background-size: 100%;
        height: 0;
        width: 40px;
        padding-bottom: 40px; } }

#fws_top {
  background: url("../img/bg_products1.jpg") center top no-repeat; background-attachment: fixed; }

#fws_bottom {
  background: url("../img/bg_products2.jpg") bottom center no-repeat; }

.top_block_text, #guep {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Libre Franklin", sans-serif;
  font-size: 2.2em;
  margin: 4.5em auto 0; }
  @media (max-width: 1199px) {
    .top_block_text, #guep {
      font-size: 1.9em;
      max-width: 26em;
      margin: 5.5em auto 0; } }
  @media (max-width: 760px) {
    .top_block_text, #guep {
      margin: 4.5em 2em 0; } }
  @media (max-width: 680px) {
    .top_block_text, #guep {
      font-size: 1.5em; } }
  @media (max-width: 490px) {
    .top_block_text, #guep {
      line-height: 1.3;
      margin: 4.5em 0 0; } }

@media (max-width: 1199px) {
  #guep {
    margin: 3.5em auto 0; } }

@media (max-width: 991px) {
  #guep {
    margin: 2.5em auto 0; } }

#guep + .btn_wrp {
  margin: 3em 0 9em; }
  @media (max-width: 991px) {
    #guep + .btn_wrp {
      margin: 2em 0 4em; } }

#prod_three_icoes {
  margin: 3em 0 0;
  text-align: center; }
  @media (max-width: 490px) {
    #prod_three_icoes {
      margin: 1.5em 0 0; } }
  #prod_three_icoes a:not(:last-child) {
    margin: 0 3.5em 0 0; }
    @media (max-width: 680px) {
      #prod_three_icoes a:not(:last-child) {
        margin: 0 1.5em 0 0; } }
  #prod_three_icoes i {
    display: inline-block;
    background: url("../img/spr_90_products.png") 0 0 no-repeat transparent;
    width: 90px;
    height: 94px; }
    @media (max-width: 1199px) {
      #prod_three_icoes i {
        background-size: 98%;
        height: 0;
        width: 70px;
        padding-bottom: 71px;
        background-position: 0 0%; } }
    @media (max-width: 680px) {
      #prod_three_icoes i {
        width: 60px;
        padding-bottom: 62px; } }
  #prod_three_icoes a:nth-child(2) i {
    background-position: 0 -94px; }
    @media (max-width: 1199px) {
      #prod_three_icoes a:nth-child(2) i {
        background-position: 0 33.33333%; } }
  #prod_three_icoes a:nth-child(3) i {
    background-position: 0 -188px; }
    @media (max-width: 1199px) {
      #prod_three_icoes a:nth-child(3) i {
        background-position: 0 66.66667%; } }

.pti_icoes i {
  display: inline-block;
  background: url("../img/spr_90_products.png") 0 0 no-repeat transparent;
  background-size: 98%;
  height: 0;
  width: 60px;
  padding-bottom: 62px;
  background-position: 0 0%; }
  @media (max-width: 991px) {
    .pti_icoes i {
      width: 46px;
      padding-bottom: 47px; } }

.pti_icoes#ig_ico i {
  background-position: 0 33.33333%; }

.pti_icoes#mg_ico i {
  background-position: 0 66.66667%; }

#op_gi, #im_gi, #mob_gi {
  padding: 4.1em 0; }
  @media (max-width: 1199px) {
    #op_gi, #im_gi, #mob_gi {
      font-size: 0.85em; } }
  @media (max-width: 790px) {
    #op_gi, #im_gi, #mob_gi {
      padding: 1.5em 0; } }
  #op_gi p, #im_gi p, #mob_gi p {
    line-height: 1.7em; }
    @media (max-width: 991px) {
      #op_gi p, #im_gi p, #mob_gi p {
        line-height: 1.4em; }
        #op_gi p br, #im_gi p br, #mob_gi p br {
          display: none; } }

@media (max-width: 1350px) {
  #op_gi br {
    display: none; } }

#im_gi {
  background-color: #f9f9f9; }
  @media (max-width: 360px) {
    #im_gi .btn_group a {
      display: block; }
      #im_gi .btn_group a:not(:last-child) {
        margin: 0 0 1em 0; } }

@media (min-width: 791px) {
  #ig_img {
    float: right; } }

#mob_gi .btn_group {
  margin: 5em 0 0; }

@media (max-width: 420px) {
  #mob_gi .learn_more {
    display: block;
    margin: 1.4em 0 0; } }

#fws_top_imper {
  background: url("../img/bg_imperative1.jpg") center top no-repeat fixed; }
  #fws_top_imper .top_block_text {
    margin: 1.5em auto 0; }
  #fws_top_imper .move_to {
    margin: 7.8em 0 2em; }
    @media (max-width: 490px) {
      #fws_top_imper .move_to {
        margin: 2.2em 0 0.7em; } }

.imper_top_ico {
  margin: 11.3em 0 0;
  text-align: center; }
  @media (max-width: 490px) {
    .imper_top_ico {
      margin: 7.2em 0 0; } }
  .imper_top_ico i {
    display: inline-block;
    background: url("../img/spr_90_products.png") 0 0 no-repeat transparent;
    width: 90px;
    height: 94px;
    background-position: 0 -94px; }
    @media (max-width: 1199px) {
      .imper_top_ico i {
        background-size: 98%;
        height: 0;
        width: 70px;
        padding-bottom: 71px;
        background-position: 0 33.33333%; } }
    @media (max-width: 680px) {
      .imper_top_ico i {
        width: 60px;
        padding-bottom: 62px; } }

#imper_gi {
  padding: 4.1em 0 4em 15px; }
  @media (max-width: 991px) {
    #imper_gi {
      padding: 3.5em 0 0; } }
  @media (max-width: 720px) {
    #imper_gi {
      padding: 1em 0 0; } }
  @media (max-width: 490px) {
    #imper_gi {
      padding: 0; } }
  #imper_gi .col_img {
    position: relative; }
    @media (max-width: 991px) {
      #imper_gi .col_img {
        top: 2.2em; } }
    @media (max-width: 790px) {
      #imper_gi .col_img {
        width: 625px;
        margin: 0 auto 12.4em; } }
    @media (max-width: 640px) {
      #imper_gi .col_img {
        width: 445px; } }
    @media (max-width: 490px) {
      #imper_gi .col_img {
        width: 285px;
        margin: 0 auto 8.3em; } }
  #imper_gi video {
    width: 90.3%;
    top: 22px;
    left: 40px; }
    @media (max-width: 1199px) {
      #imper_gi video {
        width: 89.4%;
        top: 18px;
        left: 35px; } }
    @media (max-width: 991px) {
      #imper_gi video {
        width: 92%;
        top: 14px;
        left: 26px; } }
    @media (max-width: 790px) {
      #imper_gi video {
        width: 74.6%;
        top: 19px;
        left: 0; } }
    @media (max-width: 640px) {
      #imper_gi video {
        width: 98.7%;
        top: 18px; } }
    @media (max-width: 490px) {
      #imper_gi video {
        width: 100%;
        top: 11px; } }
  #imper_gi img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 538px;
    height: 469px; }
    @media (max-width: 1199px) {
      #imper_gi img {
        width: 440px;
        height: 384px; } }
    @media (max-width: 991px) {
      #imper_gi img {
        width: 351px;
        height: 306px; } }
    @media (max-width: 790px) {
      #imper_gi img {
        width: 481px;
        height: 420px; } }
    @media (max-width: 640px) {
      #imper_gi img {
        width: 444px;
        height: 388px; } }
    @media (max-width: 490px) {
      #imper_gi img {
        width: 277px;
        height: 240px; } }
  #imper_gi .col_txt {
    padding: 0 0 0 0.4em; }
  #imper_gi h3 {
    margin: 0.6em 0 0.7em; }
  @media (max-width: 991px) {
    #imper_gi .h3_under br {
      display: none; } }
  #imper_gi .btn {
    margin: 3em 0 0; }
    @media (max-width: 991px) {
      #imper_gi .btn {
        margin: 0.3em 0 2.5em; } }
    @media (max-width: 490px) {
      #imper_gi .btn {
        margin: 1em 0 0; } }

.iti_small {
  margin: -4.8% 0 0;
  text-align: left; }
  @media (max-width: 790px) {
    .iti_small {
      margin: 0 auto;
      text-align: center; } }
  .iti_small i {
    display: inline-block;
    background: url("../img/spr_90_products.png") 0 0 no-repeat transparent;
    background-size: 98%;
    height: 0;
    width: 60px;
    padding-bottom: 62px;
    background-position: 0 33.33333%;
    position: relative;
    top: -2%; }

#tabs_block {
  background-color: #f9f9f9;
  text-align: center;
  padding: 3.5em 0 0.5em; }
  @media (max-width: 991px) {
    #tabs_block {
      padding: 2em 0 0; } }
  #tabs_block h3 {
    margin: 0 0 1.5em; }
    @media (max-width: 490px) {
      #tabs_block h3 {
        margin: 0 0 0.9em; } }
  #tabs_block h3 + p {
    margin: 0 0 2.6em; }
  #tabs_block .nav-tabs {
    margin: 0 auto;
    text-align: center;
    background: #F48303;
    border: 2px solid #F48303;
    border-radius: 12px; }
    @media (max-width: 720px) {
      #tabs_block .nav-tabs {
        width: 17em; } }
    @media (max-width: 490px) {
      #tabs_block .nav-tabs {
        width: 15em; } }
    #tabs_block .nav-tabs li {
      width: 33.33333333%;
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin: 0; }
      @media (max-width: 991px) {
        #tabs_block .nav-tabs li {
          vertical-align: bottom; } }
      @media (max-width: 720px) {
        #tabs_block .nav-tabs li {
          display: block;
          width: auto; } }
      #tabs_block .nav-tabs li:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
        @media (max-width: 720px) {
          #tabs_block .nav-tabs li:first-child {
            border-top-right-radius: 10px;
            border-bottom-left-radius: 0; } }
      #tabs_block .nav-tabs li:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; }
        @media (max-width: 720px) {
          #tabs_block .nav-tabs li:last-child {
            border-top-right-radius: 0;
            border-bottom-left-radius: 10px; } }
      #tabs_block .nav-tabs li:not(:first-child) a {
        border-radius: 0; }
        @media (min-width: 721px) {
          #tabs_block .nav-tabs li:not(:first-child) a {
            box-shadow: inset 2px 0 0 #F48303; } }
      @media (max-width: 991px) {
        #tabs_block .nav-tabs li:nth-child(odd) {
          width: 30%; } }
      @media (max-width: 720px) {
        #tabs_block .nav-tabs li:nth-child(odd) {
          width: auto; } }
      @media (max-width: 991px) and (min-width: 721px) {
        #tabs_block .nav-tabs li a {
          line-height: 2.2; } }
      @media (max-width: 991px) {
        #tabs_block .nav-tabs li:nth-child(2n) {
          width: 40%; } }
      @media (max-width: 720px) {
        #tabs_block .nav-tabs li:nth-child(2n) {
          width: auto; } }
      @media (max-width: 991px) and (min-width: 721px) {
        #tabs_block .nav-tabs li a {
          line-height: 1.1; } }
      #tabs_block .nav-tabs li a {
        color: #F48303;
        padding: 0.9em 0;
        border: none; }
        @media (max-width: 991px) {
          #tabs_block .nav-tabs li a {
            padding: 0.8em 0.5em; } }
        #tabs_block .nav-tabs li a:hover {
          border: none;
          background: transparent; }
      #tabs_block .nav-tabs li.active a {
        color: white;
        margin: 0;
        border: none;
        background: transparent; }
      #tabs_block .nav-tabs li:not(.active) {
        background: white; }
  #tabs_block a:hover:after {
    background: transparent;
    visibility: hidden; }
  #tabs_block .tab-pane h4 {
    padding: 2em 0 1em;
    line-height: 1.6em; }
  #tabs_block .btn_group {
    margin: 3em 0 1.1em; }

@media (max-width: 720px) {
  #page_imperative .tab-pane h4 {
    padding: 1em 0; } }

@media (max-width: 490px) {
  #page_imperative .tab-pane h4 {
    padding: 0; } }

@media (max-width: 490px) {
  #page_imperative .btn_group {
    margin: 1em 0 1.3em; } }

@media (max-width: 520px) {
  #tabs_block + .app-links_row {
    margin: 1.4em 0 1em; } }

#no_guesswork {
  padding: 4.5em 0; }
  @media (max-width: 991px) {
    #no_guesswork {
      padding: 2.5em 0; } }
  @media (max-width: 790px) {
    #no_guesswork {
      padding: 0 0 2em; } }
  @media (max-width: 490px) {
    #no_guesswork {
      padding: 0; } }
  #no_guesswork .col_img {
    position: relative; }
    @media (max-width: 991px) {
      #no_guesswork .col_img {
        top: 2.2em; } }
    @media (max-width: 790px) {
      #no_guesswork .col_img {
        width: 485px;
        margin: 0 auto 6.1em; } }
    @media (max-width: 640px) {
      #no_guesswork .col_img {
        width: 445px; } }
    @media (max-width: 490px) {
      #no_guesswork .col_img {
        width: 285px;
        margin: 0 auto 4.7em; } }
  #no_guesswork video {
    width: 73.8%;
    top: 18px;
    left: 65px; }
    @media (max-width: 1199px) {
      #no_guesswork video {
        width: 80.1%;
        top: 17px;
        left: 58px; } }
    @media (max-width: 991px) {
      #no_guesswork video {
        width: 77.1%;
        top: 12px;
        left: 42px; } }
    @media (max-width: 790px) {
      #no_guesswork video {
        width: 81%;
        top: 17px;
        left: 0; } }
    @media (max-width: 640px) {
      #no_guesswork video {
        width: 81.2%;
        top: 15px; } }
    @media (max-width: 490px) {
      #no_guesswork video {
        width: 85.1%;
        top: 10px; } }
  #no_guesswork img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (max-width: 1199px) {
      #no_guesswork img {
        width: 485px;
        height: 282px; } }
    @media (max-width: 991px) {
      #no_guesswork img {
        width: 355px;
        height: 206px; } }
    @media (max-width: 790px) {
      #no_guesswork img {
        width: 485px;
        height: 282px;
        margin: 0 auto; } }
    @media (max-width: 640px) {
      #no_guesswork img {
        width: 445px;
        height: 257px; } }
    @media (max-width: 490px) {
      #no_guesswork img {
        width: 285px;
        height: 166px; } }
  #no_guesswork h3 {
    margin: -5px 0 0.7em; }
    @media (max-width: 720px) {
      #no_guesswork h3 {
        font-size: 1.25em; } }
  #no_guesswork .btn_long {
    margin: 4em 0 0; }
    @media (max-width: 991px) {
      #no_guesswork .btn_long {
        margin: 1em 0 0; } }

#happy_users_block {
  background-color: #f9f9f9;
  text-align: center;
  padding: 3em 0; }
  @media (max-width: 991px) {
    #happy_users_block {
      padding: 1em 0; } }
  #happy_users_block h3 {
    padding: 0 0 1em; }

#hu_carousel .carousel-ctrl {
  position: absolute;
  top: 0;
  bottom: 0; }
  #hu_carousel .carousel-ctrl.left {
    left: 0; }
  #hu_carousel .carousel-ctrl.right {
    right: 0; }
  #hu_carousel .carousel-ctrl:hover:after {
    visibility: hidden; }

@media (max-width: 767px) {
  .happy-user {
    width: 100%;
    padding: 0 1em; } }

.happy-user__name {
  color: #333;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2em;
  font-weight: bold; }

.happy-user__after-name {
  color: #F48303;
  font-weight: bold;
  font-size: 1em; }

.carousel-ctrl {
  width: 3em; }
  .carousel-ctrl span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAC/0lEQVRo3t2az2sTQRTHB2lCc0mhjRHTs2I9xX+i5mJaT0b0XOih0ggtWEr+A83B6v9QD8aLNjkr9JDFRtKDUsR/wBZs2qAijW/gO+UxNLq7s7uZyeFzmGRn3vftzM6P90bs7noiAvLEPaJO7BCfiUPiJzjEb/K/Z3g2H4Vtk8ozRJVoE2fEICBnqFtFW4k5cJV4SpwwMadEi3hCLBBzxDSRBtP4bQHPtFCH13+OtmNzYIJYI3rsDTaJ+0QmxIvIoG6T9WAPNiaiduAa8ZG9sTfErYi+H4G2Gqz9PeJmVA7Ibv+Bhr8SpQiF65RgQ/XGoqkDS8QfNPiKyMYoXpGFrQFsL4V1YJl1aS0B4To1Zn85qANl9uZXRiBe8Yj1RNmvA3NspqmNULzeEz1o+6cDKaLDxrywhG1o6kDjUAfW2GwzZZEDU2x2Wh/mQIENnZJF4vkUq4ZS4SIHtvBAw0LxCrXYvdAdyBF9LOlFix0oQmMfms8dWIVnLYPGLwXZwxjQgtZV7kAbP1ZCNnoZM8S3BJyoQGtbOZBHt5yG3FVK8fto9BN6Ik4HMtAqNRcETkcDbGtNxO+jnMS30ITNBwLHQFnYcES8wKFI2q3LwlsUyo6Il9yB7XeycIDCDUfEC2iV9g9k4RiFGUfEq4CC1HAs2J477aOiFyL64Jf3ARxIq3o2OfAhhAO/gg6hPBtCXQuG0HfTj7hrw0dsOo12Rz2NOr+QubyVeKhv5iYd2MxNIi57vplzbTutRozHzwPViA40qQSHz+OxOlIKHJRtP9S/hsaXLoZVbrOwyuywwNa6pYGtrJ/AlgotqkTGtoWhxb3/hRYl11lCY9MC8Ztq7w9tToXXV8KE18ciwTEWKSbFopbkm49R/LyW5LsbV5q1EfGKXdTSrJ0o06z8HLqBZZwnuisGie6Klujuw0babzth3tYsLmzwqwYnEKJfNUgB/apB84KrClt8hU3iskcOu1jP4LKHhzZyo7itwrmC4VDH2/1CHBG/wRF+28EzFdQxtv0XAeigggfx9WEAAAAASUVORK5CYII=);
    width: 48px;
    height: 48px; }
    .carousel-ctrl span:hover {
      outline: 0;
      opacity: 0.9;
      filter: alpha(opacity=90); }
      .carousel-ctrl span:hover:after {
        visibility: hidden; }

.hu_left_ico {
  left: 0; }

.hu_right_ico {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

#register_block {
  background: url("../img/bg_imperative2.jpg") center center no-repeat transparent;
  padding: 7em 0 1em; }
  @media (max-width: 1720px) {
    #register_block {
      background-position: 100% 0; } }
  @media (max-width: 1280px) {
    #register_block {
      font-size: 0.8em; } }
  @media (max-width: 790px) {
    #register_block {
      padding: 3em 0 0.5em; } }
  @media (max-width: 490px) {
    #register_block {
      padding: 2em 0 0.4em; } }
  #register_block .col_img {
    width: 60%;
    padding: 0; }
  #register_block .col_txt {
    width: 40%;
    padding: 3.6em 0 0; }
    @media (max-width: 790px) {
      #register_block .col_txt {
        width: auto;
        padding: 1.3em 0 0; } }
    @media (max-width: 490px) {
      #register_block .col_txt {
        padding: 0; } }
  #register_block .move_to {
    margin: 2em 0 0; }

#predict_the_trend {
  color: white;
  font-family: "Libre Franklin", sans-serif;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 0 1.3em; }
  @media (max-width: 991px) {
    #predict_the_trend {
      font-size: 1.1em;
      padding: 0 0 0.5em; }
      #predict_the_trend br {
        display: none; } }

#reglog_form {
  background-clip: padding-box;
  background-color: #fff;
  text-align: center;
  padding: 0.4em 1.4em 0.7em;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(1, 2, 2, 0.25); }
  @media (max-width: 790px) {
    #reglog_form {
      width: 25em;
      margin: 0 auto; } }
  @media (max-width: 490px) {
    #reglog_form {
      width: auto; } }
  #reglog_form h3 {
    text-align: center;
    padding: 0 0 1.8em; }
    @media (max-width: 991px) {
      #reglog_form h3 {
        padding: 0 0 0.2em; } }
  #reglog_form .statement {
    font-size: 0.9em; }
  #reglog_form.logged h3 {
    padding: 0 0 0.2em; }
  #reglog_form .usericon {
    margin: 0 0 0.9em; }
  #reglog_form .ctrl_group {
    position: relative; }
  #reglog_form input {
    width: 100%;
    border-radius: 6px; }
  #reglog_form .input {
    display: block;
    background-clip: padding-box;
    background-color: #fff;
    height: 3.5em;
    padding: 0 1.3em 0;
    margin: 0 0 1.3em;
    border: 2px solid #c7c7cb;
    position: relative; }
    #reglog_form .input:required:invalid + label {
      top: 19px;
      font-size: 1em; }
    #reglog_form .input:required + label {
      top: -20px;
      font-size: 14px; }
    #reglog_form .input:focus {
      outline: none; }
      #reglog_form .input:focus:invalid + label {
        top: -20px;
        font-size: 14px; }
  #reglog_form [type="submit"] {
    height: 3.2em;
    color: white;
    font-size: 1em;
    background: #F48303;
    border: none;
    margin: 0 0 1em; }
  #reglog_form label {
    position: absolute;
    left: 1em;
    top: 29%;
    z-index: 0;
    -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out; }

#other_products_block {
  background: #fafafa;
  padding: 3.2em 0 4.3em; }
  @media (max-width: 991px) {
    #other_products_block {
      padding: 2.2em 0 1.3em; } }
  @media (max-width: 490px) {
    #other_products_block {
      padding: 1.2em 0 0; } }
  #other_products_block h3 {
    margin: 0 0 1.9em; }
    @media (max-width: 790px) {
      #other_products_block h3 {
        margin: 0 0 1em; } }
    @media (max-width: 490px) {
      #other_products_block h3 {
        margin: 0 0 0.5em; } }
  #other_products_block .other-products__el {
    min-height: 13em;
    text-align: center; }
    @media (max-width: 991px) {
      #other_products_block .other-products__el {
        margin: 0 0 2em; } }
    @media (max-width: 490px) {
      #other_products_block .other-products__el {
        margin: 0 0 0.9em; } }
  #other_products_block .other-product__button {
    position: absolute;
    right: 1em;
    bottom: 1em; }
    @media (max-width: 490px) {
      #other_products_block .other-product__button {
        position: static;
        margin: 0 auto;
        text-align: center; } }

.other-products {
  text-align: center; }

.other-products__el {
  background-clip: padding-box;
  background-color: #fff;
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  min-height: 11em;
  padding: 1em 1.2em;
  margin: 0 1.1em 0 0;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(1, 2, 2, 0.25);
  position: relative; }
  @media (max-width: 1199px) {
    .other-products__el:first-child {
      padding: 1em 1.2em 2.2em; } }
  @media (max-width: 490px) {
    .other-products__el:first-child {
      padding: 1.1em 1.2em 1.2em; } }
  .other-products__el .other-product__link:hover {
    color: #F48303; }

.other-product__left {
  width: 6em; }
  @media (max-width: 1199px) {
    .other-product__left {
      width: 3em;
      padding: 0 0.7em 0 0; } }
  @media (max-width: 490px) {
    .other-product__left {
      margin: 0 0 1em; }
      .other-product__left img {
        width: 3em; } }

.other-product__right {
  width: 17em; }
  @media (max-width: 1199px) {
    .other-product__right {
      width: 16em; } }

.other-product__left, .other-product__right {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top; }
  @media (max-width: 490px) {
    .other-product__left, .other-product__right {
      width: auto; } }

.other-product__title {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 0.5em; }
  @media (max-width: 490px) {
    .other-product__title {
      text-align: center; } }

.other-product__description {
  font-size: 0.85em; 
  margin-bottom: 65px;}
  @media (max-width: 490px) {
    .other-product__description {
      margin: 0 0 1em; } }

.other-product__button {
  margin: 1em 0 0;
  text-align: right; }

.other-product__link {
  color: #F48303;
  padding: 0.3em 0.7em;
  border: 1px solid #F48303;
  border-radius: 6px; }
  .other-product__link:hover:after {
    visibility: hidden; }

#page_fba_calc {
  background: #fafafa; }
  #page_fba_calc h1 {
    color: #fff;
    font-family: "Libre Franklin", sans-serif;
    font-weight: bold;
    font-size: 1em; }

#fws_top_calc {
  background: url("../img/bg_fba_calc.jpg") center top no-repeat fixed;
  height: 36em; }
  #fws_top_calc .top_block_text {
    margin: 5em auto 0.9em; }
    @media (max-width: 490px) {
      #fws_top_calc .top_block_text {
        margin: 3.6em auto 0; } }

#fba_calc {
  width: 40em;
  text-align: center;
  background-clip: padding-box;
  background-color: #fff;
  padding: 1em 1.5em 1.7em;
  margin: 0 auto -5em;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(1, 2, 2, 0.25); }
  #fba_calc h3 {
    color: #333;
    font-family: "Libre Franklin", sans-serif;
    font-weight: bold;
    font-size: 1.2em; }
  #fba_calc .col_left, #fba_calc .col_right {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    vertical-align: bottom;
    width: 50%; }
    #fba_calc .col_left strong, #fba_calc .col_right strong {
      color: #333;
      font-size: 0.7em; }
      #fba_calc .col_left strong + i, #fba_calc .col_right strong + i {
        font-size: 0.7em; }
  #fba_calc .col_left {
    padding: 0 1.4em 0 0; }
  #fba_calc #category {
    padding: 0 1em 0; }
  #fba_calc #category, #fba_calc [type="text"] {
    height: 3.5em;
    border: 2px solid #c7c7cb;
    border-radius: 6px;
    background-clip: padding-box; }
  #fba_calc #category, #fba_calc [type="text"] {
    width: 100%; }

#fba_cat_select label {
  width: 100%; }

#base_option {
  padding: 0.5em 0 1.1em;
  width: 100%; }
  #base_option span {
    display: inline-block; }
    #base_option span:first-child {
      margin: 0 0.5em 0 0; }
    #base_option span * {
      cursor: pointer; }

#weight_units {
  background-color: #fff;
  border: 2px solid #f38303;
  background-clip: padding-box;
  border-radius: 6px; }
  #weight_units p {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px 0 0; }
  #weight_units label {
    width: 100%;
    cursor: pointer;
    color: #F48303;
    text-align: center;
    padding: 0.9em 0 1em;
    margin: 0; }
    #weight_units label.active {
      color: white;
      background: #F48303; }
  #weight_units input {
    display: none; }

#weightSecond.active {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

#fba_calc .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: inherit; }

#fba_calc ul.dropdown-menu > li a {
  color: inherit; }

.btn.btn-default {
  background: transparent;
  border: 2px solid #c7c7cb;
  padding: 0.6em 1.1em 0.7em; }
  .btn.btn-default:hover {
    background: inherit; }
  .btn.btn-default span.caret {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAQAAADM8IVNAAAAW0lEQVQoz4WSuRHAMAgEaQI1sv1HCkVIP3KkwPYhhohjh+cGY7JwrAlnMY1gkw3uJJswBtngfohXckexn1CjB67wj1oWlFL3EbP0hkOvVR0kD66skt5oZ0O/wAO2O2/AuyN3GwAAAABJRU5ErkJggg==);
    width: 22px;
    height: 12px;
    top: 0;
    right: 5px;
    bottom: 0;
    border: none; }

div.dropdown-menu {
  width: 100%; }

ul.dropdown-menu {
  font-size: 1.2em; }
  @media (max-width: 1366px) {
    ul.dropdown-menu {
      font-size: 1em; } }
  @media (max-width: 991px) {
    ul.dropdown-menu {
      font-size: 0.9em; } }
  ul.dropdown-menu > li a {
    color: #999; }
    @media (max-width: 991px) {
      ul.dropdown-menu > li a {
        padding-left: 7px; } }

#faq_block_wrapper {
  padding: 8em 0 0; }
  #faq_block_wrapper h3 {
    margin: 0 0 1em; }

#check_more_block {
  background: url("../img/bg_fba_calc2.jpg") center center no-repeat transparent;
  padding: 5.4em 1.5em;
  text-align: center; }
  #check_more_block h3 {
    color: white;
    margin: 0 0 1.5em; }
  #check_more_block [type="text"] {
    min-width: 24em;
    padding: 0.5em 1.6em 0.7em;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    vertical-align: top; }
  #check_more_block .subscr-small__submit {
    color: white;
    background: #F48303;
    border: 1px solid #F48303;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out; }
    @media (max-width: 991px) {
      #check_more_block .subscr-small__submit {
        padding: 0.4em 1.4em 0.4em; } }

#fba_our_products {
  background: #fafafa;
  padding: 3em 0 4em; }
  @media (max-width: 790px) {
    #fba_our_products {
      padding: 0.8em 0 2em; } }
  @media (max-width: 490px) {
    #fba_our_products {
      padding: 1.3em 0; } }
  #fba_our_products h3 {
    padding: 0 0 1.8em; }
    @media (max-width: 490px) {
      #fba_our_products h3 {
        margin: 0;
        padding: 0 0 1.1em; } }
  #fba_our_products .other-products__el {
    text-align: center;
    width: 30%;
    min-height: 24em;
    padding: 3em 1.2em 1em; }
  #fba_our_products .other-product__icon {
    padding: 0 0 2.8em; }
    @media (max-width: 1199px) {
      #fba_our_products .other-product__icon {
        width: 70px; } }
    @media (max-width: 680px) {
      #fba_our_products .other-product__icon {
        width: 60px; } }
  #fba_our_products .other-product__button {
    text-align: center;
    position: absolute;
    bottom: 1.7em;
    left: 0;
    right: 0; }

@media (max-width: 600px) {
  #page_faq + #fba_our_products {
    padding: 0 0 2em; }
    #page_faq + #fba_our_products h3 {
      padding: 0 0 0.4em; } }

.page-template-page-opportunity ul#menu-menu-3 {
  display: inline-block; }

#fws_top_oportu {
  background: url("../img/bg_opportunity.jpg") center top no-repeat fixed; }
  #fws_top_oportu .top_block_text {
    margin: 1.5em auto 0; }
    @media (max-width: 490px) {
      #fws_top_oportu .top_block_text {
        margin: 1.5em 0.5em 2em; } }
  #fws_top_oportu .move_to {
    margin: 7.8em 0 2em; }
    @media (max-width: 490px) {
      #fws_top_oportu .move_to {
        margin: 1.5em 0 0.7em; } }

.oportu_top_ico {
  margin: 11.3em 0 0;
  text-align: center; }
  @media (max-width: 600px) {
    .oportu_top_ico {
      margin: 6.4em 0 0; } }
  .oportu_top_ico i {
    display: inline-block;
    background: url("../img/spr_90_products.png") 0 0 no-repeat transparent;
    width: 90px;
    height: 94px; }
    @media (max-width: 1199px) {
      .oportu_top_ico i {
        background-size: 98%;
        height: 0;
        width: 70px;
        padding-bottom: 71px;
        background-position: 0 0%; } }
    @media (max-width: 680px) {
      .oportu_top_ico i {
        width: 60px;
        padding-bottom: 62px; } }

#opportunity {
  padding: 5.5em 0 6em 0; }
  @media (max-width: 991px) {
    #opportunity {
      padding: 3.5em 0; } }
  @media (max-width: 490px) {
    #opportunity {
      padding: 1.5em 0; } }
  #opportunity .col_img {
    width: 60%;
    position: relative; }
  #opportunity .col_txt {
    width: 40%; }
    @media (min-width: 791px) {
      #opportunity .col_txt {
        padding: 0 0 0 1.4em; } }
  @media (max-width: 991px) {
    #opportunity .col_img, #opportunity .col_txt {
      width: 50%; } }
  @media (max-width: 790px) {
    #opportunity .col_img, #opportunity .col_txt {
      width: auto; } }
  @media (max-width: 790px) {
    #opportunity .col_img {
      width: 594px;
      margin: 0 auto 4.2em; } }
  @media (max-width: 640px) {
    #opportunity .col_img {
      width: 445px; } }
  @media (max-width: 490px) {
    #opportunity .col_img {
      width: 275px;
      margin: 0 auto 3.1em; } }
  #opportunity video {
    width: 80%;
    top: 24px;
    left: 80px; }
    @media (max-width: 1199px) {
      #opportunity video {
        top: 20px;
        left: 66px; } }
    @media (max-width: 991px) {
      #opportunity video {
        width: 82%;
        top: 12px;
        left: 42px; } }
    @media (max-width: 790px) {
      #opportunity video {
        width: 79.8%;
        left: 0; } }
    @media (max-width: 640px) {
      #opportunity video {
        width: 81.7%;
        top: 9px; } }
    @media (max-width: 490px) {
      #opportunity video {
        width: 85.8%;
        top: 5px; } }
  #opportunity img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 790px) {
      #opportunity img {
        top: -3%;
        width: 100%;
        height: 120.1%; } }
    @media (max-width: 640px) {
      #opportunity img {
        height: 119.5%; } }
    @media (max-width: 490px) {
      #opportunity img {
        height: auto; } }
  #opportunity h3 {
    margin: 0.6em 0 0.7em; }
  #opportunity .btn_group {
    margin: 3em 0 0; }
    @media (max-width: 790px) {
      #opportunity .btn_group {
        margin: 1.5em 0 0; } }

#oportu_sm_ico i {
  background-position: 0 0%; }

#dashboard {
  background-color: #f9f9f9;
  text-align: center;
  padding: 3.2em 0 3em; }
  @media (max-width: 790px) {
    #dashboard {
      padding: 1.6em 0 2.6em; } }
  @media (max-width: 490px) {
    #dashboard {
      padding: 0 0 1.7em; } }
  #dashboard .h3_under {
    margin: 0 0 3em; }
    @media (max-width: 490px) {
      #dashboard .h3_under {
        margin: 0 0 1em; } }
  #dashboard .img_view_more {
    color: #F48303;
    font-size: 1em;
    text-decoration: none;
    cursor: default; }
    #dashboard .img_view_more:after {
      display: block;
      content: '';
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAYAAABxVAqfAAACM0lEQVRYw+2YT07CQBTG2xgal2wg6UmMiSS6xBi3cACjnqJiPIFCuIV3EBVdyAbjEQxSBd34f1PfmG+SoRE686YUF138EmZ47/to5w8zz3k9WnI0KBBbxDFxRQyJTzBE3zFiCjqaSQFFokE8EpEmT8gpco3reBopeEsExAbhEx7w0RcgRsYPoaFtvES0FYFzoqI5JA5iO0p+G5ozjUXAKRI+iD3CNTCVuMj9gNZp3Dye0ETgC7HKMIwjNJ6h2ZpmXEPAO7GSgqlEaL1BuxY3FjMwxJf7KZpKdqEdytkuv2goE8mdg7EL7Qhev8aesk4rczBVZ3sEL8/BbiM6+nM0lfThtSUaJ2gcZGAcwKspGpdobBgIVIkBqBrkrcOr6yjj6xsIDJSdaWCQ58txFo0vNDym8YNBnoecL0cRMBmrTRje47NJ7q8f19iG3Dg3zo1z49w4N/7HxpyDAJeJgwDn6MNl4ujTZRz2uEwc9uTxNsj6eLu9gAP9tmgsEyN0rGVwhRGliuX4pe0sy0tbFtfUHeXCVlzExbw+rRTRQsA4xVLEOKkUsdDiy1/lpk4W5aZ4gS2cUWArgGkFttC0wBYvKR4q61yHEXLYJcW/iqhie73G03yDEH0niNH6l3My/B/+v8YXxA1RSsGgBK0LHeMeJsmdpXkJGhE0E43LSgLXvJSkwU60MU2aXBxz7ZzUhEx/aFqvzvjtpDFurPlgM1PLNpPQdpmwl53txsBe6za7Us9ma/0BUSCY5vxcvikAAAAASUVORK5CYII=);
      width: 30px;
      height: 60px;
      font-size: inherit;
      margin: 1em auto 1.5em;
      position: static;
      visibility: visible;
      -webkit-transform: inherit;
              transform: inherit;
      overflow: visible; }
  #dashboard .btn_ancor {
    margin: 3em 0 0; }
    @media (max-width: 490px) {
      #dashboard .btn_ancor {
        margin: 1.5em 0 0; } }

.img_opportu_wrap {
  position: relative; }
  .img_opportu_wrap.collapsed {
    overflow: hidden;
    height: 9.5em; }

.view_more_gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f9f9f9 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f9f9f9 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

#collapsed_img {
  cursor: pointer; }

#customize {
  padding: 4.5em 0 6em; }
  @media (max-width: 1199px) {
    #customize {
      padding: 4em 0 7.5em; } }
  @media (max-width: 991px) {
    #customize {
      padding: 1.6em 0 0.5em; } }
  #customize .col_img {
    width: 50%;
    position: relative; }
    @media (max-width: 790px) {
      #customize .col_img {
        width: 25em;
        margin: 0 auto 8.1em; } }
    @media (max-width: 490px) {
      #customize .col_img {
        width: auto;
        margin: 0 0 7em; } }
  #customize .col_txt {
    padding: 0 0 0 2.4em;
    width: 50%; }
    @media (max-width: 1199px) {
      #customize .col_txt {
        padding: 0 0 0 1.2em; }
        #customize .col_txt br {
          display: none; } }
    @media (max-width: 790px) {
      #customize .col_txt {
        width: auto; }
        #customize .col_txt br {
          display: none; } }
    @media (max-width: 490px) {
      #customize .col_txt {
        padding: 0; } }
    #customize .col_txt p:nth-child(n+3):nth-child(-n+5) {
      margin: 0 0 1.5em; }
  @media (max-width: 490px) {
    #customize .col_img {
      width: 275px;
      margin: 0 auto 5.5em; } }
  #customize img {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 790px) {
      #customize img {
        left: 0;
        margin: 0 auto;
        text-align: center; } }
  #customize video {
    top: 17px;
    left: 80px;
    width: 87%; }
    @media (max-width: 1199px) {
      #customize video {
        width: 97%;
        top: 17px;
        left: 18px; } }
    @media (max-width: 991px) {
      #customize video {
        width: 99%;
        top: 14px;
        left: 14px; } }
    @media (max-width: 790px) {
      #customize video {
        width: 99%;
        top: 17px;
        left: 0; } }
    @media (max-width: 490px) {
      #customize video {
        width: 103.1%;
        top: 11px;
        left: -4px; } }
  #customize h3 {
    text-align: left;
    margin: -6px 0 0.7em; }

#save_days {
  background: #fafafa;
  text-align: center;
  padding: 3.2em 0 3em; }
  @media (max-width: 1199px) {
    #save_days {
      padding: 1em 0 0; } }
  @media (max-width: 490px) {
    #save_days {
      padding: 0.9em 0 1.5em; } }
  #save_days .h3_under {
    margin: 0.7em 0 3em; }
  #save_days .btn {
    margin: 4.5em 0 0; }
    @media (max-width: 1199px) {
      #save_days .btn {
        margin: 2.5em 0 0; } }
    @media (max-width: 490px) {
      #save_days .btn {
        margin: 1.4em 0 0; } }

#save_days_trio img, #save_days_trio i, #save_days_trio video {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top; }
  @media (max-width: 1199px) {
    #save_days_trio img, #save_days_trio i, #save_days_trio video {
      display: block;
      margin: 0 auto;
      text-align: center; } }

#save_days_trio video {
  width: 47%; }
  @media (max-width: 790px) {
    #save_days_trio video {
      width: 100%; } }

#save_days_trio img {
  margin: -8px auto 0; }

@media (max-width: 1199px) {
  #save_days_trio i {
    margin: 1.5em auto; } }

#img_left + i {
  margin: 0 9px 0 0; }
  @media (max-width: 1199px) {
    #img_left + i {
      margin: 1.5em auto; } }

video + i {
  margin: 0 0 0 12px; }

.arrow_right {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAeUlEQVQ4y2P40szMQAFmAWImfGooNfw+EF8EYlFaWMAENfw/EF/BZQkDhUEkBjUcpyWUWkDQEmpYgNcSalmA0xJqWoDVEpDgYagALfAZWltwltpBJIotiGhmODUjWZSWyVSUlhlNlJZFBaiwu0DLwo7mxTUIsxKqcAByRdI1mwoqKAAAAABJRU5ErkJggg==);
  width: 24px;
  height: 18px; }
  @media (max-width: 1199px) {
    .arrow_right {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }

#launch_buisness {
  background: url("../img/bg_imperative2.jpg") /*-100px 0*/ center center no-repeat transparent;
  padding: 7em 0 1em; }
  @media (max-width: 1720px) {
    #launch_buisness {
      background-position: 100% 0; } }
  @media (max-width: 1280px) {
    #launch_buisness {
      font-size: 0.8em; } }
  @media (max-width: 991px) {
    #launch_buisness {
      padding: 5em 0 1em; } }
  @media (max-width: 870px) {
    #launch_buisness {
      text-align: center; } }
  #launch_buisness .col_img {
    width: 60%;
    padding: 0; }
    @media (max-width: 870px) {
      #launch_buisness .col_img {
        margin: 0 auto 1em; } }
  #launch_buisness .col_txt {
    width: 40%;
    padding: 3.6em 0 0; }
    @media (max-width: 870px) {
      #launch_buisness .col_txt {
        width: auto;
        padding: 0;
        text-align: center; } }
  #launch_buisness h3 {
    color: white;
    margin: 1.5em 0 0.7em; }
    @media (max-width: 870px) {
      #launch_buisness h3 {
        text-align: center; } }
  #launch_buisness .btn_ancor {
    margin: 3em 0 0; }
    @media (max-width: 991px) {
      #launch_buisness .btn_ancor {
        margin: 0; } }
  @media (max-width: 1390px) {
    #launch_buisness button {
      padding: 0.5em 1em 0.6em; } }
  @media (max-width: 490px) {
    #launch_buisness button {
      white-space: inherit; } }
  @media (max-width: 880px) {
    #launch_buisness #lg_btn_adapt {
      display: none; } }
  #launch_buisness #xs_btn_adapt {
    display: none;
    margin: 1.8em auto 0;
    text-align: center; }
    @media (max-width: 880px) {
      #launch_buisness #xs_btn_adapt {
        display: block; } }
  #launch_buisness .move_to {
    margin: 2em 0 0; }

#launch_buisness_des {
  color: white;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 1.3em; }
  @media (max-width: 490px) {
    #launch_buisness_des {
      padding: 0; } }

[class*='page-mobile'] header.main-header {
  padding: 0 !important; }
  [class*='page-mobile'] header.main-header.menu-type-standard-menu .standard-menu-container ul li {
    vertical-align: middle; }
  [class*='page-mobile'] header.main-header.menu-type-standard-menu .standard-menu-container ul ul {
    top: 26px; }
  [class*='page-mobile'] header.main-header.menu-type-standard-menu .standard-menu-container ul .full_height_menu {
    text-align: center; }
    [class*='page-mobile'] header.main-header.menu-type-standard-menu .standard-menu-container ul .full_height_menu a {
      padding: 5px 8px 7px; }
  [class*='page-mobile'] header.main-header #android_in_menu a,
  [class*='page-mobile'] header.main-header #ios_in_menu a {
    text-transform: inherit;
    color: white; }
    @media (max-width: 991px) {
      [class*='page-mobile'] header.main-header #android_in_menu a,
      [class*='page-mobile'] header.main-header #ios_in_menu a {
        padding: 2px 6px 0;
        font-size: 0; } }

[class*='page-mobile'] .other-products__el {
  min-height: 13em;
  position: relative; }

[class*='page-mobile'] .other-product__button {
  position: absolute;
  right: 1em;
  bottom: 1em; }

@media (max-width: 991px) {
  #menu-menu-3 > li:nth-child(4) span > span {
    display: none; } }

#fws_top_mobile {
  background: url("../img/bg_mobile1.jpg") center top no-repeat fixed; }
  #fws_top_mobile .top_block_text {
    margin: 0.5em auto 0; }
    @media (max-width: 490px) {
      #fws_top_mobile .top_block_text {
        margin: 1.2em auto 2.2em; } }
  #fws_top_mobile .move_to {
    margin: 7.8em 0 2em; }
    @media (max-width: 490px) {
      #fws_top_mobile .move_to {
        margin: 1.5em 0 0.7em; } }

.mobile_top_ico {
  margin: 11.3em 0 0;
  text-align: center; }
  @media (max-width: 490px) {
    .mobile_top_ico {
      margin: 6.7em 0 0; } }
  .mobile_top_ico i {
    display: inline-block;
    background: url("../img/spr_90_products.png") 0 0 no-repeat transparent;
    width: 90px;
    height: 94px;
    background-position: 0 -188px; }
    @media (max-width: 1199px) {
      .mobile_top_ico i {
        background-size: 98%;
        height: 0;
        width: 70px;
        padding-bottom: 71px;
        background-position: 0 66.66667%; } }
    @media (max-width: 680px) {
      .mobile_top_ico i {
        width: 60px;
        padding-bottom: 62px; } }

#mobile_sm_ico {
  margin: 0; }
  @media (max-width: 1199px) {
    #mobile_sm_ico {
      margin: 0 auto;
      text-align: center; } }
  #mobile_sm_ico i {
    background-position: 0 66.66667%; }

#mobile_gizmo {
  padding: 5.5em 0 0; }
  @media (max-width: 991px) {
    #mobile_gizmo {
      padding: 3.5em 0 0; } }
  @media (max-width: 720px) {
    #mobile_gizmo {
      padding: 2em 0 0; } }
  #mobile_gizmo .col_img {
    width: 55%;
    position: relative; }
    @media (max-width: 991px) {
      #mobile_gizmo .col_img {
        width: auto;
        padding: 0;
        margin: 0 auto 4.2em; } }
    @media (max-width: 790px) {
      #mobile_gizmo .col_img {
        width: 594px;
        margin: 0 auto 4em; } }
    @media (max-width: 640px) {
      #mobile_gizmo .col_img {
        width: 445px; } }
    @media (max-width: 490px) {
      #mobile_gizmo .col_img {
        width: 275px;
        margin: 0 auto 2.7em; } }
  #mobile_gizmo .col_txt {
    width: 40%;
    padding: 0 0 0 0.4em; }
    @media (max-width: 991px) {
      #mobile_gizmo .col_txt {
        width: auto; } }
  #mobile_gizmo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 566px;
    height: 412px; }
    @media (max-width: 1199px) {
      #mobile_gizmo img {
        height: 378px; } }
    @media (max-width: 991px) {
      #mobile_gizmo img {
        height: 408px;
        left: 0;
        margin: 0 auto;
        text-align: center; } }
    @media (max-width: 790px) {
      #mobile_gizmo img {
        height: 119.8%; } }
    @media (max-width: 640px) {
      #mobile_gizmo img {
        height: 118.5%; } }
    @media (max-width: 490px) {
      #mobile_gizmo img {
        height: 117%; } }
  #mobile_gizmo video {
    top: 23px;
    left: 117px;
    width: 76%; }
    @media (max-width: 1199px) {
      #mobile_gizmo video {
        width: 84%;
        top: 23px;
        left: 51px; } }
    @media (max-width: 991px) {
      #mobile_gizmo video {
        width: 62.9%;
        left: 134px; } }
    @media (max-width: 790px) {
      #mobile_gizmo video {
        width: 77%;
        top: 26px;
        left: 0; } }
    @media (max-width: 640px) {
      #mobile_gizmo video {
        width: 80%;
        top: 20px; } }
    @media (max-width: 490px) {
      #mobile_gizmo video {
        top: 12px;
        left: 0; } }
  #mobile_gizmo h3 {
    margin: 0.6em 0 0.7em; }
    @media (max-width: 991px) {
      #mobile_gizmo h3 {
        text-align: center; } }

#mobile_gizmo + .app-links_row {
  padding: 2em 0 2.2em; }
  @media (max-width: 991px) {
    #mobile_gizmo + .app-links_row {
      padding: 0 0 1em; } }
  @media (max-width: 520px) {
    #mobile_gizmo + .app-links_row .btn_long {
      margin: 0.2em 0; } }

#mobile_page_tabs .tab-pane {
  padding: 3em 0 0; }
  @media (max-width: 790px) {
    #mobile_page_tabs .tab-pane {
      padding: 1em 0 0; } }

#mobile_page_tabs .col_txt {
  width: 66%;
  float: left; }
  @media (max-width: 790px) {
    #mobile_page_tabs .col_txt {
      float: none;
      width: auto; } }
  #mobile_page_tabs .col_txt h4 {
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 10px; }

#mobile_page_tabs .tab-content-items {
  margin: 3.8em 0; }
  @media (max-width: 790px) {
    #mobile_page_tabs .tab-content-items {
      margin: 0.8em 0; } }

#mobile_page_tabs .tab-content-item {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: middle;
  width: 50%; }
  @media (max-width: 790px) {
    #mobile_page_tabs .tab-content-item {
      text-align: center; } }
  #mobile_page_tabs .tab-content-item h4 {
    line-height: 1.3;
    margin: 1em 0 0; }

#mobile_page_tabs .col_img {
  width: 34%;
  min-height: 32em;
  position: relative; }
  @media (max-width: 991px) {
    #mobile_page_tabs .col_img {
      min-height: 23em; } }
  @media (max-width: 790px) {
    #mobile_page_tabs .col_img {
      width: 15em;
      min-height: 26em; } }
  #mobile_page_tabs .col_img img {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 991px) {
      #mobile_page_tabs .col_img img {
        height: 114.7%; } }
    @media (max-width: 790px) {
      #mobile_page_tabs .col_img img {
        height: 105%; } }
    @media (max-width: 640px) {
      #mobile_page_tabs .col_img img {
        height: 104.8%; } }
  #mobile_page_tabs .col_img video {
    top: 70px;
    left: 95px;
    width: 69.5%; }
    @media (max-width: 1199px) {
      #mobile_page_tabs .col_img video {
        width: 79%;
        top: 67px;
        left: 44px; } }
    @media (max-width: 991px) {
      #mobile_page_tabs .col_img video {
        width: 82%;
        top: 51px;
        left: 33px; } }
    @media (max-width: 790px) {
      #mobile_page_tabs .col_img video {
        width: 83%;
        top: 54px;
        left: 0; } }

@media (max-width: 520px) {
  .app-links_row .btn_ancor:not(:last-child) {
    margin: 0 0 0.5em; } }

.app-links_row .btn_long {
  margin: 1.4em 0; }
  @media (max-width: 520px) {
    .app-links_row .btn_long {
      margin: 0.2em 0; } }

#going {
  background: #fafafa; }
  #going .going-steps {
    padding: 4em 0 3em; }
    @media (max-width: 1199px) {
      #going .going-steps {
        padding: 2em 0 1.5em; } }
  #going .tab-content-items {
    text-align: center; }
    @media (max-width: 1199px) {
      #going .tab-content-items img {
        width: 100px; } }
    @media (max-width: 790px) {
      #going .tab-content-items img {
        width: 70px; } }

.going_steps_num, .going-steps .tab-content-item {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  width: 30%;
  text-align: center; }

.going_steps_num {
  font-size: 4.3em;
  font-weight: 900;
  font-family: "Libre Franklin", sans-serif; }

#going_gallery {
  color: white;
  text-align: center;
  background: url("../img/bg_mobile2.jpg") center center no-repeat transparent;
  padding: 6em 0 0; }
  @media (max-width: 991px) {
    #going_gallery {
      font-size: 0.85em; } }
  #going_gallery h3 {
    font-size: 2.4em;
    margin: 0 0 0.5em; }
  #going_gallery .h3_under {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Libre Franklin", sans-serif;
    margin: 0 0 5.3em; }
    @media (max-width: 720px) {
      #going_gallery .h3_under {
        margin: 0 0 3.5em; } }
  #going_gallery p {
    color: inherit; }

#mobile_apps_download {
  padding: 1.5em 0; }

#pri_plates {
  background: #fafafa url("../img/bg_pricing.jpg") no-repeat; }
  #pri_plates .top_block_text {
    margin: 5em auto 2.7em; }
    @media (max-width: 991px) {
      #pri_plates .top_block_text {
        margin: 3.3em auto 1.3em; } }
    @media (max-width: 680px) {
      #pri_plates .top_block_text {
        margin: 3.6em auto 1.3em; } }
  #pri_plates h1 {
    font-size: 1.09em; }
  @media (max-width: 790px) {
    #pri_plates .pri_plate {
      display: block;
      margin: 0 auto 1.5em;
      width: 16em; }
      #pri_plates .pri_plate ul {
        margin: 0 0 1.8em; } }

.pri_plate {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: bottom;
  width: 31.3%;
  text-align: center;
  background-clip: padding-box;
  background-color: #fff;
  padding: 2em 0 1.5em;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(1, 2, 2, 0.25);
  position: relative; }
  @media (max-width: 1199px) {
    .pri_plate {
      width: 30%; } }
  @media (max-width: 991px) {
    .pri_plate {
      padding: 1.5em 0 1em; } }
  .pri_plate:not(:last-child):after {
    position: absolute;
    right: -30px;
    top: 3em;
    display: inline-block;
    content: '';
    border-style: solid;
    border-color: transparent white;
    border-width: 30px 0 30px 30px;
    z-index: 1;
    height: 0;
    width: 0; }
    @media (max-width: 1199px) {
      .pri_plate:not(:last-child):after {
        right: -25px; } }
    @media (max-width: 790px) {
      .pri_plate:not(:last-child):after {
        border-color: white transparent;
        border-width: 20px 20px 0 20px;
        top: inherit;
        bottom: -1em;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .pri_plate h3 {
    font-size: 1.2em; }
  .pri_plate hr {
    margin: 1.5em 0 1.1em; }
  .pri_plate ul {
    position: relative;
    left: -1.4em;
    list-style: none;
    color: #F48303;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 3em; }
  .pri_plate li {
    line-height: 2.1; }
    .pri_plate li:before {
      display: inline-block;
      content: '';
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAYklEQVQ4ja3QwQpAIQhEUaEPL+iX278IMnySOpCLu5MDI41eKKG6oyzs29VMbNVSMTn5/OAFY/D3gxeMwaYOPNTF5GQEDTEJRiiEadBCYewG3lAYs0ALDTEP1CiERSCjMLaanYrlOLPieGYAAAAASUVORK5CYII=);
      width: 20px;
      height: 14px;
      margin: 0 0.5em 0 0; }
  .pri_plate .btn {
    font-size: 0.9em;
    padding: 0.6em 1em 0.7em;
    vertical-align: bottom; }
    .pri_plate .btn:not(:last-child) {
      background: #F48303;
      color: white;
      margin: 0 0.9em 0 0; }
      @media (max-width: 991px) {
        .pri_plate .btn:not(:last-child) {
          margin: 0 0 1em; } }
    .pri_plate .btn:last-child:hover {
      color: #F48303; }
    @media (max-width: 991px) {
      .pri_plate .btn {
        display: block;
        width: 100%;
        margin: 0 auto 0.5em; } }

@media (max-width: 991px) {
  .pri_buttons_wrap {
    padding: 0 1.5em; } }

#pri_plate1 {
  margin: 0 15.12px 0 0; }

#pri_plate2 {
  margin: 0 8.88px 0 8.88px; }
  #pri_plate2 ul {
    margin: 0 0 4.2em; }
  #pri_plate2 .btn:not(:last-child) {
    padding: 0.4em 0.6em 0.4em; }
    @media (max-width: 1199px) {
      #pri_plate2 .btn:not(:last-child) {
        padding: 0.2em 0.6em 0.4em; } }
  #pri_plate2 .btn:first-child {
    padding: 0.5em 0.6em; }
    @media (max-width: 1199px) {
      #pri_plate2 .btn:first-child {
        padding: 0.4em 0.5em; } }

#pri_plate3 {
  margin: 0 0 0 15.12px; }
  #pri_plate3 ul {
    margin: 0 0 8em; }

.pp_top_img {
  margin: 0 0 0.4em; }

.plate_price {
  color: #F48303;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.5em; }

.plate_slogan {
  font-size: 0.8em;
  font-weight: bold; }

.key_features_title {
  margin: 0 0 0.8em; }

#wish_or_order {
  text-align: center;
  max-width: 35em;
  margin: 0 auto; }
  #wish_or_order h4 {
    text-align: left;
    margin: 3em auto 1.5em;
    line-height: 1.4;
    font-size: 1.2em; }
    @media (max-width: 790px) {
      #wish_or_order h4 {
        margin: 1em auto 1.3em; } }
    #wish_or_order h4:before {
      float: left;
      content: '';
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABACAYAAABFqxrgAAAC2klEQVR42u2aMW8TMRTHfU0HWFAlCNENnZsZBiAzM6KEz0DEgoqiTm1VEAPV9RMgdaUKXwAkxNgRqVLmVkJd0o1WrRTUDsff6Fk16V2au+dL7DsPvyGnyvfeL3526mcRx7HIyvmHWhoBaIIXoAs2LaFLMcnYgtF8hEEJIXhtUeJpyBjDIiQsgTUHBChkrEsmJYSOCdBFhCYkBI6UwLjSCLgSmg4LUDS5EtolkNDmSuiWQEKXK2GzDHgJXoKX4CV4CV6Cl+AleAlegpfgJXgJeSXg4RxYBp/BAMSWcAb6oAfeFSYBDx7Si2LLOQafjEvAh2dgSC85BRFogQZYSOHjlNgGO2AP/KEYL8GuMQk0A5SA76Bu8Zogv5wDTQR7Rqg1oK8JqDmwML7XRBxz1whBi6AqgbpDu0OklUaPMc6GoLqSA0UOHrTuUex9xhhvhbYNthw8ct/Rts/8R+7attNwsPmyrcWfv/miBnG4DceR0PnXi2RKsKEhm1fCVUPWgIRZt+bzSFj/rzVvSMIsL2lklfDq2iUNgxJmdV1nEgkr4CXN2OvXdQxLSOJWAUjRnQklvBmNaRYSiqQ54UwIyyxB/53TGSPhaVUkiJEySS2JsksQY2SEVZOQJKNVVQmKRXCn6hJEFdcEL8FL8BK8BJaESxrkvoMSGqYkHNEgjx2U0KLYB1wJ6sh9y0EJEcW+y5XwnAY6AXcdklCnhlFMDSSWBHkatE+DfQXzDkioUctQNV7mWBISGrLfblokLZgBSsCQYhdsCVprXvX2fss1AjyRLXgLJDRoEYy0EhhSzMKYBEruAfiZcCnigrrA8ykS7pG08yld0ujnmQETSdCu60jDX8Av7cW9hJkwzeQHdIVoOesakFlCgpRDCqKtPUtKfp92moUCCEyWVyYJNOViSvb2DckHlv2cNiZhixL9UYbk80o4TKhNZ5PPLAF//KhsyeeRsDqavKX/SrMl/AULzj5Icsp7DwAAAABJRU5ErkJggg==);
      width: 65px;
      height: 64px;
      margin: 0.3em 0.9em 0 0; }
      @media (max-width: 1199px) {
        #wish_or_order h4:before {
          background-size: 100%;
          height: 0;
          width: 45px;
          padding-bottom: 44px; } }
  #wish_or_order .subscr-small {
    margin: 0 auto 4em;
    padding: 0; }
    @media (max-width: 790px) {
      #wish_or_order .subscr-small {
        margin: 0 auto 2.5em; } }

@media (max-width: 1199px) {
  .subscr-small form .subscr-small__inp[type='text'],
  .subscr-small form .subscr-small__submit {
    height: 48px; } }

#pri_includes {
  padding: 4em 0 3em; }
  @media (max-width: 790px) {
    #pri_includes {
      padding: 2em 15px 0; } }
  #pri_includes h4 {
    font-size: 1.2em;
    margin: 0 0 1em; }
    @media (max-width: 790px) {
      #pri_includes h4 {
        text-align: center; } }
  #pri_includes ul {
    list-style: none;
    padding: 0;
    color: #F48303;
    font-size: 0.8em;
    font-weight: bold; }
  #pri_includes li {
    line-height: 1.5;
    margin: 0 0 1.5em 2em;
    position: relative; }
    @media (max-width: 790px) {
      #pri_includes li {
        margin: 0 0 0.4em 2em; } }
    #pri_includes li:before {
      display: block;
      content: '';
      position: absolute;
      left: -2em;
      top: 0.3em;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAYklEQVQ4ja3QwQpAIQhEUaEPL+iX278IMnySOpCLu5MDI41eKKG6oyzs29VMbNVSMTn5/OAFY/D3gxeMwaYOPNTF5GQEDTEJRiiEadBCYewG3lAYs0ALDTEP1CiERSCjMLaanYrlOLPieGYAAAAASUVORK5CYII=);
      width: 20px;
      height: 14px;
      margin: 0 0.5em 0 0; }

.includes_col {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  width: 33.3333%; }
  .includes_col:first-child {
    padding: 0 1.005em 0 0; }
  .includes_col:nth-child(2) {
    padding: 0 0.495em 0; }
  .includes_col:last-child {
    padding: 0 0 0 1.005em; }
  @media (max-width: 790px) {
    .includes_col:nth-child(n) {
      display: block;
      width: auto;
      padding: 0;
      margin: 0 auto 2em; } }

#pri_stages {
  background: #F48303;
  color: white;
  padding: 0 0 3.5em; }
  @media (max-width: 790px) {
    #pri_stages {
      padding: 0 0 1em; } }
  #pri_stages h3 {
    margin: 2.4em 0; }
    @media (max-width: 790px) {
      #pri_stages h3 {
        margin: 1.4em 0; } }
  #pri_stages img {
    display: block;
    margin: 0 auto 1.3em; }
  #pri_stages p {
    color: white;
    text-align: center; }
  #pri_stages .stage_title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em; }

.stage_col {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
  width: 33.3333%; }
  .stage_col:first-child {
    padding: 0 3.35em 0 0; }
  .stage_col:nth-child(2) {
    padding: 0 1.65em 0; }
  .stage_col:last-child {
    padding: 0 0 0 3.35em; }
  @media (max-width: 790px) {
    .stage_col:nth-child(n) {
      display: block;
      width: auto;
      padding: 0;
      margin: 0 auto 2em; } }

.sidebar.blog_page {
  background: url("../img/bg_blog_top.jpg") center top no-repeat transparent;
  text-align: center;
  padding: 6.2em 0 2em; }
  .sidebar.blog_page .textwidget {
    color: white;
    font-family: "Libre Franklin", sans-serif;
    font-size: 2.4em;
    line-height: 1.4; }

#blog_posts_list .categories__list,
.single-blog-holder .categories__list {
  list-style: none;
  padding: 0;
  margin: 0; }

#blog_posts_list .categories,
.single-blog-holder .categories {
  padding: 0 15px; }

#blog_posts_list .categories__el,
.single-blog-holder .categories__el {
  display: inline-block; }

#blog_posts_list .type-post {
  padding: 0 0 3em;
  margin: 2em 0 0;
  border-bottom: 1px solid #c7c7cb; }

#blog_posts_list h2 a:hover {
  color: #F48303; }

#blog_posts_list .blog-post__button {
  text-align: right; }
  #blog_posts_list .blog-post__button a {
    background: #F48303;
    color: white;
    padding: 0.6em 3.4em 0.7em; }
    #blog_posts_list .blog-post__button a:before {
      display: inline-block;
      content: '';
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAQAAADr5dYVAAAAaElEQVQ4y53TMQ6AIAyF4YboEer97+LqIAm7R/kdBUxsn3Qj/ZICD8M+a6GMO1H7RcXzoFCB1hMLRtpoI4nAi8RgIhkwkBzoiLGjrOMHyJU/I0ntuUO7dq2uPZxr0SicWvjkeBvr/IFuRyQCpOXww9oAAAAASUVORK5CYII=);
      width: 24px;
      height: 18px;
      float: right;
      position: relative;
      top: 6px;
      left: 2em; }

#blog_posts_list .banners {
  border-bottom: 1px solid #c7c7cb; }

#blog_posts_list .blog-post__info,
.single-blog-holder .post__info {
  color: #adadad;
  margin: 0 0 1em; 
  font-size: 14px; }
  #blog_posts_list .blog-post__info a,
  .single-blog-holder .post__info a {
    color: inherit; }

.blog-post__title {
  color: #2E363F;
  font-size: 30px;
}

.blog-post__content {
  margin: 1em 0; }

.blog-post__content p {
  color: #7e8998;
  font-size: 14px;
}

.post__content {
  color: #7e8998;
}

.post__content p {
  color: #7e8998;
  margin-top: 30px;
  font-size: 17px;
}

.post__content ol {
  color: #7e8998;
  margin-top: 30px;
  font-size: 17px;
}

.post__content li {
  color: #7e8998;
  margin-top: 30px;
  font-size: 17px;
}

.post__content h1 h2 h3 h4 h5 h6 {
  color: black;
}

.post__content h4 {
  font-size: 20px;
  color: black;
}

.post__content h3 {
  color: black;
  margin-top: 35px;
  font-size: 25px;
}

.post__content a {
  color: orange;
}

.post__title h1 {
  font-size: 30px;
}

.single-blog-holder .post {
  padding: 0 0 2em;
  border-bottom: 1px solid #c7c7cb; }

.single-blog-holder .post__image {
  margin: 0 0 1.2em; }

@media (max-width: 1199px) {
  .base_font {
    font-size: 0.85em; } }

@media (max-width: 790px) {
  #page_products h3,
  #page_opportunity h3,
  #page_imperative h3,
  #page_mobile h3 {
    text-align: center; } }

@media (max-width: 720px) {
  #page_mobile h3 {
    font-size: 1.25em; } }

@media (max-width: 490px) {
  #page_mobile #tabs_block {
    padding: 1em 0 0; } }

#categories_menu {
  box-shadow: rgba(0, 0, 0, 0.0980392) 0 0 40px 0; }
  #categories_menu li > a {
    font-size: 0.7em;
    padding: 1.5em 2.3em 1.5em;
    text-transform: uppercase;
    color: #333; }
    #categories_menu li > a:hover, #categories_menu li > a.active {
      background: #F48303;
      color: white; }
      #categories_menu li > a:hover:after, #categories_menu li > a.active:after {
        visibility: hidden; }

.banners {
  padding: 3em 0; }
  .banners .banner:not(:last-child) {
    margin: 0 0 2.4em; }

.pagination-container {
  padding: 4.4em 0 3.4em; }
  .pagination-container.align-center {
    margin: 0; 
    /*margin-left: -75px;
    min-width: 1300px;*/ }
  .pagination-container span.page-numbers,
  .pagination-container a.page-numbers {
    font-size: 1em;
    padding: 0.6em 1.15em;
    border: 2px solid #F48303;
    border-radius: 6px; }
    .pagination-container span.page-numbers i:before,
    .pagination-container a.page-numbers i:before {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAlElEQVRYw+2XPQqAMAxGS9UjxAt7tDo6KLh7CXdtoLo3fOWjkOENXZoHaX4a7mUIJJISiAKP4gIu0L3AmIksAQ1+ZY6MMARiCa4XnQYJSArmEtwiAXuEVgloFVgk4GVYK9GkD9RI/ALpOzRg60IAiVhSwAgOFxBmGQqzEQmzFesw2pnDiD6OlYm5kPhO6AIugPiery93KHth/sMWKwAAAABJRU5ErkJggg==);
      width: 32px;
      height: 32px;
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      bottom: 50%;
      margin: auto; }
  .pagination-container .next.page-numbers i:before {
    right: 10px; }
  .pagination-container .prev.page-numbers i:before {
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .pagination-container span.page-numbers.current {
    background: #F48303;
    color: white;
    padding: 14.5px 1.15em; }
  .pagination-container a.page-numbers {
    color: #F48303; }
    .pagination-container a.page-numbers:hover {
      background: #F48303;
      color: white; }
  .pagination-container .prev.page-numbers, .pagination-container a.next.page-numbers {
    padding: 0.6em 2em; }
  .pagination-container a {
    text-decoration: none; }
    .pagination-container a:hover:after {
      visibility: hidden; }

#contact_us_page {
  padding: 0; }

#fws_top_contact_us {
  background: url("../img/bg_contact_us1.jpg") center 0 no-repeat fixed; }
  #fws_top_contact_us .top_block_text {
    margin: 4.6em auto 0; }
  #fws_top_contact_us .move_to {
    margin: 7.8em 0 8.1em; }
    #fws_top_contact_us .move_to span {
      display: block;
      color: #fff;
      font-family: "Libre Franklin", sans-serif;
      font-size: 1.2em;
      margin: 0 0 1em; }

#contact_us_form [role='form'] {
  width: 55em;
  text-align: center;
  background-clip: padding-box;
  background-color: #fff;
  padding: 1.5em 1.5em 1.7em;
  margin: 4em auto 6em;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(1, 2, 2, 0.25);
  overflow: auto; }

#contact_us_form br {
  display: none; }

#contact_us_form .row:not(:last-child) {
  margin: 0 0 0.7em; }

#contact_us_form .row.capthcha_n_submit {
  margin: 1.4em 0 0; }

#contact_us_form label:not(.last-child) {
  padding: 0 0.5em 0 0; }

#contact_us_form label.middle_child_ctrl {
  padding: 0 0.5em; }

#contact_us_form label.last_child_ctrl {
  padding: 0 0 0 0.5em; }

#contact_us_form .label_span {
  display: inline-block;
  margin: 0 0 8px;
  font-size: 0.7em;
  font-weight: bold; }

#contact_us_form input, #contact_us_form textarea {
  background-clip: padding-box;
  font-weight: normal;
  font-size: 1em;
  padding: 0.7em 1em;
  border: 2px solid #c7c7cb;
  border-radius: 6px; }

#contact_us_form input {
  width: 100%; }

#contact_us_form textarea {
  width: 100%;
  height: 6em; }

#contact_us_form div.wpcf7-form-control-wrap {
  float: left; }
  #contact_us_form div.wpcf7-form-control-wrap + p {
    float: right;
    margin: 1em 0 0;
    position: relative; }
    #contact_us_form div.wpcf7-form-control-wrap + p .ajax-loader {
      margin: 0 auto;
      position: absolute;
      top: 1em;
      right: 1em; }

#contact_us_form [type='submit'] {
  color: white;
  font-size: 1em;
  padding: 0.6em 5em 0.7em;
  background: #F48303;
  border: 1px solid #F48303;
  border-radius: 6px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out; }
  #contact_us_form [type='submit']:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  #contact_us_form [type='submit']:focus {
    outline: none; }

.three_ctrls label, .big_n_small_ctrls label {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: bottom; }

.three_ctrls label, .small_cf7_ctrl {
  width: 33.3333%; }

.big_cf7_ctrl {
  width: 66.6666%; }

.full_width_ctrl {
  width: 100%;
  text-align: left; }

#contact_us_address {
  color: white;
  text-align: center;
  background: url("../img/bg_contact_us2.jpg") center center no-repeat transparent;
  padding: 7em 0 0; }
  #contact_us_address h3 {
    font-size: 2.4em;
    margin: 0 0 0.9em; }
  #contact_us_address .h3_under {
    font-family: "Libre Franklin", sans-serif;
    font-size: 1.2em;
    line-height: 1.7;
    margin: 0 0 5.3em; }
  #contact_us_address p {
    color: inherit; }

#page_faq {
  background: #fafafa;
  padding: 4em 0 0; }
  @media (max-width: 600px) {
    #page_faq {
      padding: 1em 0 0; } }
  #page_faq h3 {
    margin: 1em 0 1.7em; }
    @media (max-width: 600px) {
      #page_faq h3 {
        margin: 1em 0; } }

#questions .su-spoiler-title {
  font-size: 1em; }

#questions dt .su-spoiler-title {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  margin: 0 0 0.7em; }

#questions dd > div {
  margin: 0 0 3em; }
  @media (max-width: 491px) {
    #questions dd > div {
      margin: 0; } }

.widget_rp, .widget_faq, .widget_cus {
  text-align: left; }
  @media (max-width: 991px) {
    .widget_rp, .widget_faq, .widget_cus {
      padding: 0; } }
  @media (max-width: 767px) {
    .widget_rp, .widget_faq, .widget_cus {
      padding: 0 15px;
      text-align: center; } }
  .widget_rp h3, .widget_faq h3, .widget_cus h3 {
    text-align: left; }
    @media (max-width: 767px) {
      .widget_rp h3, .widget_faq h3, .widget_cus h3 {
        text-align: center; } }

.widget_rp .rpwe-img img {
  display: inline-block; }

.widget_rp .rpwe-block li {
  border: none;
  text-align: left; }

.widget_rp .rpwe-ul {
  text-align: center; }

.widget_rp .rpwe-title {
  padding: 1.2em 0 0; }
  .widget_rp .rpwe-title a {
    color: inherit;
    font-size: 1.3em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif; }
    .widget_rp .rpwe-title a {
      color: #F48303; }
    .widget_rp .rpwe-title a:hover {
      color: #F48303; }

.latest_from_blog {
  padding-right: 25px;
}

.widget_faq {
  /*padding: 0 0 1em 1.4em;*/
  padding: 0 15px; }
  @media (max-width: 991px) {
    .widget_faq {
      padding: 0 15px; } }
  .widget_faq .wp-widget .textwidget a {
    color: #E87F07;
    line-height: 1.5em; }

.widget_cus {
  padding: 0 0 0 1.4em; }
  @media (max-width: 991px) {
    .widget_cus {
      padding: 0 0 0 15px; } }
  .widget_cus p:first-child {
    margin: 0 0 1.4em; }

.footer-widgets {
  position: relative; }

@media (max-width: 767px) {
  .two-separator-lines {
    display: none; } }

.two-separator-lines > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 1px;
  background: #c7c7cc; }

.two-separator-lines .tsl_line_one {
  left: 31.3%; }

.two-separator-lines .tsl_line_two {
  left: 66.3%; }

@media (max-width: 490px) {
  footer {
    font-size: 0.85em; } }

footer .footer-widgets .row .wp-widget > h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 1em; }
  @media (max-width: 991px) {
    footer .footer-widgets .row .wp-widget > h3 {
      font-size: 1em; } }
  @media (max-width: 767px) {
    footer .footer-widgets .row .wp-widget > h3 {
      text-align: center; } }

@media (max-width: 767px) {
  footer .footer-widgets .row .widget_rp h3 {
    margin: 0; } }

footer .footer-widgets .row .widget_faq .textwidget {
  line-height: 2em; }
  footer .footer-widgets .row .widget_faq .textwidget a:hover {
    color: #F48303; }
    footer .footer-widgets .row .widget_faq .textwidget a:hover:after {
      background: #F48303; }

footer.main-footer {
  background: white; }
  footer.main-footer .footer-bottom .footer-bottom-content {
    padding: 3em 0; }
    @media (max-width: 768px) {
      footer.main-footer .footer-bottom .footer-bottom-content {
        padding: 1.5em 0; } }
    footer.main-footer .footer-bottom .footer-bottom-content p {
      font-size: 0.8em; }
    footer.main-footer .footer-bottom .footer-bottom-content > .footer_cnt {
      vertical-align: top; }
  footer.main-footer .footer-content-right a {
    color: white; }
    footer.main-footer .footer-content-right a:hover:after {
      background: white; }

.footer_cnt a + i {
  border-right: 1px solid white;
  margin: 0 0.8em 0 0.5em; }

#rp_title {
  color: inherit;
  font-size: 0.8em;
  margin: 1em 0 0; }

.footer-bottom {
  background-color: #333;
  color: #fff; }
  .footer-bottom p {
    color: inherit; }

@media (min-width: 769px) {
  .footer-bottom-content > div {
    width: 50%; } }

.footer-content-left {
  padding: 0 4em 0 0;
  line-height: 1.3em; }
  @media (max-width: 991px) {
    .footer-content-left {
      padding: 0; } }
  @media (max-width: 768px) {
    .footer-content-left {
      margin: 0 1.5em; } }

@media (max-width: 768px) {
  .footer-content-right {
    margin: 0 0 1.5em; } }

.footer-content-right p {
  margin: 0 0 1.5em; }
  @media (max-width: 991px) and (min-width: 769px) {
    .footer-content-right p {
      max-width: 14em;
      float: right; } }

#copyright_in_footer:before {
  display: table;
  content: '';
  clear: both; }

#copyright_in_footer:after {
  display: table;
  content: '';
  clear: both; }

#wpadminbar {
  z-index: 100001; }
  @media (max-width: 1190px) {
    #wpadminbar #wp-admin-bar-site-name {
      max-width: 9.5em; } }
  @media (max-width: 1040px) {
    #wpadminbar #wp-admin-bar-laborator-options a {
      width: 2.3em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; } }
  @media (max-width: 930px) {
    #wpadminbar #wp-admin-bar-vc_inline-admin-bar-link {
      display: none; } }

body {
  padding-right: 0px !important;
}

.modal-open {
  overflow: scroll;
}