/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a.blackLink {
    color: #455156;
}

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;
  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; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

.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: 1300px) {
  .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%; } }

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);
  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::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .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, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  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 + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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: 11px;
    font-size: 18px; } }

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav: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: #d15039;
      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; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .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; }

.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%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1300px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

@font-face {
  font-family: 'FuturaBT';
  src: url("../fonts/FuturaBT-medium.eot");
  src: url("../fonts/FuturaBT-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-medium.woff2") format("woff2"), url("../fonts/FuturaBT-medium.woff") format("woff"), url("../fonts/FuturaBT-medium.ttf") format("truetype"), url("../fonts/FuturaBT-medium.svg#futura_md_btmedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FuturaBT';
  src: url("../fonts/FuturaBT-bold.eot");
  src: url("../fonts/FuturaBT-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-bold.woff2") format("woff2"), url("../fonts/FuturaBT-bold.woff") format("woff"), url("../fonts/FuturaBT-bold.ttf") format("truetype"), url("../fonts/FuturaBT-bold.svg#futura_md_btbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'FuturaLT';
  src: url("../fonts/FuturaLT-Light.eot");
  src: url("../fonts/FuturaLT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaLT-Light.woff") format("woff"), url("../fonts/FuturaLT-Light.ttf") format("truetype"), url("../fonts/FuturaLT-Light.svg#FuturaLT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  line-height: 32px;
  font-family: 'FuturaLT';
  color: #737c87; }

svg * {
  font-family: 'FuturaBT' !important; }

* {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FuturaBT';
  font-weight: 700; }

:focus {
  outline: none !important; }

a {
  color: #d25640; }
  a:hover, a:focus {
    color: #d25640; }

header {
  padding-top: 41px; }
  header .container > .navbar-collapse {
    margin-right: -15px; }
  header .white-btn {
    margin-right: -15px;
    margin-top: 3px; }

.navbar-brand {
  padding: 0;
  height: auto; }

.navbar-default {
  border: none;
  background: none; }

.navbar-nav {
  margin-top: 11px;
  padding-right: 18px; }

.navbar-nav > li {
  margin-right: 56px;
  font-size: 17px;
  letter-spacing: .969px; }
  .navbar-nav > li:nth-child(5) {
    display: none; }

.navbar-default .navbar-nav > li > a {
  padding: 0 0 14px;
  color: #798387;
  border-bottom: 2px solid transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #d15039;
  border-bottom-color: #d15039; }

.white-btn {
  border: 1px solid #798387;
  border-radius: 4px;
  color: #798387;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 18px;
  line-height: 35px;
  height: 36px;
  display: block;
  background: #ffc500;
  transition: color 0.2s, background-color 0.2s; }
  .white-btn:active, .white-btn:focus, .white-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #d25640; }

.red-btn {
  max-width: 100%;
  border: none;
  box-shadow: none;
  display: block;
  width: 319px;
  line-height: 71px;
  height: 71px;
  background: #d15039;
  color: #fff;
  font-size: 18px;
  padding: 0 34px 0 43px;
  border-radius: 4px;
  font-family: 'FuturaBT';
  transition: background-color 0.2s; }
  .red-btn svg {
    float: right;
    vertical-align: middle;
    margin-top: 32px;
    transition: -webkit-transform .2s;
    transition: transform .2s; }
  .red-btn:active, .red-btn:focus, .red-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc3e24; }
    .red-btn:active svg, .red-btn:focus svg, .red-btn:hover svg {
      -webkit-transform: translateX(10%);
      transform: translateX(10%); }

.footer-list {
  background: #fafafa;
  text-align: center; }
  .footer-list ul {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding: 0; }
    .footer-list ul li {
      list-style: none;
      font-size: 17px;
      line-height: 26px;
      float: left; }
      .footer-list ul li:first-child {
        margin-left: 0; }
      .footer-list ul li a {
        display: block;
        color: #798387;
        padding: 25px 28px 23px;
        border-bottom: 2px solid transparent;
        text-decoration: none;
        transition: color 0.2s, border-color 0.2s; }
        .footer-list ul li a:hover {
          color: #455156;
          border-bottom-color: #455156; }

.copyrights-block {
  text-align: center;
  padding: 41px 0 42px; }
  .copyrights-block p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #737c87; }

.processed-block {
  padding-top: 13px;
  padding-bottom: 68px; }
  .processed-block .container {
    padding: 0; }
  .processed-block .row {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    box-align: strech;
    -webkit-align-items: strech;
    -moz-align-items: strech;
    -ms-align-items: strech;
    -o-align-items: strech;
    align-items: strech;
    -ms-flex-align: strech; }
  .processed-block h1 {
    font-size: 73px;
    line-height: 73px;
    font-weight: bold;
    color: #d35640;
    margin: 0;
    padding: 52px 0 0;
    letter-spacing: 3px;
    text-transform: uppercase; }
    .processed-block h1 .heavy {
      font-size: 68px;
      line-height: 64px;
      vertical-align: top;
      letter-spacing: .26px;
      display: inline-block;
      margin-left: -18px; }
    .processed-block h1 .small-title {
      padding-top: 5px;
      font-size: 34px;
      line-height: 58px;
      display: block;
      color: #455156;
      font-family: 'FuturaLT';
      letter-spacing: 3.3px;
      font-weight: normal; }
  .processed-block .image-block {
    margin-right: -41px; }
    .processed-block .image-block svg {
      display: block;
      float: right;
      max-width: 100%; }

.offer-block {
  background: #fafafa; }
  .offer-block .row {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch; }
    .offer-block .row .col-lg-4 {
      padding: 0;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -webkit-align-content: stretch;
      align-content: stretch;
      -ms-flex-line-pack: stretch;
      -webkit-align-self: stretch;
      align-self: stretch;
      -ms-flex-item-align: stretch; }
  .offer-block .item {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 61px 39px 41px;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
    transition: background-color 0.2s;
    overflow: hidden; }
    .offer-block .item span {
      line-height: 24px;
      display: block;
      position: relative;
      z-index: 2; }
    .offer-block .item .title {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 3px;
      font-family: 'FuturaBT';
      color: #455156;
      margin-bottom: 19px;
      transition: color 0.2s; }
    .offer-block .item .info {
      font-size: 16px;
      color: #737c87;
      transition: color 0.2s; }
    .offer-block .item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      transition: -webkit-transform .2s;
      transition: transform .2s; }
    .offer-block .item:hover:before {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .offer-block .item:hover .title,
    .offer-block .item:hover .info {
      color: #fff; }
    .offer-block .item.affiliates-item {
      border-bottom: 7px solid #0693c5; }
      .offer-block .item.affiliates-item:before {
        background: #0693c5; }
    .offer-block .item.sellets-item {
      border-bottom: 7px solid #e96851; }
      .offer-block .item.sellets-item:before {
        background: #e96851; }
    .offer-block .item.buyers-item {
      border-bottom: 7px solid #f3c200; }
      .offer-block .item.buyers-item:before {
        background: #f3c200; }

.about-offer-block {
  padding-top: 105px; }
  .about-offer-block .col-lg-12 {
    padding: 0; }
  .about-offer-block .content p {
    margin: 0 0 21px;
    color: #737c87; }
  .about-offer-block .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #455156;
    margin: 0;
    vertical-align: middle; }
    .about-offer-block .title span {
      display: inline-block; }
    .about-offer-block .title .border {
      width: 128px;
      height: 1px;
      background: #d15039;
      vertical-align: middle;
      display: inline-block; }
      .about-offer-block .title .border.border-right {
        float: right;
        margin-top: 44px; }
      .about-offer-block .title .border.border-bottom {
        display: block;
        width: 100%; }
  .about-offer-block .read-more {
    font-size: 18px;
    color: #d25640;
    font-family: 'FuturaBT';
    display: inline-block; }
    .about-offer-block .read-more:hover {
      text-decoration: underline; }
  .about-offer-block .sellers-block {
    float: left;
    width: 391px; }
    .about-offer-block .sellers-block .title {
      margin-bottom: 35px; }
  .about-offer-block .affiliates-block {
    padding-left: 47px;
    margin-left: 391px;
    position: relative;
    z-index: 1; }
    .about-offer-block .affiliates-block .title {
      width: 451px;
      float: left;
      text-align: right;
      margin-bottom: 8px; }
    .about-offer-block .affiliates-block .image-block {
      padding-top: 78px;
      margin-right: -14px;
      width: 311px;
      float: right;
      text-align: right; }
    .about-offer-block .affiliates-block .content {
      float: left;
      width: 451px;
      text-align: right; }
    .about-offer-block .affiliates-block .sellers-content {
      padding-top: 26px;
      width: 451px;
      padding-bottom: 102px; }
      .about-offer-block .affiliates-block .sellers-content p {
        margin: 0 0 21px;
        color: #737c87; }
  .about-offer-block .buyers-block {
    position: relative;
    top: -68px;
    z-index: 0;
    -webkit-align-self: flex-end;
    align-self: flex-end; }
    .about-offer-block .buyers-block .title {
      float: left;
      clear: both;
      width: 391px;
      padding-bottom: 30px; }
      .about-offer-block .buyers-block .title .border {
        margin-top: 33px; }
    .about-offer-block .buyers-block .image-block {
      clear: left;
      float: left;
      width: 391px; }
    .about-offer-block .buyers-block .content {
      margin-left: 391px;
      padding-top: 184px;
      padding-left: 47px; }

.medium-title {
  display: block;
  font-size: 50px;
  line-height: 69px;
  color: #455156;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase; }

.template-about-block {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
.about-block {
  padding: 80px 0 55px; }
  .about-block .col-lg-12 {
    padding: 0; }
  .about-block h1 {
    font-weight: normal;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #d25640;
    margin: 0 0 81px;
    padding: 0; }
  .about-block p {
    font-size: 16px;
    margin: 0 0 32px; }

.sellers-contact-block,
.buyers-contact-block,
.affilates-contact-block,
.about-contact-block {
  background: #fafafa;
  padding: 14px 0 12px; }
  .sellers-contact-block .col-lg-12,
  .buyers-contact-block .col-lg-12,
  .affilates-contact-block .col-lg-12,
  .about-contact-block .col-lg-12 {
    padding: 0;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .sellers-contact-block p,
  .buyers-contact-block p,
  .affilates-contact-block p,
  .about-contact-block p {
    font-size: 16px;
    margin: 0 50px 0 0; }
  .sellers-contact-block .image-block,
  .buyers-contact-block .image-block,
  .affilates-contact-block .image-block,
  .about-contact-block .image-block {
    position: relative;
    top: 1px; }
  .sellers-contact-block img,
  .buyers-contact-block img,
  .affilates-contact-block img,
  .about-contact-block img {
    display: block; }

@media screen and (min-width: 992px) {
  .about-offer-block .col-lg-12 > div {
    opacity: 0; } }

.about-offer-block .col-lg-12 > .affiliates-block {
  opacity: 1; }
  @media screen and (min-width: 992px) {
    .about-offer-block .col-lg-12 > .affiliates-block .sellers-content,
    .about-offer-block .col-lg-12 > .affiliates-block .image-block,
    .about-offer-block .col-lg-12 > .affiliates-block .content,
    .about-offer-block .col-lg-12 > .affiliates-block .title {
      opacity: 0; } }

.about-offer-block .red-btn {
  float: none;
  width: 720px;
  display: block;
  clear: both;
  margin: -10px auto 109px;
  font-size: 20px;
  line-height: 81px;
  height: 81px; }
  .about-offer-block .red-btn svg {
    width: 76px;
    height: 17px; }

.sellers-block-content,
.buyers-block-content,
.affilates-block {
  padding-top: 33px;
  padding-bottom: 107px; }
  .sellers-block-content .row,
  .buyers-block-content .row,
  .affilates-block .row {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .sellers-block-content .col-lg-6,
  .buyers-block-content .col-lg-6,
  .affilates-block .col-lg-6 {
    padding: 0; }
  .sellers-block-content .svg-block,
  .buyers-block-content .svg-block,
  .affilates-block .svg-block {
    float: right;
    clear: both; }
  .sellers-block-content h1,
  .buyers-block-content h1,
  .affilates-block h1 {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 59px 0 0; }
    .sellers-block-content h1 .leverage,
    .buyers-block-content h1 .leverage,
    .affilates-block h1 .leverage {
      width: 100%;
      -webkit-flex: none;
      flex: none;
      color: #d25640;
      font-size: 50px;
      line-height: 50px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 17px; }
    .sellers-block-content h1 .red-small,
    .buyers-block-content h1 .red-small,
    .affilates-block h1 .red-small {
      font-family: 'FuturaLT';
      width: 100%;
      -webkit-flex: none;
      flex: none;
      color: #d25640;
      font-size: 40px;
      line-height: 30px;
      text-transform: uppercase;
      margin-bottom: 19px;
      letter-spacing: 10px; }
    .sellers-block-content h1 .become,
    .buyers-block-content h1 .become,
    .affilates-block h1 .become {
      width: 100%;
      -webkit-flex: none;
      flex: none;
      color: #455156;
      font-size: 40px;
      line-height: 40px;
      font-family: 'FuturaLT';
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 21px; }
    .sellers-block-content h1 .numbers,
    .buyers-block-content h1 .numbers,
    .affilates-block h1 .numbers {
      color: #d25640;
      font-size: 70px;
      line-height: 64px;
      font-weight: bold;
      letter-spacing: 2px;
      margin-bottom: 11px; }
      .sellers-block-content h1 .numbers .heavy,
      .buyers-block-content h1 .numbers .heavy,
      .affilates-block h1 .numbers .heavy {
        vertical-align: top;
        letter-spacing: .26px;
        display: inline-block;
        margin-left: -17px;
        position: relative;
        top: -4px;
        font-size: 60px; }
    .sellers-block-content h1 .small-title,
    .buyers-block-content h1 .small-title,
    .affilates-block h1 .small-title {
      position: relative;
      top: -1px;
      font-size: 26px;
      font-weight: normal;
      color: #455156;
      font-family: 'FuturaLT';
      margin-left: 24px;
      line-height: 31px;
      letter-spacing: 1px; }

.sellers-offer-block,
.buyers-offer-block,
.affilates-offer-block {
  padding-top: 101px; }
  .sellers-offer-block .container,
  .buyers-offer-block .container,
  .affilates-offer-block .container {
    padding: 0; }
  .sellers-offer-block p,
  .buyers-offer-block p,
  .affilates-offer-block p {
    font-size: 16px;
    margin: 0 0 93px; }
  .sellers-offer-block .right-block,
  .buyers-offer-block .right-block,
  .affilates-offer-block .right-block {
    max-width: 540px;
    float: right; }
    .sellers-offer-block .right-block ul,
    .buyers-offer-block .right-block ul,
    .affilates-offer-block .right-block ul {
      margin: 0 0 93px; }
  .sellers-offer-block .title,
  .buyers-offer-block .title,
  .affilates-offer-block .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #455156;
    margin: 0 0 27px;
    vertical-align: middle;
    position: relative; }
    .sellers-offer-block .title span,
    .buyers-offer-block .title span,
    .affilates-offer-block .title span {
      display: inline-block; }
    .sellers-offer-block .title .border,
    .buyers-offer-block .title .border,
    .affilates-offer-block .title .border {
      width: 128px;
      height: 1px;
      margin-left: 17px;
      position: relative;
      background: #d15039;
      vertical-align: middle;
      display: inline-block; }
      .sellers-offer-block .title .border.border-first,
      .buyers-offer-block .title .border.border-first,
      .affilates-offer-block .title .border.border-first {
        top: -33px; }
  .sellers-offer-block .item.full-item,
  .buyers-offer-block .item.full-item,
  .affilates-offer-block .item.full-item {
    margin-bottom: 23px; }
    .sellers-offer-block .item.full-item .svg-block,
    .buyers-offer-block .item.full-item .svg-block,
    .affilates-offer-block .item.full-item .svg-block {
      float: right;
      padding-top: 22px; }
  .sellers-offer-block ul,
  .buyers-offer-block ul,
  .affilates-offer-block ul {
    margin: 0 0 49px;
    padding: 0;
    max-width: 670px; }
    .sellers-offer-block ul li,
    .buyers-offer-block ul li,
    .affilates-offer-block ul li {
      list-style: none;
      display: block;
      font-size: 16px;
      line-height: 26px;
      padding-left: 24px;
      margin-bottom: 6px;
      background: url("../img/list-arrow.svg") 0 6px no-repeat; }
  .sellers-offer-block .red-btn,
  .buyers-offer-block .red-btn,
  .affilates-offer-block .red-btn {
    float: none;
    width: 720px;
    display: block;
    clear: both;
    margin: 0 auto 109px;
    font-size: 20px;
    line-height: 81px;
    height: 81px; }
    .sellers-offer-block .red-btn svg,
    .buyers-offer-block .red-btn svg,
    .affilates-offer-block .red-btn svg {
      width: 76px;
      height: 17px; }

.buyers-offer-block .item.full-item .svg-block {
  padding-top: 44px; }

.buyers-offer-block .right-block ul {
  margin-bottom: 15px !important; }

.sellers-offer-block .right-block ul {
  margin-bottom: 96px; }

.sellers-offer-block .title {
  margin-bottom: 30px; }

.sellers-offer-block .right-block .item:nth-child(2) ul {
  margin-bottom: 45px; }

.sellers-offer-block .right-block .item:nth-child(2) .svg-block {
  margin-bottom: 92px; }

.sellers-offer-block .right-block .item:last-child ul {
  margin-bottom: 73px; }

.sellers-offer-block .left-block .svg-block {
  padding-top: 4px;
  margin-bottom: 88px; }

.sellers-offer-block .left-block .item:nth-child(2) ul {
  margin-bottom: 96px; }

.arrow-title {
  width: 51px;
  height: 155px;
  display: block;
  position: absolute;
  top: 26px;
  left: -68px; }

.cariers-block,
.vacancies-block {
  padding-top: 43px;
  padding-bottom: 106px; }
  .cariers-block .container,
  .vacancies-block .container {
    padding: 0; }
  .cariers-block .row,
  .vacancies-block .row {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .cariers-block h1,
  .vacancies-block h1 {
    margin: 0 0 53px;
    padding: 0;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3px;
    color: #d25640;
    font-weight: normal;
    font-family: 'FuturaBT';
    text-transform: uppercase; }
  .cariers-block p,
  .vacancies-block p {
    font-size: 16px;
    margin: 0 0 24px; }
  .cariers-block .top-list,
  .vacancies-block .top-list {
    margin: -4px 0 0;
    padding: 0; }
    .cariers-block .top-list li,
    .vacancies-block .top-list li {
      list-style: none; }
      .cariers-block .top-list li a,
      .vacancies-block .top-list li a {
        display: inline-block;
        padding-left: 25px;
        background: url("../img/top-list-arrow.svg") 0 50% no-repeat;
        color: #0693c5;
        line-height: 36px;
        font-size: 16px;
        text-decoration: underline; }

.cariers-block h1 {
  padding-top: 37px; }

.cariers-block .svg-block {
  padding-top: 23px;
  text-align: right; }

.cariers-contact-block,
.vacancies-contact-block {
  padding-top: 63px;
  background: #fafafa;
  padding-bottom: 37px; }
  .cariers-contact-block .container,
  .vacancies-contact-block .container {
    padding: 0; }
  .cariers-contact-block h3,
  .vacancies-contact-block h3 {
    font-size: 26px;
    margin: 0 0 25px;
    padding: 0;
    line-height: 26px;
    color: #455156; }
  .cariers-contact-block p,
  .vacancies-contact-block p {
    font-size: 16px;
    margin-bottom: 18px; }

.cariers-offer-block,
.vacancies-offer-block {
  padding-top: 28px; }
  .cariers-offer-block .container,
  .vacancies-offer-block .container {
    padding: 0; }
  .cariers-offer-block p,
  .vacancies-offer-block p {
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 18px; }
  .cariers-offer-block .title,
  .vacancies-offer-block .title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #455156;
    margin: 0 0 23px;
    padding-top: 76px;
    vertical-align: middle;
    position: relative; }
    .cariers-offer-block .title span,
    .vacancies-offer-block .title span {
      display: inline-block; }
    .cariers-offer-block .title .border,
    .vacancies-offer-block .title .border {
      width: 128px;
      height: 1px;
      margin-left: 17px;
      position: relative;
      background: #d15039;
      vertical-align: middle;
      display: inline-block; }
      .cariers-offer-block .title .border.border-first,
      .vacancies-offer-block .title .border.border-first {
        top: -33px; }
  .cariers-offer-block h4,
  .vacancies-offer-block h4 {
    font-family: 'FuturaBT';
    font-weight: normal;
    font-size: 18px;
    color: #455156;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 3px;
    padding: 12px 0 17px;
    line-height: 36px; }
  .cariers-offer-block ul,
  .vacancies-offer-block ul {
    margin: 0 0 21px;
    padding: 3px 0 0; }
    .cariers-offer-block ul li,
    .vacancies-offer-block ul li {
      list-style: none;
      display: block;
      font-size: 16px;
      line-height: 26px;
      padding-left: 24px;
      margin-bottom: 6px;
      background: url("../img/list-arrow.svg") 0 6px no-repeat; }
  .cariers-offer-block .red-btn,
  .vacancies-offer-block .red-btn {
    float: none;
    width: 720px;
    display: block;
    clear: both;
    margin: 82px auto 109px;
    font-size: 20px;
    line-height: 81px;
    height: 81px; }
    @media screen and (min-width: 992px) {
      .cariers-offer-block .red-btn,
      .vacancies-offer-block .red-btn {
        opacity: 0; } }
    .cariers-offer-block .red-btn svg,
    .vacancies-offer-block .red-btn svg {
      width: 76px;
      height: 17px; }

.cariers-offer-block .red-btn {
  margin-top: 60px; }

.login-block {
  padding-top: 80px;
  padding-bottom: 98px; }
  .login-block h1 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #d25640;
    margin: 0 0 52px;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 5px; }
  .login-block form {
    max-width: 312px;
    margin: 0 auto; }
  .login-block .checkbox-bl {
    padding-top: 5px;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden; }
    .login-block .checkbox-bl input {
      position: absolute;
      left: -9999em; }
    .login-block .checkbox-bl label {
      font-family: 'FuturaLT';
      vertical-align: middle; }
      .login-block .checkbox-bl label:before {
        vertical-align: middle;
        display: inline-block;
        width: 25px;
        position: relative;
        top: -2px;
        height: 25px;
        background: #fff;
        border: 2px solid #b2b8c0;
        content: '';
        margin-right: 16px;
        border-radius: 3px;
        transition: background-color 0.2s, border-color 0.2s; }
    .login-block .checkbox-bl input:checked + label:before {
      background-color: #455156;
      border-color: #455156; }
  .login-block .forgot {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
    padding-top: 25px; }
    .login-block .forgot .separator {
      width: 1px;
      height: 39px;
      background: #d5d9de; }
    .login-block .forgot a {
      line-height: 37px;
      font-size: 16px;
      text-decoration: underline;
      color: #d15039; }
      .login-block .forgot a:hover {
        text-decoration: none; }
  .login-block .red-btn {
    width: 100%; }

.form-group {
  margin: 0 0 18px; }

label {
  font-size: 16px;
  line-height: 32px;
  color: #455156;
  font-family: 'FuturaBT';
  font-weight: normal;
  display: block;
  margin: 0 0 -1px; }

.form-control {
  border: 2px solid #b2b8c0;
  box-shadow: none !important;
  height: 51px;
  color: #737c87;
  font-size: 16px; }
  .form-control:focus {
    border-color: #455156; }

.has-error label {
  color: #d15039; }

.has-error .form-control {
  border-color: #d15039; }

.contact-block {
  padding-top: 77px;
  padding-bottom: 110px; }
  .contact-block .container {
    padding: 0; }
  .contact-block h1 {
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #d25640;
    padding: 0;
    font-weight: normal;
    margin: 0 0 50px; }
  .contact-block p {
    font-size: 16px;
    line-height: 32px;
    color: #737c87;
    margin: 0 0 49px; }
  .contact-block .form-group.pull-left {
    width: calc((100% - 37px) / 2);
    margin-right: 37px; }
    .contact-block .form-group.pull-left:nth-child(2n) {
      margin-right: 0; }
  .contact-block .phone-number .form-control {
    width: calc((100% - 20px) / 3);
    float: left;
    margin-right: 10px; }
    .contact-block .phone-number .form-control:last-child {
      margin-right: 0; }
  .contact-block textarea.form-control {
    resize: none;
    height: 93px; }
  .contact-block .red-btn {
    width: 100%;
    text-align: left;
    height: 81px;
    line-height: 80px; }
    .contact-block .red-btn svg {
      margin-top: 27px; }
      .contact-block .red-btn svg > line {
        opacity: 0;
        transition: opacity 0.2s; }
    .contact-block .red-btn:hover svg > line {
      opacity: 1; }
  .contact-block .contact-form-block {
    width: 784px;
    float: left; }
  .contact-block .contact-info {
    top: -4px;
    position: relative;
    margin-left: calc(100% - 234px); }
    .contact-block .contact-info p,
    .contact-block .contact-info a {
      font-size: 16px;
      line-height: 32px;
      color: #455156; }
    .contact-block .contact-info p {
      margin-bottom: 69px; }
    .contact-block .contact-info a {
      display: inline-block;
      margin-bottom: 37px; }
    .contact-block .contact-info svg {
      left: -16px;
      position: relative;
      display: block; }
  .contact-block .contact-title {
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    color: #455156; }

#Website,
.man {
  fill: none;
  stroke-width: .2px;
  stroke: #445054; }

@-webkit-keyframes money {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes money {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes colors {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes colors {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes text {
  0 {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes text {
  0 {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0; } }

@keyframes dash {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes stars {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.1% {
    opacity: 0; }
  99% {
    opacity: 0; }
  99.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes stars {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.1% {
    opacity: 0; }
  99% {
    opacity: 0; }
  99.1% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bottom_on {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes bottom_on {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.affilates-arrow-tip,
.affilates-arrow,
.sellers-arrow-back,
.sellers-arrow-back2,
.sellers-arrow-back-tip,
.sellers-arrow-back-tip2,
.sellers-arrow2,
.sellers-arrow,
#Arrows,
.arrow-website-back,
.bank-tip,
.bank-arrow,
.roundsky-arrow,
.website-arrow,
.consumer-arrow,
#Bank,
#RoundSky,
.mac-border {
  fill: none; }

.roof-color,
.mac-color,
.roundsky-color,
.body-color {
  fill: #FFC400;
  stroke: transparent; }

@media screen and (min-width: 992px) {
  .roof-color,
  .mac-color,
  .roundsky-color,
  .body-color {
    opacity: 0; }
  #Website,
  .man {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000; }
  .affilates-arrow-tip,
  .vacancies-arrow,
  .affilates-arrow,
  .sellers-arrow-back-tip,
  .sellers-arrow-back-tip2,
  .sellers-arrow-back2,
  .sellers-arrow-back,
  .sellers-arrow,
  .sellers-arrow2,
  #Arrows,
  .arrow-website-back,
  .bank-tip,
  .bank-arrow,
  .roundsky-arrow,
  .website-arrow,
  .consumer-arrow,
  #Bank,
  #RoundSky,
  .mac-border {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000; }
  header {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s;
    opacity: 0; }
  .cariers-contact-block,
  .vacancies-contact-block,
  .offer-block {
    transition: opacity .35s;
    opacity: 0; }
  .sellers-contact-block .image-block,
  .buyers-contact-block .image-block,
  .affilates-contact-block .image-block,
  .about-contact-block .image-block {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: -webkit-transform .35s .7s, opacity .35s .7s;
    transition: transform .35s .7s, opacity .35s .7s;
    opacity: 0; }
  .sellers-contact-block .red-btn,
  .buyers-contact-block .red-btn,
  .affilates-contact-block .red-btn,
  .about-contact-block .red-btn {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: -webkit-transform .35s .7s, opacity .35s .7s;
    transition: transform .35s .7s, opacity .35s .7s;
    opacity: 0; }
  .sellers-contact-block p,
  .buyers-contact-block p,
  .affilates-contact-block p,
  .about-contact-block p {
    transition: opacity .35s .35s;
    opacity: 0; }
  .sellers-offer-block .item, .buyers-offer-block .item, .affilates-offer-block .item,
  .sellers-offer-block p, .buyers-offer-block p, .affilates-offer-block p {
    opacity: 0; }
  .login-block h1,
  .cariers-block .col-lg-6:first-child,
  .vacancies-block .col-lg-6:first-child,
  .contact-block h1,
  .about-block h1,
  .sellers-block-content h1,
  .buyers-block-content h1,
  .affilates-block h1,
  .processed-block h1 {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: -webkit-transform .35s .35s, opacity .35s .35s;
    transition: transform .35s .35s, opacity .35s .35s;
    opacity: 0; }
  .contact-form-block {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: -webkit-transform .35s .7s, opacity .35s .7s;
    transition: transform .35s .7s, opacity .35s .7s;
    opacity: 0; }
  .login-block form,
  .contact-block .contact-info {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: -webkit-transform .35s .7s, opacity .35s .7s;
    transition: transform .35s .7s, opacity .35s .7s;
    opacity: 0; }
  .cariers-block .svg-block,
  .vacancies-block .svg-block,
  .contact-block .col-lg-12 p,
  .about-block p,
  .sellers-block-content .svg-block,
  .buyers-block-content .svg-block,
  .affilates-block .svg-block,
  .processed-block .image-block {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: -webkit-transform .35s .35s, opacity .35s .35s;
    transition: transform .35s .35s, opacity .35s .35s;
    opacity: 0; }
  .roundsky-text path,
  .sky-text path,
  .real-time-2 path,
  .real-time-1 path,
  .loan-text path,
  .website-text path,
  .consumer-text path {
    opacity: 0; }
  .loading-end .login-block form,
  .loading-end .login-block h1,
  .loading-end .cariers-contact-block,
  .loading-end .vacancies-contact-block,
  .loading-end .cariers-block .svg-block,
  .loading-end .vacancies-block .svg-block,
  .loading-end .cariers-block .col-lg-6:first-child,
  .loading-end .vacancies-block .col-lg-6:first-child,
  .loading-end .contact-block .contact-info,
  .loading-end .contact-form-block,
  .loading-end .sellers-contact-block,
  .loading-end .buyers-contact-block,
  .loading-end .affilates-contact-block,
  .loading-end .about-contact-block,
  .loading-end .sellers-block-content .svg-block,
  .loading-end .buyers-block-content .svg-block,
  .loading-end .affilates-block .svg-block,
  .loading-end .sellers-block-content h1,
  .loading-end .buyers-block-content h1,
  .loading-end .affilates-block h1,
  .loading-end .offer-block,
  .loading-end .about-block h1,
  .loading-end .about-block p,
  .loading-end .contact-block h1,
  .loading-end .contact-block .col-lg-12 p,
  .loading-end .processed-block .image-block,
  .loading-end .processed-block h1,
  .loading-end header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .loading-end .sellers-contact-block .red-btn,
  .loading-end .sellers-contact-block .image-block,
  .loading-end .buyers-contact-block .red-btn,
  .loading-end .buyers-contact-block .image-block,
  .loading-end .affilates-contact-block .red-btn,
  .loading-end .affilates-contact-block .image-block,
  .loading-end .about-contact-block .red-btn,
  .loading-end .about-contact-block .image-block {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .loading-end .sellers-contact-block p,
  .loading-end .buyers-contact-block p,
  .loading-end .affilates-contact-block p,
  .loading-end .about-contact-block p {
    opacity: 1; }
  .loading-end .man {
    -webkit-animation: dash 3s linear forwards;
    animation: dash 3s linear forwards;
    stroke-dasharray: 500;
    stroke-dashoffset: 500; }
  .loading-end .collar {
    -webkit-animation: dash 2s 1.7s linear forwards;
    animation: dash 2s 1.7s linear forwards;
    stroke-dasharray: 500;
    stroke-dashoffset: 500; }
  .loading-end .bank-footer,
  .loading-end .mac-foot {
    -webkit-animation: dash 2.5s linear forwards;
    animation: dash 2.5s linear forwards;
    stroke-dasharray: 500;
    stroke-dashoffset: 500; }
  .loading-end .bank-head {
    -webkit-animation: dash 2s 1.5s linear forwards;
    animation: dash 2s 1.5s linear forwards;
    stroke-dasharray: 500;
    stroke-dashoffset: 500; }
  .loading-end .roundsky-lines {
    -webkit-animation: dash 2s 1s linear forwards;
    animation: dash 2s 1s linear forwards;
    stroke-dasharray: 400;
    stroke-dashoffset: 400; }
  .loading-end .roundsky-foot {
    -webkit-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards;
    stroke-dasharray: -500;
    stroke-dashoffset: -500; }
  .loading-end .roundsky-lines-top {
    -webkit-animation: dash 2s 2.5s linear forwards;
    animation: dash 2s 2.5s linear forwards;
    stroke-dasharray: 400;
    stroke-dashoffset: 400; }
  .loading-end .mac-foot {
    -webkit-animation: dash 5s linear forwards;
    animation: dash 5s linear forwards;
    stroke-dasharray: 700;
    stroke-dashoffset: 700; }
  .loading-end .mac-border {
    -webkit-animation: dash 2s linear forwards;
    animation: dash 2s linear forwards; }
  .loading-end .consumer-arrow {
    -webkit-animation: dash 1.5s 1.6s linear forwards;
    animation: dash 1.5s 1.6s linear forwards;
    stroke-dasharray: -1000;
    stroke-dashoffset: -1000; }
  .loading-end .website-arrow {
    -webkit-animation: dash 1.5s 2.2s linear forwards;
    animation: dash 1.5s 2.2s linear forwards;
    stroke-dasharray: -1000;
    stroke-dashoffset: -1000; }
  .loading-end .bottom_on .sellers-arrow {
    -webkit-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards;
    stroke-dasharray: -400;
    stroke-dashoffset: -400; }
  .loading-end .bottom_on .sellers-arrow-back2 {
    -webkit-animation: dash 1s linear forwards;
    animation: dash 1s linear forwards;
    stroke-dasharray: -400;
    stroke-dashoffset: -400; }
  .loading-end .affilates-arrow,
  .loading-end .bottom_on .sellers-arrow-back {
    -webkit-animation: dash 1s 0.5s linear forwards;
    animation: dash 1s 0.5s linear forwards;
    stroke-dasharray: 400;
    stroke-dashoffset: 400; }
  .loading-end .vacancies-arrow {
    -webkit-animation: dash 1s 0.2s linear forwards;
    animation: dash 1s 0.2s linear forwards;
    stroke-dasharray: -400;
    stroke-dashoffset: -400; }
  .loading-end .bottom_on .sellers-arrow-back2 {
    -webkit-animation: dash 0.4s 0.3s linear forwards;
    animation: dash 0.4s 0.3s linear forwards;
    stroke-dasharray: -300;
    stroke-dashoffset: -300; }
  .loading-end .bottom_on .sellers-arrow2 {
    -webkit-animation: dash 1s 1s linear forwards;
    animation: dash 1s 1s linear forwards;
    stroke-dasharray: 400;
    stroke-dashoffset: 400; }
  .loading-end .bottom_on .sellers-arrow-tip {
    -webkit-animation: dash 1s 1.5s linear forwards;
    animation: dash 1s 1.5s linear forwards;
    stroke-dasharray: 700;
    stroke-dashoffset: 700; }
  .loading-end .bottom_on .sellers-arrow-tip-pay {
    -webkit-animation: dash 1s 1s linear forwards;
    animation: dash 1s 1s linear forwards;
    stroke-dasharray: 700;
    stroke-dashoffset: 700; }
  .loading-end .bottom_on .sellers-arrow-back-tip {
    -webkit-animation: dash 1s 0.8s linear forwards;
    animation: dash 1s 0.8s linear forwards;
    stroke-dasharray: 700;
    stroke-dashoffset: 700; }
  .loading-end .affilates-arrow-tip {
    -webkit-animation: dash 1s 1s linear forwards;
    animation: dash 1s 1s linear forwards;
    stroke-dasharray: 700;
    stroke-dashoffset: 700; }
  .loading-end .bottom_on .sellers-arrow-back-tip2 {
    -webkit-animation: dash 1s 0.8s linear forwards;
    animation: dash 1s 0.8s linear forwards;
    stroke-dasharray: 700;
    stroke-dashoffset: 700; }
  .loading-end .bank-arrow {
    -webkit-animation: dash 1.5s 4.9s linear forwards;
    animation: dash 1.5s 4.9s linear forwards;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000; }
  .loading-end .bank-tip {
    -webkit-animation: dash 1.5s 5.05s linear forwards;
    animation: dash 1.5s 5.05s linear forwards;
    stroke-dasharray: 500;
    stroke-dashoffset: 500; }
  .loading-end .arrow-website-back polyline {
    -webkit-animation: dash 1s 4.3s linear forwards;
    animation: dash 1s 4.3s linear forwards;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000; }
  .loading-end .arrow-website-back path {
    -webkit-animation: dash 1s 4.25s linear forwards;
    animation: dash 1s 4.25s linear forwards;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000; }
  .loading-end .roundsky-arrow {
    -webkit-animation: dash 1.5s 2.9s linear forwards;
    animation: dash 1.5s 2.9s linear forwards;
    stroke-dasharray: -1000;
    stroke-dashoffset: -1000; }
  .loading-end .bank-column {
    -webkit-animation: dash 2s 1s linear forwards;
    animation: dash 2s 1s linear forwards;
    stroke-dasharray: 500;
    stroke-dashoffset: 500; }
  .loading-end .affilates-stars,
  .loading-end .seller-stars,
  .loading-end .stars {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    opacity: 0; }
  .loading-end .consumer-text path:nth-child(1) {
    -webkit-animation: text 0.1s 2.5s linear forwards;
    animation: text 0.1s 2.5s linear forwards; }
  .loading-end .consumer-text path:nth-child(2) {
    -webkit-animation: text 0.1s 2.55s linear forwards;
    animation: text 0.1s 2.55s linear forwards; }
  .loading-end .consumer-text path:nth-child(3) {
    -webkit-animation: text 0.1s 2.6s linear forwards;
    animation: text 0.1s 2.6s linear forwards; }
  .loading-end .consumer-text path:nth-child(4) {
    -webkit-animation: text 0.1s 2.65s linear forwards;
    animation: text 0.1s 2.65s linear forwards; }
  .loading-end .consumer-text path:nth-child(5) {
    -webkit-animation: text 0.1s 2.7s linear forwards;
    animation: text 0.1s 2.7s linear forwards; }
  .loading-end .consumer-text path:nth-child(6) {
    -webkit-animation: text 0.1s 2.75s linear forwards;
    animation: text 0.1s 2.75s linear forwards; }
  .loading-end .consumer-text path:nth-child(7) {
    -webkit-animation: text 0.1s 2.8s linear forwards;
    animation: text 0.1s 2.8s linear forwards; }
  .loading-end .consumer-text path:nth-child(8) {
    -webkit-animation: text 0.1s 2.85s linear forwards;
    animation: text 0.1s 2.85s linear forwards; }
  .loading-end .website-text path:nth-child(1) {
    -webkit-animation: text 0.1s 3.2s linear forwards;
    animation: text 0.1s 3.2s linear forwards; }
  .loading-end .website-text path:nth-child(2) {
    -webkit-animation: text 0.1s 3.25s linear forwards;
    animation: text 0.1s 3.25s linear forwards; }
  .loading-end .website-text path:nth-child(3) {
    -webkit-animation: text 0.1s 3.3s linear forwards;
    animation: text 0.1s 3.3s linear forwards; }
  .loading-end .website-text path:nth-child(4) {
    -webkit-animation: text 0.1s 3.35s linear forwards;
    animation: text 0.1s 3.35s linear forwards; }
  .loading-end .website-text path:nth-child(5) {
    -webkit-animation: text 0.1s 3.4s linear forwards;
    animation: text 0.1s 3.4s linear forwards; }
  .loading-end .website-text path:nth-child(6) {
    -webkit-animation: text 0.1s 3.45s linear forwards;
    animation: text 0.1s 3.45s linear forwards; }
  .loading-end .website-text path:nth-child(7) {
    -webkit-animation: text 0.1s 3.5s linear forwards;
    animation: text 0.1s 3.5s linear forwards; }
  .loading-end .real-time-1 path:nth-child(1) {
    -webkit-animation: text 0.1s 3.8s linear forwards;
    animation: text 0.1s 3.8s linear forwards; }
  .loading-end .real-time-1 path:nth-child(2) {
    -webkit-animation: text 0.1s 3.83s linear forwards;
    animation: text 0.1s 3.83s linear forwards; }
  .loading-end .real-time-1 path:nth-child(3) {
    -webkit-animation: text 0.1s 3.86s linear forwards;
    animation: text 0.1s 3.86s linear forwards; }
  .loading-end .real-time-1 path:nth-child(4) {
    -webkit-animation: text 0.1s 3.89s linear forwards;
    animation: text 0.1s 3.89s linear forwards; }
  .loading-end .real-time-1 path:nth-child(5) {
    -webkit-animation: text 0.1s 3.92s linear forwards;
    animation: text 0.1s 3.92s linear forwards; }
  .loading-end .real-time-1 path:nth-child(6) {
    -webkit-animation: text 0.1s 3.95s linear forwards;
    animation: text 0.1s 3.95s linear forwards; }
  .loading-end .real-time-1 path:nth-child(7) {
    -webkit-animation: text 0.1s 3.98s linear forwards;
    animation: text 0.1s 3.98s linear forwards; }
  .loading-end .real-time-1 path:nth-child(8) {
    -webkit-animation: text 0.1s 4.01s linear forwards;
    animation: text 0.1s 4.01s linear forwards; }
  .loading-end .real-time-1 path:nth-child(9) {
    -webkit-animation: text 0.1s 4.04s linear forwards;
    animation: text 0.1s 4.04s linear forwards; }
  .loading-end .real-time-1 path:nth-child(10) {
    -webkit-animation: text 0.1s 4.07s linear forwards;
    animation: text 0.1s 4.07s linear forwards; }
  .loading-end .real-time-1 path:nth-child(11) {
    -webkit-animation: text 0.1s 4.1s linear forwards;
    animation: text 0.1s 4.1s linear forwards; }
  .loading-end .real-time-1 path:nth-child(12) {
    -webkit-animation: text 0.1s 4.13s linear forwards;
    animation: text 0.1s 4.13s linear forwards; }
  .loading-end .real-time-1 path:nth-child(13) {
    -webkit-animation: text 0.1s 4.16s linear forwards;
    animation: text 0.1s 4.16s linear forwards; }
  .loading-end .roundsky-text path:nth-child(1) {
    -webkit-animation: text 0.1s 4s linear forwards;
    animation: text 0.1s 4s linear forwards; }
  .loading-end .roundsky-text path:nth-child(2) {
    -webkit-animation: text 0.1s 4.03s linear forwards;
    animation: text 0.1s 4.03s linear forwards; }
  .loading-end .roundsky-text path:nth-child(3) {
    -webkit-animation: text 0.1s 4.06s linear forwards;
    animation: text 0.1s 4.06s linear forwards; }
  .loading-end .roundsky-text path:nth-child(4) {
    -webkit-animation: text 0.1s 4.09s linear forwards;
    animation: text 0.1s 4.09s linear forwards; }
  .loading-end .roundsky-text path:nth-child(5) {
    -webkit-animation: text 0.1s 4.12s linear forwards;
    animation: text 0.1s 4.12s linear forwards; }
  .loading-end .sky-text path:nth-child(2) {
    -webkit-animation: text 0.1s 4.15s linear forwards;
    animation: text 0.1s 4.15s linear forwards; }
  .loading-end .sky-text path:nth-child(4) {
    -webkit-animation: text 0.1s 4.18s linear forwards;
    animation: text 0.1s 4.18s linear forwards; }
  .loading-end .sky-text path:nth-child(3) {
    -webkit-animation: text 0.1s 4.18s linear forwards;
    animation: text 0.1s 4.18s linear forwards; }
  .loading-end .sky-text path:nth-child(1) {
    -webkit-animation: text 0.1s 4.21s linear forwards;
    animation: text 0.1s 4.21s linear forwards; }
  .loading-end .real-time-2 path:nth-child(1) {
    -webkit-animation: text 0.1s 4.2s linear forwards;
    animation: text 0.1s 4.2s linear forwards; }
  .loading-end .real-time-2 path:nth-child(2) {
    -webkit-animation: text 0.1s 4.25s linear forwards;
    animation: text 0.1s 4.25s linear forwards; }
  .loading-end .real-time-2 path:nth-child(3) {
    -webkit-animation: text 0.1s 4.3s linear forwards;
    animation: text 0.1s 4.3s linear forwards; }
  .loading-end .real-time-2 path:nth-child(4) {
    -webkit-animation: text 0.1s 4.35s linear forwards;
    animation: text 0.1s 4.35s linear forwards; }
  .loading-end .real-time-2 path:nth-child(5) {
    -webkit-animation: text 0.1s 4.4s linear forwards;
    animation: text 0.1s 4.4s linear forwards; }
  .loading-end .real-time-2 path:nth-child(6) {
    -webkit-animation: text 0.1s 4.45s linear forwards;
    animation: text 0.1s 4.45s linear forwards; }
  .loading-end .real-time-2 path:nth-child(7) {
    -webkit-animation: text 0.1s 4.5s linear forwards;
    animation: text 0.1s 4.5s linear forwards; }
  .loading-end .real-time-2 path:nth-child(8) {
    -webkit-animation: text 0.1s 4.55s linear forwards;
    animation: text 0.1s 4.55s linear forwards; }
  .loading-end .real-time-2 path:nth-child(9) {
    -webkit-animation: text 0.1s 4.6s linear forwards;
    animation: text 0.1s 4.6s linear forwards; }
  .loading-end .real-time-2 path:nth-child(10) {
    -webkit-animation: text 0.1s 4.65s linear forwards;
    animation: text 0.1s 4.65s linear forwards; }
  .loading-end .real-time-2 path:nth-child(11) {
    -webkit-animation: text 0.1s 4.7s linear forwards;
    animation: text 0.1s 4.7s linear forwards; }
  .loading-end .real-time-2 path:nth-child(12) {
    -webkit-animation: text 0.1s 4.75s linear forwards;
    animation: text 0.1s 4.75s linear forwards; }
  .loading-end .real-time-2 path:nth-child(13) {
    -webkit-animation: text 0.1s 4.8s linear forwards;
    animation: text 0.1s 4.8s linear forwards; }
  .loading-end .loan-text path:nth-child(1) {
    -webkit-animation: text 0.1s 4.9s linear forwards;
    animation: text 0.1s 4.9s linear forwards; }
  .loading-end .loan-text path:nth-child(2) {
    -webkit-animation: text 0.1s 4.95s linear forwards;
    animation: text 0.1s 4.95s linear forwards; }
  .loading-end .loan-text path:nth-child(3) {
    -webkit-animation: text 0.1s 5s linear forwards;
    animation: text 0.1s 5s linear forwards; }
  .loading-end .loan-text path:nth-child(4) {
    -webkit-animation: text 0.1s 5.05s linear forwards;
    animation: text 0.1s 5.05s linear forwards; }
  .loading-end #Website {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 5s 1.3s linear forwards;
    animation: dash 5s 1.3s linear forwards; }
  .loading-end .body-color {
    -webkit-animation: colors 0.3s 2.4s linear forwards;
    animation: colors 0.3s 2.4s linear forwards; }
  .loading-end .mac-color {
    -webkit-animation: colors 0.3s 3s linear forwards;
    animation: colors 0.3s 3s linear forwards; }
  .loading-end .roundsky-color {
    -webkit-animation: colors 0.3s 3.8s linear forwards;
    animation: colors 0.3s 3.8s linear forwards; }
  .loading-end .roof-color {
    -webkit-animation: colors 0.3s 4.5s linear forwards;
    animation: colors 0.3s 4.5s linear forwards; }
  .loading-end .money-1 {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    -webkit-animation: money 0.2s 4.3s linear forwards;
    animation: money 0.2s 4.3s linear forwards;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .loading-end .money-2 {
    -webkit-animation: money 0.2s 4.9s linear forwards;
    animation: money 0.2s 4.9s linear forwards;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .loading-end .stars {
    -webkit-animation: text 0.5s 6s linear forwards;
    animation: text 0.5s 6s linear forwards; }
  .loading-end .affilates-stars,
  .loading-end .bottom_on .seller-stars {
    -webkit-animation: text 0.5s 1.5s linear forwards;
    animation: text 0.5s 1.5s linear forwards; }
  .loading-end .stars1 {
    -webkit-animation: stars 10s 6s linear infinite;
    animation: stars 10s 6s linear infinite; }
  .loading-end .affilates-stars1,
  .loading-end .bottom_on .seller-stars1 {
    -webkit-animation: stars 10s 1.5s linear infinite;
    animation: stars 10s 1.5s linear infinite; }
  .loading-end .stars2 {
    -webkit-animation: stars 10s 10s linear infinite;
    animation: stars 10s 10s linear infinite; }
  .loading-end .affilates-stars2,
  .loading-end .bottom_on .seller-stars2 {
    -webkit-animation: stars 10s 3s linear infinite;
    animation: stars 10s 3s linear infinite; }
  .loading-end .stars3 {
    -webkit-animation: stars 5s 6s linear infinite;
    animation: stars 5s 6s linear infinite; }
  .loading-end .affilates-stars3,
  .loading-end .bottom_on .seller-stars3 {
    -webkit-animation: stars 5s 6s linear infinite;
    animation: stars 5s 6s linear infinite; }
  .loading-end .stars4 {
    -webkit-animation: stars 20s 6s linear infinite;
    animation: stars 20s 6s linear infinite; }
  .loading-end .affilates-stars4,
  .loading-end .bottom_on .seller-stars4 {
    -webkit-animation: stars 8s 6s linear infinite;
    animation: stars 8s 6s linear infinite; }
  .loading-end .stars5 {
    -webkit-animation: stars 17s 10s linear infinite;
    animation: stars 17s 10s linear infinite; }
  .loading-end .affilates-stars5,
  .loading-end .bottom_on .seller-stars5 {
    -webkit-animation: stars 6s 10s linear infinite;
    animation: stars 6s 10s linear infinite; }
  .loading-end .stars6 {
    -webkit-animation: stars 10s 8s linear infinite;
    animation: stars 10s 8s linear infinite; }
  .loading-end .stars7 {
    -webkit-animation: stars 10s 12s linear infinite;
    animation: stars 10s 12s linear infinite; }
  .loading-end .stars8 {
    -webkit-animation: stars 15s 12s linear infinite;
    animation: stars 15s 12s linear infinite; }
  .loading-end .stars9 {
    -webkit-animation: stars 15s 15s linear infinite;
    animation: stars 15s 15s linear infinite; }
  .loading-end .cariers-offer-block .col-lg-12 > * {
    opacity: 0; }
  .loading-end .cariers-offer-block .col-lg-12 > *.bottom_on,
  .loading-end .about-offer-block .affiliates-block .title.bottom_on,
  .loading-end .about-offer-block .affiliates-block .content.bottom_on,
  .loading-end .about-offer-block .affiliates-block .image-block.bottom_on,
  .loading-end .about-offer-block .affiliates-block .sellers-content.bottom_on,
  .loading-end .about-offer-block .col-lg-12 > div.bottom_on,
  .loading-end .bottom_on {
    -webkit-animation: bottom_on 0.5s 1 ease-in-out;
    animation: bottom_on 0.5s 1 ease-in-out;
    opacity: 1;
    -webkit-backface-visibility: hidden; } }

@media screen\0 {
  #Website,
  .man,
  .affilates-arrow-tip,
  .vacancies-arrow,
  .affilates-arrow,
  .sellers-arrow-back-tip,
  .sellers-arrow-back-tip2,
  .sellers-arrow-back2,
  .sellers-arrow-back,
  .sellers-arrow,
  .sellers-arrow2,
  #Arrows,
  .arrow-website-back,
  .bank-tip,
  .bank-arrow,
  .roundsky-arrow,
  .website-arrow,
  .consumer-arrow,
  #Bank,
  #RoundSky,
  .mac-border,
  .collar,
  .bank-footer,
  .mac-foot,
  .bank-head,
  .roundsky-lines,
  .roundsky-foot,
  .roundsky-lines-top,
  .mac-foot,
  .mac-border,
  .consumer-arrow,
  .website-arrow,
  .bottom_on .sellers-arrow,
  .bottom_on .sellers-arrow-back2,
  .affilates-arrow,
  .bottom_on .sellers-arrow-back,
  .vacancies-arrow,
  .bottom_on .sellers-arrow2,
  .bottom_on .sellers-arrow-tip,
  .bottom_on .sellers-arrow-tip-pay,
  .bottom_on .sellers-arrow-back-tip,
  .affilates-arrow-tip,
  .bottom_on .sellers-arrow-back-tip2,
  .bank-arrow,
  .bank-tip,
  .arrow-website-back polyline,
  .arrow-website-back path,
  .roundsky-arrow,
  .bank-column,
  .bottom_on .sellers-arrow-back2 {
    stroke-dasharray: 0 !important;
    stroke-dashoffset: 0 !important;
    opacity: 1 !important; } }

@media screen and (max-width: 1320px) {
  .processed-block .image-block {
    margin-right: 0; } }

@media screen and (max-width: 1300px) {
  body {
    line-height: 28px;
    max-width: 100%;
    overflow-x: hidden; }
  .processed-block h1 {
    font-size: 63px;
    line-height: 63px; }
    .processed-block h1 .heavy {
      font-size: 58px;
      line-height: 54px; }
    .processed-block h1 .small-title {
      font-size: 26px;
      line-height: 48px;
      letter-spacing: 2.5px; }
  .about-offer-block .title .border {
    width: 50px; }
  .about-offer-block .sellers-block {
    width: 300px; }
    .about-offer-block .sellers-block svg {
      max-width: 100%; }
  .about-offer-block .affiliates-block {
    margin-left: 320px; }
    .about-offer-block .affiliates-block .image-block {
      width: 250px;
      margin-right: 0; }
      .about-offer-block .affiliates-block .image-block svg {
        max-width: 100%; }
    .about-offer-block .affiliates-block .content,
    .about-offer-block .affiliates-block .title,
    .about-offer-block .affiliates-block .sellers-content {
      width: calc(100% - 260px); }
    .about-offer-block .affiliates-block .sellers-content {
      padding-bottom: 70px; }
  .about-offer-block .buyers-block .content {
    padding-top: 140px; }
  .sellers-contact-block p,
  .buyers-contact-block p,
  .affilates-contact-block p,
  .about-contact-block p {
    margin-right: 20px;
    margin-left: 20px;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    flex: 2; }
    .sellers-contact-block p br,
    .buyers-contact-block p br,
    .affilates-contact-block p br,
    .about-contact-block p br {
      display: none; }
  .sellers-contact-block .red-btn,
  .buyers-contact-block .red-btn,
  .affilates-contact-block .red-btn,
  .about-contact-block .red-btn {
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1; }
  .sellers-offer-block .right-block,
  .buyers-offer-block .right-block,
  .affilates-offer-block .right-block {
    max-width: 350px; }
  .sellers-offer-block .left-block,
  .buyers-offer-block .left-block,
  .affilates-offer-block .left-block {
    width: calc(100% - 370px); }
  .sellers-offer-block .title,
  .buyers-offer-block .title,
  .affilates-offer-block .title {
    font-size: 24px; }
    .sellers-offer-block .title .border,
    .buyers-offer-block .title .border,
    .affilates-offer-block .title .border {
      width: 50px; }
  .cariers-block h1, .vacancies-block h1 {
    font-size: 40px;
    margin-bottom: 33px; }
  .sellers-block-content h1 .leverage,
  .sellers-block-content h1 .become,
  .buyers-block-content h1 .leverage,
  .buyers-block-content h1 .become,
  .affilates-block h1 .leverage,
  .affilates-block h1 .become {
    font-size: 43px; }
  .sellers-block-content h1 .red-small,
  .buyers-block-content h1 .red-small,
  .affilates-block h1 .red-small {
    font-size: 36px;
    letter-spacing: 6px; }
  .sellers-block-content h1 .numbers,
  .buyers-block-content h1 .numbers,
  .affilates-block h1 .numbers {
    font-size: 60px;
    letter-spacing: 0; }
  .sellers-block-content h1 .small-title,
  .buyers-block-content h1 .small-title,
  .affilates-block h1 .small-title {
    letter-spacing: 0;
    font-size: 22px;
    margin-left: 15px; }
  .contact-block .contact-form-block {
    width: 644px; } }

@media screen and (min-width: 992px) {
  .processed-block .image-block > .mob-svg {
    display: none; } }

@media screen and (max-width: 992px) {
  .processed-block .image-block > svg {
    display: none; }
  .medium-title {
    font-size: 40px;
    letter-spacing: 0; }
  .about-offer-block .buyers-block .title {
    float: none;
    width: 100%; }
  .navbar-nav > li {
    margin-right: 36px; }
  .navbar-brand {
    float: none;
    display: inline-block; }
  .navbar-header {
    float: none;
    text-align: center;
    margin-right: -15px !important; }
  .navbar-right {
    margin-left: -15px;
    float: left !important; }
  .processed-block {
    padding-bottom: 73px; }
    .processed-block .row {
      margin: 0;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .processed-block .row .col-md-5 {
        width: 100%;
        text-align: center; }
        .processed-block .row .col-md-5 h1 {
          text-align: left;
          display: inline-block;
          padding-top: 0;
          padding-bottom: 50px; }
  .offer-block .row {
    margin: 0; }
  .offer-block .item {
    padding-left: 20px;
    padding-right: 20px; }
  .about-offer-block .row {
    margin: 0; }
  .about-offer-block .title .border {
    width: 128px; }
  .about-offer-block .sellers-block {
    margin-bottom: -100px;
    width: 100%;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .about-offer-block .sellers-block .title {
      margin-bottom: 35px;
      -webkit-flex: 1 100%;
      flex: 1 100%;
      width: 100%;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1; }
    .about-offer-block .sellers-block .image-block {
      margin-right: 20px;
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2;
      -webkit-flex: 1 330px;
      flex: 1 330px;
      width: 330px; }
    .about-offer-block .sellers-block svg {
      max-width: 100%; }
    .about-offer-block .sellers-block .sellers-content {
      width: calc(100% - 380px);
      -webkit-flex: 1 auto;
      flex: 1 auto;
      padding-right: 20px;
      box-ordinal-group: 3;
      -webkit-order: 3;
      -moz-order: 3;
      order: 3;
      -ms-flex-order: 3; }
  .about-offer-block .affiliates-block {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .about-offer-block .affiliates-block .image-block {
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2;
      -webkit-flex: 2 auto;
      flex: 2 auto;
      text-align: center;
      padding-top: 0; }
      .about-offer-block .affiliates-block .image-block svg {
        max-width: 100%; }
    .about-offer-block .affiliates-block .title {
      margin-bottom: 35px;
      -webkit-flex: 1 100%;
      flex: 1 100%;
      width: 100%;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1; }
    .about-offer-block .affiliates-block .content {
      -webkit-flex: 2 auto;
      flex: 2 auto;
      padding-right: 20px;
      box-ordinal-group: 1;
      -webkit-order: 1;
      -moz-order: 1;
      order: 1;
      -ms-flex-order: 1;
      padding-top: 30px; }
    .about-offer-block .affiliates-block .sellers-content {
      padding-bottom: 70px; }
  .about-offer-block .buyers-block {
    top: -108px; }
    .about-offer-block .buyers-block .title {
      padding-bottom: 35px; }
    .about-offer-block .buyers-block .content {
      padding-top: 140px; }
  .about-offer-block .title .border.border-right {
    display: inline-block;
    float: none;
    margin-top: 0; }
  .footer-list ul li a {
    padding-left: 18px;
    padding-right: 18px; }
  .svg-block {
    max-width: 100%; }
    .svg-block svg {
      max-width: 100%; }
  .item.full-item .svg-block {
    max-width: 50%;
    padding-left: 20px; }
  .sellers-block-content .row,
  .buyers-block-content .row,
  .affilates-block .row {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-align: center; }
    .sellers-block-content .row h1,
    .buyers-block-content .row h1,
    .affilates-block .row h1 {
      margin-bottom: 20px;
      display: inline-block;
      text-align: left; }
      .sellers-block-content .row h1 .red-small,
      .sellers-block-content .row h1 .leverage,
      .sellers-block-content .row h1 .become,
      .buyers-block-content .row h1 .red-small,
      .buyers-block-content .row h1 .leverage,
      .buyers-block-content .row h1 .become,
      .affilates-block .row h1 .red-small,
      .affilates-block .row h1 .leverage,
      .affilates-block .row h1 .become {
        display: block; }
      .sellers-block-content .row h1 .small-title,
      .buyers-block-content .row h1 .small-title,
      .affilates-block .row h1 .small-title {
        display: inline-block;
        text-align: left; }
  .arrow-title {
    display: none; }
  .sellers-offer-block .container .row, .buyers-offer-block .container .row, .affilates-offer-block .container .row {
    margin: 0; }
  .sellers-contact-block .row .col-lg-12,
  .buyers-contact-block .row .col-lg-12,
  .affilates-contact-block .row .col-lg-12,
  .about-contact-block .row .col-lg-12 {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .sellers-contact-block p,
  .sellers-contact-block .image-block,
  .buyers-contact-block p,
  .buyers-contact-block .image-block,
  .affilates-contact-block p,
  .affilates-contact-block .image-block,
  .about-contact-block p,
  .about-contact-block .image-block {
    margin-bottom: 20px; }
  header .white-btn {
    margin-right: 0; }
  .contact-block .container {
    padding: 0 20px; }
  .contact-block .contact-form-block {
    width: 100%;
    float: none;
    margin-bottom: 40px; }
  .contact-block .contact-info {
    margin: 0; }
  .contact-block .contact-phone-block {
    float: left;
    width: 50%; }
  .contact-block svg {
    margin: 0 auto;
    left: auto !important; }
  .cariers-block h1,
  .vacancies-block h1 {
    margin-bottom: 13px; }
  .cariers-block .row,
  .vacancies-block .row {
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 0; }
  .cariers-offer-block .container,
  .vacancies-offer-block .container,
  .cariers-contact-block .container,
  .vacancies-contact-block .container {
    padding: 0 15px;
    margin: 0; }
    .cariers-offer-block .container .row,
    .vacancies-offer-block .container .row,
    .cariers-contact-block .container .row,
    .vacancies-contact-block .container .row {
      margin: 0; }
    .cariers-offer-block .container .red-btn,
    .vacancies-offer-block .container .red-btn,
    .cariers-contact-block .container .red-btn,
    .vacancies-contact-block .container .red-btn {
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .processed-block .row .col-md-7,
  .processed-block .row .col-md-5 {
    padding-left: 20px;
    padding-right: 20px; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .offer-block .item .title {
    letter-spacing: .5px; }
  .offer-block .container {
    padding-left: 0;
    padding-right: 0; }
  header {
    padding-top: 12px; }
  header .container {
    padding: 0; }
  header .container > .navbar-collapse {
    width: 100%;
    margin: 0; }
  .arrow-title {
    right: 0; }
  header .white-btn {
    position: absolute;
    right: 20px;
    top: 0; }
  .navbar-header {
    margin: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #eeeff0; }
  .navbar-toggle {
    border: none;
    float: left;
    margin: 14px 0 0;
    border-radius: 0;
    padding: 0;
    background: none !important; }
    .navbar-toggle .icon-bar {
      width: 22px;
      height: 2px;
      background: #737c87; }
  .about-block {
    padding: 23px 0 43px; }
    .about-block h1 {
      margin-bottom: 43px; }
    .about-block .row {
      margin: 0; }
  .cariers-block,
  .vacancies-block,
  .contact-block {
    padding: 23px 0 43px; }
    .cariers-block h1,
    .vacancies-block h1,
    .contact-block h1 {
      padding-top: 0;
      margin-bottom: 43px; }
  .cariers-block .title,
  .vacancies-block .title {
    padding-top: 43px; }
  .cariers-offer-block .red-btn, .vacancies-offer-block .red-btn {
    margin: 23px auto 43px; }
  .about-offer-block .buyers-block .title .border {
    margin-top: 0;
    display: inline-block;
    width: 128px; }
  .navbar-right {
    float: none !important;
    padding-right: 0;
    margin-right: -15px; }
  .navbar-default .navbar-nav > li {
    margin-right: 0; }
  .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 11px;
    display: block;
    margin: 0; }
  .processed-block {
    padding-top: 23px;
    padding-bottom: 43px; }
  .about-offer-block {
    padding-top: 45px; }
  .about-offer-block .affiliates-block,
  .about-offer-block .sellers-block {
    margin-bottom: 20px; }
    .about-offer-block .affiliates-block .image-block,
    .about-offer-block .sellers-block .image-block {
      box-ordinal-group: 2;
      -webkit-order: 2;
      -moz-order: 2;
      order: 2;
      -ms-flex-order: 2;
      -webkit-flex: 1 100%;
      flex: 1 100%;
      text-align: center;
      margin-bottom: 20px; }
    .about-offer-block .affiliates-block .content,
    .about-offer-block .sellers-block .content {
      box-ordinal-group: 3;
      -webkit-order: 3;
      -moz-order: 3;
      order: 3;
      -ms-flex-order: 3; }
  .about-offer-block .buyers-block {
    top: 0;
    margin-bottom: 20px; }
    .about-offer-block .buyers-block .image-block {
      float: none;
      width: auto;
      text-align: center;
      margin-bottom: 20px; }
    .about-offer-block .buyers-block .content {
      padding-top: 0;
      margin-left: 0;
      padding-left: 0; }
  .sellers-block-content h1, .buyers-block-content h1, .affilates-block h1 {
    padding-top: 0; }
  .sellers-block-content, .buyers-block-content, .affilates-block {
    padding-top: 23px;
    padding-bottom: 43px; }
  .sellers-offer-block, .buyers-offer-block, .affilates-offer-block {
    padding-top: 43px; }
    .sellers-offer-block p, .buyers-offer-block p, .affilates-offer-block p {
      margin-bottom: 43px; }
    .sellers-offer-block .left-block,
    .sellers-offer-block .right-block, .buyers-offer-block .left-block,
    .buyers-offer-block .right-block, .affilates-offer-block .left-block,
    .affilates-offer-block .right-block {
      float: none;
      width: auto;
      max-width: 100%; }
      .sellers-offer-block .left-block .svg-block,
      .sellers-offer-block .right-block .svg-block, .buyers-offer-block .left-block .svg-block,
      .buyers-offer-block .right-block .svg-block, .affilates-offer-block .left-block .svg-block,
      .affilates-offer-block .right-block .svg-block {
        text-align: center; }
    .sellers-offer-block .item.full-item .svg-block, .buyers-offer-block .item.full-item .svg-block, .affilates-offer-block .item.full-item .svg-block {
      float: none;
      max-width: 100%;
      text-align: center; }
  .offer-block .row .col-lg-4 {
    width: calc(100% / 3); }
  .offer-block .item {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center; }
    .offer-block .item .info {
      display: none; }
  .navbar-nav > li:nth-child(5) {
    display: block; }
  .cariers-block .row, .vacancies-block .row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .cariers-block .row .cariers-block .col-lg-6, .cariers-block .row .vacancies-block .col-lg-6, .cariers-block .row .contact-block .col-lg-6, .vacancies-block .row .cariers-block .col-lg-6, .vacancies-block .row .vacancies-block .col-lg-6, .vacancies-block .row .contact-block .col-lg-6 {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 480px) {
  .processed-block .row .col-md-5 h1 {
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 43px; }
  .sellers-offer-block .title, .buyers-offer-block .title, .affilates-offer-block .title,
  .about-offer-block .title span,
  .about-offer-block .sellers-block .title,
  .about-offer-block .affiliates-block .title,
  .processed-block h1 .small-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px; }
  .sellers-contact-block .row {
    margin: 0; }
  .sellers-offer-block .left-block .svg-block,
  .sellers-offer-block .left-block .item:nth-child(2) ul,
  .sellers-offer-block ul, .buyers-offer-block ul, .affilates-offer-block ul,
  .sellers-offer-block .right-block .item:nth-child(2) .svg-block,
  .sellers-offer-block .right-block ul, .buyers-offer-block .right-block ul, .affilates-offer-block .right-block ul {
    margin-bottom: 33px !important; }
  .buyers-offer-block .item.full-item .svg-block {
    padding-top: 0;
    margin-bottom: 33px; }
  .red-btn {
    max-width: 100%; }
  .cariers-block h1, .vacancies-block h1, .contact-block h1,
  .about-block h1 {
    margin-bottom: 20px; }
  .about-block {
    padding-bottom: 0; }
  .contact-block .contact-phone-block {
    text-align: center; }
  .contact-block .contact-phone-block,
  .contact-block .form-group.pull-left {
    float: none !important;
    width: 100%;
    margin-left: 0;
    overflow: hidden; }
  .sellers-block-content h1 .red-small, .buyers-block-content h1 .red-small, .affilates-block h1 .red-small,
  .sellers-block-content h1 .leverage, .sellers-block-content h1 .become, .buyers-block-content h1 .leverage, .buyers-block-content h1 .become, .affilates-block h1 .leverage, .affilates-block h1 .become {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0; }
  .login-block h1,
  .cariers-block h1, .vacancies-block h1, .contact-block h1,
  .about-block h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px; }
  .cariers-offer-block .title, .vacancies-offer-block .title,
  .cariers-contact-block h3, .vacancies-contact-block h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px; }
  .affilates-offer-block .item.full-item {
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    box-orient: vertical;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .affilates-offer-block .item.full-item .title {
      padding-top: 33px; }
    .affilates-offer-block .item.full-item .svg-block {
      padding: 0;
      box-ordinal-group: 3;
      -webkit-order: 3;
      -moz-order: 3;
      order: 3;
      -ms-flex-order: 3;
      margin-bottom: 20px; }
  .cariers-offer-block .container .red-btn, .vacancies-offer-block .container .red-btn {
    margin-top: 40px; }
  .cariers-offer-block h4, .vacancies-offer-block h4 {
    font-size: 14px;
    line-height: 24px; }
  .cariers-offer-block .title .border, .vacancies-offer-block .title .border {
    margin-left: 0; }
  .sellers-block-content h1 .numbers .heavy, .buyers-block-content h1 .numbers .heavy, .affilates-block h1 .numbers .heavy,
  .sellers-block-content h1 .numbers, .buyers-block-content h1 .numbers, .affilates-block h1 .numbers {
    font-size: 40px;
    line-height: 43px; }
  .sellers-block-content .row h1 .small-title, .buyers-block-content .row h1 .small-title, .affilates-block .row h1 .small-title {
    font-size: 16px;
    line-height: 23px; }
  .sellers-block-content .row, .buyers-block-content .row, .affilates-block .row {
    margin: 0; }
  .sellers-offer-block .left-block .svg-block, .sellers-offer-block .right-block .svg-block, .buyers-offer-block .left-block .svg-block, .buyers-offer-block .right-block .svg-block, .affilates-offer-block .left-block .svg-block, .affilates-offer-block .right-block .svg-block,
  .sellers-block-content .svg-block, .buyers-block-content .svg-block, .affilates-block .svg-block {
    float: none;
    max-width: 100%; }
    .sellers-offer-block .left-block .svg-block svg,
    .sellers-offer-block .left-block .svg-block img, .sellers-offer-block .right-block .svg-block svg,
    .sellers-offer-block .right-block .svg-block img, .buyers-offer-block .left-block .svg-block svg,
    .buyers-offer-block .left-block .svg-block img, .buyers-offer-block .right-block .svg-block svg,
    .buyers-offer-block .right-block .svg-block img, .affilates-offer-block .left-block .svg-block svg,
    .affilates-offer-block .left-block .svg-block img, .affilates-offer-block .right-block .svg-block svg,
    .affilates-offer-block .right-block .svg-block img,
    .sellers-block-content .svg-block svg,
    .sellers-block-content .svg-block img, .buyers-block-content .svg-block svg,
    .buyers-block-content .svg-block img, .affilates-block .svg-block svg,
    .affilates-block .svg-block img {
      max-width: 100%;
      height: auto; }
  .svg-block {
    max-width: 100%; }
    .svg-block svg,
    .svg-block img {
      max-width: 100%;
      height: auto; }
  .sellers-block-content h1 .numbers .heavy, .buyers-block-content h1 .numbers .heavy, .affilates-block h1 .numbers .heavy {
    top: -1px; }
  .sellers-block-content .row h1 .small-title, .buyers-block-content .row h1 .small-title, .affilates-block .row h1 .small-title {
    width: 100%;
    margin-left: 0;
    white-space: nowrap; }
  .about-offer-block .affiliates-block .content {
    padding-right: 0; }
  .processed-block h1 .heavy,
  .medium-title {
    font-size: 30px;
    line-height: 39px; }
  .offer-block .item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom-width: 3px !important; }
    .offer-block .item .title {
      font-size: 12px;
      margin-bottom: 0; }
  .about-offer-block .read-more {
    font-size: 16px;
    line-height: 20px; }
  .login-block,
  .cariers-contact-block,
  .vacancies-contact-block,
  .sellers-contact-block,
  .buyers-contact-block,
  .affilates-contact-block,
  .about-contact-block {
    padding-top: 40px;
    padding-bottom: 40px; }
  .cariers-offer-block p,
  .vacancies-offer-block p,
  .cariers-block p,
  .vacancies-block p,
  .contact-block p,
  .about-block p,
  .sellers-contact-block p, .sellers-contact-block .image-block, .buyers-contact-block p, .buyers-contact-block .image-block, .affilates-contact-block p, .affilates-contact-block .image-block, .about-contact-block p, .about-contact-block .image-block,
  .about-offer-block .sellers-block .sellers-content p,
  .cariers-contact-block p, .vacancies-contact-block p,
  .about-offer-block .content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px; }
  .cariers-offer-block .title, .vacancies-offer-block .title, .cariers-contact-block h3, .vacancies-contact-block h3 {
    padding-top: 12px; }
  .cariers-contact-block p:last-child, .vacancies-contact-block p:last-child {
    margin-bottom: 0; }
  .buyers-offer-block p,
  .sellers-offer-block p,
  .affilates-offer-block p {
    line-height: 26px;
    margin-bottom: 39px; }
  .contact-block .contact-info a {
    margin-bottom: 17px; }
  .footer-list ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px; }
  .navbar-header {
    min-height: 48px; }
  .navbar-default .navbar-brand {
    max-width: 30%;
    min-width: 130px;
    margin-left: -40px;
    margin-top: 5px; }
    .navbar-default .navbar-brand img {
      max-width: 100%; }
  .about-offer-block .buyers-block .image-block {
    max-width: 100%; }
    .about-offer-block .buyers-block .image-block svg {
      max-width: 100%;
      height: auto; }
  .sellers-offer-block .title .border.border-first, .buyers-offer-block .title .border.border-first, .affilates-offer-block .title .border.border-first {
    top: -23px; }
  .about-offer-block .buyers-block .content {
    margin-bottom: 43px; }
  .about-offer-block .affiliates-block .image-block svg, .about-offer-block .sellers-block .image-block svg {
    height: auto; }
  .processed-block .image-block svg {
    height: auto; }
  header .white-btn {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    margin-top: 5px; }
  .copyrights-block p {
    font-size: 12px;
    line-height: 30px; }
  .footer-list ul li:nth-child(2),
  .footer-list ul li:nth-child(3),
  .footer-list ul li:nth-child(6) {
    display: none; }
  .sellers-offer-block .red-btn, .buyers-offer-block .red-btn, .affilates-offer-block .red-btn,
  .red-btn {
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    line-height: 60px;
    height: 60px; }
    .sellers-offer-block .red-btn svg, .buyers-offer-block .red-btn svg, .affilates-offer-block .red-btn svg,
    .red-btn svg {
      display: none; }
  .about-offer-block .buyers-block .image-block svg,
  .about-offer-block .sellers-block .image-block svg {
    width: 90%; }
  .about-offer-block .affiliates-block .image-block svg {
    width: 60%; }
  .sellers-offer-block .red-btn, .buyers-offer-block .red-btn, .affilates-offer-block .red-btn {
    margin-bottom: 50px; }
  .sellers-contact-block img, .buyers-contact-block img, .affilates-contact-block img, .about-contact-block img {
    width: 80%;
    display: block;
    margin: 0 auto 15px; }
  .cariers-block, .vacancies-block, .contact-block,
  .sellers-block-content, .buyers-block-content, .affilates-block,
  .processed-block {
    padding-top: 8px;
    padding-bottom: 28px; }
  .about-offer-block {
    padding-top: 30px; }
  .copyrights-block {
    padding-top: 20px;
    padding-bottom: 20px; }
  .cariers-offer-block .container, .vacancies-offer-block .container, .cariers-contact-block .container, .vacancies-contact-block .container {
    padding-left: 5px;
    padding-right: 5px; }
  .buyers-offer-block .col-lg-12,
  .sellers-offer-block .col-lg-12,
  .affilates-offer-block .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px; }
  .sellers-contact-block p, .buyers-contact-block p, .affilates-contact-block p {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px; }
  .about-offer-block .affiliates-block .content {
    padding-top: 0; }
  .sellers-contact-block .red-btn, .buyers-contact-block .red-btn, .affilates-contact-block .red-btn, .about-contact-block .red-btn {
    display: block;
    width: calc(100% - 30px); }
  .contact-block .red-btn,
  .cariers-offer-block .red-btn,
  .vacancies-offer-block .red-btn,
  .about-offer-block .red-btn {
    margin-bottom: 50px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-size: 18px; }
  label {
    font-size: 14px;
    line-height: 30px; }
  .contact-block .contact-info p {
    margin-bottom: 30px; }
  .form-group {
    margin-bottom: 10px; }
  .g-recaptcha iframe {
    -webkit-transform: scale(0.92, 0.92);
    transform: scale(0.92, 0.92);
    margin-left: -11px; }
  .contact-block .contact-form-block {
    margin-bottom: 0; }
  .form-control {
    height: 41px; } }
