/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
  background-color: #f9f9f9;
}

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

a {
  color: #0555AA;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b2a2e1;
  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.6;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 39.244px;
  color: #222222;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

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

cite {
  font-style: normal;
}

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

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

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

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

.text-muted {
  color: #999999;
}

.text-primary {
  color: #34b8c0;
}

a.text-primary:hover {
  color: #299298;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
  background-color: #34b8c0;
}

a.bg-primary:hover {
  background-color: #299298;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

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

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

.list-inline>li:first-child {
  padding-left: 0;
}

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

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@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 #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  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.6;
  color: #999999;
}

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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #191919;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 24px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #f9f9f9;
}

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

.table-bordered {
  border: 1px solid #dddddd;
}

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

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

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

label {
  display: inline-block;
  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;
  /* IE8-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: 15px;
  line-height: 1.6;
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="date"] {
  line-height: 38px;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

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

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

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}

.form-control-static {
  margin-bottom: 0;
}

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

@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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.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: 31px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #ffffff;
  background-color: #0555AA;
  border-color: #0555AA;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #4180c4;
  border-color: #4180C4;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #0555AA;
  border-color: #0555AA;
}

.btn-default .badge {
  color: #0555AA;
  background-color: #ffffff;
}

.btn-primary {
  color: #ffffff;
  background-color: #34b8c0;
  border-color: #2fa5ac;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2b99a0;
  border-color: #22777c;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #34b8c0;
  border-color: #2fa5ac;
}

.btn-primary .badge {
  color: #34b8c0;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #34b8c0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.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: #b2a2e1;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

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

.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: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #191919;
  white-space: nowrap;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #34b8c0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

.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: 13px;
  line-height: 1.6;
  color: #999999;
}

.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 solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .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-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: none;
}

.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 .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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-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-xs>.btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

.btn-group.open .dropdown-toggle {
  -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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
  display: 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 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

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

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

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

.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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  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 {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 2px 12px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  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: #34b8c0;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #f9f9f9;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 0;
}

.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: #ffffff;
  background-color: #34b8c0;
}

.nav-stacked>li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.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 {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #f9f9f9;
  }
}

.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: 20px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

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

.navbar-collapse {
  max-height: 340px;
  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.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;
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    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: -2px 15px;
  font-size: 19px;
  line-height: 24px;
  height: 24px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@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: -7px;
  margin-bottom: -7px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: none;
}

.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: -1px -15px;
}

.navbar-nav>li>a {
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 24px;
}

@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: 24px;
  }

  .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: -2px;
    padding-bottom: -2px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

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

.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: -9px;
  margin-bottom: -9px;
}

@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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -9px;
  margin-bottom: -9px;
}

.navbar-btn.btn-sm {
  margin-top: -5.5px;
  margin-bottom: -5.5px;
}

.navbar-btn.btn-xs {
  margin-top: -1px;
  margin-bottom: -1px;
}

.navbar-text {
  margin-top: -2px;
  margin-bottom: -2px;
}

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

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #191919;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav>li>a {
  color: #191919;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: #0555AA;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #0555AA;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.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: #0555AA;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #191919;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    background-color: #0555AA;
  }

  .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: #ffffff;
    background-color: #0555AA;
  }

  .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: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #191919;
}

.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.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: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }

  .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: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #0555AA;
  border-radius: 0;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ffffff;
}

.breadcrumb>.active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #34b8c0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #b2a2e1;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #34b8c0;
  border-color: #34b8c0;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 19px;
}

.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: 13px;
}

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

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

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}

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

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

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

.label-primary {
  background-color: #34b8c0;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #34b8c0;
  background-color: #ffffff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #34b8c0;
}

.thumbnail .caption {
  padding: 9px;
  color: #999999;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #34b8c0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.media,
.media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

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

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #34b8c0;
  border-color: #34b8c0;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #cef0f2;
}

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

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

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

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

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

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

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

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

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

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

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

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

.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -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>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group .list-group-item:first-child {
  border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

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

.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tfoot>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
  border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:last-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

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

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid transparent;
}

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

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default>.panel-heading {
  color: #191919;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #34b8c0;
}

.panel-primary>.panel-heading {
  color: #ffffff;
  background-color: #34b8c0;
  border-color: #34b8c0;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #34b8c0;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #34b8c0;
}

.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-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-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-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-footer+.panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}

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

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

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

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

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

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  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%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

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

  table.visible-xs {
    display: table;
  }

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

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

  table.visible-sm {
    display: table;
  }

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

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

  table.visible-md {
    display: table;
  }

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

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

  table.visible-lg {
    display: table;
  }

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {

  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {

  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table;
  }

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

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

@media print {

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/*=== [ General style ] =========================================================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 38px;
}

h1,
.h1 {
  font-weight: 400;
  margin-bottom: 28px;
  letter-spacing: 1px;
}

h2,
.h2 {
  margin-top: 35px;
  margin-bottom: 19px;
  letter-spacing: 1px;
}

h3,
.h3 {
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 13px;
  letter-spacing: 1px;
}

h4,
.h4 {
  margin-top: 28px;
  margin-bottom: 13px;
  letter-spacing: 1px;
}

h5,
.h5 {
  margin-top: 22px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

h6,
.h6 {
  margin-top: 16px;
  margin-bottom: 1px;
  letter-spacing: 1px;
}

.brand-color {
  color: #34b8c0;
}

a {
  -webkit-transition: all ease .3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: initial;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.margin-bottom-small {
  margin-bottom: 15px;
}

.margin-bottom-middle {
  margin-bottom: 25px;
}

.margin-bottom-large {
  margin-bottom: 35px;
}

.margin-top-small {
  margin-top: 15px;
}

.margin-top-middle {
  margin-top: 25px;
}

.margin-top-large {
  margin-top: 35px;
}

.margin-top-no {
  margin-top: 0;
}

.margin-bottom-no {
  margin-bottom: 0;
}

.padding-bottom-small {
  padding-bottom: 15px;
}

.padding-bottom-middle {
  padding-bottom: 25px;
}

.padding-bottom-large {
  padding-bottom: 35px;
}

.padding-top-small {
  padding-top: 15px;
}

.padding-top-middle {
  padding-top: 25px;
}

.padding-top-large {
  padding-top: 35px;
}

.accent-color {
  color: #0555AA;
}

.accent-bd-color {
  border-color: #0555AA;
}

.brand-bd-color {
  border-color: #34b8c0;
}

input[type="text"],
input[type="submit"],
[type="password"],
[type="email"],
textarea {
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

.icon-rounded {
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  line-height: 1;
}

.form-control {
  box-shadow: none;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.two_columns .isotopeElement {
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.five_columns .isotopeElement {
  width: 20%;
}

#box_wrapper {
  overflow: hidden;
}

/*=== [ Shortcodes ] =========================================================================================*/
/*=== [ Icon ] ===============================================================================================*/
.sc_icon {
  -webkit-transition: all ease .3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: initial;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial;
}

.sc_icon.sc_icon_round {
  display: inline-block;
  padding: 4px;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
}

/*=== [ Line ] ===============================================================================================*/
.sc_line {
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e4e7e8;
  border-top-width: 1px;
  margin-top: 11px;
}

.sc_line.sc_line_dotted {
  border-top-style: dotted;
}

.sc_line.sc_line_dashed {
  border-top-style: dashed;
}

/*=== [ Dropcaps ] ===========================================================================================*/
.sc_dropcaps {
  margin-top: 25px;
}

.sc_dropcaps .sc_dropcap {
  display: inline-block;
  float: left;
}

.sc_dropcaps.sc_dropcaps_style_1 .sc_dropcap {
  font-size: 50px;
  font-weight: 900;
  line-height: 39.244px;
  color: #34b8c0;
  margin-top: 6px;
  margin-right: 9px;
}

.sc_dropcaps.sc_dropcaps_style_2 {
  position: relative;
  margin-left: 62px;
}

.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcap {
  position: absolute;
  font-size: 70px;
  font-weight: 700;
  line-height: 39.244px;
  color: #0555AA;
  margin-top: 13px;
  left: -62px;
}

.sc_dropcaps.sc_dropcaps_style_3 .sc_dropcap {
  font-size: 50px;
  font-weight: 900;
  line-height: 39.244px;
  color: #222222;
  margin-top: 6px;
  margin-right: 9px;
}

.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcap {
  font-size: 35px;
  font-weight: 900;
  line-height: 39.244px;
  color: #ffffff;
  background-color: #34b8c0;
  border-radius: 50%;
  margin-top: 1px;
  margin-right: 21px;
  width: 52px;
  height: 52px;
  text-align: center;
  padding-top: 6px;
}

/*=== [ Quote ] ==============================================================================================*/
.sc_quote {
  margin-top: 7px;
  position: relative;
  border-left: none;
  margin-bottom: 32px;
  margin-right: 20px;
}

/* .sc_quote:before {
  content: '\201c';
  font-size: 55px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 19px;
  color: #ffffff;
  font-weight: 900;
  background: #34b8c0;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  line-height: 39.244px;
  padding-top: 22px;
} */
.sc_quote p {
  color: #222222;
  font-size: 25px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 14px;
}

.sc_quote .sc_quote_title {
  color: #34b8c0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.sc_quote .sc_quote_title:before {
  content: '-';
}

/*=== [ Highlight ] ==========================================================================================*/
.sc_highlight {
  display: inline-block;
  padding: 0 5px;
}

.sc_highlight.sc_highlight_style_1 {
  border-radius: 2px;
  background-color: #34b8c0;
  color: #ffffff;
}

.sc_highlight.sc_highlight_style_2 {
  border-radius: 2px;
  color: #34b8c0;
  border: 2px solid;
  padding: 0 3px;
  height: 22px;
  line-height: 1.1;
}

.sc_highlight.sc_highlight_style_3 {
  border-radius: 2px;
  background-color: #0555AA;
  color: #ffffff;
}

/*=== [ Tooltip ] ============================================================================================*/
.sc_tooltip_parent {
  color: #34b8c0;
  text-decoration: none;
  border-bottom: 1px dotted #34b8c0;
  position: relative;
  display: inline-block;
}

.sc_tooltip_parent .sc_tooltip {
  position: absolute;
  color: #ffffff;
  background-color: #34b8c0;
  white-space: nowrap;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 2px 6px;
  z-index: 2;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -ms-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}

.sc_tooltip_parent .sc_tooltip:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -3px;
  z-index: 1;
  background-color: #34b8c0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.sc_tooltip_parent:hover .sc_tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -20px;
  cursor: pointer;
}

/*=== [ Image ] ==============================================================================================*/
.sc_image {
  width: 200px;
  height: 200px;
}

.sc_image:hover figcaption {
  opacity: 0.5;
  margin-bottom: 0;
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sc_image.pull-left {
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sc_image.pull-right {
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sc_image.sc_image_shape_round {
  display: block;
  position: relative;
  overflow: hidden;
  border: 10px solid #f1f1f1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_image.sc_image_shape_round figcaption {
  top: 0;
  bottom: 0;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sc_image figcaption {
  font-size: 30px;
  line-height: 1.6;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  background: #34b8c0;
  color: #ffffff;
  opacity: 0;
  display: block;
}

.sc_image figcaption .figcaption_image_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: block;
}

/*=== [ List ] ===============================================================================================*/
.sc_list {
  list-style-type: none;
  padding-left: 0;
}

.sc_list.sc_list_style_ul>li:before {
  display: inline-block;
  content: '\e91d';
  font-family: fontello;
  color: #000000;
  margin-right: 10px;
  font-size: 6px;
  background: #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 2px;
}

.sc_list.sc_list_style_ol {
  counter-reset: num;
}

.sc_list.sc_list_style_ol>li:before {
  content: counter(num) '. ';
  counter-increment: num;
  color: #0555AA;
  margin-right: 10px;
}

.sc_list.sc_list_style_iconed>li:before {
  color: #0555AA;
  font-size: 12px;
  margin-right: 12px;
}

.sc_list .sc_list_item {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 13px;
}

/*=== [ Accordion ] ==========================================================================================*/
.sc_accordion .sc_accordion_item {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sc_accordion .sc_accordion_item .sc_accordion_title {
  margin: 0;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  padding: 11px 20px 15px 34px;
  position: relative;
}

.sc_accordion .sc_accordion_item .sc_accordion_title a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #34b8c0;
}

.sc_accordion .sc_accordion_item .sc_accordion_title a:before {
  position: absolute;
  font-family: "fontello";
  content: '\e929';
  width: 37px;
  height: 37px;
  line-height: 34px;
  border: 2px solid;
  border-radius: 50%;
  top: 15px;
  right: 19px;
  text-align: center;
  font-size: 9px;
}

.sc_accordion .sc_accordion_item .sc_accordion_title a.collapsed {
  color: #222222;
}

.sc_accordion .sc_accordion_item .sc_accordion_title a.collapsed:before {
  content: '\e92a';
  color: #999999;
}

.sc_accordion .sc_accordion_item .sc_accordion_content {
  padding: 24px 70px 32px 35px;
}

.sc_accordion.sc_accordion_style_1 {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item {
  background-color: transparent;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title {
  padding-left: 44px;
  color: #222222;
  border: none;
  padding-bottom: 6px;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title a {
  color: #222222;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title a .sc_accordion_icon {
  position: absolute;
  left: 0;
  border: 2px solid;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 1.3;
  top: 15px;
  text-align: center;
  color: #34b8c0;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title a:before {
  position: absolute;
  font-family: "fontello";
  content: '\e8e2';
  width: 42px;
  height: 43px;
  line-height: 38px;
  border: 1px solid #e4e7e8;
  top: 14px;
  right: 0;
  text-align: center;
  font-size: 6px;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 0;
  color: #222222;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title a.collapsed:before {
  content: '\e92b';
  border: none;
}

.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_content {
  border: 1px solid #e4e7e8;
  padding: 30px 40px 35px 43px;
}

/*=== [ Tabs ] ===============================================================================================*/
.sc_tabs .sc_tabs_titles {
  border: none;
}

.sc_tabs .sc_tabs_titles .sc_tabs_title {
  margin-bottom: 1px;
}

.sc_tabs .sc_tabs_titles .sc_tabs_title a {
  color: #222222;
  background-color: #ffffff;
  padding: 11px 40px 18px 40px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 39.244px;
  margin-right: 1px;
}

.sc_tabs .sc_tabs_titles .sc_tabs_title:hover a,
.sc_tabs .sc_tabs_titles .sc_tabs_title.active:hover a,
.sc_tabs .sc_tabs_titles .sc_tabs_title.active a {
  color: #ffffff;
  background-color: #34b8c0;
  border: none;
}

.sc_tabs .sc_tabs_container {
  border: none;
}

.sc_tabs .sc_tabs_container .sc_tabs_content {
  background-color: #ffffff;
  border: none;
  padding: 24px 33px 42px 34px;
}

.sc_tabs.sc_tabs_style_1 {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
  margin-left: 1px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles {
  margin-bottom: 15px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title {
  margin-right: 18px;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title:after {
  content: '|';
  color: #c7c7c7;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title:last-child:after {
  content: '';
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title a {
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0px 13px 0px 36px;
  letter-spacing: 0.5px;
  color: #c7c7c7;
  background: transparent;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title a .sc_tabs_icon {
  font-size: 18px;
  position: absolute;
  left: 0;
  border: 2px solid;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 1.3;
  top: 1px;
  text-align: center;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title:hover a,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title.active:hover a,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title.active a {
  color: #222222;
  background-color: transparent;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title:hover a .sc_tabs_icon,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title.active:hover a .sc_tabs_icon,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles .sc_tabs_title.active a .sc_tabs_icon {
  color: #34b8c0;
}

.sc_tabs.sc_tabs_style_2 .sc_tabs_container .sc_tabs_content {
  background-color: transparent;
  border: 1px solid #c7c7c7;
  padding: 31px 34px 33px 42px;
}

/*=== [ Sliders ] =============================================================================================*/
.sc_slider {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.sc_slider.carousel:hover .carousel-control.left {
  left: 3px;
}

.sc_slider.carousel:hover .carousel-control.right {
  right: 3px;
}

.sc_slider.carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: #34b8c0;
  border-color: #34b8c0;
  border-width: 2px;
  margin: 3px 4px;
}

.sc_slider.carousel .carousel-indicators li.active {
  background-color: transparent;
  margin: 3px 4px;
}

.sc_slider.carousel .carousel-indicators li.active:after {
  display: none;
}

.sc_slider.carousel .carousel-control {
  width: 51px;
  height: 51px;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
}

.sc_slider.carousel .carousel-control span {
  display: block;
  width: 100%;
  height: 100%;
}

.sc_slider.carousel .carousel-control.left {
  background-color: #34b8c0;
}

.sc_slider.carousel .carousel-control.right {
  background-color: #34b8c0;
}

.flexslider {
  border: none;
  margin: 0;
  background: #f9f9f9;
  padding-bottom: 35px;
  height: 100% !important;
}

.flexslider#slider-2 .flex-control-nav {
  bottom: 10px;
}

.flexslider .flex-active-slide .animated {
  visibility: visible !important;
}

.flexslider#slider-2 {
  padding-bottom: 0;
}

.flexslider#slider-2 .btn.btn-lg {
  padding: 19px 32px 19px;
  margin-left: 6px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0px;
}

.flexslider#slider-2 .slides>li .slide_description_wrapper .slide_description {
  padding-top: 116px;
}

.flexslider#slider-2 .slides>li .slide_description_wrapper .slide_description .slide_title {
  margin-bottom: 54px;
  margin-left: 6px;
}

.flexslider:hover .flex-direction-nav a {
  line-height: 35px;
  color: #ffffff;
  text-shadow: none;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
}

.flexslider:hover .flex-direction-nav .flex-prev:before {
  font-family: fontello;
  content: '\e92d';
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
}

.flexslider:hover .flex-direction-nav .flex-next:before {
  font-family: fontello;
  content: '\e92e';
}

.flexslider .flex-direction-nav a {
  line-height: 35px;
  color: #ffffff;
  text-shadow: none;
  border: none !important;
}

.flexslider .flex-direction-nav .flex-prev {
  left: 30px;
}

.flexslider .flex-direction-nav .flex-prev:before {
  font-family: fontello;
  content: '\e92d';
  color: #ffffff;
}

.flexslider .flex-direction-nav .flex-next {
  right: 30px;
}

.flexslider .flex-direction-nav .flex-next:before {
  font-family: fontello;
  content: '\e92e';
  color: #ffffff;
}

.flexslider .flex-control-nav {
  z-index: 2;
  bottom: 88px;
  left: 6px;
}

.flexslider .flex-control-nav li {
  margin: 0 4px;
}

.flexslider .flex-control-nav li a {
  background-color: rgba(25, 25, 25, 0.1);
  width: 9px;
  height: 9px;
  margin: 3px 4px;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.flexslider .flex-control-nav li a.flex-active {
  background-color: #0555AA;
  margin: 3px 4px;
}

.flexslider .flex-control-nav li a.flex-active:after {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  border: 2px solid #0555AA;
  background-color: transparent;
  top: -5px;
  left: -5px;
  border-radius: 50%;
}

.flexslider .slides>li {
  position: relative;
}

.flexslider .slides>li .slide_description_wrapper {
  width: 1170px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.flexslider .slides>li .slide_description_wrapper .slide_description {
  padding-top: 66px;
}

.flexslider .slides>li .slide_description_wrapper .slide_description .slide_title {
  color: #ffffff;
  font-size: 45px;
  margin-left: 11px;
  margin-top: 32px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 60px;
}

.flexslider .slides>li .slide_description_wrapper .slide_description .slide_button {
  position: absolute;
  bottom: -45px;
  left: 50%;
  letter-spacing: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 10px solid #f9f9f9;
  padding: 20px 42px;
  font-weight: 600;
  font-size: 17px;
}

.carousel .carousel-control {
  position: absolute;
  font-size: 40px;
  width: 40px;
  height: 40px;
  top: 50%;
  text-shadow: none;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: none;
}

.carousel .carousel-control.left {
  left: -60px;
}

.carousel .carousel-control.right {
  right: -60px;
}

.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next,
.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right {
  top: 25%;
}

.carousel:hover .carousel-control {
  opacity: 0.5;
}

.carousel:hover .carousel-control.left {
  left: 0px;
}

.carousel:hover .carousel-control.right {
  right: 0px;
}

.carousel:hover .carousel-control:hover {
  opacity: 1;
}

.carousel .carousel-indicators {
  bottom: 0;
}

.carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 3px 10px;
}

.carousel .carousel-indicators li.active {
  position: relative;
  margin: 3px 10px;
}

.carousel .carousel-indicators li.active:after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

/*=== [ Table ] ==============================================================================================*/
.sc_table {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.sc_table table {
  width: 100%;
}

.sc_table table tr:first-child th {
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  padding: 15px 34px;
  text-align: center;
  color: #ffffff;
  background-color: #34b8c0;
}

.sc_table table tr:last-child td {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  padding: 17px 35px 15px 35px;
  line-height: 35.211px;
}

.sc_table table th,
.sc_table table td {
  background-color: #ffffff;
  border: 1px solid #f9f9f9;
}

.sc_table table td {
  padding: 13px 33px 12px;
  line-height: 15px;
}

.sc_table table td:first-child {
  color: #222222;
  font-weight: 700;
}

.sc_table table td:nth-child(2) {
  color: #34b8c0;
  font-weight: 700;
}

/*=== [ Buttons ] ============================================================================================*/
.btn {
  -webkit-transition: all ease .3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: initial;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial;
  border-radius: 50px;
  padding: 12px 30px 16px;
  letter-spacing: -0.5px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {}

.btn.btn-sm {
  padding: 5px 17px 5px;
}

.btn.btn-lg {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 40px 22px;
}

.btn-info {
  color: #34b8c0;
  border-color: #34b8c0;
  background-color: #ffffff;
  border-width: 2px;
}

.btn-group-default .btn {
  margin-right: 17px;
}

/*=== [ Alert ] ==============================================================================================*/
.alert {
  border-radius: 2px;
  border: none;
  padding: 11px 10px 12px 53px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 17px;
}

.alert strong {
  text-transform: uppercase;
  margin-right: 16px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.alert .close {
  font-size: 6px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.alert .close:after {
  content: '\e8e2';
  font-family: "fontello";
}

.alert.alert-general {
  color: #ffffff;
  background-color: #0555AA;
}

.alert.alert-info {
  color: #999999;
  background-color: #ffffff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.alert.alert-info strong {
  color: #222222;
}

.alert.alert-info .close {
  color: #999999;
}

.alert.alert-warning {
  color: #ffffff;
  background-color: #ff672b;
}

.alert.alert-custom {
  color: #ffffff;
  background-color: #4443a2;
  line-height: 12px;
  padding-bottom: 26px;
}

.alert.alert-custom h5 {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 3px;
  padding-bottom: 1px;
}

/*=== [ Video ] ==============================================================================================*/
.sc_video_player iframe {
  width: 100%;
  border: none;
}

.sc_video_player .hover_icon {
  position: relative;
  display: block;
}

.sc_video_player .hover_icon:hover:before {
  opacity: 1;
  filter: alpha(opacity=1);
  margin-top: 0;
}

.sc_video_player .hover_icon:before {
  font-family: 'fontello';
  font-size: 45px;
  padding-left: 6px;
  line-height: 50px;
  text-align: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 100px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.sc_video_player .hover_icon.hover_icon_play:before {
  content: '\e816';
}

/*=== [ Audio ] ==============================================================================================*/
.sc_audio.audio_container .audio_author {
  float: right;
  font-size: 12px;
  line-height: 24px;
  color: #34b8c0;
  margin-top: 8px;
  letter-spacing: -0.5px;
}

.sc_audio.audio_container .audio_author:before {
  display: inline-block;
  content: "by ";
  color: #999999;
  margin-right: 6px;
}

.sc_audio.audio_container .audio_title {
  margin-top: 0px;
  margin-bottom: 10px;
}

.sc_audio.audio_container .mejs-container {
  width: 100% !important;
}

.sc_audio.audio_container .mejs-container *:focus {
  outline: none;
}

.sc_audio.audio_container .mejs-container .mejs-controls {
  height: 100%;
  background: #ffffff;
  color: #ffffff;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
  margin-top: 20px;
  margin-right: 25px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #f6f6f6;
  height: 4px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #34b8c0;
  height: 4px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  right: -2px;
  background-color: #34b8c0;
  border-radius: 50%;
  z-index: 1000;
  top: -2px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail {
  margin-top: 19px;
  margin-left: 3px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #34b8c0;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail span,
.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail a {
  height: 8px;
  background: #f6f6f6;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time {
  color: #999999;
  font-family: Lato;
  font-size: 13px;
  font-weight: 400;
  margin-top: 17px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
  margin-left: 21px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
  padding-left: 20px;
  padding-right: 25px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-playpause-button {
  background: #34b8c0;
  height: 68px;
  width: 68px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-playpause-button.mejs-play button:before {
  content: "\e81c";
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
  content: "\e81b";
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-playpause-button button {
  font-size: 18px;
  background: none;
  height: 25px;
  width: 25px;
  margin-left: 22px;
  margin-top: 20px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-playpause-button button:before {
  font-family: fontello;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button {
  margin-top: 17px;
  margin-left: 13px;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button:before {
  content: '';
  height: 68px;
  top: -17px;
  left: -13px;
  width: 1px;
  position: absolute;
  border-left: 1px solid #f9f9f9;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button.mejs-mute button:before {
  content: "\e813";
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
  content: "\e812";
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button button {
  color: #34b8c0;
  font-size: 18px;
  background: none;
}

.sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button button:before {
  font-family: fontello;
}

/*=== [ Socials ] ============================================================================================*/
.sc_socials {
  color: #ffffff;
}

.sc_socials.sc_socials_share {
  margin-bottom: 50px;
}

.sc_socials.sc_socials_share .share_caption {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 39.244px;
  margin-right: 13px;
}

.sc_socials.sc_socials_share .sc_socials_item {
  width: 42px;
  height: 42px;
  margin-right: 11px;
}

.sc_socials.sc_socials_share .sc_socials_item a:before {
  font-size: 16px;
  padding-top: 6px;
}

.sc_socials.sc_socials_share .sc_socials_item a:hover {
  color: #b2a2e1;
}

.sc_socials .sc_socials_item {
  width: 32px;
  height: 32px;
  line-height: 20px;
  display: inline-block;
  outline: none;
}

.sc_socials .sc_socials_item .sc_icon {
  width: 100%;
  height: 100%;
}

.sc_socials .sc_socials_item a:hover {
  color: #34b8c0;
}

.sc_socials.sc_socials_large .sc_socials_item {
  width: 52px;
  height: 52px;
  margin-right: 17px;
}

.sc_socials.sc_socials_large .sc_socials_item:hover .sc_icon {
  color: #b2a2e1;
}

.sc_socials.sc_socials_large .sc_socials_item .sc_icon {
  font-size: 20px;
  line-height: 40px;
}

/*=== [ Contact form ] =======================================================================================*/
#contactForm .form-group {
  margin-bottom: 26px;
}

#contactForm .form-control {
  font-size: 15px;
  padding: 25px;
  padding-left: 30px;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 30px;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#contactForm textarea {
  resize: none;
}

#contactForm #message {
  height: 180px;
}

#contactForm textarea.form-control {
  padding-top: 12px;
  padding-bottom: 17px;
  border-radius: 20px;
}

#contactForm .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

#contactForm .form-control:-moz-placeholder {
  color: #ffffff;
}

#contactForm .form-control::-moz-placeholder {
  color: #ffffff;
}

#contactForm .form-control:-ms-input-placeholder {
  color: #ffffff;
}

/*=== [ Comment form ] =======================================================================================*/
#commentForm .form-control {
  font-size: 15px;
  padding: 25px;
  color: #999999;
  background-color: transparent;
  border-color: #e9e9e9;
  border-radius: 30px;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-bottom: 26px;
}

#commentForm #message {
  height: 129px;
}

#commentForm textarea {
  resize: none;
}

#commentForm textarea.form-control {
  padding-top: 12px;
  padding-bottom: 17px;
  border-radius: 20px;
  margin-bottom: 19px;
}

#commentForm .form-control::-webkit-input-placeholder {
  color: #999999;
}

#commentForm .form-control:-moz-placeholder {
  color: #999999;
}

#commentForm .form-control::-moz-placeholder {
  color: #999999;
}

#commentForm .form-control:-ms-input-placeholder {
  color: #999999;
}

#commentForm #form-submit {
  width: 100%;
}

/*=== [ Services ] ===========================================================================================*/
.sc_services {
  background-color: #ffffff;
  padding: 40px 42px 50px;
  margin: auto auto 25px;
  position: relative;
  max-width: 370px;
}

.sc_services:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #34b8c0 0%, #0555AA 100%);
  opacity: 0;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  z-index: 1;
}

.sc_services:hover {
  background: none;
}

.sc_services:hover:before {
  opacity: 1;
}

.sc_services:hover .sc_icon,
.sc_services:hover .sc_title,
.sc_services:hover .sc_description {
  color: #ffffff;
}

.sc_services .sc_icon {
  color: #34b8c0;
  background-color: transparent;
  font-size: 50px;
  width: 2.32em;
  height: 2.32em;
  line-height: 2em;
  position: relative;
  z-index: 2;
}

.sc_services .sc_icon_border {
  border: 3px solid;
}

.sc_services .sc_title {
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 0;
  z-index: 2;
}

.sc_services .btn {
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  width: 73px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.sc_services .sc_description {
  position: relative;
  z-index: 2;
}

.sc_services.sc_services_style_1 .btn:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  box-sizing: content-box;
  border-radius: 45px;
  border: 10px solid #f9f9f9;
}

.sc_services.sc_services_style_2 {
  max-width: 370px;
  margin-left: 50px;
  margin-bottom: 30px;
  padding-left: 75px;
  padding-bottom: 30px;
  padding-top: 36px;
  padding-right: 25px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.sc_services.sc_services_style_2:hover .sc_icon {
  color: #34b8c0;
}

.sc_services.sc_services_style_2:hover .sc_title,
.sc_services.sc_services_style_2:hover .sc_description {
  color: #ffffff;
}

.sc_services.sc_services_style_2 .sc_title {
  margin-bottom: 14px;
  color: #34b8c0;
}

.sc_services.sc_services_style_2 .sc_icon_container {
  position: absolute;
  left: -50px;
  top: 55px;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f9f9f9;
  z-index: 10;
}

.sc_services.sc_services_style_2 .sc_icon_container .sc_icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 1.6;
}

.sc_services.sc_services_style_2 .sc_description {
  min-height: 68px;
}

.sc_services.sc_services_style_2 .sc_description .sc_team_item_description_span_icon {
  color: #34b8c0;
  font-size: 8px;
  border: 2px solid #34b8c0;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1.8;
  cursor: pointer;
}

.sc_services.sc_services_style_2 .sc_description .sc_team_item_description_span_icon:before {
  position: relative;
  bottom: 2px;
}

.sc_services.sc_services_style_3 {
  background: transparent;
  border-bottom: 1px dotted #b2a2e1;
  padding: 0 0 12px;
  margin-bottom: 13px;
}

.sc_services.sc_services_style_3:before {
  display: none;
}

.sc_services.sc_services_style_3:hover .sc_icon {
  color: #34b8c0;
}

.sc_services.sc_services_style_3:hover .sc_title {
  color: #222222;
}

.sc_services.sc_services_style_3.no_border {
  border: none;
}

.sc_services.sc_services_style_3 .sc_icon {
  width: 64px;
  height: 64px;
  font-size: 40px;
  line-height: 50px;
  border-width: 2px;
}

.sc_services.sc_services_style_3 .sc_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  margin-left: 32px;
  vertical-align: top;
  margin-top: 19px;
}

.sc_services.sc_services_style_4 {
  background: transparent;
  border-bottom: 1px dotted #b2a2e1;
  margin-bottom: 30px;
  padding: 6px 0 34px;
  margin-left: 0;
  margin-right: 0;
  max-width: inherit;
}

.sc_services.sc_services_style_4:before {
  display: none;
}

.sc_services.sc_services_style_4:hover .sc_icon {
  color: #34b8c0;
}

.sc_services.sc_services_style_4:hover .sc_title {
  color: #222222;
}

.sc_services.sc_services_style_4:hover .sc_description {
  color: #999999;
}

.sc_services.sc_services_style_4.no_border {
  border: none;
}

.sc_services.sc_services_style_4 .sc_icon {
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 60px;
  border-width: 3px;
  float: left;
  margin-top: 4px;
  margin-right: 20px;
}

.sc_services.sc_services_style_4 .sc_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 6px;
}

.sc_services.sc_services_style_4 .sc_description {
  padding-left: 100px;
}

/*=== [ Testimonials ] =======================================================================================*/
.sc_testimonials {
  color: #ffffff;
  padding-right: 90px;
  padding-left: 90px;
  text-align: center;
  position: relative;
  margin: 0 0 81px;
}

.sc_testimonials.sc_testimonials_style_2 {
  text-align: left;
  background-color: #ffffff;
  margin: 0 0 0 41px;
  padding: 39px 45px 37px 88px;
}

.sc_testimonials.sc_testimonials_style_2 .sc_avatar {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #49bfc6;
  border-radius: 50%;
  left: -47px;
  top: 51px;
}

.sc_testimonials.sc_testimonials_style_2 .sc_avatar .sc_image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sc_testimonials.sc_testimonials_style_2 .sc_testimonials_item_text {
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.sc_testimonials.sc_testimonials_style_2 .sc_testimonials_item_name {
  color: #34b8c0;
  font-size: 18px;
  font-weight: 600;
  line-height: 39.244px;
  margin-top: 10px;
}

.sc_testimonials .sc_testimonials_title {
  color: #ffffff;
}

.sc_testimonials .sc_testimonials_item_text {
  color: #ffffff;
  font-size: 26px;
  line-height: 44px;
}

.sc_testimonials .sc_testimonials_item_name {
  margin-top: 23px;
}

/*=== [ Team ] ===============================================================================================*/
.sc_team_item {
  margin: auto;
  -webkit-caransition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.sc_team_item .sc_team_item_info {
  padding: 28px 42px 38px 75px;
  position: relative;
  z-index: 2;
}

.sc_team_item .sc_team_item_info .sc_team_item_title {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 4px;
  display: block;
}

.sc_team_item .sc_team_item_info .sc_team_item_title a {
  color: #0555AA;
  font-weight: 700;
}

.sc_team_item .sc_team_item_info .sc_team_item_description {
  margin-top: 21px;
  max-height: 51px;
  overflow: hidden;
}

.sc_team_item .sc_team_item_description_span_icon {
  color: #0555AA;
  font-size: 8px;
  border: 2px solid #0555AA;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}

.sc_team_item .sc_socials {
  color: #ffffff;
  opacity: 0;
}

.sc_team_item.sc_team_item_style_1 {
  position: relative;
  overflow: hidden;
  max-width: 370px;
}

.sc_team_item.sc_team_item_style_1 .sc_socials {
  position: absolute;
  bottom: -7px;
  left: 89px;
}

.sc_team_item.sc_team_item_style_1:hover .sc_team_item_title a,
.sc_team_item.sc_team_item_style_1:hover .sc_team_item_info {
  color: #ffffff;
}

.sc_team_item.sc_team_item_style_1:hover .sc_team_item_title a:hover {
  color: #0555AA;
}

.sc_team_item.sc_team_item_style_1:hover .sc_team_item_description {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_team_item.sc_team_item_style_1:hover .sc_socials .sc_icon {
  color: #ffffff;
}

.sc_team_item.sc_team_item_style_1:hover .sc_socials {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

.sc_team_item.sc_team_item_style_1:hover .team_item_info-container:before {
  opacity: 1;
}

.sc_team_item.sc_team_item_style_1:hover .sc_socials a.sc_icon:hover {
  color: #34b8c0;
}

.sc_team_item.sc_team_item_style_1 .sc_team_item_avatar {
  float: left;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.sc_team_item.sc_team_item_style_1 .sc_image {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 10px solid #f9f9f9;
  background-color: #f9f9f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: content-box;
}

.sc_team_item.sc_team_item_style_1 .team_item_info-container {
  position: relative;
  margin-left: 50px;
  background-color: #ffffff;
}

.sc_team_item.sc_team_item_style_1 .team_item_info-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #34b8c0 0%, #0555AA 100%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}

.sc_team_item.sc_team_item_style_1 .sc_team_item .sc_team_item_info {
  background: #ffffff;
  padding-left: 75px;
  padding-top: 2.4em;
  height: 194px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_team_item.sc_team_item_style_1 .sc_team_item:hover .sc_team_item_info {
  color: #ffffff;
  background: none;
}

.sc_team_item.sc_team_item_style_2 {
  max-width: 270px;
  margin-bottom: 15px;
}

.sc_team_item.sc_team_item_style_2:hover .team_item_info-container .sc_team_item_info:before {
  opacity: 1;
}

.sc_team_item.sc_team_item_style_2:hover .sc_team_item_title a,
.sc_team_item.sc_team_item_style_2:hover .sc_team_item_info {
  color: #ffffff;
}

.sc_team_item.sc_team_item_style_2:hover .sc_team_item_title a:hover {
  color: #0555AA;
}

.sc_team_item.sc_team_item_style_2:hover .sc_team_item_description {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sc_team_item.sc_team_item_style_2:hover .sc_socials .sc_icon {
  color: #ffffff;
}

.sc_team_item.sc_team_item_style_2:hover .sc_socials {
  -webkit-transform: translateY(-1.4em);
  transform: translateY(-1.4em);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}

.sc_team_item.sc_team_item_style_2:hover .sc_socials a.sc_icon:hover {
  color: #34b8c0;
}

.sc_team_item.sc_team_item_style_2 .sc_team_item_avatar .sc_image {
  width: 154px;
  height: 154px;
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  border-width: 17px;
  margin: auto;
  z-index: 3;
}

.sc_team_item.sc_team_item_style_2 .sc_team_item_description_span_icon_container {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 34px;
  background-color: #f9f9f9;
  border-radius: 50%;
}

.sc_team_item.sc_team_item_style_2 .sc_team_item_description_span_icon_container .sc_team_item_description_span_icon {
  text-align: center;
  line-height: 2.3;
  border-radius: 50%;
  margin: 6px auto auto;
  display: block;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container {
  background-color: #ffffff;
  margin-top: -50px;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info {
  padding: 60px 20px 40px;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #5AAAFF 0%, #0555AA 100%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_team_item_title {
  text-align: center;
  position: relative;
  z-index: 3;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_team_item_position {
  text-align: center;
  position: relative;
  z-index: 3;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_team_item_description {
  text-align: center;
  position: relative;
  z-index: 3;
}

.sc_team_item.sc_team_item_style_2 .team_item_info-container .sc_team_item_info .sc_socials {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*=== [ Price block ] ========================================================================================*/
.sc_price_block {
  position: relative;
  margin: auto;
  margin-bottom: 60px;
  max-width: 320px;
}

.sc_price_block .sc_price_block_title {
  color: #ffffff;
  background-color: #34b8c0;
  font-size: 25px;
  font-weight: 400;
  line-height: 39.244px;
  text-align: center;
  padding: 30px 26px 30px;
  position: relative;
}

.sc_price_block .sc_price_block_title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  z-index: 2;
  background: #ffffff;
}

.sc_price_block .sc_price_block_title:after {
  content: '\e92b';
  font-family: fontello;
  color: #34b8c0;
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: -11px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid;
  z-index: 2;
  line-height: 20px;
  font-size: 10px;
  font-weight: 400;
  padding-left: 1px;
  background: #ffffff;
}

.sc_price_block .sc_price {
  color: #222222;
  background-color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 39.244px;
  text-align: center;
  padding-top: 47px;
  padding-left: 10px;
  padding-right: 10px;
}

.sc_price_block .sc_price .sc_price_currency {
  font-size: 20px;
  position: relative;
  bottom: 21px;
  right: 4px;
}

.sc_price_block .sc_price .sc_price_money {
  font-weight: 900;
}

.sc_price_block .sc_price .sc_price_period {
  font-size: 15px;
}

.sc_price_block .sc_price_block_description {
  background-color: #ffffff;
  padding-bottom: 26px;
}

.sc_price_block .sc_price_block_description .sc_list {
  padding: 28px;
  margin-top: 1px;
}

.sc_price_block .sc_price_block_description .sc_list .sc_list_item {
  border-bottom: 1px dotted;
  padding-bottom: 4px;
  margin-bottom: 8.3px;
}

.sc_price_block .sc_price_block_description .sc_list .sc_list_item:last-child {
  border: none;
}

.sc_price_block .sc_price_block_description .sc_list .sc_list_item .sc_list_icon {
  margin-right: 14px;
  font-size: 12px;
}

.sc_price_block .sc_price_block_description .sc_list .sc_list_item .sc_list_icon:before {
  margin: 0;
}

.sc_price_block .sc_price_block_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  letter-spacing: -0.5px;
}

.sc_price_block .sc_price_block_link .btn {
  font-size: 21px;
  line-height: 1.6;
  padding: 5px 24px 7px 26px;
  border: 13px solid #f9f9f9;
}

.sc_price_block.sc_price_block_style_2 .sc_price_block_title {
  background-color: #53d9cc;
}

.sc_price_block.sc_price_block_style_2 .sc_price_block_title:after {
  color: #53d9cc;
}

.sc_price_block.sc_price_block_style_2 .sc_price_block_link .btn {
  background-color: #53d9cc;
}

.sc_price_block.sc_price_block_style_2 .sc_price_block_link .btn:hover {
  background-color: #b2a2e1;
}

.sc_price_block.sc_price_block_style_3 .sc_price_block_title {
  background-color: #ff672b;
}

.sc_price_block.sc_price_block_style_3 .sc_price_block_title:after {
  color: #ff672b;
}

.sc_price_block.sc_price_block_style_3 .sc_price_block_link .btn {
  background-color: #ff672b;
}

.sc_price_block.sc_price_block_style_3 .sc_price_block_link .btn:hover {
  background-color: #b2a2e1;
}

.sc_price_block.sc_price_block_style_4 .sc_price_block_title {
  background-color: #4443a2;
}

.sc_price_block.sc_price_block_style_4 .sc_price_block_title:after {
  color: #4443a2;
}

.sc_price_block.sc_price_block_style_4 .sc_price_block_link .btn {
  background-color: #4443a2;
}

.sc_price_block.sc_price_block_style_4 .sc_price_block_link .btn:hover {
  background-color: #b2a2e1;
}

/*=== [ Skills ] =============================================================================================*/
.sc_skills.sc_skills_bar.sc_skills_horizontal {
  width: 100%;
}

.sc_skills.sc_skills_bar.sc_skills_horizontal .sc_skills_info {
  margin: 9px 0 2px 0;
}

.sc_skills.sc_skills_bar.sc_skills_horizontal .sc_skills_info .sc_skills_label {
  color: #222222;
  font-size: 16px;
  font-weight: 900;
  line-height: 25px;
  text-align: left;
}

.sc_skills.sc_skills_bar.sc_skills_horizontal .sc_skills_item {
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: visible;
  margin-right: 45px;
  background-color: #f4f7f9;
  position: relative;
}

.sc_skills.sc_skills_bar.sc_skills_horizontal .sc_skills_item .sc_skills_count {
  border-color: #34b8c0;
  margin-right: 45px;
  height: 100%;
  line-height: 110%;
  text-align: right;
  width: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #34b8c0;
  background: linear-gradient(to right, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

.sc_skills.sc_skills_bar.sc_skills_horizontal .sc_skills_item .sc_skills_total {
  height: 100%;
  line-height: 110%;
  margin-right: -45px;
  text-align: right;
  padding-right: 10px;
}

.sc_skills.sc_skills_pie {
  overflow: hidden;
  margin-bottom: 10px;
}

.sc_skills.sc_skills_pie .sc_skills_legend {
  float: left;
  margin-top: 16px;
  margin-right: 44px;
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item {
  border-bottom: 1px solid #e4e7e8;
  padding-bottom: 8px;
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item:last-child {
  border: none;
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item .sc_skills_legend_marker {
  display: inline-block;
  width: 6px;
  height: 6px;
  line-height: 1.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: visible;
  position: relative;
  margin: 20px 20px 2px 5px;
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item .sc_skills_legend_marker:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -5px;
  left: -5px;
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item .sc_skills_legend_value {
  display: inline-block;
  margin-left: 6px;
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item .sc_skills_legend_value:before {
  content: '(';
}

.sc_skills.sc_skills_pie .sc_skills_legend .sc_skills_legend_item .sc_skills_legend_value:after {
  content: ')';
}

.sc_skills.sc_skills_pie .sc_skills_item {
  float: left;
  margin-top: 4px;
  position: relative;
}

.sc_skills.sc_skills_pie .sc_skills_item .pie_diagram_max_value {
  margin-top: -4px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  color: #222222;
}

/*=== [ Chat ] ===============================================================================================*/
.sc_chat {
  position: relative;
  margin-bottom: 20px;
}

.sc_chat:nth-child(even) .sc_chat_avatar {
  right: 0;
}

.sc_chat:nth-child(even) .sc_chat_inner {
  margin-left: 0;
  margin-right: 70px;
}

.sc_chat:nth-child(even) .sc_chat_inner:after {
  left: auto;
  right: 0px;
  -webkit-transform: rotate(-30deg) skewY(45deg);
  -moz-transform: rotate(-30deg) skewY(45deg);
  -ms-transform: rotate(-30deg) skewY(45deg);
  -o-transform: rotate(-30deg) skewY(45deg);
  transform: rotate(-30deg) skewY(45deg);
}

.sc_chat .sc_chat_avatar {
  width: 52px;
  height: 52px;
  position: absolute;
}

.sc_chat .sc_chat_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.sc_chat .sc_chat_inner {
  background-color: #ffffff;
  margin-left: 70px;
  padding: 22px 65px 15px 50px;
  position: relative;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.sc_chat .sc_chat_inner:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 0px;
  width: 11px;
  height: 30px;
  -webkit-transform: rotate(30deg) skewY(-45deg);
  -moz-transform: rotate(30deg) skewY(-45deg);
  -ms-transform: rotate(30deg) skewY(-45deg);
  -o-transform: rotate(30deg) skewY(-45deg);
  transform: rotate(30deg) skewY(-45deg);
  background-color: #ffffff;
  border-left: none;
  border-bottom: none;
}

.sc_chat .sc_chat_inner .sc_chat_title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

/*=== [ Sections styles ] ====================================================================================*/
section {
  overflow: hidden;
}

.fullwidth .container {
  width: 100% !important;
  padding: 0 !important;
}

.fullwidth .container .row {
  margin: 0 !important;
}

.fullwidth .container [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no_vertical_padding .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

section .container {
  padding-top: 69px;
  padding-bottom: 65px;
}

section .container.no_vertical_padding {
  padding-bottom: 0;
  padding-top: 0;
}

.content {
  padding-top: 38px;
  padding-bottom: 38px;
}

.light_section {
  background-color: #ffffff;
}

.isotope {
  margin-left: -15px;
  margin-right: -15px;
}

.isotope.no_padding {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.isotope .isotope-item {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.sc_parallax_gradient {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

.sc_parallax_gradient h3 {
  color: #ffffff;
}

.sc_parallax_gradient_inv {
  background: linear-gradient(to top, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

.sc_parallax_gradient_inv h3 {
  color: #ffffff;
}

.sc_gradient_testimonials {
  background-repeat: no-repeat;
  background-color: #49bfc6;
  background-image: url("../images/home_3_2.jpg");
}

/*=== [ Underheader Section ] ================================================================================*/
#underheader .container {
  padding-top: 0;
  padding-bottom: 0;
}

#underheader .container .topWrap .usermenu_area .contact_area {
  color: #34b8c0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding: 28px 0 4px;
}

#underheader .container .topWrap .usermenu_area .contact_area [class^="icon-"]:before,
#underheader .container .topWrap .usermenu_area .contact_area [class*=" icon-"]:before {
  font-size: 10px;
  text-align: center;
  line-height: 21px;
  vertical-align: top;
  font-weight: 800;
}

#underheader .container .topWrap .usermenu_area .contact_area .icon-rounded {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  line-height: 24px;
  text-align: center;
  position: relative;
  top: 1px;
}

#underheader .container .topWrap .usermenu_area .contact_area .text-separator {
  display: inline-block;
  border-radius: 50%;
  background-color: #34b8c0;
  width: 4px;
  height: 4px;
  margin: 4px 9px;
  margin-left: 10px;
}

#underheader .container .topWrap .usermenu_area .timetable_area {
  padding: 25px 0 0;
  color: #191919;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

#underheader .container .topWrap .usermenu_area .timetable_area strong {
  font-weight: 700;
  color: #999999;
}

/*=== [ Header Section ] =====================================================================================*/
header .topWrap {
  position: static;
}

header .topWrap .logo {
  padding-bottom: 54px;
}

header .topWrap .logo.logo_center {
  margin-top: -3px;
  width: 100%;
  text-align: center;
}

header .topWrap .logo .navbar-brand {
  float: none;
  color: #34b8c0;
  font-size: 60px;
  font-weight: 700;
  line-height: 39.244px;
  display: inline-block;
  margin-bottom: 47px;
  margin-left: -3px;
}

header .topWrap .logo .navbar-brand:hover {
  color: #34b8c0;
  text-decoration: none;
}

header .topWrap .logo .navbar-brand .logo_main {
  width: 72px;
  height: 72px;
}

header .topWrap .logo .navbar-brand .logo_text {
  margin: 0 -3px;
  position: relative;
  top: 2px;
}

header .topWrap .logo .navbar-brand .logo_text i {
  font-family: Damion;
  font-size: 80px;
  font-weight: 400;
  line-height: 39.244px;
  font-style: normal;
}

header .topWrap .search {
  float: right;
  margin: 15px 0 10px 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #f9f9f9;
  position: relative;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

header .topWrap .search:before {
  position: absolute;
  font-family: 'fontello';
  content: '\e811';
  font-size: 18px;
  width: 42px;
  height: 42px;
  z-index: 4;
  display: block;
  text-align: right;
  line-height: 40px;
  padding-right: 8px;
  right: 0;
  top: 0;
  color: #222222;
}

header .topWrap .search.searchOpen {
  width: 188px;
  border: 1px solid #eeeeee;
  border-radius: 25px;
}

header .topWrap .search.searchOpen:before {
  content: '\e8e2';
  font-size: 8px;
}

header .topWrap .search.searchOpen .searchForm {
  display: block;
}

header .topWrap .search .searchForm {
  display: none;
  overflow: hidden;
  position: relative;
}

header .topWrap .search .searchForm .searchField {
  height: 42px;
  width: 100%;
  line-height: 20px;
  letter-spacing: 1px;
  background: none;
  border: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  padding: 0 20px 0 35px;
  font-size: 15px;
}

header .topWrap .search .searchForm .searchSubmit {
  width: 42px;
  height: 42px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
  margin: 0;
  right: 0;
  vertical-align: middle;
}

header .topWrap .search .searchForm .searchSubmit:before {
  position: absolute;
  font-family: 'fontello';
  content: '\e811';
  font-size: 15px;
  width: 42px;
  height: 42px;
  z-index: 4;
  display: block;
  text-align: center;
  line-height: 42px;
  padding-right: 5px;
  right: 0;
  top: 0;
  color: #222222;
}

header .topWrap .search .searchForm .search-form {
  height: 45px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 48px;
  padding: 0;
  text-align: left;
  margin: 0;
}

header .topWrap .openResponsiveMenu {
  float: right;
  margin: 15px 10px 10px 0;
  width: 42px;
  height: 42px;
  padding: 0;
  position: relative;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  text-decoration: none;
}

header .topWrap .openResponsiveMenu:hover {
  text-decoration: none;
}

header .topWrap .openResponsiveMenu:focus {
  text-decoration: none;
}

header .topWrap .openResponsiveMenu:before {
  font-size: 29px;
  width: 42px;
  height: 42px;
  z-index: 4;
  display: block;
  text-align: center;
  line-height: 38px;
  right: 0;
  top: 0;
  color: #055aaa;
}

header .topWrap .bottomWrap:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eeeeee;
}

header .topWrap .menuTopWrap {
  padding-top: 25px;
  padding-bottom: 17px;
}

header .topWrap .menuTopWrap #mainmenu {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: -14px;
}

header .topWrap .menuTopWrap #mainmenu .caret {
  display: none;
}

header .topWrap .menuTopWrap #mainmenu>li {
  display: block;
  float: left;
  position: relative;
  margin-left: 4px;
}

header .topWrap .menuTopWrap #mainmenu>li.current-menu-item>a {
  background-color: #0555AA;
  color: #ffffff;
}

header .topWrap .menuTopWrap #mainmenu>li>a {
  font-size: 13px;
  font-weight: 900;
  color: #222222;
  z-index: 88;
  display: block;
  padding: 0 16px;
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  border-radius: 13px;
}

header .topWrap .menuTopWrap #mainmenu>li>a:hover {
  background-color: #0555AA;
  color: #ffffff;
}

header .topWrap .menuTopWrap #mainmenu>li>a:focus {
  background-color: #0555AA;
  color: #ffffff;
}

header .topWrap .menuTopWrap #mainmenu>li ul {
  min-width: 220px;
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2999;
  text-align: left;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li:first-child:before {
  margin-top: 23px;
  content: '';
  display: block;
  height: 0px;
  width: 100%;
  background-color: #0555AA;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li:last-child:after {
  content: '';
  display: block;
  height: 0px;
  width: 100%;
  background-color: #0555AA;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li.current-menu-item>a {
  background-color: #0555AA;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li.current-menu-item>a:before {
  position: absolute;
  left: 22px;
  top: 4px;
  content: '\e91d';
  font-family: 'fontello';
  font-size: 8px;
  font-weight: 900;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li>a {
  display: block;
  z-index: 101;
  font-size: 13px;
  font-weight: 900;
  background-color: #0555AA;
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  text-align: left;
  padding: 6px 20px 6px 52px;
  position: relative;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li>a:hover {
  color: #ffffff;
  background-color: #0555AA;
}

header .topWrap .menuTopWrap #mainmenu>li ul>li>a:hover:before {
  position: absolute;
  left: 22px;
  top: 4px;
  content: '\e91d';
  font-family: 'fontello';
  font-size: 8px;
  vertical-align: middle;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

header .topWrap .sf-menu,
header .topWrap .sf-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .topWrap .navbar-nav {
  margin-top: 23px;
  float: none;
  display: inline-block;
}

header .topWrap .navbar {
  border: none;
  margin-bottom: 6px;
}

header .topWrap .navbar a {
  text-transform: uppercase;
  font-family: Lato;
  color: #191919;
  font-size: 13px;
  font-weight: 900;
  line-height: 39.244px;
  text-align: center;
  border-radius: 30px;
}

.header_style_2 #underheader .container .topWrap .usermenu_area .contact_area {
  font-size: 16px;
  font-weight: 800;
  line-height: 39.244px;
  padding-top: 6px;
  padding-bottom: 0;
  float: right;
}

.header_style_2 #underheader .container .topWrap .usermenu_area .contact_area .text-separator {
  margin: 4px 7px;
}

.header_style_2 #underheader .container .topWrap .usermenu_area .contact_area [class^="icon-"]:before,
.header_style_2 #underheader .container .topWrap .usermenu_area .contact_area [class*=" icon-"]:before {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  vertical-align: top;
}

.header_style_2 #underheader .container .topWrap .usermenu_area .contact_area .icon-rounded {
  padding-top: 1px;
  position: relative;
  top: 4px;
  right: 1px;
  width: 26px;
  height: 26px;
}

.header_style_2 header .topWrap .logo {
  padding-bottom: 18px;
}

.header_style_2 header .topWrap .logo.logo_left {
  float: left;
}

.header_style_2 header .topWrap .logo .navbar-brand {
  font-size: 36px;
  font-weight: 700;
  line-height: 39.244px;
  margin-bottom: 11px;
  margin-left: 0;
}

.header_style_2 header .topWrap .logo .navbar-brand .logo_text {
  margin-left: 4px;
  top: 3px;
}

.header_style_2 header .topWrap .logo .navbar-brand .logo_text i {
  font-size: 45px;
  font-weight: 400;
  margin-left: 0px;
  letter-spacing: 1px;
}

.header_style_2 header .topWrap .logo .navbar-brand img {
  width: 50px;
  height: 50px;
  margin-top: -30px;
}

.header_style_2 header .topWrap .search {
  margin: 7px;
}

.header_style_2 header .topWrap .search.searchOpen:before {
  padding-right: 6px;
  color: #222222;
}

.header_style_2 header .topWrap .search:before {
  font-size: 20px;
  padding-right: 0;
  color: #34b8c0;
}

.header_style_2 header .topWrap .bottomWrap:before {
  display: none;
}

.header_style_2 header .topWrap .menuTopWrap {
  padding-top: 24px;
  padding-bottom: 17px;
}

.header_style_2 header .topWrap .menuTopWrap #mainmenu>li ul {
  top: 22px;
}

/*=== [ Breadcrumb Section ] =================================================================================*/
.breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb .container {
  padding-top: 0;
  padding-bottom: 0;
}

.breadcrumb h1 {
  margin-top: 12px;
  margin-bottom: 19px;
  color: #ffffff;
}

.breadcrumb .breadcrumbs {
  margin-top: 24px;
  margin-right: 13px;
}

.breadcrumb .breadcrumbs_item.home {
  color: rgba(255, 255, 255, 0.3);
}

.breadcrumb .breadcrumbs_item.home:hover {
  color: #ffffff;
}

.breadcrumb .breadcrumbs_item.current {
  color: #ffffff;
}

.breadcrumb .breadcrumbs_delimiter {
  display: inline-block;
  line-height: 2.8;
  color: #ffffff;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 22px;
  height: 22px;
  font-size: 8px;
  text-align: center;
  vertical-align: bottom;
}

/*=== [ Blog Section ] =======================================================================================*/
#blog .container {
  padding-top: 0;
  padding-bottom: 0;
}

/*=== [ Services Section ] ===============================================================================*/
#services_section .container {
  padding-top: 56px;
  padding-bottom: 58px;
}

#services_section h3 {
  margin-top: 9px;
  margin-bottom: 37px;
}

/*=== [ Testimonials Section ] ===============================================================================*/
#testimonials_section.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-1.jpg");
}

#testimonials_section.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(55, 125, 220, 0.9) 0%, rgba(5, 85, 170, 1) 100%);
}

#testimonials_section h3 {
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 25px;
}

#testimonials_section .sc_testimonials {
  margin-bottom: 0;
}

#testimonials_section .container {
  padding-bottom: 60px;
}

#testimonials_section_2 .container {
  padding-top: 51px;
  padding-bottom: 47px;
}

#testimonials_section_2 .container h3 {
  font-weight: 600;
}

#testimonials_section_2 .container .title {
  color: #ffffff;
  margin-bottom: 27px;
}

#testimonials_section_2 .container .carousel {
  padding-bottom: 0px;
  width: 87%;
  margin: auto;
}

#testimonials_section_2 .container .carousel .carousel-control {
  display: none;
}

#testimonials_section_2 .container .sc_testimonials.sc_testimonials_style_2 {
  padding: 33px 24px 41px 88px;
}

#testimonials_section_2 .container .sc_testimonials.sc_testimonials_style_2 .sc_testimonials_item_text {
  line-height: 23px;
}

#testimonials_section_2 .container .sc_testimonials.sc_testimonials_style_2 .sc_testimonials_item_name {
  margin-top: 3px;
}

#testimonials_section_2 .container .sc_testimonials.sc_testimonials_style_2 .sc_avatar {
  top: 40px;
}

#testimonials_section_3 .container {
  padding-top: 82px;
}

#testimonials_section_3 .container h3 {
  font-weight: 600;
}

#testimonials_section_4.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-1.jpg");
}

#testimonials_section_4.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#testimonials_section_4 .container {
  padding-top: 61px;
  padding-bottom: 30px;
}

#testimonials_section_4 .sc_testimonials {
  margin-bottom: 61px;
}

#testimonials_section_4 .sc_testimonials .sc_testimonials_item_name {
  margin-top: 22px;
}

#testimonials_section_4 h3 {
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 25px;
}

#testimonials_section_5.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-1.jpg");
}

#testimonials_section_5.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#testimonials_section_5 .container {
  padding-top: 55px;
}

#testimonials_section_5 .sc_testimonials {
  margin-bottom: 2px;
  font-weight: 700;
}

#testimonials_section_5 .sc_testimonials .sc_testimonials_item_name {
  margin-top: 22px;
}

#testimonials_section_5 h3 {
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 25px;
}

#testimonials_section_6 .container {
  padding-top: 54px;
  padding-bottom: 30px;
}

#testimonials_section_6.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-1.jpg");
}

#testimonials_section_6.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#testimonials_section_6 h3 {
  font-weight: 600;
  margin-top: 9px;
  margin-bottom: 25px;
}

#testimonials_section_6 .sc_testimonials {
  margin-bottom: 0;
}

/*=== [ Teams Section ] ===================================================================================*/
#team_section h3 {
  margin-top: 9px;
  margin-bottom: 40px;
}

#team_section .container {
  padding-top: 67px;
  padding-bottom: 23px;
}

#team_section_2 h3 {
  margin-top: 9px;
  margin-bottom: 70px;
}

#team_section_2 .container {
  padding-top: 60px;
  padding-bottom: 83px;
}

#team_section_3 .container {
  padding-top: 21px;
  padding-bottom: 70px;
}

#team_section_3 .container .title {
  margin-top: 38px;
  margin-bottom: 14px;
}

#team_section_3 .container .btn-view {
  margin-top: 9px;
  padding-right: 57px;
  padding-left: 57px;
}

#team_section_4 h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

#team_section_4 .container {
  padding-top: 77px;
  padding-bottom: 56px;
}

#team_section_5 h3 {
  margin-top: 9px;
  margin-bottom: 67px;
}

#team_section_5 .container {
  padding-bottom: 79px;
}

/*=== [ Gallery Section ] ====================================================================================*/
#gallery_section h3 {
  margin-top: 11px;
  margin-bottom: 33px;
}

#gallery_section .container {
  padding-bottom: 54px;
}

/*=== [ Contact form Section ] ====+==========================================================================*/
#contact_form_section.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-2.jpg");
}

#contact_form_section.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#contact_form_section .container {
  padding-top: 52px;
  padding-bottom: 35px;
}

#contact_form_section h3 {
  font-weight: 600;
  margin-top: 11px;
  margin-bottom: 43px;
}

#contact_form_section .btn {
  background: #4443a2;
  width: 100%;
  margin-top: 30px;
}

#contact_form_section .btn:hover {
  background: #b4a5e0;
}

#contact_form_section_2 .container {
  padding-bottom: 64px;
}

#contact_form_section_2 .container #contactForm .form-control {
  color: #999999;
  border-color: #f9f9f9;
}

#contact_form_section_2 .container #contactForm .form-control::-webkit-input-placeholder {
  color: #999999;
}

#contact_form_section_2 .container #contactForm .form-control:-moz-placeholder {
  color: #999999;
}

#contact_form_section_2 .container #contactForm .form-control::-moz-placeholder {
  color: #999999;
}

#contact_form_section_2 .container #contactForm .form-control:-ms-input-placeholder {
  color: #999999;
}

#contact_form_section_2 h3 {
  margin-top: 11px;
  margin-bottom: 43px;
}

#contact_form_section_2 .btn {
  width: 100%;
  margin-top: 30px;
}

#contact_form_section_3.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-2.jpg");
}

#contact_form_section_3.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#contact_form_section_3 .container {
  padding-top: 52px;
  padding-bottom: 40px;
}

#contact_form_section_3 h3 {
  font-weight: 600;
  margin-top: 11px;
  margin-bottom: 48px;
}

#contact_form_section_3 .btn {
  background: #4443a2;
  width: 100%;
  margin-top: 30px;
}

#contact_form_section_3 .btn:hover {
  background: #b4a5e0;
}

/*=== [ Map Section ] ========================================================================================*/
#map_section #map {
  height: 540px;
}

/*=== [ Welcome Section ] ====================================================================================*/
#welcome_section {
  border-bottom: 2px solid #ebebeb;
}

#welcome_section .container {
  padding-top: 39px;
  padding-bottom: 0;
}

#welcome_section .container .col-sm-7 {
  position: relative;
  right: 7px;
}

#welcome_section .container .sc_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: none;
  margin-top: 21px;
  margin-bottom: 28px;
}

#welcome_section .container .sc_title .btn.btn-lg {
  font-size: 18px;
  font-weight: 400;
  padding: 18px 30px 18px;
}

#welcome_section .container .sc_title .btn.btn-default {
  margin-left: 3px;
}

#welcome_section .container .sc_title i {
  font-family: Damion;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

#welcome_section .container p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 14px;
}

#welcome_section_2 {
  border-bottom: 2px solid #ebebeb;
}

#welcome_section_2 .container {
  padding-top: 50px;
  padding-bottom: 0;
}

#welcome_section_2 .container .sc_services.sc_services_style_3 .sc_icon {
  width: 60px;
  height: 60px;
}

#welcome_section_2 .container .sc_services.sc_services_style_3 .sc_title {
  margin-top: 13px;
  margin-bottom: 0;
}

#welcome_section_2 .container .sc_services.sc_services_style_3 {
  padding: 0 0 16px;
  margin-bottom: 15px;
}

#welcome_section_2 .container .shift {
  position: relative;
  right: 16px;
}

#welcome_section_2 .container .shift-2 {
  position: relative;
  right: 6px;
}

#welcome_section_2 .container .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-transform: none;
  margin-top: 53px;
  margin-bottom: 16px;
}

#welcome_section_2 .container .title i {
  font-family: Damion;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

#welcome_section_2 .container p {
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 29px;
  margin-left: 8px;
}

/*=== [ Eliminate Section ] ==================================================================================*/
#eliminate_section.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-3.jpg");
}

#eliminate_section.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#eliminate_section .container {
  padding-bottom: 58px;
}

#eliminate_section .container .sc_title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 6px;
  margin-bottom: 20px;
}

#eliminate_section .container .sc_list {
  font-size: 17px;
  color: #ffffff;
}

#eliminate_section .container .sc_list.sc_list_style_iconed>li:before {
  color: #ffffff;
  font-size: 24px;
}

#eliminate_section .container .sc_list .sc_list_item {
  margin-bottom: 6px;
}

#eliminate_section .container .btn {
  margin-top: 35px;
}

/*=== [ More About Section ] =================================================================================*/
#more_about_section {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

#more_about_section.sc_parallax .sc_parallax_content {
  background-image: url("../images/par-1.jpg");
}

#more_about_section.sc_parallax .sc_parallax_content .sc_parallax_overlay {
  background: linear-gradient(to bottom, rgba(52, 184, 192, 0.9) 0%, rgba(111, 81, 199, 0.9) 100%);
}

#more_about_section .container {
  padding-top: 60px;
  padding-bottom: 41px;
}

#more_about_section .container .sc_title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: none;
  margin-bottom: 32px;
  margin-left: -4px;
}

#more_about_section .container p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

#more_about_section .container .btn {
  font-size: 14px;
  font-weight: 600;
}

#more_about_section_2 {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

#more_about_section_2 .container {
  padding-top: 59px;
  padding-bottom: 91px;
}

#more_about_section_2 .container .sc_title {
  color: #222222;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: none;
  margin-bottom: 32px;
  margin-left: -4px;
}

#more_about_section_2 .container p {
  color: #999999;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 4px;
}

#more_about_section_2 .container .btn {
  font-size: 14px;
}

/*=== [ Contact Info Section ] ===============================================================================*/
#contact_info_section {
  border-top: 1px solid #FFFFFF;
  background-color: #0555AA;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.244px;
}

#contact_info_section .container {
  padding-top: 29px;
  padding-bottom: 36px;
}

#contact_info_section .container .address:before {
  content: '\e82f';
  font-family: "fontello";
  display: inline-block;
  font-size: 35px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 30px;
  position: relative;
  top: 12px;
}

#contact_info_section .container .phone:before {
  content: '\e861';
  font-family: "fontello";
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 20px;
  position: relative;
  top: 2px;
}

#contact_info_section .container .timetable {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 4px;
  text-align: left;
  letter-spacing: 0.15px;
}

#contact_info_section .container .timetable strong {
  color: #6d7cc5;
  font-weight: normal;
}

#contact_info_section_2 {
  background-color: #f9f9f9;
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.244px;
}

#contact_info_section_2 .container {
  padding-top: 39px;
  padding-bottom: 38px;
}

#contact_info_section_2 .container .address:before {
  color: #0555AA;
  content: '\e82f';
  font-family: "fontello";
  display: inline-block;
  font-size: 35px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 23px;
  position: relative;
  top: 0px;
  left: 8px;
}

#contact_info_section_2 .container .phone {
  position: relative;
  right: 0px;
}

#contact_info_section_2 .container .phone:before {
  color: #0555AA;
  content: '\e861';
  font-family: "fontello";
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 10px;
  margin-left: 20px;
  position: relative;
  top: 2px;
}

#contact_info_section_2 .container .timetable {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.15px;
  text-align: right;
}

#contact_info_section_2 .container .timetable>span {
  margin-right: 15px;
}

#contact_info_section_2 .container .timetable strong {
  color: #34b8c0;
  font-weight: normal;
}

/*=== [ Wy choose us Section ] ===============================================================================*/
#why_choose_us_section .container {
  padding-top: 44px;
  padding-bottom: 26px;
}

#why_choose_us_section .container h3 {
  margin-bottom: 40px;
}

#why_choose_us_section .container img {
  width: 100%;
}

#why_choose_us_section .container .sc_services.sc_services_style_4 {
  margin-bottom: 31px;
  padding: 6px 0 36px;
}

/*=== [ Most popular Section ] ===============================================================================*/
#most_popular_section {
  background-repeat: no-repeat;
  background-color: #45c8d5;
  background-image: url("../images/about_2.jpg");
}

#most_popular_section .container {
  padding-top: 42px;
  padding-bottom: 67px;
}

#most_popular_section .container .title {
  margin-bottom: 44px;
  color: #ffffff;
}

#most_popular_section .container .sc_services.sc_services_style_1 {
  padding: 36px 42px 46px;
  margin: auto auto 33px;
}

#most_popular_section .container .sc_services.sc_services_style_1 .sc_title {
  position: relative;
  margin-top: 12px;
  margin-bottom: 13px;
}

#most_popular_section .container .sc_services.sc_services_style_1 .btn {
  bottom: -17px;
}

#most_popular_section .container .sc_services.sc_services_style_1 .btn:before {
  border-color: #45c8d5;
}

/*=== [ Price Section ] ======================================================================================*/
#price_section .container {
  padding-top: 46px;
  padding-bottom: 42px;
}

#price_section h3 {
  margin-bottom: 39px;
}

/*=== [ Partners Section ] ===================================================================================*/
#partners_section .container {
  padding-top: 52px;
  padding-bottom: 60px;
}

#partners_section .carousel .carousel-inner .item img {
  display: inline-block;
}

#partners_section .carousel .carousel-indicators li {
  background-color: #34b8c0;
  border-color: #34b8c0;
}

#partners_section .carousel .carousel-indicators li:after {
  border-color: #34b8c0;
}

#partners_section .carousel .carousel-control {
  display: none;
}

/*=== [ 404 Section ] ========================================================================================*/
#p404_section {
  background-color: #ffffff;
}

#p404_section.light_section {
  background-color: #49bfc6;
}

#p404_section.light_section .container .page_title {
  color: #ffffff;
}

#p404_section.light_section .container .page_title span {
  color: #ffffff;
}

#p404_section.light_section .container .page_description {
  color: #ffffff;
}

#p404_section.light_section .container .page_description a {
  color: #ffffff;
}

#p404_section.light_section .container .p404_searchform_container input {
  background-color: #49bfc6;
  color: #ffffff;
  border-color: #ffffff;
}

#p404_section .container {
  padding-top: 107px;
  padding-bottom: 164px;
}

#p404_section .container img {
  margin-top: 22px;
  margin-right: 30px;
}

#p404_section .container .page_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}

#p404_section .container .page_title span {
  color: #34b8c0;
}

#p404_section .container .page_description {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

/*=== [ Team members Section ] ===============================================================================*/
#team_members_section .container {
  padding-top: 0;
  padding-bottom: 0;
}

#team_members_section .container .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 60px;
  margin-top: 94px;
  margin-bottom: 9px;
}

#team_members_section .container .sc_socials {
  margin-top: 50px;
}

#team_members_section .container .sc_socials .sc_socials_item {
  width: 54px;
  height: 54px;
}

#team_members_section .container .sc_quote {
  margin-left: 4px;
}

#team_member_section {
  margin-top: 44px;
}

#team_member_section .container {
  padding-top: 0;
  padding-bottom: 72px;
  background: #ffffff;
}

#team_member_section .container .avatar {
  float: left;
  margin-top: 47px;
  margin-left: 0px;
  margin-right: 31px;
  margin-bottom: 20px;
}

#team_member_section .container .avatar img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 15px solid #f9f9f9;
}

#team_member_section .container .title {
  color: #34b8c0;
  margin-top: 67px;
}

#team_member_section .container .biography {
  margin-top: 22px;
  margin-bottom: 5px;
}

#team_member_section .container p {
  margin-bottom: 15px;
}

#team_member_section .container .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#team_member_section .container .avatar_section {
  padding-top: 32px;
  padding-bottom: 72px;
}

#team_member_section .container .description_section {
  padding-top: 32px;
  padding-bottom: 72px;
}

/*=== [ Team members skills Section ] ========================================================================*/
#team_member_skills_section .container {
  padding-top: 35px;
}

#team_member_skills_section .container .title {
  margin-bottom: 31px;
}

#team_member_skills_section .container .sc_services.sc_services_style_4 {
  padding-top: 8px;
  padding-bottom: 24px;
  margin-bottom: 0;
}

#team_member_skills_section .container .sc_services.sc_services_style_4 .sc_icon {
  width: 48px;
  height: 48px;
  border-width: 2px;
  line-height: 38px;
  font-size: 26px;
  margin-right: 17px;
}

#team_member_skills_section .container .sc_services.sc_services_style_4 .sc_description {
  padding-left: 65px;
}

#team_member_skills_section .container .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcap {
  font-size: 12px;
  border-radius: 2px;
  font-weight: 700;
  line-height: 23px;
  width: auto;
  height: auto;
  margin-top: 9px;
  padding: 0 10px;
  margin-right: 16px;
}

/*=== [ Comments Section ] ===================================================================================*/
.comments_wrap .container {
  padding-top: 43px;
  padding-bottom: 32px;
}

.comments_wrap .comments_list_title {
  margin-top: 1px;
  margin-bottom: 38px;
}

.comments_wrap .comments_list_wrap {
  margin-bottom: 60px;
}

.comments_wrap .comments_list_wrap .comments_list {
  background: none;
  padding: 0;
  list-style: none;
  margin: 0 0 10px;
}

.comments_wrap .comments_list_wrap .comments_list.children {
  margin-left: 80px;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item {
  margin-bottom: 15px;
  position: relative;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_author_avatar {
  position: absolute;
  left: 30px;
  top: 40px;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_author_avatar img {
  border-radius: 50%;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 34px 55px 34px 125px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_info {
  margin-bottom: 5px;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_info .comment_author {
  color: #34b8c0;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_info .comment_author:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #999999;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_info .comment_author .comment_date_label {
  color: #999999;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_info .comment_date_value {
  color: #34b8c0;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_info .comment_date_value:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
  color: #999999;
}

.comments_wrap .comments_list_wrap .comments_list .comment_item .comment_content .comment_reply .comment-reply-link:before {
  content: '\e8de';
  font-family: fontello;
  margin-right: 10px;
}

/*=== [ Typography Section ] =================================================================================*/
#typography .content {
  padding-top: 3px;
}

/*=== [ Gallery Section ] ====================================================================================*/
#gellery .content {
  padding-top: 0;
  padding-bottom: 0;
}

/*=== [ Shortcode Section ] ==================================================================================*/
#shortcodes .content {
  padding-top: 13px;
  padding-bottom: 57px;
}

#shortcodes .content .sc_accordion.sc_accordion_style_1 {
  margin-top: 38px;
  margin-bottom: 21px;
}

#shortcodes .content .sc_accordion.sc_accordion_style_2 {
  margin-bottom: 47px;
}

#shortcodes .content .sc_tabs.sc_tabs_style_2 {
  margin-bottom: 49px;
}

#shortcodes .content .sc_table {
  margin-bottom: 51px;
}

#shortcodes .content .sc_audio {
  margin-bottom: 48px;
}

#shortcodes .content .sc_slider {
  margin-bottom: 49px;
}

#shortcodes .content .btn-group-default {
  margin-top: 9px;
  margin-left: 6px;
}

#shortcodes .content .sc_dropcaps_style_4 {
  margin-bottom: 33px;
}

#shortcodes .content .sc_team_item.sc_team_item_style_1 {
  margin-bottom: 25px;
}

/*=== [ Services Section ] ===================================================================================*/
#services.container {
  padding-top: 75px;
  padding-bottom: 35px;
}

#services.container .content {
  margin-top: 78px;
  padding-top: 0;
}

/*=== [ Footer Section ] =====================================================================================*/
footer {
  /*=== [ Footer sidebar Section ] ===========================================================================*/
  /*=== [ Copyright area Section ] ===========================================================================*/
}

footer .footer_sidebar .container {
  padding-top: 17px;
  padding-bottom: 40px;
  /*=== [ Footer widget ] ================================================================================*/
}

footer .footer_sidebar .container .widget {
  /*=== [ Footer calendar ] ============================================================================*/
  /*=== [ Footer RSS ] =================================================================================*/
}

footer .footer_sidebar .container .widget .widget_title {
  font-size: 25px;
  font-weight: 900;
  line-height: 39.244px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}

footer .footer_sidebar .container .widget .post_item {
  padding-left: 0;
  padding-right: 0;
}

footer .footer_sidebar .container .widget.widget_calendar table {
  width: 100%;
}

footer .footer_sidebar .container .widget.widget_rss .widget_title a {
  font-size: 25px;
  font-weight: 900;
  line-height: 39.244px;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}

footer .footer_sidebar .container .widget.widget_rss ul li {
  padding-right: 0;
  padding-left: 0;
}

footer .copyright_area {
  font-size: 13px;
  border-top: 2px solid #eeeeee;
}

footer .copyright_area .container {
  padding-top: 32px;
  padding-bottom: 17px;
}

footer .copyright_area .container .copyright {
  letter-spacing: 0.05px;
}

footer .copyright_area .container .sc_socials {
  font-size: 18px;
}

footer .copyright_area .container .sc_socials .sc_socials_item {
  display: inline;
}

footer .copyright_area .container .sc_socials .sc_socials_item .sc_icon {
  color: rgba(151, 151, 151, 0.7);
  font-size: 20px;
}

footer .copyright_area .container .sc_socials .sc_socials_item .sc_icon:before {
  margin-left: 1px;
  margin-right: 1px;
}

footer .copyright_area .container .sc_socials .sc_socials_item .sc_icon:hover {
  color: #34b8c0;
}

/*=== [ Masonry Section ] ====================================================================================*/
.masonry .content {
  padding-top: 50px;
  /*=== [ Masonry post item ] ==============================================================================*/
}

.masonry .content .post_item {
  background-color: #ffffff;
  padding-bottom: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
  /*=== [ Masonry Audio post format ] ====================================================================*/
  /*=== [ Masonry Chat post format ] =====================================================================*/
  /*=== [ Masonry Aside post format ] ====================================================================*/
  /*=== [ Masonry Link post format ] =====================================================================*/
  /*=== [ Masonry Quote post format ] ====================================================================*/
}

.masonry .content .post_item.post_format_audio .post_featured {
  min-height: 117px;
  padding-left: 30px;
  padding-right: 30px;
}

.masonry .content .post_item.post_format_audio .post_featured .sc_audio.audio_container .mejs-container .mejs-controls {
  background: #f9f9f9;
}

.masonry .content .post_item.post_format_audio .post_featured .sc_audio.audio_container .mejs-container .mejs-controls .mejs-volume-button:before {
  border-left-color: #ffffff;
}

.masonry .content .post_item.post_format_audio .post_featured .sc_audio.audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ffffff;
}

.masonry .content .post_item.post_format_audio .post_featured .sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail span,
.masonry .content .post_item.post_format_audio .post_featured .sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail a {
  background: #ffffff;
}

.masonry .content .post_item.post_format_audio .post_featured .sc_audio.audio_container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #34b8c0;
}

.masonry .content .post_item.post_format_chat {
  margin-bottom: 30px;
}

.masonry .content .post_item.post_format_chat .sc_chat .sc_chat_inner {
  background-color: #f9f9f9;
}

.masonry .content .post_item.post_format_chat .sc_chat .sc_chat_inner:after {
  background-color: #f9f9f9;
}

.masonry .content .post_item.post_format_aside .post_content {
  padding-left: 30px;
  padding-right: 30px;
}

.masonry .content .post_item.post_format_link .post_descr a {
  word-break: break-all;
}

.masonry .content .post_item.post_format_quote {
  margin-bottom: 30px;
}

.masonry .content .post_item .post_title {
  padding-top: 8px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.masonry .content .post_item .post_info {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 900;
}

.masonry .content .post_item .post_descr {
  padding-left: 30px;
  padding-right: 30px;
}

.masonry .content .post_item_masonry {
  overflow: hidden;
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
  box-shadow: none;
  position: relative;
}

.masonry .content .post_item_masonry:hover .post_featured .post_thumb .grid_hover_icon {
  opacity: 1;
  filter: alpha(opacity=1);
  margin-top: 0;
}

.masonry .content .post_item_masonry:hover .post_featured .post_thumb .hover_shadow {
  opacity: 1;
  filter: alpha(opacity=1);
}

.masonry .content .post_item_masonry:hover .post_title {
  opacity: 1;
  filter: alpha(opacity=1);
  margin-top: 0;
}

.masonry .content .post_item_masonry .post_featured {
  margin-bottom: 0;
}

.masonry .content .post_item_masonry .post_featured .post_thumb .grid_hover_icon {
  position: absolute;
  opacity: 0;
  margin-top: -70px;
  filter: alpha(opacity=0);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  display: block;
  z-index: 2 !important;
}

.masonry .content .post_item_masonry .post_featured .post_thumb .grid_hover_icon:before {
  font-family: 'fontello';
  display: block;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  width: 54px;
  height: 54px;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.masonry .content .post_item_masonry .post_featured .post_thumb .grid_hover_icon:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.masonry .content .post_item_masonry .post_featured .post_thumb .grid_hover_icon.icon-search {
  left: 30%;
  top: 15%;
  -webkit-transform: translateX(-30%) translateY(-15%);
  -moz-transform: translateX(-30%) translateY(-15%);
  transform: translateX(-30%) translateY(-15%);
}

.masonry .content .post_item_masonry .post_featured .post_thumb .grid_hover_icon.icon-link {
  left: 70%;
  top: 15%;
  -webkit-transform: translateX(-70%) translateY(-15%);
  -moz-transform: translateX(-70%) translateY(-15%);
  transform: translateX(-70%) translateY(-15%);
}

.masonry .content .post_item_masonry .post_featured .post_thumb .hover_shadow {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.masonry .content .post_item_masonry .post_title {
  display: block;
  position: absolute;
  bottom: 7px;
  z-index: 10;
  padding: 0;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  background-color: transparent;
  margin: auto;
  margin-top: 70px;
  text-align: center;
  border: none;
}

.masonry .content .post_item_masonry .post_title a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  float: none;
  clear: both;
  margin: 0;
  padding: 5px 10px 5px 10px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 2 !important;
  text-transform: uppercase;
}

/*=== [ Services menu ] ======================================================================================*/
.services_menu {
  padding-top: 26px;
  padding-bottom: 52px;
}

.services_menu h3 {
  margin-left: 23px;
}

.services_menu li:first-child a:after {
  display: none;
}

.services_menu li+li {
  margin-top: 1px;
}

.services_menu li:hover+li>a:after {
  opacity: 0;
}

.services_menu li a {
  color: #222222;
  font-size: 20px;
  font-weight: 900;
  line-height: 39.244px;
  background-color: #f9f9f9;
  border-radius: 40px;
  padding: 15px 21px 14px 32px;
  letter-spacing: 0.2px;
  position: relative;
}

.services_menu li a:hover {
  color: #ffffff;
  background-color: #34b8c0;
}

.services_menu li a:before {
  font-family: fontello;
  content: '\e91d';
  color: #ffffff;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 10px;
  font-weight: 100;
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 19px;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services_menu li a:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: -1px;
  position: absolute;
  border-top: 1px dotted #cbcbcb;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services_menu li:hover a:before,
.services_menu li.active a:before {
  color: #ffffff;
  opacity: 1;
}

.services_menu li:hover a:after,
.services_menu li.active a:after {
  opacity: 0;
}

/*=== [ Pagination ] =========================================================================================*/
.pagination_wrap {
  text-align: center;
  position: relative;
}

.pagination_wrap.pagination_pages>.active,
.pagination_wrap.pagination_pages>a:hover {
  color: #34b8c0;
  background-color: #ffffff;
}

.pagination_wrap.pagination_pages>a,
.pagination_wrap.pagination_pages>span {
  font-size: 13px;
  line-height: 13px;
  border: 2px solid #34b8c0;
  color: #ffffff;
  background-color: #34b8c0;
  border-radius: 0px;
  display: inline-block;
  margin: 0 4px 4px 0;
  text-align: center;
  padding: 9px 11px;
}

.pagination_wrap.pagination_pages .pager_next,
.pagination_wrap.pagination_pages .pager_prev,
.pagination_wrap.pagination_pages .pager_last,
.pagination_wrap.pagination_pages .pager_first {
  font-size: 15px;
  border: none;
  background-color: transparent;
  color: #34b8c0;
  margin-right: 0;
}

.pagination_wrap.pagination_pages .pager_next:hover,
.pagination_wrap.pagination_pages .pager_prev:hover,
.pagination_wrap.pagination_pages .pager_last:hover,
.pagination_wrap.pagination_pages .pager_first:hover {
  color: #b2a2e1;
  background-color: transparent;
}

.pagination_wrap.pagination_pages .pager_next:before {
  font-family: fontello;
  content: '\e91d';
  margin-right: 0;
}

.pagination_wrap.pagination_pages .pager_last:before {
  font-family: fontello;
  content: '\e91d\e91d';
  margin-right: 0;
  letter-spacing: -2px;
}

/*=== [ Searchform in 404 ] ==================================================================================*/
.p404_searchform_container input {
  height: 56px;
  border-radius: 30px;
  border-width: 2px;
  width: 58%;
  margin-right: 2%;
}

.p404_searchform_container input::-webkit-input-placeholder {
  display: none;
}

.p404_searchform_container input:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}

.p404_searchform_container input::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}

.p404_searchform_container input:-ms-input-placeholder {
  display: none;
}

.p404_searchform_container input:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p404_searchform_container .btn {
  width: 28%;
  font-size: 19.36px;
  font-weight: 400;
  line-height: 25.244px;
  text-align: center;
  background-color: #4442a3;
}

.p404_searchform_container .btn:hover {
  background-color: #b2a2e1;
}

/*=== [ Sidebar ] ============================================================================================*/
.sidebar {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*=== [ Widgets ]  ============================================================================================*/
.widget {
  max-width: 320px;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
  /*=== [ Post item ] ========================================================================================*/
  /*=== [ Calendar ] =========================================================================================*/
  /*=== [ Tag cloud ] ========================================================================================*/
  /*=== [ Flickr ] ===========================================================================================*/
  /*=== [ Search ] ===========================================================================================*/
  /*=== [ Popular post ] =====================================================================================*/
  /*=== [ RSS ] ==============================================================================================*/
  /*=== [ Download pricelist ] ===============================================================================*/
  /*=== [ Contacts ] =========================================================================================*/
}

.widget .widget_title {
  padding: 13px 35px 15px;
  margin-top: 24px;
  margin-bottom: 0;
  border-bottom: 3px solid #f9f9f9;
}

.widget.widget_contacts {
  margin-top: 29px;
}

.widget ul {
  list-style: none;
  padding: 23px 33px;
  margin-bottom: 0;
}

.widget ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10.5px;
  font-size: 14px;
  color: #34b8c0;
}

.widget ul li:before {
  content: '\e91d';
  font-family: 'fontello';
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 7px;
  color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  display: inline-block;
  margin-top: 5px;
  width: 12px;
  height: 12px;
  line-height: 10px;
  text-align: center;
}

.widget ul li a {
  font-size: 15px;
  color: #999999;
}

.widget .post_item {
  display: block;
  overflow: hidden;
  padding: 30px 30px 26px;
  border-bottom: 1px solid #f9f9f9;
}

.widget .post_item:last-child {
  border-bottom: none;
}

.widget .post_item .post_thumb {
  width: 62px;
  height: 62px;
  margin: 0 20px 4px 0;
  float: left;
}

.widget .post_item .post_thumb .sc_image {
  width: 100%;
  height: 100%;
  border: none;
}

.widget .post_item .post_content .post_title {
  margin: -4px 0 6px 0;
  font-weight: 400;
  line-height: 22px;
}

.widget .post_item .post_content .post_title a {
  color: #999999;
}

.widget .post_item .post_content .post_rating {
  margin-bottom: 6px;
  overflow: hidden;
}

.widget .post_item .post_content .post_rating .reviews_stars_wrap {
  position: relative;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_stars_bg,
.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_stars_hover,
.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_value {
  color: #34b8c0;
}

.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_star {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  font-size: 12px;
  margin: 0 5px 0 0;
}

.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_star:before {
  content: '\e943';
  font-family: "fontello";
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_stars_hover {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
}

.widget .post_item .post_content .post_rating .reviews_stars_wrap .reviews_stars_hover .reviews_star:before {
  content: '\e942';
  font-family: "fontello";
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.widget .post_item .post_content .post_rating .reviews_value {
  background: #34b8c0;
  color: #ffffff;
  font-size: 12px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 4px;
  line-height: 1.6;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}

.widget .post_item .post_info {
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 29px;
  width: 100%;
  margin-left: 3px;
  letter-spacing: -0.4px;
}

.widget .post_item .post_info .post_info_item {
  margin-right: 2px;
}

.widget .post_item .post_info .post_info_item.post_info_counters {
  float: right;
  margin-right: 3px;
}

.widget .post_item .post_info .post_info_item.post_info_counters .post_counters_number {
  margin-left: 8px;
}

.widget.widget_calendar table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.widget.widget_calendar table tr:first-child th {
  padding-top: 24px;
  padding-bottom: 12px;
}

.widget.widget_calendar table .month_cur {
  text-align: left;
  color: #34b8c0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.widget.widget_calendar table .month_prev a:before {
  font-family: 'fontello';
  content: '\e92d';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  line-height: 22px;
  display: inline-block;
  background-color: #f0f0f0;
  color: black;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.widget.widget_calendar table .month_next a:before {
  font-family: 'fontello';
  content: '\e92e';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  line-height: 22px;
  display: inline-block;
  background-color: #f0f0f0;
  color: black;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.widget.widget_calendar table .weekday {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #191919;
  padding-top: 3px;
  padding-bottom: 2px;
}

.widget.widget_calendar table .day_wrap {
  display: block;
  position: relative;
  border: 2px solid transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 4px;
}

.widget.widget_calendar table .today .day_wrap {
  border-color: #34b8c0;
}

.widget.widget_calendar table tbody tr:last-child td {
  padding-bottom: 24px;
}

.widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
  padding: 18px 34px 28px;
}

.widget.widget_tag_cloud a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  border: 2px solid #34b8c0;
  background-color: #ffffff;
  color: #34b8c0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 10px;
  margin: 0 6px 6px 0;
}

.widget.widget_tag_cloud a:hover {
  background-color: #34b8c0;
  color: #ffffff;
}

.widget.widget_flickr .flickr_images {
  overflow: hidden;
  padding: 30px 24px 30px 36px;
}

.widget.widget_flickr .flickr_images .flickr_badge_image {
  margin: 0 8px 8px 0;
  width: 62px;
  height: 62px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}

.widget.widget_search .search_form {
  padding: 20px 32px 36px 36px;
  position: relative;
}

.widget.widget_search .search_form .search_field {
  width: 100%;
  line-height: 32px;
  border: 1px solid #e7e7e7;
  border-radius: 32px;
  outline: none;
  padding-left: 16px;
  padding-right: 36px;
  padding-bottom: 5px;
  color: #222222;
  height: 40px;
}

.widget.widget_search .search_form .search_button {
  position: absolute;
  top: 24px;
  right: 38px;
  background: none;
  border: none;
  font-size: 16px;
  color: #222222;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_titles {
  padding: 18px 36px;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title {
  margin: 0;
  padding: 0;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title:before,
.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title:after {
  display: none;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  border: 2px solid #dbdbdb;
  background-color: #ffffff;
  color: #dbdbdb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 8px;
  margin: 0 6px 6px 0;
  text-transform: none;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title:hover a,
.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title.active:hover a,
.widget.widget_popular_posts .sc_tabs .sc_tabs_titles .sc_tabs_title.active a {
  border: 2px solid #34b8c0;
  background-color: #34b8c0;
  color: #ffffff;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_container .sc_tabs_content {
  padding: 0;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_container .sc_tabs_content .post_item {
  padding-top: 4px;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_container .sc_tabs_content .post_item+.post_item {
  padding-top: 31px;
}

.widget.widget_popular_posts .sc_tabs .sc_tabs_container .sc_tabs_content .post_item .post_thumb {
  margin-top: 4px;
}

.widget.widget_rss .widget_title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 39.244px;
  color: #222222;
}

.widget.widget_rss .widget_title a:first-child {
  display: none;
}

.widget.widget_rss ul {
  padding: 0;
}

.widget.widget_rss ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 1px solid #f9f9f9;
  padding: 26px 34px;
  margin: 0;
}

.widget.widget_rss ul li:before {
  display: none;
}

.widget.widget_rss ul li:last-child {
  border-bottom: none;
}

.widget.widget_rss ul li .rss-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}

.widget.widget_download_pricelist ul {
  padding: 14px 33px;
  padding-bottom: 19px;
}

.widget.widget_download_pricelist ul li {
  padding: 0;
  margin-bottom: 14px;
}

.widget.widget_download_pricelist ul li:before {
  display: none;
}

.widget.widget_download_pricelist ul li .sc_icon {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 36px;
  line-height: 1;
  color: #34b8c0;
  background-color: #ffffff;
  position: relative;
  top: 3px;
}

.widget.widget_download_pricelist ul li .sc_icon:before {
  margin: 0;
}

.widget.widget_contacts ul {
  padding: 29px 35px;
}

.widget.widget_contacts ul li {
  padding-left: 35px;
  margin-bottom: 21px;
  color: #999999;
}

.widget.widget_contacts ul li:before {
  display: inline-block;
  margin: 0;
  line-height: 1;
  color: #34b8c0;
  background-color: #ffffff;
  position: absolute;
}

.widget.widget_contacts ul li.address {
  font-size: 15px;
  line-height: 24px;
}

.widget.widget_contacts ul li.address:before {
  content: '\e82f';
  font-size: 36px;
  left: -1px;
}

.widget.widget_contacts ul li.phone {
  font-size: 20px;
  padding-left: 45px;
}

.widget.widget_contacts ul li.phone:before {
  content: '\e861';
  font-size: 22px;
  left: 3px;
  top: 6px;
}

.widget.widget_contacts ul li .sc_icon {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 32px;
  line-height: 1;
  color: #34b8c0;
  background-color: #ffffff;
  position: relative;
  top: 3px;
}

.widget.widget_contacts ul li .sc_icon:before {
  margin: 0;
}

/*=== [ Post item ] ==========================================================================================*/
.col-sm-6:nth-child(2) .post_item.post_item_square {
  margin-left: 3px;
}

.col-sm-6:nth-child(3) .post_item.post_item_square {
  margin-left: 7px;
}

.col-sm-6:nth-child(4) .post_item.post_item_square {
  margin-left: 11px;
}

.post_item.post_item_square {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 254px;
  width: 254px;
}

.post_item .post_content.ih-item img {
  width: 100%;
  height: auto;
  border: 15px solid #f6f6f6;
}

.post_item .post_content.ih-item.circle.effect5 {
  max-width: 270px;
}

.post_item .post_content.ih-item.circle.effect5 .info {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.post_item .post_content.ih-item.circle.effect5 .info .post_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 39.244px;
  text-align: center;
  text-shadow: none;
  margin: 33% 10% 20px;
}

.post_item .post_content.ih-item.circle.effect5 .info p {
  border: none;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-top: 0;
}

.post_item .post_content.ih-item.circle.effect5 .info .info-back {
  background: #34b8c0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  top: 0;
  position: absolute;
}

.post_item .post_content.ih-item.circle .img:before {
  width: 101%;
  height: 101%;
  top: -0.5%;
  left: -0.5%;
  box-shadow: inset 0 0 0 16px #f9f9f9;
}

/*=== [ Post formats ] =======================================================================================*/
.content .post_item {
  margin-bottom: 58px;
  /*=== [ Audio post format ] ==============================================================================*/
  /*=== [ Quote post format ] ==============================================================================*/
  /*=== [ Chat post format ] ===============================================================================*/
  /*=== [ Link post format ] ===============================================================================*/
  /*=== [ Aside post format ] ==============================================================================*/
  /*=== [ Status post format ] =============================================================================*/
  /*=== [ Post title ] =====================================================================================*/
  /*=== [ Post info ] ======================================================================================*/
  /*=== [ Post featured ] ==================================================================================*/
  /*=== [ Post description ] ===============================================================================*/
}

.content .post_item.post_format_audio .post_title {
  margin-bottom: 20px;
}

.content .post_item.post_format_quote {
  margin-bottom: 16px;
}

.content .post_item.post_format_quote .post_title {
  margin-bottom: 8px;
}

.content .post_item.post_format_chat {
  margin-bottom: 48px;
}

.content .post_item.post_format_chat .post_title {
  margin-bottom: 34px;
}

.content .post_item.post_format_link .post_info {
  margin-bottom: 14px;
}

.content .post_item.post_format_link .post_descr a {
  color: #999999;
  font-size: 25px;
  line-height: 24px;
  text-align: left;
}

.content .post_item.post_format_link .post_descr a:hover {
  color: #b2a2e1;
}

.content .post_item.post_format_aside .post_descr {
  background: #ffffff;
  border: 1px solid #34b8c0;
  padding: 18px;
}

.content .post_item.post_format_aside .post_descr p {
  margin: 0;
}

.content .post_item.post_format_status .post_descr {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.3;
}

.content .post_item .post_title {
  color: #222222;
  border-bottom: 1px solid #efefef;
  padding-bottom: 11px;
  margin-bottom: 27px;
  margin-top: 0;
}

.content .post_item .post_title a {
  color: #222222;
}

.content .post_item .post_info {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

.content .post_item .post_info.post_info_bottom {
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  line-height: 39.244px;
  margin-top: 23px;
  margin-bottom: 9px;
}

.content .post_item .post_info .post_info_item {
  margin-right: 7px;
}

.content .post_item .post_info .post_info_item.post_info_counters {
  margin-left: 40px;
}

.content .post_item .post_info .post_info_item.post_info_counters .post_counters_item {
  color: #34b8c0;
}

.content .post_item .post_info .post_info_item .post_counters_item+.post_counters_item {
  margin-left: 25px;
  position: relative;
}

.content .post_item .post_info .post_info_item .post_counters_item+.post_counters_item:after {
  position: absolute;
  left: -13px;
  display: inline-block;
  content: "|";
  font-style: normal;
  color: #999999;
}

.content .post_item .post_featured {
  margin-bottom: 31px;
}

.content .post_item .post_featured .post_thumb img {
  width: 100%;
  height: auto;
}

.content .post_item .post_featured .post_thumb .hover_icon {
  position: relative;
  display: block;
}

.content .post_item .post_featured .post_thumb .hover_icon:hover:before {
  opacity: 1;
  filter: alpha(opacity=1);
  margin-top: 0;
}

.content .post_item .post_featured .post_thumb .hover_icon:before {
  font-family: 'fontello';
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 100px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.content .post_item .post_featured .post_thumb .hover_icon.hover_icon_view:before {
  content: '\e886';
}

.content .post_item .post_featured .post_thumb .hover_icon.hover_icon_link:before {
  content: '\e8e6';
}

.content .post_item .post_descr .btn {
  margin-top: 20px;
}

/*=== [ Post author ] ========================================================================================*/
.post_author {
  position: relative;
}

.post_author .post_author_avatar {
  position: absolute;
  top: 40px;
  left: -10px;
  float: left;
  width: 100px;
  height: 100px;
  border: 10px solid #f9f9f9;
  border-radius: 50%;
}

.post_author .post_author_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.post_author .post_author_content {
  background-color: #ffffff;
  margin-left: 38px;
  padding: 40px 50px 40px 87px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
}

.post_author .post_author_content .post_author_title {
  margin: 0;
  color: #999999;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.post_author .post_author_content .post_author_name {
  color: #34b8c0;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 7px;
}

/*=== [ Booking calendar ] ===================================================================================*/
#booking_calendar .container {
  padding-top: 57px;
  padding-bottom: 106px;
}

#booking_calendar .container .booking_main_container {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#booking_calendar .container .booking_main_container .booking_month_container_all {
  position: relative;
  height: 51px;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_container {
  overflow: hidden;
  float: none;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  line-height: 39.244px;
  text-transform: uppercase;
  color: #222222;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_container .booking_month_name {
  float: left;
  width: 50%;
  text-align: right;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_container .booking_month_year {
  float: right;
  width: 48.5%;
  text-align: left;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_nav_container {
  position: absolute;
  top: -2px;
  width: 100%;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_nav_container .booking_month_nav_button {
  background-color: #34b8c0;
  display: inline-block;
  width: 51px;
  height: 51px;
  text-align: center;
  font-size: 22px;
  line-height: 48px;
  margin-bottom: 10px;
  text-decoration: none;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_nav_container #booking_month_nav_prev {
  float: left;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_nav_container #booking_month_nav_prev .booking_month_nav_button:before {
  color: #ffffff;
  font-family: fontello;
  content: '\e92d';
  padding-right: 2px;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_nav_container #booking_month_nav_next {
  float: right;
}

#booking_calendar .container .booking_main_container .booking_month_container_all .booking_month_nav_container #booking_month_nav_next .booking_month_nav_button:before {
  color: #ffffff;
  font-family: fontello;
  content: '\e92e';
  padding-left: 2px;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .booking_name_days_container {
  display: block;
  overflow: hidden;
  margin-top: 29px;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .booking_name_days_container .booking_day_name {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 126px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all {
  overflow: hidden;
  margin-top: 8px;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.01);
  width: 126px;
  height: 130px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  float: left;
  text-align: center;
  position: relative;
  -webkit-transition: all ease .3s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: initial;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: initial;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container.booking_day_grey {
  background-color: rgba(255, 255, 255, 0.5);
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container.booking_day_white {
  background-color: #ffffff;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container.booking_day_black {
  background-color: #34b8c0;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container.booking_day_black a[over="0"] .booking_day_slots {
  color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container.booking_day_black a[over="0"] .booking_day_book {
  border: none;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:last-child {
  margin-right: 0;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover {
  background-color: #0555AA;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover a[over="0"] .booking_day_number {
  color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover a[over="0"] .booking_day_slots {
  color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover a[over="0"] .booking_day_book {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover a .booking_day_number {
  color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover a .booking_day_slots {
  color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container:hover a .booking_day_book {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container a[over="0"] .booking_day_book {
  border-color: #ffffff;
  border: none;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container a[over="0"] .booking_day_slots {
  color: #0555AA !important;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container .booking_day_number {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 7px;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container .booking_day_slots {
  color: #999999 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

#booking_calendar .container .booking_main_container .booking_calendar_container_all .days_container_all .booking_day_container .booking_day_book {
  color: #34b8c0 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  border: 2px solid #34b8c0;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 94px;
  height: 26px;
  padding-bottom: 1px;
  margin: auto;
}

/*=== [ To top button ] ======================================================================================*/
#toTop {
  display: block;
  color: #ffffff;
  background-color: #0555AA;
  border: none;
  position: fixed;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  bottom: -60px;
  right: 30px;
  cursor: pointer;
  z-index: 1001;
  -webkit-transition: all ease 1.5s;
  -moz-transition: all ease 1.5s;
  -ms-transition: all ease 1.5s;
  -o-transition: all ease 1.5s;
  transition: all ease 1.5s;
  opacity: 0;
}

#toTop.show {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 30px;
}

#toTop:hover {
  text-decoration: none;
  color: #ffffff;
  border: none;
}

#toTop:before {
  text-decoration: none;
  color: #ffffff;
  border: none;
}

#toTop:focus {
  text-decoration: none;
  color: #ffffff;
  border: none;
}

.toTop #toTop {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 30px;
  z-index: 9999999999;
}

#toTopHover {
  display: none !important;
}

/*=== [ Responsive menu ] ====================================================================================*/
.openResponsiveMenu {
  display: none;
}

.responsive_menu header .topWrap .menuTopWrap {
  background-color: #055aaa;
  padding: 24px;
  border-radius: 4px;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu {
  width: 100%;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li {
  width: 100%;
  margin-left: 0;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li.current-menu-item>a {
  background-color: #3888dd;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li>a {
  text-align: left;
  border-radius: 0;
  text-transform: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li>a:focus {
  background-color: #0555aa;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li>a:hover {
  background-color: #0555AA;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li ul {
  width: 100%;
  position: relative;
  -webkit-animation-name: none;
  animation-name: none;
  background-color: #34b8c0;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li ul>li:first-child:before {
  display: none;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li ul>li:last-child:after {
  display: none;
}

.responsive_menu header .topWrap .menuTopWrap #mainmenu>li ul>li>a {
  background-color: #34b8c0;
}

.responsive_menu .openResponsiveMenu {
  display: block;
}

.responsive_menu .menuTopWrap {
  background-color: #f5f7f9;
  clear: both;
  float: none !important;
  padding: 0;
  margin: 0 0 12px;
  display: none;
}

/*=== [ Page preloader ] ======================================================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%;
}

.preloader_image {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/preloader.gif) no-repeat 50% 50% transparent;
  margin: -40px 0 0 -40px;
}


.resposta {
  text-align: center;
  margin-top: 30px;
  padding: 15px;
  font-weight: bold;
}

.email-nao-enviado {
  color: #ee1515;
  background-color: #ff9c9c33;
  border: 2px solid #ee1515;
}

.email-enviado {
  color: #449d44;
  background-color: #77cf7788;
  border: 2px solid #449d44;

}

.email-nao-validado {
  color: rgb(208, 211, 14);
  background-color: #ffff5533;
  border: 2px solid rgb(208, 211, 14);
  margin-bottom: 10px;
}


.simule-container {
  display: flex;
}

.static-side {
  background-color: #0555AA;
  flex: 1;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.dinamic-side {
  background-color: #fff;
  flex: 1;
  padding: 30px;
}

.dinamic-side form {
  display: flex;
}

.simule-input {
  width: 60%;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #0555AA;
}

.esconder-opcao {
  display: none !important;
}

.menor-titulo {
  font-size: 200% !important;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 999999999999999999999999999999999999999999999999999999999;
  justify-content: center;
}

.close-buton {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #ee1515;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  border: 2px solid #fff;
  cursor: pointer;
}

.video-modal-content {
  width: 30%;
  min-width: 300px;

  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}