@charset "UTF-8";
.container {
  max-width: 100%; }

/*!
 * 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: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; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

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

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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: 850px; } }
  @media (min-width: 992px) {
    .container {
      width: 1120px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1480px; } }

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.16667%; }

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

.col-xs-15 {
  width: 62.5%; }

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

.col-xs-17 {
  width: 70.83333%; }

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

.col-xs-19 {
  width: 79.16667%; }

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

.col-xs-21 {
  width: 87.5%; }

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

.col-xs-23 {
  width: 95.83333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.16667%; }

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

.col-xs-pull-15 {
  right: 62.5%; }

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

.col-xs-pull-17 {
  right: 70.83333%; }

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

.col-xs-pull-19 {
  right: 79.16667%; }

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

.col-xs-pull-21 {
  right: 87.5%; }

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

.col-xs-pull-23 {
  right: 95.83333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.16667%; }

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

.col-xs-push-15 {
  left: 62.5%; }

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

.col-xs-push-17 {
  left: 70.83333%; }

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

.col-xs-push-19 {
  left: 79.16667%; }

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

.col-xs-push-21 {
  left: 87.5%; }

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

.col-xs-push-23 {
  left: 95.83333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-24 {
  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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }

  .col-sm-1 {
    width: 4.16667%; }

  .col-sm-2 {
    width: 8.33333%; }

  .col-sm-3 {
    width: 12.5%; }

  .col-sm-4 {
    width: 16.66667%; }

  .col-sm-5 {
    width: 20.83333%; }

  .col-sm-6 {
    width: 25%; }

  .col-sm-7 {
    width: 29.16667%; }

  .col-sm-8 {
    width: 33.33333%; }

  .col-sm-9 {
    width: 37.5%; }

  .col-sm-10 {
    width: 41.66667%; }

  .col-sm-11 {
    width: 45.83333%; }

  .col-sm-12 {
    width: 50%; }

  .col-sm-13 {
    width: 54.16667%; }

  .col-sm-14 {
    width: 58.33333%; }

  .col-sm-15 {
    width: 62.5%; }

  .col-sm-16 {
    width: 66.66667%; }

  .col-sm-17 {
    width: 70.83333%; }

  .col-sm-18 {
    width: 75%; }

  .col-sm-19 {
    width: 79.16667%; }

  .col-sm-20 {
    width: 83.33333%; }

  .col-sm-21 {
    width: 87.5%; }

  .col-sm-22 {
    width: 91.66667%; }

  .col-sm-23 {
    width: 95.83333%; }

  .col-sm-24 {
    width: 100%; }

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

  .col-sm-pull-1 {
    right: 4.16667%; }

  .col-sm-pull-2 {
    right: 8.33333%; }

  .col-sm-pull-3 {
    right: 12.5%; }

  .col-sm-pull-4 {
    right: 16.66667%; }

  .col-sm-pull-5 {
    right: 20.83333%; }

  .col-sm-pull-6 {
    right: 25%; }

  .col-sm-pull-7 {
    right: 29.16667%; }

  .col-sm-pull-8 {
    right: 33.33333%; }

  .col-sm-pull-9 {
    right: 37.5%; }

  .col-sm-pull-10 {
    right: 41.66667%; }

  .col-sm-pull-11 {
    right: 45.83333%; }

  .col-sm-pull-12 {
    right: 50%; }

  .col-sm-pull-13 {
    right: 54.16667%; }

  .col-sm-pull-14 {
    right: 58.33333%; }

  .col-sm-pull-15 {
    right: 62.5%; }

  .col-sm-pull-16 {
    right: 66.66667%; }

  .col-sm-pull-17 {
    right: 70.83333%; }

  .col-sm-pull-18 {
    right: 75%; }

  .col-sm-pull-19 {
    right: 79.16667%; }

  .col-sm-pull-20 {
    right: 83.33333%; }

  .col-sm-pull-21 {
    right: 87.5%; }

  .col-sm-pull-22 {
    right: 91.66667%; }

  .col-sm-pull-23 {
    right: 95.83333%; }

  .col-sm-pull-24 {
    right: 100%; }

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

  .col-sm-push-1 {
    left: 4.16667%; }

  .col-sm-push-2 {
    left: 8.33333%; }

  .col-sm-push-3 {
    left: 12.5%; }

  .col-sm-push-4 {
    left: 16.66667%; }

  .col-sm-push-5 {
    left: 20.83333%; }

  .col-sm-push-6 {
    left: 25%; }

  .col-sm-push-7 {
    left: 29.16667%; }

  .col-sm-push-8 {
    left: 33.33333%; }

  .col-sm-push-9 {
    left: 37.5%; }

  .col-sm-push-10 {
    left: 41.66667%; }

  .col-sm-push-11 {
    left: 45.83333%; }

  .col-sm-push-12 {
    left: 50%; }

  .col-sm-push-13 {
    left: 54.16667%; }

  .col-sm-push-14 {
    left: 58.33333%; }

  .col-sm-push-15 {
    left: 62.5%; }

  .col-sm-push-16 {
    left: 66.66667%; }

  .col-sm-push-17 {
    left: 70.83333%; }

  .col-sm-push-18 {
    left: 75%; }

  .col-sm-push-19 {
    left: 79.16667%; }

  .col-sm-push-20 {
    left: 83.33333%; }

  .col-sm-push-21 {
    left: 87.5%; }

  .col-sm-push-22 {
    left: 91.66667%; }

  .col-sm-push-23 {
    left: 95.83333%; }

  .col-sm-push-24 {
    left: 100%; }

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

  .col-sm-offset-1 {
    margin-left: 4.16667%; }

  .col-sm-offset-2 {
    margin-left: 8.33333%; }

  .col-sm-offset-3 {
    margin-left: 12.5%; }

  .col-sm-offset-4 {
    margin-left: 16.66667%; }

  .col-sm-offset-5 {
    margin-left: 20.83333%; }

  .col-sm-offset-6 {
    margin-left: 25%; }

  .col-sm-offset-7 {
    margin-left: 29.16667%; }

  .col-sm-offset-8 {
    margin-left: 33.33333%; }

  .col-sm-offset-9 {
    margin-left: 37.5%; }

  .col-sm-offset-10 {
    margin-left: 41.66667%; }

  .col-sm-offset-11 {
    margin-left: 45.83333%; }

  .col-sm-offset-12 {
    margin-left: 50%; }

  .col-sm-offset-13 {
    margin-left: 54.16667%; }

  .col-sm-offset-14 {
    margin-left: 58.33333%; }

  .col-sm-offset-15 {
    margin-left: 62.5%; }

  .col-sm-offset-16 {
    margin-left: 66.66667%; }

  .col-sm-offset-17 {
    margin-left: 70.83333%; }

  .col-sm-offset-18 {
    margin-left: 75%; }

  .col-sm-offset-19 {
    margin-left: 79.16667%; }

  .col-sm-offset-20 {
    margin-left: 83.33333%; }

  .col-sm-offset-21 {
    margin-left: 87.5%; }

  .col-sm-offset-22 {
    margin-left: 91.66667%; }

  .col-sm-offset-23 {
    margin-left: 95.83333%; }

  .col-sm-offset-24 {
    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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }

  .col-md-1 {
    width: 4.16667%; }

  .col-md-2 {
    width: 8.33333%; }

  .col-md-3 {
    width: 12.5%; }

  .col-md-4 {
    width: 16.66667%; }

  .col-md-5 {
    width: 20.83333%; }

  .col-md-6 {
    width: 25%; }

  .col-md-7 {
    width: 29.16667%; }

  .col-md-8 {
    width: 33.33333%; }

  .col-md-9 {
    width: 37.5%; }

  .col-md-10 {
    width: 41.66667%; }

  .col-md-11 {
    width: 45.83333%; }

  .col-md-12 {
    width: 50%; }

  .col-md-13 {
    width: 54.16667%; }

  .col-md-14 {
    width: 58.33333%; }

  .col-md-15 {
    width: 62.5%; }

  .col-md-16 {
    width: 66.66667%; }

  .col-md-17 {
    width: 70.83333%; }

  .col-md-18 {
    width: 75%; }

  .col-md-19 {
    width: 79.16667%; }

  .col-md-20 {
    width: 83.33333%; }

  .col-md-21 {
    width: 87.5%; }

  .col-md-22 {
    width: 91.66667%; }

  .col-md-23 {
    width: 95.83333%; }

  .col-md-24 {
    width: 100%; }

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

  .col-md-pull-1 {
    right: 4.16667%; }

  .col-md-pull-2 {
    right: 8.33333%; }

  .col-md-pull-3 {
    right: 12.5%; }

  .col-md-pull-4 {
    right: 16.66667%; }

  .col-md-pull-5 {
    right: 20.83333%; }

  .col-md-pull-6 {
    right: 25%; }

  .col-md-pull-7 {
    right: 29.16667%; }

  .col-md-pull-8 {
    right: 33.33333%; }

  .col-md-pull-9 {
    right: 37.5%; }

  .col-md-pull-10 {
    right: 41.66667%; }

  .col-md-pull-11 {
    right: 45.83333%; }

  .col-md-pull-12 {
    right: 50%; }

  .col-md-pull-13 {
    right: 54.16667%; }

  .col-md-pull-14 {
    right: 58.33333%; }

  .col-md-pull-15 {
    right: 62.5%; }

  .col-md-pull-16 {
    right: 66.66667%; }

  .col-md-pull-17 {
    right: 70.83333%; }

  .col-md-pull-18 {
    right: 75%; }

  .col-md-pull-19 {
    right: 79.16667%; }

  .col-md-pull-20 {
    right: 83.33333%; }

  .col-md-pull-21 {
    right: 87.5%; }

  .col-md-pull-22 {
    right: 91.66667%; }

  .col-md-pull-23 {
    right: 95.83333%; }

  .col-md-pull-24 {
    right: 100%; }

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

  .col-md-push-1 {
    left: 4.16667%; }

  .col-md-push-2 {
    left: 8.33333%; }

  .col-md-push-3 {
    left: 12.5%; }

  .col-md-push-4 {
    left: 16.66667%; }

  .col-md-push-5 {
    left: 20.83333%; }

  .col-md-push-6 {
    left: 25%; }

  .col-md-push-7 {
    left: 29.16667%; }

  .col-md-push-8 {
    left: 33.33333%; }

  .col-md-push-9 {
    left: 37.5%; }

  .col-md-push-10 {
    left: 41.66667%; }

  .col-md-push-11 {
    left: 45.83333%; }

  .col-md-push-12 {
    left: 50%; }

  .col-md-push-13 {
    left: 54.16667%; }

  .col-md-push-14 {
    left: 58.33333%; }

  .col-md-push-15 {
    left: 62.5%; }

  .col-md-push-16 {
    left: 66.66667%; }

  .col-md-push-17 {
    left: 70.83333%; }

  .col-md-push-18 {
    left: 75%; }

  .col-md-push-19 {
    left: 79.16667%; }

  .col-md-push-20 {
    left: 83.33333%; }

  .col-md-push-21 {
    left: 87.5%; }

  .col-md-push-22 {
    left: 91.66667%; }

  .col-md-push-23 {
    left: 95.83333%; }

  .col-md-push-24 {
    left: 100%; }

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

  .col-md-offset-1 {
    margin-left: 4.16667%; }

  .col-md-offset-2 {
    margin-left: 8.33333%; }

  .col-md-offset-3 {
    margin-left: 12.5%; }

  .col-md-offset-4 {
    margin-left: 16.66667%; }

  .col-md-offset-5 {
    margin-left: 20.83333%; }

  .col-md-offset-6 {
    margin-left: 25%; }

  .col-md-offset-7 {
    margin-left: 29.16667%; }

  .col-md-offset-8 {
    margin-left: 33.33333%; }

  .col-md-offset-9 {
    margin-left: 37.5%; }

  .col-md-offset-10 {
    margin-left: 41.66667%; }

  .col-md-offset-11 {
    margin-left: 45.83333%; }

  .col-md-offset-12 {
    margin-left: 50%; }

  .col-md-offset-13 {
    margin-left: 54.16667%; }

  .col-md-offset-14 {
    margin-left: 58.33333%; }

  .col-md-offset-15 {
    margin-left: 62.5%; }

  .col-md-offset-16 {
    margin-left: 66.66667%; }

  .col-md-offset-17 {
    margin-left: 70.83333%; }

  .col-md-offset-18 {
    margin-left: 75%; }

  .col-md-offset-19 {
    margin-left: 79.16667%; }

  .col-md-offset-20 {
    margin-left: 83.33333%; }

  .col-md-offset-21 {
    margin-left: 87.5%; }

  .col-md-offset-22 {
    margin-left: 91.66667%; }

  .col-md-offset-23 {
    margin-left: 95.83333%; }

  .col-md-offset-24 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }

  .col-lg-1 {
    width: 4.16667%; }

  .col-lg-2 {
    width: 8.33333%; }

  .col-lg-3 {
    width: 12.5%; }

  .col-lg-4 {
    width: 16.66667%; }

  .col-lg-5 {
    width: 20.83333%; }

  .col-lg-6 {
    width: 25%; }

  .col-lg-7 {
    width: 29.16667%; }

  .col-lg-8 {
    width: 33.33333%; }

  .col-lg-9 {
    width: 37.5%; }

  .col-lg-10 {
    width: 41.66667%; }

  .col-lg-11 {
    width: 45.83333%; }

  .col-lg-12 {
    width: 50%; }

  .col-lg-13 {
    width: 54.16667%; }

  .col-lg-14 {
    width: 58.33333%; }

  .col-lg-15 {
    width: 62.5%; }

  .col-lg-16 {
    width: 66.66667%; }

  .col-lg-17 {
    width: 70.83333%; }

  .col-lg-18 {
    width: 75%; }

  .col-lg-19 {
    width: 79.16667%; }

  .col-lg-20 {
    width: 83.33333%; }

  .col-lg-21 {
    width: 87.5%; }

  .col-lg-22 {
    width: 91.66667%; }

  .col-lg-23 {
    width: 95.83333%; }

  .col-lg-24 {
    width: 100%; }

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

  .col-lg-pull-1 {
    right: 4.16667%; }

  .col-lg-pull-2 {
    right: 8.33333%; }

  .col-lg-pull-3 {
    right: 12.5%; }

  .col-lg-pull-4 {
    right: 16.66667%; }

  .col-lg-pull-5 {
    right: 20.83333%; }

  .col-lg-pull-6 {
    right: 25%; }

  .col-lg-pull-7 {
    right: 29.16667%; }

  .col-lg-pull-8 {
    right: 33.33333%; }

  .col-lg-pull-9 {
    right: 37.5%; }

  .col-lg-pull-10 {
    right: 41.66667%; }

  .col-lg-pull-11 {
    right: 45.83333%; }

  .col-lg-pull-12 {
    right: 50%; }

  .col-lg-pull-13 {
    right: 54.16667%; }

  .col-lg-pull-14 {
    right: 58.33333%; }

  .col-lg-pull-15 {
    right: 62.5%; }

  .col-lg-pull-16 {
    right: 66.66667%; }

  .col-lg-pull-17 {
    right: 70.83333%; }

  .col-lg-pull-18 {
    right: 75%; }

  .col-lg-pull-19 {
    right: 79.16667%; }

  .col-lg-pull-20 {
    right: 83.33333%; }

  .col-lg-pull-21 {
    right: 87.5%; }

  .col-lg-pull-22 {
    right: 91.66667%; }

  .col-lg-pull-23 {
    right: 95.83333%; }

  .col-lg-pull-24 {
    right: 100%; }

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

  .col-lg-push-1 {
    left: 4.16667%; }

  .col-lg-push-2 {
    left: 8.33333%; }

  .col-lg-push-3 {
    left: 12.5%; }

  .col-lg-push-4 {
    left: 16.66667%; }

  .col-lg-push-5 {
    left: 20.83333%; }

  .col-lg-push-6 {
    left: 25%; }

  .col-lg-push-7 {
    left: 29.16667%; }

  .col-lg-push-8 {
    left: 33.33333%; }

  .col-lg-push-9 {
    left: 37.5%; }

  .col-lg-push-10 {
    left: 41.66667%; }

  .col-lg-push-11 {
    left: 45.83333%; }

  .col-lg-push-12 {
    left: 50%; }

  .col-lg-push-13 {
    left: 54.16667%; }

  .col-lg-push-14 {
    left: 58.33333%; }

  .col-lg-push-15 {
    left: 62.5%; }

  .col-lg-push-16 {
    left: 66.66667%; }

  .col-lg-push-17 {
    left: 70.83333%; }

  .col-lg-push-18 {
    left: 75%; }

  .col-lg-push-19 {
    left: 79.16667%; }

  .col-lg-push-20 {
    left: 83.33333%; }

  .col-lg-push-21 {
    left: 87.5%; }

  .col-lg-push-22 {
    left: 91.66667%; }

  .col-lg-push-23 {
    left: 95.83333%; }

  .col-lg-push-24 {
    left: 100%; }

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

  .col-lg-offset-1 {
    margin-left: 4.16667%; }

  .col-lg-offset-2 {
    margin-left: 8.33333%; }

  .col-lg-offset-3 {
    margin-left: 12.5%; }

  .col-lg-offset-4 {
    margin-left: 16.66667%; }

  .col-lg-offset-5 {
    margin-left: 20.83333%; }

  .col-lg-offset-6 {
    margin-left: 25%; }

  .col-lg-offset-7 {
    margin-left: 29.16667%; }

  .col-lg-offset-8 {
    margin-left: 33.33333%; }

  .col-lg-offset-9 {
    margin-left: 37.5%; }

  .col-lg-offset-10 {
    margin-left: 41.66667%; }

  .col-lg-offset-11 {
    margin-left: 45.83333%; }

  .col-lg-offset-12 {
    margin-left: 50%; }

  .col-lg-offset-13 {
    margin-left: 54.16667%; }

  .col-lg-offset-14 {
    margin-left: 58.33333%; }

  .col-lg-offset-15 {
    margin-left: 62.5%; }

  .col-lg-offset-16 {
    margin-left: 66.66667%; }

  .col-lg-offset-17 {
    margin-left: 70.83333%; }

  .col-lg-offset-18 {
    margin-left: 75%; }

  .col-lg-offset-19 {
    margin-left: 79.16667%; }

  .col-lg-offset-20 {
    margin-left: 83.33333%; }

  .col-lg-offset-21 {
    margin-left: 87.5%; }

  .col-lg-offset-22 {
    margin-left: 91.66667%; }

  .col-lg-offset-23 {
    margin-left: 95.83333%; }

  .col-lg-offset-24 {
    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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 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: #eeeded; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #eeeded;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

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

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

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

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

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

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

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

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

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

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

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    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: #eeeded;
  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: #eeeded;
      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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 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;
      -webkit-box-shadow: none;
      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, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

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

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

.breadcrumb {
  padding: 30px 60px 0 0;
  margin-bottom: 40px;
  list-style: none;
  border-radius: 4px;
  text-align: right; }
  .breadcrumb > li {
    display: inline-block;
    font-size: 12px; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 2px;
      color: #ccc; }
    .breadcrumb > li > a {
      color: #c7c7c7; }
  .breadcrumb > .active {
    color: #444444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 50px 0; }
  .pagination .prev, .pagination .next {
    border: 1px solid #909090; }
    .pagination .prev:active, .pagination .next:active {
      color: #ffffff;
      background-color: #e10023;
      transition: all .3s; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      font-family: "RobotoLight";
      font-size: 16px;
      position: relative;
      float: left;
      padding: 8px 15px;
      line-height: 1.42857;
      text-decoration: none;
      color: #2e282c;
      border: 1px solid transparent; }
      @media (max-width: 768px) {
        .pagination > li > a,
        .pagination > li > span {
          padding: 5px 12px !important; } }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #e10023;
    border: 1px solid transparent; }
    .pagination > li > a:hover.prev, .pagination > li > a:hover.next, .pagination > li > a:focus.prev, .pagination > li > a:focus.next,
    .pagination > li > span:hover.prev,
    .pagination > li > span:hover.next,
    .pagination > li > span:focus.prev,
    .pagination > li > span:focus.next {
      border: 1px solid #909090; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #e10023;
    border-color: transparent;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  margin-top: 200px;
  position: relative;
  background-color: #fff;
  border: 1px solid #e2e5e8;
  border-radius: none;
  background-clip: padding-box;
  outline: 0;
  z-index: 99999999999999999999; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #ffffff; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.modal-header {
  padding: 15px; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.carousel {
  position: relative; }

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

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

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

/*.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: $carousel-caption-color;
  text-align: center;
  text-shadow: $carousel-text-shadow;
  & .btn {
    text-shadow: none; // No shadow for button elements in carousel-caption
  }
}*/
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  /*.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }*/
  .carousel-indicators {
    bottom: 20px; } }
.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: 1199px) {
  .visible-md {
    display: block !important; }

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

  tr.visible-md {
    display: table-row !important; }

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important; }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

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

  tr.visible-print {
    display: table-row !important; }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }
html, body, .wrap {
  /*height: 100%;*/
  height: auto;
}

body > #wrap {
  height: auto;
  min-height: 100%;
  background-color: #ffffff; }

.wrap {
  padding: 0 20px; }

body {
  font-family: "RobotoLight";
  font-size: 14px;
  background-color: #f9f9f9;
  height: 100%; 
  /*background-image:url(../img/oleni.png);*/
}

a,
a:active,
a:hover,
a:visited {
  outline: none !important; }

input:focus {
  outline: none !important; }

input {
  outline: none !important; }

.btn:focus, .btn:active {
  outline: none !important; }

/* CLEAR FIX*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

p, h1, h2, h3, h4, h5, h6 {
  color: #3e3636; }

p {
  font-family: "RobotoLight";
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 20px; }

.h100 {
  height: 100%; }

*:focus {
  outline: none; }

input, textarea {
  color: #bbb7b7 !important; }

:-moz-placeholder {
  color: #bbb7b7; }

::-moz-placeholder {
  color: #bbb7b7; }

::-webkit-input-placeholder {
  color: #bbb7b7; }

input:required, textarea:required {
  background: #fff url("../img/icons/requared.png") no-repeat 98% center; }

.contact_form input:focus:invalid,
.contact_form textarea:focus:invalid {
  background: #fff url("../img/icons/requared.png") no-repeat 98% center;
  border-color: #b03535; }

.contact_form input:required:valid, .contact_form textarea:required:valid {
  background: #fff url("../img/icons/requared_suckess.png") no-repeat 98% center;
  border-color: #28921f; }

.title-menu {
  height: 96px;
  background-color: #ffffff;
  border-bottom: 1px solid #e10023; }
/*.title-menu{background: url(../img/vetka.png) no-repeat right top;}*/
.logo-man {
  margin: 5px 0 0 22px;
  position: absolute; }

#navb {
  /*position: relative;
  margin-left: 22px;
  line-height: 96px;*/ }
  #navb .linesmenu {
    font-size: 24px;
    font-family: "FontAwesome";
    line-height: 1.792;
    position: absolute;
    left: 0;
    top: 27.496px;
    z-index: 18; }
  #navb .title > a {
    font-size: 16px;
    font-family: "OpenSansBold";
    color: #3e3636;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.688;
    z-index: 14;
    padding-left: 20px;
    text-decoration: none;
    line-height: 96px;
    display: inline-block;
    width: 100%; }
    #navb .title > a > i {
      vertical-align: middle; }
    #navb .title > a > span {
      vertical-align: middle;
      padding-left: 20px; }

.fa-bars {
  font-size: 24px !important;
  color: #9b001b; }

.header-contact {
  min-height: 96px;
  font-family: "RobotoMedium";
  font-size: 14px;
  background-color: #9b001b;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px; }
  .header-contact a {
    color: #ffffff; }

.vertical-menu {
  height: 100%;
  background-color: #ffffff; }

.header-popap {
  min-height: 100px;
  background-color: #f4ecee;
  display: inline-block;
  width: 100%;
  margin-bottom: -5px; }

.content {
  height: 100%;
  padding-bottom: 358px; }

.location {
  margin: 0 0 0 100px; }
  .location .fa-map-marker {
    position: relative;
    top: -32px;
    font-size: 24px;
    display: inline-block; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .location .fa-map-marker {
        font-size: 16px; } }
  .location .addr {
    display: inline-block;
    margin-top: 20px;
    margin-left: 5px; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .location .addr {
        font-size: 12px;
        margin-left: 3px; } }
  @media (max-width: 768px) {
    .location {
      margin-left: 0 !important;
      margin-bottom: 0 !important;
      text-align: center; } }

.header-mail {
  margin: 20px 0 0 0; }
  .header-mail .fa-envelope, .header-mail .fa-clock-o {
    font-size: 21px;
    line-height: 19px; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .header-mail .fa-envelope, .header-mail .fa-clock-o {
        font-size: 16px; } }
  .header-mail span a {
    font-size: 14px;
    margin: 0 0 0 8px;
    line-height: 19px;
    vertical-align: text-bottom; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .header-mail span a {
        font-size: 12px;
        margin-left: 3px; } }

.header-time {
  margin: 13px 0 0 0; }
  .header-time .fa-clock-o {
    font-size: 24px;
    line-height: 21px; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .header-time .fa-clock-o {
        font-size: 16px; } }
  .header-time span {
    font-size: 14px;
    margin: 0 0 0 8px;
    line-height: 21px;
    vertical-align: text-bottom; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .header-time span {
        font-size: 12px;
        margin-left: 3px; } }

.header-phones .fa-phone {
  position: relative;
  top: -32px;
  font-size: 24px;
  display: inline-block;
  font-size: 24px; }
  @media (min-width: 992px) and (max-width: 1280px) {
    .header-phones .fa-phone {
      font-size: 16px; } }
.header-phones .phones {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 8px; }
  @media (min-width: 992px) and (max-width: 1280px) {
    .header-phones .phones {
      font-size: 12px;
      margin-left: 3px; } }
@media (max-width: 768px) {
  .header-phones {
    margin-left: -27px !important;
    margin-bottom: 10px !important;
    text-align: center; } }
@media (min-width: 992px) and (max-width: 1280px) {
  .header-phones {
    padding-left: 10px; } }

.search {
  margin-top: 28px;
  max-width: 268px; }
  @media (min-width: 992px) and (max-width: 1280px) {
    .search {
      max-width: 200px; } }
  .search .fa-search {
    width: 21px;
    color: #ffffff; }
    @media (min-width: 992px) and (max-width: 1280px) {
      .search .fa-search {
        max-width: 210px; } }
  .search .form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    birder: 1px solid #fff;
    height: 40px; }
  .search .input-group-btn {
    border: 1px solid #ffffff;
    height: 40px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #9b001b; }
    .search .input-group-btn .btn-default {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      border: 0;
      background-color: #9b001b;
      height: 38px; }

.hosp-title {
  margin: 10px 0 0 85px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .hosp-title {
      margin: 0;
      text-align: center; } }
  .hosp-title h1 {
    margin: 0;
    padding: 0;
    font-family: "OpenSansBold";
    font-size: 33px;
    color: #3e3636; }
    @media (max-width: 992px) {
      .hosp-title h1 {
        padding-left: 12px; } }
  .hosp-title .spec-title {
    font-family: "RobotoThin";
    font-size: 13px;
    color: #595959; }
  .hosp-title .world-lavel {
    font-family: "OpenSansSemibold";
    font-size: 18px;
    color: #9b001b;
    line-height: 16px;
    margin-bottom: 10px; }

.popap-menu {
  list-style-type: none;
  display: inline-block;
  margin: 30px 0 15px 0;
  padding: 0; }
  .popap-menu li {
    display: inline-block;
    margin-left: -4px;
    margin-bottom: 5px;
    transition: ease .5s; }
    .popap-menu li:hover > a {
      color: #ffffff;
      background-color: #e10023;
      transition: ease .5s; }
    .popap-menu li > a {
      text-decoration: none;
      display: inline-block;
      height: 40px;
      width: 40px;
      color: #e10023;
      line-height: 40px;
      border: 1px solid #e10023;
      text-align: center;
      transition: ease .5s; }
      .popap-menu li > a:hover {
        color: #ffffff;
        background-color: #e10023;
        transition: ease .5s; }
    .popap-menu li > span {
      display: inline-block;
      margin: -4px 18px 0 6px;
      vertical-align: middle; }
      .popap-menu li > span a {
        color: #4e4e4e;
        text-decoration: none; }
      @media (min-width: 1200px) and (max-width: 1410px) {
        .popap-menu li > span {
          margin: -4px 8px 0 2px; } }
    .popap-menu li:before {
      content: "";
      display: inline-block;
      width: 2px;
      height: 40px;
      background-color: #eed8da;
      line-height: 40px;
      position: relative;
      left: 0;
      top: -3px;
      margin: 0 17px 0 0;
      padding: 0;
      vertical-align: middle; }
      @media (min-width: 1200px) and (max-width: 1410px) {
        .popap-menu li:before {
          margin: 0 6px 0 0; } }
    @media (max-width: 768px) {
      .popap-menu li:nth-child(3) {
        margin-right: 24px; } }
    @media (max-width: 768px) {
      .popap-menu li:nth-child(3):before {
        margin: 0;
        background-color: transparent; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .popap-menu li {
        padding-left: 32px;
        width: 49%; } }
  .popap-menu .fa-info,
  .popap-menu .mdi-help,
  .popap-menu .mdi-pencil,
  .popap-menu .mdi-phone {
    font-size: 21px; }
  @media (max-width: 768px) {
    .popap-menu {
      display: table;
      margin: 10px auto 15px auto; } }

.mdi-window-close {
  font-size: 32px; }

@media (max-width: 768px) {
  .modal-content {
    padding: 0px 20px;
    margin-top: 100px; } }

.modal-body .title-modal {
  margin-bottom: 40px;
  font-family: "OpenSansBold";
  font-size: 17px;
  color: #3e3636; }
.modal-body .input-group {
  max-width: 465px;
  margin-bottom: 20px; }
  .modal-body .input-group:first-child {
    margin-top: 40px; }
  .modal-body .input-group .form-control {
    color: #D8DCDC;
    height: 40px;
    max-width: 430px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #d8dcdc !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .modal-body .input-group .input-group-btn {
    border: 1px solid #D8DCDC;
    border-left: none;
    max-width: 40px; }
    .modal-body .input-group .input-group-btn .btn {
      font-size: 20px;
      color: #b2afaf;
      line-height: 20px;
      cursor: auto; }
      .modal-body .input-group .input-group-btn .btn:active, .modal-body .input-group .input-group-btn .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .modal-body .input-group .input-group-btn .btn i {
        position: relative;
        left: -2px; }
@media (max-width: 768px) {
  .modal-body {
    padding: 0px 20px; } }

.modal-body {
  padding-bottom: 45px; }
  .modal-body label > span {
    color: #9b001b; }
  .modal-body input:valid + label {
    display: none; }
  .modal-body input:focus + label {
    display: none; }
  .modal-body textarea:focus + label {
    display: none; }
  .modal-body textarea {
    height: 70px !important;
    padding-left: 22px !important;
    padding-left: 15px !important;
    color: #D8DCDC; }
  .modal-body label {
    display: inline-block;
    position: absolute;
    top: 13px;
    cursor: pointer;
    left: 22px;
    height: 40px;
    width: auto;
    color: #d8dcdc;
    z-index: 3;
    font-family: "RobotoThin";
    font-size: 12px; }

.btn-group a.btn-submit {
  line-height: 40px; }
.btn-group > .btn-submit {
  font-family: "RobotoMedium";
  font-size: 14px;
  /*color: #3e3636;
  background-color: #ffffff;
  border-color: #909090;*/
  background-color: #e10023;
    border-color: #e10023;
    color: #ffffff;
	
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 40px;
  text-transform: uppercase;
  padding: 0 20px;
  transition: ease .5s; }
  .btn-group > .btn-submit:hover {
    /*background-color: #e10023;
    border-color: #e10023;
    color: #ffffff; */
	 color: #3e3636;
  background-color: #ffffff;
  border-color: #909090;
	}
    .btn-group > .btn-submit:hover + .btn-arrow {
      border-color: #e10023 !important; }
.btn-group .btn-arrow {
  background-color: #ffffff;
  border-color: #909090;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #e10023;
  line-height: 41px;
  font-size: 20px; }

/*
header{
  margin-bottom: 75px;
}*/
.slider {
  max-height: 380px;
  overflow: hidden;
  margin-bottom: 75px; }
  .slider .carousel-control {
    width: 0; }
  .slider .s-arrow-left, .slider .s-arrow-right {
    position: absolute;
    background-image: url("../img/icons/slider_arrow.png");
    background-repeat: no-repeat; }
  .slider .s-arrow-left {
    display: block;
    width: 25px;
    height: 46px;
    background-position: 0 center;
    height: 100%;
    left: 15px; }
    .slider .s-arrow-left:hover {
      background-position: -54px center; }
  .slider .s-arrow-right {
    display: block;
    width: 25px;
    height: 46px;
    background-position: -174px center;
    height: 100%;
    right: 15px; }
    .slider .s-arrow-right:hover {
      background-position: -130px center; }
  .slider .carousel-inner {
    background-color: #f9f9f9; }
    .slider .carousel-inner .item {
      max-height: 380px;
      overflow: hidden;
      background-color: #f9f9f9; }
      .slider .carousel-inner .item img {
        width: 100%; }
    .slider .carousel-inner .item .carousel-caption {
      opacity: 0;
      /* -moz-transition: all 0.3s 0.1s ease-in;
       -o-transition: all 0.3s 0.1s ease-in;
       -webkit-transition: all 0.3s 0.1s ease-in;*/ }
    .slider .carousel-inner .item.active .carousel-caption {
      opacity: 1;
      transition: ease-in .4s;
      /*-webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);*/ }
  .slider .carousel-indicators {
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
    background-color: #eed8da;
    padding: 12px 63px 9px 89px !important;
    margin: 0 !important; }
  .slider .carousel-caption {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 97px;
    height: 100%;
    margin-left: 100px;
    vertical-align: middle;
    max-width: 320px; }

.carousel-caption .small-title {
  font-family: "RobotoLight";
  font-size: 30px;
  color: #3e3636;
  line-height: 31px; }
.carousel-caption .large-title {
  font-family: "RobotoBlack";
  font-size: 32px;
  color: #9b001b;
  text-transform: uppercase;
  line-height: 36px; }
.carousel-caption .date-slide {
  font-family: "RobotoLight";
  font-size: 18px;
  color: #909090;
  margin-top: 22px; }

.question-circle {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../img/icons/question.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

div.article {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  /*
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    column-width: 150px;*/
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px; }
  @media (max-width: 768px) {
    div.article {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.time-bord {
  width: auto;
  max-width: 360px;
  height: auto;
  border: 1px dotted #aaaaaa;
  color: #3e3636;
  padding: 0 47px 38px 47px;
  margin: 30px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .time-bord {
      padding: 0 20px 38px 20px; } }
  .time-bord .bord-icon {
    position: relative;
    top: -30px;
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
    border: 10px solid #ffffff;
    background-color: #9b001b;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important; }
  .time-bord .icon_clock_alt {
    color: #9b001b;
    font-size: 30px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .time-bord .icon_clock_alt {
        font-size: 27px; } }
  .time-bord .time-title {
    position: relative;
    top: -35px;
    padding-bottom: 22px;
    border-bottom: 1px solid #efeff0; }
    @media (max-width: 768px) {
      .time-bord .time-title {
        font-size: 26px; } }
    .time-bord .time-title .bord-gr {
      font-family: "RobotoRegular";
      font-size: 30px;
      padding-left: 12px;
      line-height: 30px; }
      @media (max-width: 768px) {
        .time-bord .time-title .bord-gr {
          font-size: 22px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .time-bord .time-title .bord-gr {
          font-size: 27px; } }
    .time-bord .time-title .days {
      font-family: "RobotoLight";
      font-size: 19px;
      line-height: 19px;
      margin-top: 28px; }
      @media (max-width: 768px) {
        .time-bord .time-title .days {
          font-size: 16px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .time-bord .time-title .days {
          font-size: 16px; } }
    .time-bord .time-title .time {
      font-family: "RobotoBold";
      font-size: 44px;
      line-height: 33px;
      margin-top: 18px; }
      @media (max-width: 768px) {
        .time-bord .time-title .time {
          font-size: 36px; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .time-bord .time-title .time {
          font-size: 40px; } }
  .time-bord .question-bord {
    position: relative;
    top: -15px; }
    .time-bord .question-bord .bord-help {
      display: inline-block;
      font-family: "RobotoMedium";
      font-size: 17px;
      line-height: 31px;
      vertical-align: text-bottom;
      padding-left: 30px;
      position: relative;
      top: -2px; }
      @media (max-width: 768px) {
        .time-bord .question-bord .bord-help {
          padding-left: 10px; } }
  .time-bord .question-comment {
    font-family: "RobotoLight";
    font-size: 14px;
    color: #909090;
    margin-top: 4px; }
  @media (max-width: 768px) {
    .time-bord {
      padding: 0 10px 38px 10px !important; } }

h3.article-title {
  font-family: "RobotoBold";
  font-size: 24px;
  margin: 0 0 30px 0;
  padding: 0; }
  @media (max-width: 768px) {
    h3.article-title {
      font-size: 20px; } }

.about-home {
  margin-bottom: 35px;
  max-width: 554px;
  padding: 28px 0 0 0; }
  @media (max-width: 768px) {
    .about-home {
      text-align: justify; } }

.about {
  margin-bottom: 35px;
  max-width: 554px;
  padding: 0 0 0 0; }
  @media (max-width: 992px) {
    .about {
      padding: 0 30px 0 30px;
      max-width: 100%; } }

section.about-clinic {
  display: inline-block;
  width: 100%;
  margin-bottom: 55px;
  background-color: #fff; }

section.jobs-clinic {
  display: inline-block;
  width: 100%;
  padding: 0 60px 70px 70px;
  background-color: #fff; }
  @media (max-width: 768px) {
    section.jobs-clinic {
      padding: 0 20px 40px 20px; } }

section.gray-section {
  display: inline-block;
  width: 100%;
  background-color: #f4f4f4;
  padding: 75px 60px 75px 70px; }
  @media (max-width: 768px) {
    section.gray-section {
      padding: 75px 28px 75px 28px; } }

section.services-section {
  display: inline-block;
  width: 100%;
  background-color: #f4f4f4;
  padding: 0 60px 75px 70px; }
  @media (max-width: 768px) {
    section.services-section {
      padding: 0 20px 75px 20px; } }

section.white-section {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 75px 70px 75px 70px; }
  @media (max-width: 768px) {
    section.white-section {
      padding: 75px 28px 75px 28px; } }

section.doctors {
  display: inline-block;
  padding: 80px 70px 70px 70px;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 768px) {
    section.doctors {
      padding: 75px 28px 75px 28px; } }

section.wrap-doctors {
    width: 100%;
  display: inline-table;
  padding: 0 60px 75px 70px; }
  section.wrap-doctors .item-doctor {
    /*margin-bottom: 30px;*/ }
  @media (max-width: 992px) {
    /*section.wrap-doctors {
      padding: 0 20px 0 20px; }*/ }
  @media (max-width: 1120px) {
    section.wrap-doctors {
      padding: 0 30px 0 30px; } }
  section.wrap-doctors .pagination {
    margin-left: 15px; }

@media (min-width: 768px) and (max-width: 1280px) {
  .col-md-ps2 {
    width: 49.33333% !important; } }

section.cooper-section {
  display: inline-block;
  width: 100%;
  padding: 0 60px 70px 70px; }

section.testemories-section {
  display: inline-block;
  width: 100%;
  padding: 0 60px 0 70px; }
  @media (max-width: 768px) {
    section.testemories-section {
      padding: 0 20px 0 20px; } }

section.feadback-section {
  display: inline-block;
  width: 100%;
  padding: 0 60px 70px 70px; }
  @media (max-width: 768px) {
    section.feadback-section {
      padding: 0 20px 70px 20px; } }

section.testemories-section .pagination {
  margin: 20px 0 60px 0; }

.doctorpage-section {
  display: inline-block;
  width: 100%;
  padding: 0 45px 70px 55px; }

.srvblock {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0 45px 50px 55px; }
  .srvblock .srv-article h3 {
    margin-top: 45px; }
  .srvblock:first-child {
    display: block;
    padding: 0;
    margin: 0; }
    .srvblock:first-child .srv-article {
      display: table-cell;
      padding: 0 60px 0 30px; }
      @media (max-width: 768px) {
        .srvblock:first-child .srv-article {
          padding: 0 20px 50px 20px; } }
    .srvblock:first-child h3 {
      margin-top: 0; }
  .srvblock:nth-child(2n) {
    position: relative;
    display: inline-table;
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 45px 0 55px; }
    @media (max-width: 768px) {
      .srvblock:nth-child(2n) {
        padding: 0 20px 50px 20px; } }
  .srvblock .photo-srv {
    max-width: 595px;
    margin: -6px 0; }
    .srvblock .photo-srv img {
      width: 100%;
      height: auto; }
    @media (max-width: 992px) {
      .srvblock .photo-srv {
        float: none !important;
        margin-bottom: 20px;
        max-width: 100%; } }
    @media (max-width: 1200px) {
      .srvblock .photo-srv {
        float: none !important;
        margin-bottom: 20px;
        max-width: 100%; } }
  @media (max-width: 768px) {
    .srvblock {
      padding: 0 20px 50px 20px; } }

h1.title,h2.title {
  font-family: "RobotoCondensedBold";
  font-size: 36px;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 36px; }
  @media (max-width: 768px) {
    h1.title,h2.title {
      font-size: 22px; } }
  h1.title:after,h2.title:after {
    content: "";
    background-image: url("../img/icons/bottom_line.png");
    display: block;
    width: 70px;
    height: 6px;
    margin: 14px auto 15px auto; }

h1.job-title {
  font-family: "RobotoBlack";
  font-size: 30px;
  color: #444444;
  text-transform: uppercase;
  line-height: 21px;
  margin-bottom: 40px;
  margin-top: 0; }
  h1.job-title:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #9b001b;
    margin: 10px 0 0 0; }
  @media (max-width: 768px) {
    h1.job-title {
      font-size: 24px; } }

h3.title-uc {
  font-family: "RobotoBold";
  font-size: 24px;
  color: #3e3636;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  margin: 0 0 30px 0; }
  @media (max-width: 768px) {
    h3.title-uc {
      font-size: 18px; } }

h3.title-table {
  font-family: "RobotoBold";
  font-size: 24px;
  color: #444444;
  text-transform: uppercase;
  text-align: left;
  line-height: 18px;
  margin: 0 0 30px 0; }
h3.title-table a {color:inherit;}
h3.title-reviews {
  font-family: "RobotoBlack";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0; }

.directions-home .directions-tabs {
  margin: 0 0 0 0;
  background-color: #fff; }
  .directions-home .directions-tabs .tab-pane {
    background-color: #fff;
    padding: 48px 60px 60px 60px; }
    .directions-home .directions-tabs .tab-pane h3.tab-title {
      padding: 0;
      margin: 0;
      font-family: "RobotoBlack";
      font-size: 18px;
      text-transform: uppercase;
      color: #444444;
      margin-bottom: 28px; }
    .directions-home .directions-tabs .tab-pane .tab-body {
      display: inline-block;
      width: 100%; }
      .directions-home .directions-tabs .tab-pane .tab-body .tab-text {
        text-align: justify; }
      .directions-home .directions-tabs .tab-pane .tab-body .tab-img {
        max-width: 308px !important;
        margin-top: -30px;
        float: right;
        padding: 10px; }
        .directions-home .directions-tabs .tab-pane .tab-body .tab-img img {
          width: 100%;
          height: auto; }
    @media (max-width: 768px) {
      .directions-home .directions-tabs .tab-pane {
        padding: 48px 15px 60px 15px !important; } }
    @media (min-width: 992px) and (max-width: 1120px) {
      .directions-home .directions-tabs .tab-pane {
        padding: 48px 15px 60px 15px; } }
.directions-home .nav .active > a:before {
  content: '';
  transition: ease .5s;
  background-color: transparent; }
.directions-home .nav .active > a .bottom-title {
  background-color: #9b001b; }
.directions-home .nav > li {
  width: 24.9%;
  margin-right: 1px;
  overflow: hidden;
  border-bottom: 4px solid transparent; }
  @media (max-width: 768px) {
    .directions-home .nav > li {
      border-bottom: none;
      width: 49.6% !important; } }
  @media (max-width: 992px) {
    .directions-home .nav > li {
      border-bottom: none;
      width: 49.76%; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .directions-home .nav > li {
      width: 24.77% !important;
      margin-right: .1em !important; } }
  .directions-home .nav > li.active {
    border: 0 !important; }
    .directions-home .nav > li.active > a:before {
      content: '';
      transition: ease .5s;
      background-color: transparent; }
  .directions-home .nav > li > a {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: none; }
    @media (max-width: 992px) {
      .directions-home .nav > li > a {
        height: 50px; } }
    .directions-home .nav > li > a img {
      width: 100%;
      height: auto; }
    .directions-home .nav > li > a:before {
      content: '';
      position: absolute;
      transition: ease .5s;
      background-color: rgba(62, 54, 54, 0.3);
      height: 100%;
      width: 100%; }
    .directions-home .nav > li > a:hover:before {
      content: '';
      transition: ease .5s;
      background-color: transparent; }
  .directions-home .nav > li .bottom-title {
    display: block;
    font-family: "RobotoBlack";
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #c77a87;
    text-align: center;
    width: 100%;
    padding: 14px 0 14px 0;
    text-transform: uppercase;
    transition: ease .5s; }
    @media (max-width: 768px) {
      .directions-home .nav > li .bottom-title {
        font-size: 14px; } }
    @media (min-width: 992px) and (max-width: 1120px) {
      .directions-home .nav > li .bottom-title {
        font-size: 20px !important; } }
  .directions-home .nav > li:hover {
    border-bottom: 4px solid #e10023; }
    .directions-home .nav > li:hover .bottom-title {
      background-color: #9b001b; }
    @media (max-width: 992px) {
      .directions-home .nav > li:hover {
        border-bottom: none; } }
  .directions-home .nav > li:last-child {
    margin-right: 0 !important; }
.directions-home .nav-tabs {
  border-bottom: none;
  margin: 0 !important;
  padding: 0 !important; }
  .directions-home .nav-tabs li {
    border: none; }
    .directions-home .nav-tabs li a {
      margin: 0 !important;
      padding: 0 !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important; }
.directions-home .nav-tabs > li.active > a,
.directions-home .nav-tabs > li.active > a:hover,
.directions-home .nav-tabs > li.active > a:focus {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 4px solid #e10023;
  cursor: default; }

.directions {
  margin: 0; }
  .directions .direction-items {
    list-style-type: none;
    padding: 0;
    margin: 35px 0 0 0; }
    .directions .direction-items > li {
      position: relative;
      display: block;
      width: 24.88%;
      overflow: hidden;
      float: left;
      margin-right: 1px; }
      .directions .direction-items > li.active > a:before {
        content: '';
        transition: ease .5s;
        background-color: transparent; }
      .directions .direction-items > li.active > a .bottom-title {
        background-color: #9b001b; }
      .directions .direction-items > li > a {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        border: none; }
        .directions .direction-items > li > a img {
          width: 100%;
          height: auto; }
        .directions .direction-items > li > a:before {
          content: '';
          position: absolute;
          transition: ease .5s;
          background-color: rgba(62, 54, 54, 0.3);
          height: 100%;
          width: 100%; }
        .directions .direction-items > li > a:hover:before {
          content: '';
          transition: ease .5s;
          background-color: transparent; }
      .directions .direction-items > li .bottom-title {
        display: block;
        font-family: "RobotoBlack";
        font-size: 24px;
        line-height: 20px;
        position: absolute;
        bottom: 0;
        color: #fff;
        background-color: #c77a87;
        text-align: center;
        width: 100%;
        padding: 14px 0 14px 0;
        text-transform: uppercase;
        transition: ease .5s; }
        @media (max-width: 1120px) {
          .directions .direction-items > li .bottom-title {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .directions .direction-items > li .bottom-title {
            padding: 8px 0 8px 0; } }
      .directions .direction-items > li:hover .bottom-title {
        background-color: #9b001b; }
      .directions .direction-items > li:last-child {
        margin-right: 0; }
      @media (max-width: 992px) {
        .directions .direction-items > li {
          width: 49.6%; } }

.owl-doctors .item .item-department {
  display: block;
  text-decoration: none;
  width: 100%;
  font-family: "RobotoBlack";
  font-size: 18px;
  text-align: center;
  padding: 14px 0;
  color: #9b001b;
  background-color: #fff;
  border: 1px solid #e10023;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: ease .5s; }
  .owl-doctors .item .item-department:hover {
    background-color: #e10023;
    color: #ffffff;
    text-decoration: none; }

.item-doctor {
  border: 1px solid #cccccc;
  /*height: 550px;*/
	height: 100%;
  background-color: #ffffff; }
  .item-doctor .doctor-photo {
    position: relative;
    top: 0;
    width: 100%;
    height: 188px;
    overflow: hidden;
    margin-bottom: 27px;
    background-color: #f4f4f4; }
    .item-doctor .doctor-photo img {
      /*  width: auto !important;
        height: 100%;
        margin: 0 auto;
      */
      width: auto !important;
      height: auto;
      margin: 0 auto;
      max-width: 100%; }
  .item-doctor .doctor-title {
    width: 100%;
    padding: 0 22px; }
    .item-doctor .doctor-title > a {
      font-family: "RobotoBold";
      font-size: 14px;
      line-height: 16px;
      color: #444444;
      text-transform: uppercase;
      text-decoration: none;
      /*&:after {
        content: "";
        //background-image: url("../img/icons/bottom_line.png");
        display: block;
        width: 25px;
        height: 2px;
        background-color: $darken-red;
        margin: 15px 0 0 0;
      }*/ }
      .item-doctor .doctor-title > a .fio {
        display: block;
        clear: both; }
      .item-doctor .doctor-title > a:hover {
        color: #9b001b;
        transition: all .3s; }
  .item-doctor .doctor-desc {
    /*height: 290px;*/
    overflow: hidden;
    padding: 0 22px 15px 22px;
    font-family: "RobotoLight";
    font-size: 14px;
    color: #000; }

.doctor-desc {
  font-family: "RobotoLight";
  font-size: 14px;
  color: #000; }
  .doctor-desc:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #9b001b;
    margin: 15px 0 23px 0; }

.owl-nav {
  float: right;
  margin-top: 33px; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    display: inline-block;
    font-size: 21px;
    color: #595959;
    text-align: center;
    line-height: 37px;
    height: 40px;
    width: 40px;
    border: 1px solid #595959; }
    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      color: #e10023; }
    .owl-nav .owl-prev:active, .owl-nav .owl-prev:focus, .owl-nav .owl-next:active, .owl-nav .owl-next:focus {
      color: #ffffff;
      background-color: #e10023;
      transition: all .3s; }
  .owl-nav .owl-prev {
    margin-right: 20px; }

.benefits {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  width: 100%; }
  .benefits li {
    position: relative;
    float: left;
    width: 33%;
    margin-bottom: 45px; }
    .benefits li:nth-last-child(1) {
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .benefits li:nth-last-child(1) {
          margin-bottom: 30px; } }
    .benefits li:nth-last-child(2) {
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .benefits li:nth-last-child(2) {
          margin-bottom: 30px; } }
    .benefits li:nth-last-child(3) {
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .benefits li:nth-last-child(3) {
          margin-bottom: 30px; } }
    @media (max-width: 768px) {
      .benefits li {
        float: none;
        width: 100%;
        margin-bottom: 30px; } }
    @media (min-width: 992px) and (max-width: 1120px) {
      .benefits li {
        width: 32.5%;
        height: 62px; } }
  .benefits .icon {
    position: absolute;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    top: -2px;
    color: #444444; }
    .benefits .icon i.fa:after {
      content: "";
      display: block;
      width: 25px;
      height: 2px;
      background-color: #9b001b;
      margin: 13px 0 0 0; }
    .benefits .icon .car {
      position: absolute;
      top: 6px;
      display: block;
      width: 26px;
      height: 22px;
      background-image: url("../img/icons/car.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
      .benefits .icon .car:after {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        background-color: #9b001b;
        margin: 35px 0 0 0; }
    .benefits .icon .note {
      position: absolute;
      top: 6px;
      display: block;
      width: 24px;
      height: 26px;
      background-image: url("../img/icons/note.png");
      background-repeat: no-repeat;
      background-position: 2px 0; }
      .benefits .icon .note:after {
        content: "";
        display: block;
        width: 25px;
        height: 2px;
        background-color: #9b001b;
        margin: 38px 0 0 0; }
  .benefits .desc {
    display: inline-block;
    max-width: 218px;
    margin-left: 40px;
    color: #3e3636; }
    @media (max-width: 768px) {
      .benefits .desc {
        max-width: 100% !important;
        width: 100%;
        height: auto !important; } }
    @media (max-width: 992px) {
      .benefits .desc {
        max-width: 148px;
        margin-left: 33px;
        color: #3e3636;
        height: 120px; } }

.img-title {
  display: inline-block;
  position: relative;
  width: 100%;
  max-height: 380px;
  overflow: hidden; }
  .img-title > img {
    width: 100%;
    height: auto; }

.desc-caption {
  /*position: absolute;
  top: 97px;
  left: 100px;*/
  position: absolute;
  top: 50%;
  left: 100px;
  height: 370px;
  margin-top: -100px; }
  .desc-caption .small-title {
    font-family: "RobotoLight";
    font-size: 30px;
    color: #3e3636;
    line-height: 31px; }
  .desc-caption .large-title {
    display: inline-block;
    font-family: "RobotoBlack";
    font-size: 32px;
    color: #9b001b;
    text-transform: uppercase;
    line-height: 36px; }
    .desc-caption .large-title > span {
      display: block; }
  .desc-caption .sale {
    display: inline-block;
    font-family: "RobotoBlack";
    font-size: 92px;
    line-height: 92px;
    color: #524444; }
    .desc-caption .sale sub {
      bottom: inherit !important;
      font-size: 38px; }
  .desc-caption .date-slide {
    font-family: "RobotoLight";
    font-size: 18px;
    color: #909090;
    margin-top: 22px; }

.desc-sale .large-title {
  display: inline-block;
  font-family: "RobotoBlack";
  font-size: 32px;
  color: #9b001b;
  text-transform: uppercase;
  line-height: 36px; }
  .desc-sale .large-title > span {
    display: block;
    color: #3e3636; }
    .desc-sale .large-title > span:first-child {
      font-family: "RobotoBlack";
      font-size: 32px; }
    .desc-sale .large-title > span:last-child {
      font-family: "RobotoLight";
      font-size: 26px; }
.desc-sale .sale {
  display: inline-block;
  font-family: "RobotoBlack";
  font-size: 70px;
  line-height: 92px;
  color: #524444; }
  .desc-sale .sale sub {
    bottom: inherit !important;
    font-size: 38px; }

.photo-about {
  max-width: 360px;
  max-height: 370px;
  width: 100%;
  overflow: hidden;
  margin: 0 30px 68px 0; }
  .photo-about img {
    width: 100%;
    height: auto; }
  @media (max-width: 992px) {
    .photo-about {
      float: none !important;
      max-width: 100%;
      max-height: none; } }
  @media (max-width: 1200px) {
    .photo-about {
      margin: 0 0 68px 0;
      padding: 0 30px; } }

.tagline {
  font-family: "RobotoMedium";
  font-style: italic; }

.doc-top {
  top: 33px; }

.documents {
  margin: 52px auto 0 auto;
  max-width: 860px; }
  .documents ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .documents ul > li {
      width: 48%;
      float: left;
      margin-bottom: 24px; }
      .documents ul > li:nth-last-child(1) {
        margin-bottom: 0; }
      .documents ul > li:nth-last-child(2) {
        margin-bottom: 0; }
      .documents ul > li:nth-child(2n) {
        margin-left: 24px; }
        @media (max-width: 768px) {
          .documents ul > li:nth-child(2n) {
            margin-left: 0; } }
      .documents ul > li img {
        width: 100%;
        height: auto; }
      @media (max-width: 768px) {
        .documents ul > li {
          width: 100%;
          float: none; } }

.services {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 70px; }
  .services .direction-items {
    list-style-type: none;
    padding: 0;
    margin: 50px 0 0 0; }
    .services .direction-items > li {
      position: relative;
      display: block;
      width: 22.9%;
      overflow: hidden;
      float: left;
      margin-right: 20px; }
      .services .direction-items > li.active > a:before {
        content: '';
        transition: ease .5s;
        background-color: transparent; }
      .services .direction-items > li.active > a .bottom-title {
        background-color: #9b001b; }
      .services .direction-items > li > a {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        border: none; }
        .services .direction-items > li > a img {
          width: 100%;
          height: auto; }
        .services .direction-items > li > a:before {
          content: '';
          position: absolute;
          transition: ease .5s;
          background-color: rgba(62, 54, 54, 0.3);
          height: 100%;
          width: 100%; }
        .services .direction-items > li > a:hover:before {
          content: '';
          transition: ease .5s;
          background-color: transparent; }
      .services .direction-items > li .bottom-title {
        display: block;
        font-family: "RobotoBlack";
        font-size: 24px;
        line-height: 20px;
        position: absolute;
        bottom: 0;
        color: #fff;
        background-color: #c77a87;
        text-align: center;
        width: 100%;
        padding: 14px 0 14px 0;
        text-transform: uppercase;
        transition: ease .5s; }
      .services .direction-items > li:hover .bottom-title {
        background-color: #9b001b; }
      .services .direction-items > li:last-child {
        margin-right: 0; }

.services-direction {
  display: inline-block;
  width: 100%;
  padding: 0 40px 0 70px; }
  @media (max-width: 768px) {
    .services-direction {
      padding: 0 20px 0 20px; } }
  @media (max-width: 992px) {
    .services-direction .wrap {
      padding: 0; } }

.nav-service-dir {
  position: absolute;
  z-index: 5;
  width: 100%; }
  @media (max-width: 992px) {
    .nav-service-dir {
      position: relative; } }

#accordionDirection .panel-service {
  width: 100%;
  border: 1px solid #e10023;
  margin: 0 0 10px 0; }
  #accordionDirection .panel-service .panel-heading {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: #ffffff; }
    #accordionDirection .panel-service .panel-heading.active {
      background-color: #e10023;
      transition: ease .5s; }
      #accordionDirection .panel-service .panel-heading.active a {
        color: #ffffff; }
        #accordionDirection .panel-service .panel-heading.active a:hover {
          color: #ffffff !important; }
    #accordionDirection .panel-service .panel-heading .panel-title {
      font-family: "RobotoLight";
      font-size: 18px;
      color: #444444;
      display: block;
      width: 100%;
      height: 100%;
      padding: 16px 20px;
      text-decoration: none;
      line-height: 18px;
      position: relative; }
      #accordionDirection .panel-service .panel-heading .panel-title:hover {
        color: #9b001b; }
      #accordionDirection .panel-service .panel-heading .panel-title > .mdi {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -9px; }
      #accordionDirection .panel-service .panel-heading .panel-title > span {
        display: inline-block;
        max-width: 90%; }
  #accordionDirection .panel-service .panel-collapse {
    background-color: #ffffff; }
  #accordionDirection .panel-service .panel-body {
    width: 100%; }

.service-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .service-list li {
    margin-bottom: 20px;
    overflow: hidden; }
    .service-list li > a {
      font-family: "RobotoLight";
      font-size: 16px;
      color: #3e3636;
      text-decoration: none;
      line-height: 18px;
      display: inline-block;
      max-width: 250px;
      margin-left: 31px; }
      @media (max-width: 992px) {
        .service-list li > a {
          max-width: 100%; } }
      @media (max-width: 1280px) {
        .service-list li > a {
          font-size: 14px;
          margin-left: 20px; } }
    .service-list li:before {
      position: absolute;
      font-family: 'ElegantIcons';
      content: "\35";
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #e10023;
      font-size: 18px;
      padding-right: 13px; }
    .service-list li:hover:before {
      content: "\e046"; }
    .service-list li:hover > a {
      color: #9b001b; }

.service-dir-photo {
  max-height: 300px;
  width: 100%;
  margin: 0 0 50px 0;
  overflow: hidden; }
  .service-dir-photo img {
    width: 100%;
    height: auto; }

.service-doc {
  margin: 20px; }

/*
.table     { display: table }
.thead     { display: table-header-group }
.tbody     { display: table-row-group }
.tfoot     { display: table-footer-group }
.tr        { display: table-row }
.td,.th    { display: table-cell }
.col       { display: table-column }
.colgroup1  { display: table-column-group }
.colgroup2  { display: table-column-group }
.caption   { display: table-caption }
*/
.table {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: red;
  scrollbar-shadow-color: red;
  scrollbar-dark-shadow-color: #C0C0C0; }
  .table ::-webkit-scrollbar {
    width: 17px;
    background-color: #efeff0; }
  .table ::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #777;
    background-color: #000; }

.thead {
  display: inline-block;
  width: 100%;
  height: 40px;
  background-color: #9b001b;
  color: #ffffff; }
  @media (max-width: 1024px) {
    .thead .column-group1 {
      width: auto; } }
  @media (max-width: 1024px) {
    .thead .column-group2 {
    float: right;
    width: auto; } }

.tbody {
  height: 400px;
  display: inline-block;
  width: 100%;
  overflow: auto; }
  .tbody .tr:nth-child(2n) {
    background-color: #efeff0; }

.th {
  display: inline-block;
  font-family: "RobotoBold";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px; }
  @media (max-width: 768px) {
    .th {
      font-size: 14px; } }

.tr {
  border-left: 1px solid #fafafa; }

.td {
  display: inline-block;
  font-family: "OpenSansRegular";
  font-size: 14px;
  color: #5e646a;
  padding: 16px 0 15px 0;
  vertical-align: middle;
  /*
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/ }

.column-group1 {
  width: 76%;
  padding-left: 25px; }

.column-group2 {
  width: 23%;
  text-align: right;
  padding-right: 25px; }
  @media (max-width: 380px) {
    .column-group2 {
      width: 22%;
      padding-right: 5px; } }

.indents {
  width: 48%; }

.input-group label > span {
  color: #9b001b; }
.input-group input:valid + label {
  display: none; }
.input-group input:focus + label {
  display: none; }
.input-group textarea:focus + label {
  display: none; }
.input-group textarea {
  color: #D8DCDC; }
.input-group label {
  display: inline-block;
  position: absolute;
  top: 13px;
  cursor: pointer;
  left: 22px;
  height: 40px;
  width: auto;
  color: #d8dcdc;
  z-index: 3;
  font-family: "RobotoThin";
  font-size: 12px; }

.center {
  text-align: center; }

.appointments {
  padding: 0 0 0 0; }
  .appointments .indents {
    width: 48%;
    margin-right: 2.1em; }
    @media (max-width: 768px) {
      .appointments .indents {
        width: 100%;
        margin-right: 0; } }
  .appointments .input-group:nth-child(2n) {
    margin-right: 0; }
  .appointments .input-group {
    margin-bottom: 20px; }
    .appointments .input-group input {
      outline: none !important;
      height: 40px;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important; }
    .appointments .input-group textarea {
      height: 150px;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important; }
    .appointments .input-group select {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      height: 40px;
      appearance: none !important;
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      background-image: url("../img/icons/arrow_select.png");
      background-repeat: no-repeat;
      background-position: right center;
      line-height: 1em;
      background-position: 97% center; }
    .appointments .input-group .input-group-addon {
      background-color: #ffffff;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      font-size: 14px;
      color: #c1c0c0; }
      .appointments .input-group .input-group-addon .fa-pencil {
        color: #c1c0c0; }

.bootstrap-datetimepicker-widget > ul {
  padding: 0; }

.timepicker a {
  color: #9b001b; }

.prices-direction {
  padding: 0 60px 0 70px; }
  @media (max-width: 768px) {
    .prices-direction {
      padding: 0 20px 0 20px; } }

.titl-in-table {
  font-family: "RobotoBold";
  font-size: 24px;
  color: #5e646a;
  text-transform: uppercase;
  text-align: left;
  line-height: 18px; }

.d-wrap .item-doctor .doctor-photo a {
  display: block;
  text-align: center; }

/*.wpap-doc {
  margin: 0 15px 30px 15px;
  float: left;
  width: 29.5%;
  .item-doctor {
    .doctor-photo {
      a {
        display: block;
        text-align: center;
      }
    }
  }

  &:nth-child(3n) {
    margin-right: 0;
    @media (max-width: 1200px) {
      margin-right: 15px;
    }
  }
  &:nth-child(3n+1) {
    margin-left: 0;
    @media (max-width: 1200px) {
      margin-left: 15px;
    }
  }
  &:nth-child(2n) {
    @media (max-width: 1200px) {
      margin-right: 0;
      padding-left: 15px;
    }
  }
  &:nth-child(2n+1) {
    @media (max-width: 1200px) {
      padding-left: 15px;
    }
  }
  @media (max-width: 1200px) {
    width: 45.5%;
  }
}*/
@media (max-width: 1120px) {
  .wrap-doc-menu {
    margin-left: 0;
    padding: 0 0 20px 0 !important; } }
@media (max-width: 1200px) {
  .wrap-doc-menu {
    margin-left: 0; } }
.wrap-doc-menu ul.left-doc-menu {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0; }
  .wrap-doc-menu ul.left-doc-menu > li {
    margin: 0 0 10px 0; }
    .wrap-doc-menu ul.left-doc-menu > li.active > a ,
    .wrap-doc-menu ul.left-doc-menu > li.active > label 
    {
      color: #ffffff;
      background-color: #e10023; }
      .wrap-doc-menu ul.left-doc-menu > li.active > a:after ,
      .wrap-doc-menu ul.left-doc-menu > li.active > label:after 
      {
        content: "";
        position: absolute;
        top: 18px;
        right: -17px;
        visibility: visible;
        margin: 0 0 0 0;
        border: 8px solid;
        border-color: rgba(117, 15, 15, 0) rgba(132, 27, 27, 0) rgba(140, 10, 10, 0) #e10023;
        cursor: auto; }
    .wrap-doc-menu ul.left-doc-menu > li a, 
    .wrap-doc-menu ul.left-doc-menu > li label 
    {
        cursor:pointer;
      position: relative;
      display: block;
      width: 230px;
      height: 50px;
      font-family: "RobotoBlack";
      font-size: 18px;
      text-transform: uppercase;
      border: 1px solid #e10023;
      text-align: center;
      color: #9b001b;
      text-decoration: none;
      line-height: 50px; }
      .wrap-doc-menu ul.left-doc-menu > li a:after, 
      .wrap-doc-menu ul.left-doc-menu > li label:after 
      {
        content: "";
        position: absolute;
        top: 18px;
        right: -17px;
        visibility: hidden;
        margin: 0 0 0 0;
        border: 8px solid;
        border-color: rgba(117, 15, 15, 0) rgba(132, 27, 27, 0) rgba(140, 10, 10, 0) transparent;
        cursor: auto; }
      .wrap-doc-menu ul.left-doc-menu > li a:hover,
      .wrap-doc-menu ul.left-doc-menu > li label:hover 
      {
        color: #ffffff;
        background-color: #e10023;
        transition: ease .5s; }
        .wrap-doc-menu ul.left-doc-menu > li a:hover:after,
        .wrap-doc-menu ul.left-doc-menu > li label:hover:after 
        {
          content: "";
          visibility: visible;
          border-color: rgba(117, 15, 15, 0) rgba(132, 27, 27, 0) rgba(140, 10, 10, 0) #e10023;
          transition: ease .5s; }
      @media (max-width: 992px) {
        .wrap-doc-menu ul.left-doc-menu > li a,
        .wrap-doc-menu ul.left-doc-menu > li label
        {
          width: 100%;
          padding: 0 30px 0 30px; } }
      .wrap-doc-menu ul.left-doc-menu > li label input{display:none;}

.list-services .block-service {
  border: 1px solid #dce0e0; }
  .list-services .block-service .panel-heading {
    position: relative;
    padding: 0; }
    .list-services .block-service .panel-heading.active > a:before {
      content: '';
      transition: ease .5s;
      background-color: transparent; }
    .list-services .block-service .panel-heading.active > a .bottom-title {
      background-color: #9b001b; }
    .list-services .block-service .panel-heading > a {
      width: 100%;
      height: 100%;
      padding: 0 !important;
      border: none; }
      .list-services .block-service .panel-heading > a img {
        width: 100%;
        height: auto; }
      .list-services .block-service .panel-heading > a:before {
        content: '';
        position: absolute;
        transition: ease .5s;
        background-color: rgba(62, 54, 54, 0.3);
        height: 100%;
        width: 100%; }
      .list-services .block-service .panel-heading > a:hover:before {
        content: '';
        transition: ease .5s;
        background-color: transparent; }
    .list-services .block-service .panel-heading .bottom-title {
      position: absolute;
      display: block;
      margin-bottom: -1px;
      bottom: 0;
      width: 100%;
      padding: 14px 0 14px 0;
      font-family: "RobotoBlack";
      font-size: 24px;
      line-height: 20px;
      color: #fff;
      background-color: #c77a87;
      text-align: center;
      text-transform: uppercase;
      transition: ease .5s; }
      @media (max-width: 1125px) {
        .list-services .block-service .panel-heading .bottom-title {
          font-size: 18px;
          padding: 5px 0 5px 0; } }
    .list-services .block-service .panel-heading:hover .bottom-title {
      background-color: #9b001b; }
  @media (max-width: 1280px) {
    .list-services .block-service .panel-body {
      padding: 5px; } }
.list-services .block-indent {
  padding: 0 10px 0 10px; }
.list-services .panel-collapse {
  background-color: #fff; }

.bg-gray {
  background-color: #f4f4f4; }

/*
.btn-link{
  a{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #dce0e0;
    font-family: "RobotoMedium";
    font-size: 14px;
    text-transform: uppercase;
    color: $dark-broun;
    text-decoration: none;
    >span{
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      float: right;
      border-left: 1px solid #dce0e0;
      font-size: 21px;
      color: $light-red;
      background-color: #fff;
    }
    &:hover{
      background-color: $light-red;
      color: #ffffff;
      transition: ease .5s;
    }
  }
}*/
.photo-cooper {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .photo-cooper > img {
    width: 100%;
    height: auto;
    border: 1px solid #b5bebd; }

h5.title-txt {
  font-family: "RobotoBold";
  font-size: 16px;
  color: #3e3636;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase; }

h6.bold-txt {
  font-family: "RobotoMedium";
  font-size: 18px;
  color: #3e3636;
  line-height: 20px; }

span.bold-txt {
  font-family: "RobotoBold"; }

.doc-info {
  width: 100%;
  max-width: 230px; }
  @media (max-width: 992px) {
    .doc-info {
      max-width: 100%; } }
  .doc-info .photo-doctor img {
    width: 100%;
    height: auto; }
  .doc-info .link-group {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none; }
    .doc-info .link-group li {
      margin-top: 10px; }
      .doc-info .link-group li a {
        display: block;
        height: 50px;
        width: 100%;
        border: 1px solid #e10023;
        font-family: "RobotoBlack";
        font-size: 18px;
        line-height: 50px;
        text-align: center;
        color: #9b001b;
        text-decoration: none; }
        .doc-info .link-group li a:hover {
          background-color: #e10023;
          color: #ffffff;
          transition: ease .5s; }
  .doc-info .doctor-desc {
    margin-bottom: 40px; }

.btn-link.btn-left a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #dce0e0;
  font-family: "RobotoMedium";
  font-size: 14px;
  text-transform: uppercase;
  color: #3e3636;
  text-decoration: none; }
  .btn-link.btn-left a > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    float: left;
    border-right: 1px solid #dce0e0;
    font-size: 21px;
    color: #e10023;
    background-color: #fff; }
    .btn-link.btn-left a > span.arrow:after {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\38"; }
  .btn-link.btn-left a:hover {
    background-color: #e10023;
    color: #ffffff;
    transition: ease .5s; }
.btn-link.btn-right a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #dce0e0;
  font-family: "RobotoMedium";
  font-size: 14px;
  text-transform: uppercase;
  color: #3e3636;
  text-decoration: none; }
  .btn-link.btn-right a > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    float: right;
    border-left: 1px solid #dce0e0;
    font-size: 21px;
    color: #e10023;
    background-color: #fff; }
    .btn-link.btn-right a > span.arrow:after {
      font-family: 'ElegantIcons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "\39"; }
  .btn-link.btn-right a:hover {
    background-color: #e10023;
    color: #ffffff;
    transition: ease .5s; }

.bt-srv a {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important; }

.slide-diploms .btn-link {
  width: 200px;
  margin-top: 32px; }
.slide-diploms .diplom-photo {
  max-height: 240px;
  overflow: hidden; }
  @media (max-width: 769px) {
    .slide-diploms .diplom-photo {
      max-height: none; } }
  .slide-diploms .diplom-photo img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */ }
  .slide-diploms .diplom-photo:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    /* IE 6-9 */ }

.owl-diploms {
  margin-top: 40px; }

.blockquote-question {
  background: #fbf8f8;
  border-left: 2px solid #9b001b;
  margin: 0 0 0 100px;
  padding: 30px 2em; }
  @media (max-width: 768px) {
    .blockquote-question {
      margin: 0 0 0 40px; } }

.question-auth {
  margin-top: 30px; }
  .question-auth .photo-auth {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    vertical-align: middle; }
  .question-auth .name-auth {
    display: inline-block;
    font-family: "RobotoRegular";
    font-size: 16px;
    vertical-align: middle;
    padding-left: 23px; }

.blockquote-question span {
  display: inline; }

blockquote.reviews {
  position: relative;
  background-color: #fbf8f8;
  border-left: 0;
  padding: 30px 20px;
  margin: 0 0 20px;
  min-height: 100px;
  width: 100%;
  font-family: "RobotoLight";
  font-size: 14px; }
  blockquote.reviews:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 20px;
    visibility: visible;
    margin: 0 0 0 -0.4em;
    border: 13px solid;
    border-color: transparent transparent #fbf8f8 transparent;
    cursor: auto;
    z-index: 10; }

blockquote.reviews span {
  display: block;
  background-image: url("../img/icons/blockquote.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 12px 3px 34px; }

hr.b-line {
  display: inline-block;
  margin: 30px 0 50px 0;
  color: #e9ebeb;
  width: 100%; }

.patient-name {
  font-family: "RobotoBold";
  font-size: 16px;
  color: #9b001b;
  line-height: 14px;
  margin-bottom: 25px; }

.reviews-form .appointments {
  margin: 0;
  padding: 0; }

.feadback-contacts {
  font-family: "RobotoLight" !important;
  font-size: 16px !important;
  color: #000; }
  .feadback-contacts .location {
    margin: 0 0 38px 0; }
    .feadback-contacts .location .addr {
      margin-left: 9px;
      margin-top: 0; }
    @media (max-width: 768px) {
      .feadback-contacts .location {
        margin-bottom: 40px !important; } }
    @media (max-width: 992px) {
      .feadback-contacts .location {
        margin-bottom: 40px !important; } }
  .feadback-contacts .header-phones {
    margin: 0 0 38px 0; }
    .feadback-contacts .header-phones .phones {
      display: inline-block;
      font-size: 16px;
      margin-top: 0px;
      margin-left: 5px; }
    @media (max-width: 992px) {
      .feadback-contacts .header-phones {
        margin-bottom: 40px !important; } }
  .feadback-contacts .header-mail {
    margin: 0 0 38px 0; }
    .feadback-contacts .header-mail span a {
      font-size: 16px; }
    @media (max-width: 992px) {
      .feadback-contacts .header-mail {
        margin-bottom: 40px !important; } }
  .feadback-contacts i {
    font-size: 26px;
    color: #9b001b; }
    .feadback-contacts i.fa-map-marker {
      top: -42px; }
  .feadback-contacts a {
    color: #000;
    font-size: 16px; }
  .feadback-contacts .header-time span {
    font-size: 16px; }
  @media (max-width: 992px) {
    .feadback-contacts .header-time {
      margin-bottom: 40px; } }
  @media (max-width: 992px) {
    .feadback-contacts {
      text-align: center;
      font-size: 16px; } }

.feadback-form {
  max-width: 430px; }
  .feadback-form .appointments .input-group textarea {
    height: 70px; }
  @media (max-width: 992px) {
    .feadback-form {
      max-width: 100%; } }

.go-wai {
  margin-bottom: 50px; }

.go-wai-photo {
  padding: 0;
  margin: 0 0 0 30px;
  list-style-type: none; }
  .go-wai-photo li {
    float: left;
    max-width: 170px;
    max-height: 170px;
    overflow: hidden;
    margin: 0 1.9em 40px 0;
    width: 29.8%; }
    .go-wai-photo li:last-child {
      margin-right: 0; }
    @media (max-width: 400px) {
      .go-wai-photo li {
        float: none;
        width: 100%; } }
    @media (max-width: 768px) {
      .go-wai-photo li {
        margin: 0 10px 40px 0; } }
  @media (max-width: 992px) {
    .go-wai-photo {
      margin: 0 0 0 0; } }

.go-car-video {
  max-width: 100%;
  height: 370px;
  margin: 0 0 0 30px; }
  @media (max-width: 992px) {
    .go-car-video {
      margin: 0 0 0 0; } }
.question-tabs {
  /*
  .nav-tabs{
    border-bottom: none;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff !important;
    background-color: $light-red !important;
    border: 1px solid $light-red !important;
    border-bottom-color: $light-red !important;
    cursor: default;
  }
  .tab-pane{
    padding: 50px 0;
  }
  */ }
  .question-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .question-tabs ul > li {
      float: left;
      margin-bottom: -1px;
      width: 25%;
      padding-right: 10px; 
        display: table;
        height: 52px;
        overflow: hidden;}
      @media (max-width: 768px) {
        .question-tabs ul > li {
          width: 50%; }
          .question-tabs ul > li:nth-child(2n) {
            padding-right: 0;
            margin-bottom: 20px; } }
      .question-tabs ul > li.active > a {
        color: #ffffff;
        background-color: #e10023;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        border-radius: 0 !important; }
        .question-tabs ul > li.active > a:after {
          content: "";
          position: absolute;
          top: 48px;
          right: 45%;
          visibility: visible;
          margin: 0 0 0 0;
          border: 8px solid;
          border-color: #e10023 rgba(132, 27, 27, 0) rgba(140, 10, 10, 0) transparent;
          cursor: auto; }
      .question-tabs ul > li a {
        padding: 0;
        position: relative;
        display: block;
        max-width: 100%;
        height: 50px;
        font-family: "RobotoBlack";
        font-size: 18px;
        text-transform: uppercase;
        border: 1px solid #e10023;
        text-align: center;
        color: #9b001b;
        text-decoration: none;
        /*line-height: 50px;*/
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        border-radius: 0 !important; 
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        word-break: break-word;
        overflow: hidden;}
        @media (max-width: 768px) {
          .question-tabs ul > li a {
            font-size: 16px; } }
        .question-tabs ul > li a:after {
          content: "";
          position: absolute;
          top: 48px;
          right: 45%;
          visibility: hidden;
          margin: 0 0 0 0;
          border: 8px solid;
          border-color: rgba(117, 15, 15, 0) rgba(132, 27, 27, 0) rgba(140, 10, 10, 0) transparent;
          cursor: auto; }
        .question-tabs ul > li a:hover {
          color: #ffffff !important;
          background-color: #e10023 !important;
          transition: ease .5s; }
          .question-tabs ul > li a:hover:after {
            content: "";
            visibility: visible;
            border-color: #e10023 rgba(132, 27, 27, 0) rgba(140, 10, 10, 0) transparent;
            transition: ease .5s; }
  .question-tabs .contet-desc {
    display: inline-block;
    padding: 50px 0; }
.question-tabs.letters ul li{width: 10%;}
.question-tabs.letters ul li:nth-child(2n){padding-right: 10px;}
.btn-open-q {
  margin-bottom: 10px; }
  .btn-open-q.btn-left a {
    display: inline-block;
    max-width: 200px;
    text-align: center;
    line-height: 40px;
    font-family: "RobotoLight";
    font-size: 16px;
    color: #3e3636;
    text-decoration: none; }
    .btn-open-q.btn-left a > i {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      float: left;
      border: 1px solid #dce0e0;
      font-size: 21px;
      color: #e10023;
      background-color: #fff;
      margin-right: 10px; }
      .btn-open-q.btn-left a > i.arrow:after {
        display: inline-block;
        font: normal normal normal 21px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f215"; }

.input-group .dropdown-list button {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: left;
  padding-left: 20px;
  color: #bbb7b7;
  outline: none !important; }
.input-group .dropdown-list .mdi-chevron-down {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  float: right;
  position: relative;
  top: 2px;
  right: 22px;
  font-size: 18px;
  color: #c1c0c0; }
.input-group ul.dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 0 39px 0 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: initial;
  background-color: transparent;
  border: none; }
  .input-group ul.dropdown-menu li {
    padding: 0 0;
    text-align: left;
    border-right: 1px solid #d8dcdc;
    border-left: 1px solid #d8dcdc;
    background-color: #ffffff; }
    .input-group ul.dropdown-menu li > a {
      display: block;
      line-height: 50px;
      padding: 0 28px;
      font-family: "OpenSansRegular";
      font-size: 14px;
      color: #6c6a6a; }
      .input-group ul.dropdown-menu li > a:hover {
        background-color: #9b001b;
        color: #ffffff;
        transition: ease .5s; }
    .input-group ul.dropdown-menu li:last-child {
      border-bottom: 1px solid #d8dcdc; }

.jobs-clinic .photo-jobs {
  width: 100%;
  max-width: 370px;
  height: auto;
  overflow: hidden; }
  @media (max-width: 992px) {
    .jobs-clinic .photo-jobs {
      /*max-width: 100% !important;
      margin-bottom: 40px;*/ } }
.jobs-clinic .jobs-bf > li {
  width: 50%;
  height: 95px;
  margin-bottom: 0 !important;
  padding: 0 0 0 43px; }
  .jobs-clinic .jobs-bf > li .desc {
    max-width: 80% !important; }
  .jobs-clinic .jobs-bf > li:first-child {
    padding-left: 0; }
  .jobs-clinic .jobs-bf > li:nth-child(3) {
    padding-left: 0; }
  @media (max-width: 992px) {
    .jobs-clinic .jobs-bf > li {
      width: 100%;
      padding: 0;
      height: auto;
      padding: 0 0 40px 0; } }
.jobs-clinic .about {
  max-width: 600px !important; }
  @media (max-width: 992px) {
    .jobs-clinic .about {
      max-width: 100% !important; } }

.job-price {
  font-family: "RobotoBlack";
  font-size: 30px;
  color: #444444;
  text-align: center;
  line-height: 21px;
  white-space: nowrap; }
  @media (max-width: 992px) {
    .job-price {
      margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .job-price {
      font-size: 24px; } }

.job-txt-bold {
  font-family: "RobotoBold";
  font-size: 16px;
  line-height: 16px; }

.txt-bold {
  font-family: "RobotoBold";
  font-size: 16px; }

.job-ad {
  padding-right: 100px; }
  @media (max-width: 992px) {
    .job-ad {
      padding-right: 0; } }

.table {
  scrollbar-face-color: #5997CA;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #5997CA;
  scrollbar-darkshadow-color: #5997CA;
  scrollbar-track-color: #F6F6F6;
  scrollbar-arrow-color: #F6F6F6; }

#gotop {
  position: absolute;
  right: 80px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: #e10023;
  background-image: url("../img/icons/top_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  top: -20px; }
  @media (max-width: 768px) {
    #gotop {
      left: 50%;
      margin-left: -20px; } }

.fa-facebook-official,
.fa-vk,
.fa-twitter-square,
.fa-odnoklassniki-square,
.fa-instagram,
.fa-pencil,
.fa-youtube-play {
  font-family: "FontAwesome";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.51); }

.social-link {
  text-align: center;
  margin-top: 15px; }
  .social-link a {
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin: 5px 5px 5px 1px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.51);
    cursor: pointer;
    text-decoration: none; }
    .social-link a:hover {
      color: #ffffff;
      border: 1px solid #fff;
      cursor: pointer;
      text-decoration: none; }

.line {
  border-left: 2px solid #eeeded;
  background-color: #fff; }
  @media (max-width: 992px) {
    .line {
      border-left: none; } }

.footer-contacts {
  margin: 65px 0 0 0;
  border-left: 1px solid #af3349;
  border-right: 1px solid #af3349; }
  .footer-contacts h5 {
    font-family: "OpenSansBold";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    margin: 0; }
  .footer-contacts h6 {
    font-family: "RobotoLight";
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin: 8px 0 0 0;
    line-height: 10px; }
    .footer-contacts h6:after {
      content: url("../img/icons/bottom_line.png");
      display: block;
      width: 70px;
      height: 6px;
      margin: 12px auto 15px auto; }
  .footer-contacts span {
    display: block;
    font-family: "RobotoThin";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 18px; }

.work-time {
  margin: 75px 60px 0 0;
  color: #ffffff;
  max-width: 200px;
  float: right; }
  @media (max-width: 992px) {
    .work-time {
      float: none;
      text-align: center;
      max-width: 100%;
      margin: 50px 0 30px 0; } }
  .work-time .title {
    font-family: "RobotoRegular";
    font-size: 14px;
    margin: 0 0 38px 0; }
  .work-time .days {
    font-family: "RobotoLight";
    font-size: 14px; }
  .work-time .time {
    font-family: "RobotoRegular";
    font-size: 34px; }

.footer-menu {
  font-family: "RobotoRegular";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.69);
  margin: 75px 0 0 95px;
  max-width: 200px; }
  @media (max-width: 992px) {
    .footer-menu {
      max-width: 100%;
      margin: 75px 0 50px 0; }
      .footer-menu ul {
        text-align: center; } }
  .footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer-menu ul li a {
      color: rgba(255, 255, 255, 0.69);
      line-height: 30px; }
      .footer-menu ul li a:hover {
        color: #fff;
        text-decoration: none; }

.footer-left {
  background-color: #ffffff; }

.footer-contact {
  display: inherit;
  background-color: #9b001b;
  min-height: 300px;
  width: 100%;
  padding: 5px; }

#footer {
  position: relative;
  margin-top: -358px;
  /* negative value of footer height */
  height: 358px;
  clear: both; }

.copy {
  font-family: "RobotoThin";
  min-height: 58px;
  background-color: #b9001f; }
  .copy span {
    color: rgba(255, 255, 255, 0.51);
    line-height: 58px; }
    .copy span a {
      color: rgba(255, 255, 255, 0.51); }
      .copy span a:hover {
        color: #ffffff; }
  .copy .alllres {
    display: inherit;
    text-align: right;
    margin-right: 7px;
    font-size: 12px; }
    @media (max-width: 992px) {
      .copy .alllres {
        margin: 0;
        text-align: center; } }
  .copy .author {
    display: inherit;
    text-align: left;
    margin-left: 7px;
    font-size: 10px; }
    @media (max-width: 992px) {
      .copy .author {
        margin: 0;
        text-align: center; } }

@media (min-width: 768px) {
  .slider .carousel-caption {
    top: 3em; } }
@media (min-width: 992px) {
  .fix-menu {
    position: fixed;
    min-width: 247px;
	transition: .3s; }

  #accordionMenu {
    list-style-type: none;
    margin: 0 0 0 55px;
    padding: 0; }
    #accordionMenu li.item-vmenu {
      font-family: "OpenSansBold";
      font-size: 14px;
      margin: 16px 0 0 0;
      padding: 0; }
      #accordionMenu li.item-vmenu:first-child {
        margin: 29px 0 0 0; }
      #accordionMenu li.item-vmenu > a {
        display: block;
        max-width: 175px;
        text-transform: uppercase;
        color: #3e3636;
        text-decoration: none; }
        #accordionMenu li.item-vmenu > a.active {
          color: #9b001b; }
          #accordionMenu li.item-vmenu > a.active:after {
            content: "";
            display: block;
            width: 25px;
            height: 2px;
            background-color: #9b001b;
            margin: 3px 0 0 0; }
        #accordionMenu li.item-vmenu > a:after {
          content: "";
          display: block;
          width: 1px;
          height: 2px;
          background-color: transparent;
          margin: 3px 0 0 0; }
        #accordionMenu li.item-vmenu > a:hover {
          text-decoration: none;
          color: #9b001b;
          transition: ease .3s; }
          #accordionMenu li.item-vmenu > a:hover:after {
            content: "";
            display: block;
            width: 25px;
            height: 2px;
            background-color: #9b001b;
            margin: 3px 0 0 0;
            transition: ease .3s; }
      #accordionMenu li.item-vmenu .fa-sort-asc {
        vertical-align: text-bottom;
        line-height: 10px;
        font-size: 10px;
        color: #9b001b;
        margin-left: 10px; }
      #accordionMenu li.item-vmenu .fa-sort-desc {
        vertical-align: text-bottom;
        line-height: 18px;
        font-size: 10px;
        color: #9b001b;
        margin-left: 10px; }
    #accordionMenu .sub-menu {
      list-style-type: none;
      margin: 0 0 0 15px;
      padding: 0; }
      #accordionMenu .sub-menu li {
        line-height: 14px;
        padding-bottom: 15px; }
        #accordionMenu .sub-menu li:first-child {
          margin-top: 9px; }
        #accordionMenu .sub-menu li:last-child {
          padding-bottom: 0; }
        #accordionMenu .sub-menu li a {
          font-family: "OpenSansRegular";
          font-size: 14px;
          color: #595959; }
          #accordionMenu .sub-menu li a:hover, #accordionMenu .sub-menu li a:active, #accordionMenu .sub-menu li a:focus {
            color: #9b001b;
            text-decoration: none; }
        #accordionMenu .sub-menu li.active > a {
          color: #9b001b; } }
@media (max-width: 992px) {
  #accordionMenu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #accordionMenu li.item-vmenu {
      font-family: "OpenSansBold";
      font-size: 14px;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #cccccc; }
      #accordionMenu li.item-vmenu > a {
        text-transform: uppercase;
        color: #3e3636;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        line-height: 50px;
        padding-left: 20px; }
        #accordionMenu li.item-vmenu > a.active {
          color: #ffffff;
          background-color: #e10023; }
        #accordionMenu li.item-vmenu > a:hover {
          text-decoration: none;
          color: #ffffff;
          background-color: #e10023;
          transition: ease .3s; }
      #accordionMenu li.item-vmenu .fa-sort-asc {
        vertical-align: text-bottom;
        line-height: 10px;
        font-size: 10px;
        color: #ffffff;
        margin-left: 10px; }
      #accordionMenu li.item-vmenu .fa-sort-desc {
        vertical-align: text-bottom;
        line-height: 18px;
        font-size: 10px;
        color: #9b001b;
        margin-left: 10px; }
    #accordionMenu .sub-menu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #accordionMenu .sub-menu li ul li {
        padding-left: 35px; }
      #accordionMenu .sub-menu li a {
        display: inline-block;
        font-family: "OpenSansRegular";
        font-size: 14px;
        line-height: 30px;
        padding-left: 35px;
        width: 100%;
        color: #595959;
        text-transform: uppercase; }
        #accordionMenu .sub-menu li a:hover, #accordionMenu .sub-menu li a:active, #accordionMenu .sub-menu li a:focus {
          color: #9b001b;
          text-decoration: none;
          background-color: #eed8da; }
      #accordionMenu .sub-menu li.active > a {
        color: #9b001b; }

  .header-phones {
    margin-left: 115px;
    margin-bottom: 15px; }
  .spec-title hidden-h {
    margin: 0;
    padding: 0;
    font-family: "OpenSansBold";
    font-size: 39px;
    color: #3e3636; }

  .location {
    margin-left: 115px;
    margin-bottom: 15px; }

  .time-bord {
    float: none !important;
    max-width: 100%;
    text-align: center; }

  .about-home {
    margin-bottom: 35px;
    max-width: 100%;
    padding: 30px; }

  .directions-home .directions-tabs .tab-pane .tab-body .tab-img {
    max-width: 100% !important;
    margin-top: 0;
    float: none !important; }

  .tab-body .btn-group {
    margin-top: 15px; } }
@media (min-width: 992px) and (max-width: 1120px) {
  li.item-vmenu {
    font-size: 12px !important; }

  li.sub-menu {
    font-size: 13px !important; } }
@media (min-width: 1200px) {
  .slider .carousel-caption {
    top: 97px; } }
@media (min-width: 992px) and (max-width: 1280px) {
  #accordionMenu {
    margin-left: 20px; } }

/*# sourceMappingURL=styles.css.map */
@media (min-width: 420px) and (max-width: 1100px) {
  .th.column-group2, .th.column-group1 {    font-size: 14px;}
}
@media (min-width: 100px) and (max-width: 419px) {
  .th.column-group2, .th.column-group1,
  .td.column-group2, .td.column-group1 
  {    font-size: 10px;}
  .column-group1{width:75%;}
  .question-tabs.letters ul li {width: 16%;}
}

#error_404{
	background:#fff url('../img/404.png') no-repeat;
	background-position: 0% 0%;
    background-size: contain;
	
}
#error_404 .data{
	margin-top:80px;
}
#error_404 .data_title{
	color:#444444;
	font-family: "RobotoBlack";
	font-size:172px;
	line-height: 1;
}
#error_404 .data_text{
	color:#3e3636;
	font-family: "RobotoLight";
	font-size:21px;
	margin-top:10px;
}
#error_404 .data_button{
	margin-bottom:80px;
	margin-top:25px;
}
#error_404 .data_button a.btn-submit{
	display:block;
	width:220px;
	color:#3e3636;
	font-family: "RobotoMedium";
	font-size:14px;
	text-transform:uppercase;
	border:1px solid #909090;
}
#error_404 .data_button .btn-arrow a{
	color:#e10023;
}
#error_404 .data_button a.btn-submit:hover{
	color:#fff;
}
  .spec-title.hidden-h {
    margin: 0;
    padding: 0;
    font-family: "OpenSansBold";
    font-size: 33px;
    color: #3e3636; }


/***Feedback Form Message***/
.feedbackMessageText {
margin: 10px 0;
font-size: 17px;
color: #337ab7;
font-weight: normal;
}

/***BGN Fix button on page doctors***/
#makeAnAppointmentSidebar {
padding-left: 7px;
padding-right: 7px;
}
/***END Fix button on page doctors***/

/***BGN Fix table price***/
.fixPriceTableClass {
  margin-bottom: 0px;
}
.fixPriceTableClass .tbody {
  height: initial;
}
/***END Fix table price***/

.attention-text{
    display: inline-block;
    /*width: 100%;*/
    background-color: #f4f4f4;
    padding: 35px 10px 20px 120px;
    border-radius: 10px;
    margin: 20px 30px;
    position: relative;
}
.attention-text:before{
    content: " ";
    background-color: #9b001b;
    background-image: url(../img/2757.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75px;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.zmist{display:inline-block;    background-color: #f4ecee;
    padding: 20px;
    width:100%;
    border-radius: 10px;}
.zmist ul {}
.zmist ul li{}
.zmist ul li p{margin-bottom: 5px}
.zmist ul li p a{text-decoration: underline;}

ul.checks,
#detail_lechenie_prostatita ul {
	list-style: none;
	padding-left: 0px;
}
ul.checks li,
#detail_lechenie_prostatita li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
ul.checks li:before,
#detail_lechenie_prostatita li::before {
	content: url(../img/unnamed_list.png);
    position: absolute;
    left: 0;
    top: 0;
}
.main-content{font-size:15px;}


a.video-rewiev {
  position: relative;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 60px;
  text-align: center;
  
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
 
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
 
height:48px;
cursor:pointer;
overflow:hidden;
 
width: auto;
color: #fff;
    text-shadow: none;
    border: none;
font-size: 20px;
line-height: 48px;
 -webkit-box-shadow: 0px 6px 0px #8C151B;
    -moz-box-shadow: 0px 6px 0px #8C151B;
    box-shadow: 0px 6px 0px #8C151B;
    background:#CD1D1F;  
    padding: 0 20px; 
    margin-bottom: 20px; 
}

a.video-rewiev:active{ -webkit-box-shadow: 0px 2px 0px #8C151B;
    -moz-box-shadow: 0px 2px 0px #8C151B;
    box-shadow: 0px 2px 0px #8C151B;

   -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  transform: translate(0, 3px);

}

div.video-rewievs-container {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1px 3px 0 3px;
  margin-top: 10px;  
}
.fa.header-youtube-play {
  line-height: 19px;
  font-size: 21px;
  float: left;
  margin-right: 5px;
}

a.video-rewievs {
  line-height: 21px;
  text-decoration: none !important;
}
.mobile-menu {	
	position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    top: 100px;
    z-index: -1;
    opacity: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    left: 100%;
    -webkit-transition: left .3s cubic-bezier(0.42,0.595,0.21,0.97),opacity 0s .3s,z-index 0s .3s;
    transition: left .3s cubic-bezier(0.42,0.595,0.21,0.97),opacity 0s .3s,z-index 0s .3s;
}
.mobile-menu.open {
	opacity: 1;
    z-index: 9;
    left: 0;
    -webkit-transition: left .5s cubic-bezier(0.42,0.595,0.21,0.97),opacity 0s 0s,z-index 0s 0s;
    transition: left .5s cubic-bezier(0.42,0.595,0.21,0.97),opacity 0s 0s,z-index 0s 0s;
    height: auto;
}
/*Mobile hamburger*/
.navigation-checkbox {
  display: none;
}
.navigation-toggle {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  cursor: pointer;
}
.navigation-toggle-label {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  display: block;
  text-transform: uppercase;
  position: relative;
  bottom: -20px;
}
.navigation-toggle-icon {
  border-bottom: 6px solid white;
  padding-top: 17px;
  display: block;
}
.navigation-toggle-icon:before,
.navigation-toggle-icon:after {
  border-top: 6px solid white;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.navigation-toggle-icon:before {
  top: 4px;
}
.navigation-toggle-icon:after {
  bottom: 4px;
}
.navigation-toggle-icon,
.navigation-toggle-icon:before,
.navigation-toggle-icon:after {
  -webkit-transition-property: -webkit-transform, border-color;
  -moz-transition-property: -moz-transform, border-color;
  transition-property: transform, border-color;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
}
.navigation-toggle-icon {
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.navigation-toggle-icon:before,
.navigation-toggle-icon:after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.navigation-checkbox:checked + .navigation-toggle .navigation-toggle-icon {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.navigation-checkbox:checked + .navigation-toggle .navigation-toggle-icon:before,
.navigation-checkbox:checked + .navigation-toggle .navigation-toggle-icon:after {
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.navigation-checkbox:checked + .navigation-toggle .navigation-toggle-icon:before {
  -webkit-transform: translateY(13px) rotate(135deg);
  -moz-transform: translateY(13px) rotate(135deg);
  -ms-transform: translateY(13px) rotate(135deg);
  -o-transform: translateY(13px) rotate(135deg);
  transform: translateY(13px) rotate(135deg);
}
.navigation-checkbox:checked + .navigation-toggle .navigation-toggle-icon {
  border-color: transparent;
}
.navigation-checkbox:checked + .navigation-toggle .navigation-toggle-icon:after {
  -webkit-transform: translateY(-13px) rotate(-135deg);
  -moz-transform: translateY(-13px) rotate(-135deg);
  -ms-transform: translateY(-13px) rotate(-135deg);
  -o-transform: translateY(-13px) rotate(-135deg);
  transform: translateY(-13px) rotate(-135deg);
}
.navigation-toggle {
  margin: 0 auto;
}
.navigation-bar {  
  display: block;  
  padding: 10px;
  text-align: right;
}
.hamburger_text {
	padding: 0 0 0 54px;
    display: inline-block;    
    margin-top: -10px;    
    vertical-align: top;
}
.header-phones .fa-phone {	    
    top: 0;	    
}
body.overflow-body {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
}

@media (max-width: 1199px) {
	/* #wrap-test .header-contact {
		background-color: #ffffff;
	} */
	.logo-man.test {
		width: 35px;
		height: auto;
	}
	.mobile-menu #accordionMenu li.item-vmenu > a {
	    display: block;
	    max-width: 100%;
	    text-transform: uppercase;
	    color: #3e3636;
	    text-decoration: none;
	}
	.mobile-menu #accordionMenu li.item-vmenu {
		font-size: 16px !important;
	}
	.mobile-menu #accordionMenu {
		text-align: center;
	}
	.mobile-menu #accordionMenu li.item-vmenu > a:hover:after {
	    content: "";
	    display: block;
	    width: 100%;
	    height: 2px;
	    background-color: #9b001b;
	    margin: 3px 0 0 0;
	    transition: ease .3s;
	}
	.fix-header {
		left: 0 !important;
		right: 0 !important;
	}
	.header-phones .fa-phone {	    
	    top: 0;	    
	}
	.mobile-menu .popap-menu {	   
	    display: block;
	    text-align: left !important;
		margin: 20px 4%;
	}
	.mobile-menu .popap-menu li {
	    padding-left: 32px;
	    width: auto;
	}
	.header-phones {
		margin: 0 auto;
	    padding-left: 0;
		padding-top: 18px;
	    text-align: center;
	}
	#navb {
	    padding-top: 18px;
	}
	.header-phones .phones,.header-phones .fa-phone {
		font-size: 18px !important;
	}
	.modal-backdrop {	    
	    z-index: 8 !important;	    
	}
  .wrap_test .time-bord {
    margin: 30px auto;
    float: none !important;
  }
}
@media (max-width: 768px) {
	.hamburger_text {
	    padding: 0;
	    display: -webkit-box;
	    margin-top: 20px;
	    vertical-align: top;
	}
	.mobile-menu .popap-menu li:before {
		content: "";		
		display: none;
	}
	.mobile-menu .popap-menu li:nth-child(3) {
	    margin-right: 18px;
	}
  .wrap_test .doctors .owl-controls {
    position: absolute;
    top: 25%;
    width: 100%;
  }
  .wrap_test .doctors .owl-nav {
    float: none;
    width: 100%;
  }
  .wrap_test .doctors .owl-next {
    text-align: right;
    float: right;
  }
  .wrap_test .doctors .owl-next i {
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
	.mobile-menu .popap-menu {
	    display: block;
	    text-align: !important;
	    margin: 20px 20%;
	}
}



.fix-phone {
    position: fixed;
    right: 28px;
    bottom: 50px;
    z-index: 99;
}
.fix-phone a {
    display: block;
    width: 164px;
    height: 164px;
    background: url(../img/icons/xsprite.png.pagespeed.ic.hSj32spT3o.webp) -5px -0 no-repeat;
}

@media screen and (min-width: 999px){
	a.fix {
		display: none;
	}
}

@media screen and (max-width: 999px){
	.fix-phone {
		display: none;
	}

a.fix::before, a.fix::after {
    display: block;
    position: absolute;
    border-radius: 50%;
}

a.fix::before {
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    z-index: 10;
    width: 54px;
    height: 54px;
    content: "";
    background-color: rgba(244,86,65,.5);
}

a.fix::after {
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    z-index: 20;
    width: 36px;
    height: 36px;
    /*font: 16px/36px "icomoon"!important;*/
    text-indent: 0;
    text-align: center;
  
    background-color: rgba(244,86,65,.75);
    color: rgba(255,255,255,.75);
    transition: all .25s ease;
content: "\f4a0";
    background-color: rgba(244,86,65,.75);
    color: rgba(255,255,255,.75);
    transition: all .25s ease;
    display: inline-block;
    font: normal normal normal 16px/36px "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

a.fix {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10001;
    width: 80px;
    height: 80px;
    border: solid 2px rgba(244,86,65,.25);
    border-radius: 50%;
    text-indent: -999px;
    text-decoration: none;
    overflow: hidden;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -ms-animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-name: ring;
    -webkit-animation-name: ring;
    -ms-animation-name: ring;
    animation-direction: normal;
    -webkit-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
}

}
@media (max-width: 767px) {
  section.white-section.autor_article {
    padding: 25px 28px 25px 28px;
  }
  .main-content iframe {
    width: 100%;
  }
}
@media (max-width: 480px) {
	.attention-text {
		margin: 0;
	}
  .service-doc-articles {
    display: flex;
    flex-direction: column;
  }
  .like_under_video span {
    margin-bottom: 10px;
    display: block;
  }
  .star_publication {
    margin: 10px 0;
  }
  .g-recaptcha { transform:scale(0.77); transform-origin:0 0; }
}
.checbox, .err {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #bbb7b7;
  font-size: 14px;
  line-height: 1.42857;
}
.err {
  font-size: 12px;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.d-wrap {
    height: 100%;
}

.wrap-doctors .col-md-ps2 {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.fix-menu {
		background: #fff;
		bottom: 0;
		top: 0 !important;
	}

}


@media (min-width: 992px) {
	.owl-doctors .owl-stage {
		display: flex;
		padding-bottom: 10px;
		padding: 0 2px;
	}
	
	.owl-doctors .item {
		height: 91%;
	}
}