article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000;
  background: #ffff00;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
*,
*: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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.428571429;
  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: #ffffff;
}
.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-"] {
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.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 > 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.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;
}
.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;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.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;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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;
  font-weight: normal;
  vertical-align: middle;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: #fff;
  border-color: #cccccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  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-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  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-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  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-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  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-link {
  font-weight: normal;
  color: #428bca;
  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: #2a6496;
  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: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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 .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 .35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  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;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  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 {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #ffffff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #ffffff;
}
.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: 0;
}
.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}
[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.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  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: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.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 #ddd;
    border-radius: 4px 4px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #ffffff;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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: 4px;
}
.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 #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #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 {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-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 > 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: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.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: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.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-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -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 .6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
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: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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: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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.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;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  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);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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;
  height: auto;
  max-width: 100%;
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .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;
  z-index: 15;
  list-style: none;
}
.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-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  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-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.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-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.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-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**************************************************************Open Sans***************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*********************************************************************QuikSand*************************/
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v15/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*****************************************************************************Montserrat*******************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Opificio_regular';
  font-display: swap;
  src: url('/fonts/Opificio_regular.eot');
  src: url('/fonts/Opificio_regular.eot') format('embedded-opentype'), url('/fonts/Opificio_regular.woff2') format('woff2'), url('/fonts/Opificio_regular.woff') format('woff'), url('/fonts/Opificio_regular.ttf') format('truetype'), url('/fonts/Opificio_regular.svg#Opificio_regular') format('svg');
}
.show_at_edit_mode {
  padding: 50px 0;
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: sans-serif;
  display: none;
}
.show_at_edit_mode_min_padding {
  padding: 20px 0!important;
}
html.edit_mode .show_at_edit_mode {
  display: block;
}
* {
  scroll-behavior: [auto | smooth];
}
body {
  font-family: 'Montserrat';
  color: #24212c;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
a,
.btn {
  transition: all .3s;
}
ul,
ol {
  margin: 0;
}
li {
  list-style: none;
  list-style-position: inside;
}
ul.listing {
  margin-bottom: 30px;
  padding-left: 10px;
}
ul.listing li {
  list-style-type: none !important;
  padding: 5px 0 5px 23px;
  margin-bottom: 0px;
  position: relative;
}
ul.listing li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #773a8c;
  border-radius: 50%;
  line-height: 10px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -15px;
}
ul.listing.align_center {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.img {
  margin: 0 !important;
}
.img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
small {
  color: inherit !important;
}
.no_padding {
  padding: 0 !important;
}
.no_pt {
  padding-top: 0!important;
}
.no_pb {
  padding-bottom: 0!important;
}
.no_mb {
  margin-bottom: 0 !important;
}
.pt_xs {
  padding-top: 20px !important;
}
.wrapper {
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
.container {
  margin: auto;
}
.row25px {
  margin-left: -25px;
  margin-right: -25px;
}
.row25px [class^='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}
.row3px {
  margin-left: -3px;
  margin-right: -3px;
}
.row3px > [class^='col-'] {
  padding-left: 3px;
  padding-right: 3px;
}
.row9px {
  margin-left: -9px;
  margin-right: -9px;
}
.row9px > [class^='col-'] {
  padding-left: 9px;
  padding-right: 9px;
}
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  border: 0;
  background-color: #645393;
  color: #fff;
}
.btn:hover,
.btn:focus {
  background-color: #996ba9;
  color: #fff;
  border: none;
  outline: none;
}
.btn-primary {
  background-color: #645393;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #996ba9;
}
.btn-secondary {
  background-color: #f3f3f3;
  color: #24212c;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #807d7f;
  color: #fff;
}
.btn-dark {
  background-color: #46474a;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #807d7f;
  color: #fff;
}
.btn-primary-outline {
  border: 2px solid #773a8c;
  color: #773a8c;
  background-color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #773a8c;
  color: #fff;
}
.btn-primary-ton2 {
  background-color: #852686;
  color: #fff;
}
.btn-primary-ton2:hover,
.btn-primary-ton2:focus {
  background-color: #645393;
  color: #fff;
}
.btn-default {
  background-color: #f3f3f3;
  color: #46474a;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #f6f6f6;
  color: #747577;
}
.btn-wrap {
  white-space: normal;
}
.form .form-group {
  margin-bottom: 25px;
}
.form .form-group .input:focus,
.form .form-group select:focus,
.form .form-group textarea:focus {
  outline: none;
}
.form .form-group .input::-webkit-input-placeholder,
.form .form-group select::-webkit-input-placeholder,
.form .form-group textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 600;
  color: #24212c;
}
.form .form-group .input::-moz-placeholder,
.form .form-group select::-moz-placeholder,
.form .form-group textarea::-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: 600;
  color: #24212c;
  opacity: 1;
}
.form .form-control {
  height: auto;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #d5d5d5;
  color: #24212c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .form .form-control {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form_contact .flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.form_contact .col_form {
  width: 70%;
  border: 2px solid #645393;
  margin-right: 5px;
  padding: 40px;
}
.form_contact .col_form h1 {
  margin-top: 0;
}
.form_contact .col_form .form-group {
  margin-bottom: 0;
  border: 4px solid #fff;
}
.form_contact .col_ctas {
  width: 30%;
}
.form_contact .col_ctas ul {
  padding-left: 0;
}
.form_contact .col_ctas ul li {
  display: inline-block;
  width: 100%;
}
.form_contact .col_ctas ul li a {
  display: block;
  padding: 40px;
  background-color: #46474a;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 5px;
}
.form_contact .col_ctas ul li a em {
  font-size: 40px;
  line-height: 1;
  opacity: .2;
  margin-right: 15px;
  vertical-align: middle;
}
.form_contact .col_ctas ul li a:hover,
.form_contact .col_ctas ul li a:focus {
  background-color: #24212c !important;
}
.form_contact .col_ctas ul li:nth-child(2) a {
  background-color: #645393;
}
.form_contact .col_ctas ul li:nth-child(3) a {
  background-color: #852686;
}
.form_contact .col_ctas ul li:last-child a {
  background-color: #f3f3f3;
  color: #24212c;
}
.form_contact .col_ctas ul li:last-child a:hover,
.form_contact .col_ctas ul li:last-child a:focus {
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .form_contact .col_ctas ul li a {
    font-size: 16px;
    padding: 38px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .form_contact .col_form {
    width: 100%;
    padding: 20px;
    margin: 0 0 5px;
  }
  .form_contact .col_ctas {
    width: 100%;
  }
  .form_contact .col_ctas ul li a {
    padding: 20px;
  }
}
.table-bordered {
  border: 1px solid #773a8c;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex .align_center {
  -webkit-align-self: center;
  align-self: center;
}
.flex .align_bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.flex .align_top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.no-flex {
  display: block !important;
}
.no_gutter,
.no_gut,
.ng {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no_gutter > [class*="col-"],
.no_gut > [class*="col-"],
.ng > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ng2 [class*="col-"] {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.ng2 [class*="col-"]:first-child {
  margin-left: 0 !important;
}
.ng2 [class*="col-"]:last-child {
  margin-right: 0 !important;
}
.no_margin {
  margin: 0 !important;
}
.vc {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.no_link {
  cursor: default !important;
  text-decoration: none !important;
}
.no_link:hover {
  text-decoration: none !important;
}
.space_botm {
  margin-bottom: 100px;
}
.space_botm_sm {
  margin-bottom: 50px;
}
.clearfix:before,
.clearfix:after,
.cnt:before,
.cnt:after,
.cnt-fluid:before,
.cnt-fluid:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.cnt:after,
.cnt-fluid:after,
.row:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.cnt {
  margin: auto;
  max-width: 1400px;
  padding: 0 15px;
  position: relative;
}
a {
  color: #645393;
  text-decoration: none;
}
.fake,
#fake {
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.privacy {
  font-size: 12px;
  line-height: 1.2;
  margin: 8px 0 0;
}
.privacy a {
  text-decoration: underline;
}
.privacy a:hover {
  color: #773a8c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  color: #24212c;
  font-family: 'Quicksand';
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
}
h1,
.hs1 {
  font-size: 50px;
}
@media only screen and (max-width: 1280px) {
  h1,
  .hs1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  h1,
  .hs1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .hs1 {
    font-size: 30px;
  }
}
h2,
.hs2 {
  font-size: 34px;
}
@media only screen and (max-width: 1199px) {
  h2,
  .hs2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  h2,
  .hs2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .hs2 {
    font-size: 26px;
  }
}
h3,
.hs3 {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  h3,
  .hs3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h3,
  .hs3 {
    font-size: 22px;
  }
}
h4,
.hs4 {
  text-transform: uppercase;
  color: #773a8c;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  h4,
  .hs4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  h4,
  .hs4 {
    font-size: 16px;
  }
}
.close_me {
  display: none;
  position: absolute;
  top: -15px;
  right: -10px;
  font-size: 16px;
  color: #fff;
  width: 25px;
  height: 25px;
  background: #f00;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.close_me:hover {
  color: #fff;
}
.sticky_button {
  position: fixed;
  bottom: 0px;
  right: 50px;
  display: none;
  cursor: pointer;
  padding: 18px 30px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all .3s;
  background-color: #645393;
  color: #fff;
  z-index: 10000;
  border: none;
}
.sticky_button:hover {
  background-color: #773a8c;
  color: #ffffff;
}
.nav_form {
  display: none;
  padding: 15px;
  background-color: #f3f3f3;
  position: relative;
  z-index: 10;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav_form label {
  display: none;
}
.nav_form form {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.nav_form form .padd {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.nav_form form .padd .form-group {
  margin-bottom: 0;
}
.nav_form form .padd .form-group label {
  padding-bottom: 0;
}
.nav_form form .form-group {
  margin: 0 3px;
}
.nav_form form .input {
  width: 100%;
  display: block;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 13px;
  border: 0;
}
.nav_form form .input:focus {
  outline: none;
}
.nav_form form .btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  background-color: #852686;
  color: #fff;
}
.nav_form form .btn:hover {
  background-color: #773a8c;
}
.nav_form .privacy a:hover {
  text-decoration: none;
}
.breadcrumb {
  background: none;
  padding: 50px 0 30px 120px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #24212c;
}
.breadcrumb a {
  color: #24212c;
  font-weight: 500;
}
.breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.breadcrumb .delim {
  padding: 0 5px;
}
.main-wrapper {
  min-height: 100%;
}
.main-wrapper header {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
}
.main-wrapper header .top {
  background-color: #645393;
  text-align: right;
}
.main-wrapper header.affix {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 0;
}
.main-wrapper header.affix .appointment_bar {
  display: none !important;
}
.main-wrapper header.affix .navbar-default .navigation .nav > li > a {
  padding: 32px 20px;
}
.main-wrapper header.affix .logo img {
  max-height: 70px;
}
.main-wrapper .bot {
  position: relative;
  z-index: 100;
}
.main-wrapper .logo > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
}
.main-wrapper .ortho-info {
  padding: 0;
  font-family: 'Open Sans';
  font-size: 0;
  position: relative;
}
.main-wrapper .ortho-info li {
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  position: relative;
  font-size: 0;
}
.main-wrapper .ortho-info li > a {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 13px 20px;
  text-decoration: none;
}
.main-wrapper .ortho-info li > a:hover {
  background-color: #852686;
}
.main-wrapper .ortho-info li.referral a {
  background-color: #46474a;
}
.main-wrapper .ortho-info li.referral a:hover {
  background-color: #645393;
}
.main-wrapper .ortho-info li.book_now a {
  background-color: #852686;
}
.main-wrapper .ortho-info li.book_now a:hover {
  background-color: #645393;
}
.main-wrapper .ortho-info li:first-child {
  position: absolute;
  left: 0;
}
@media (max-width: 1140px) {
  .main-wrapper .ortho-info li > a {
    padding: 12px;
  }
}
@media (max-width: 1024px) {
  .main-wrapper .ortho-info li:first-child {
    position: static;
  }
}
.main-wrapper .flex {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.main-wrapper .navbar-default {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: inherit;
  padding-right: 40px;
}
.main-wrapper .navbar-default * {
  transition: all 0.2s;
}
.main-wrapper .navbar-default .menu {
  display: none;
}
.main-wrapper .navbar-default .navigation {
  text-align: right;
  font-size: 0;
  margin: 0 auto;
}
.main-wrapper .navbar-default .navigation li {
  list-style: none;
  display: inline-block;
}
.main-wrapper .navbar-default .navigation li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 45px 20px;
  position: relative;
  text-decoration: none;
  color: #24212c;
  text-transform: uppercase;
}
.main-wrapper .navbar-default .navigation li a.nav-path-selected,
.main-wrapper .navbar-default .navigation li a.nav-selected {
  background: #fff;
}
.main-wrapper .navbar-default .navigation li a:hover {
  background: transparent;
  color: #773a8c;
}
.main-wrapper .navbar-default .navigation li ul {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 9;
  top: 150px;
  left: -20px;
  min-width: 435px;
  -webkit-transform: translate(0%, -70px);
  -moz-transform: translate(0%, -70px);
  -ms-transform: translate(0%, -70px);
  -o-transform: translate(0%, -70px);
  transform: translate(0%, -70px);
  text-align: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 15px 20px;
  background-color: #fff;
}
.main-wrapper .navbar-default .navigation li ul li {
  display: block;
  padding: 0 !important;
  position: relative;
  width: 50%;
  float: left;
}
.main-wrapper .navbar-default .navigation li ul li a {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border-radius: 0;
  border: 0;
  margin: 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.main-wrapper .navbar-default .navigation li ul li a:hover {
  background: #f3f3f3;
  color: #645393 !important;
}
.main-wrapper .navbar-default .navigation li ul li a:before {
  display: none;
}
.main-wrapper .navbar-default .navigation li ul li ul {
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: -1;
  transition-delay: 0.3s;
}
.main-wrapper .navbar-default .navigation li ul li:last-child {
  border-bottom: none;
}
.main-wrapper .navbar-default .navigation li ul li:hover > ul {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.main-wrapper .navbar-default .navigation li:hover > a {
  background-color: #f3f3f3;
}
.main-wrapper .navbar-default .navigation li:hover > ul {
  -webkit-transform: translate(0%, -70px);
  -moz-transform: translate(0%, -70px);
  -ms-transform: translate(0%, -70px);
  -o-transform: translate(0%, -70px);
  transform: translate(0%, -70px);
  max-height: inherit;
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.main-wrapper .navbar-default .navigation li:last-child ul,
.main-wrapper .navbar-default .navigation li:nth-last-child(2) ul,
.main-wrapper .navbar-default .navigation li:nth-last-child(3) ul {
  left: auto;
  right: -20px;
  -webkit-transform: translate(0%, -70px);
  -moz-transform: translate(0%, -70px);
  -ms-transform: translate(0%, -70px);
  -o-transform: translate(0%, -70px);
  transform: translate(0%, -70px);
}
.main-wrapper .navbar-default .navigation li:last-child ul:before,
.main-wrapper .navbar-default .navigation li:nth-last-child(2) ul:before,
.main-wrapper .navbar-default .navigation li:nth-last-child(3) ul:before {
  left: auto;
  right: 20px;
}
.main-wrapper .navbar-default .navigation li:last-child ul li:hover ul,
.main-wrapper .navbar-default .navigation li:nth-last-child(2) ul li:hover ul,
.main-wrapper .navbar-default .navigation li:nth-last-child(3) ul li:hover ul {
  right: 200%;
}
.main-wrapper .navbar-default .navigation li:nth-child(3) ul,
.main-wrapper .navbar-default .navigation li:nth-child(4) ul,
.main-wrapper .navbar-default .navigation li:nth-child(6) ul {
  min-width: 1px;
}
.main-wrapper .navbar-default .navigation li:nth-child(3) ul li,
.main-wrapper .navbar-default .navigation li:nth-child(4) ul li,
.main-wrapper .navbar-default .navigation li:nth-child(6) ul li {
  width: auto;
  float: none;
  white-space: nowrap;
}
.main-wrapper .btn-primary-ton2 {
  font-size: 13px;
}
.main-wrapper .btn-primary-ton2 img {
  padding-right: 10px;
  vertical-align: baseline;
}
.main-wrapper .main-content-wrapper {
  min-height: 100%;
}
.main-wrapper .affix + .sticky_space {
  height: 150px;
}
.main-wrapper .full .affix + .sticky_space {
  height: 230px;
}
@media only screen and (max-width: 1366px) {
  .main-wrapper .navbar-default .navigation li a {
    padding: 45px 12px;
    font-size: 11px;
  }
  .main-wrapper header.affix .navbar-default .navigation .nav > li > a {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-wrapper .sidebar {
    width: 220px;
  }
  .main-wrapper .sidebar .logo {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .main-wrapper .sidebar .ortho-info {
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .main-wrapper .sidebar .side-nav ul {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .main-wrapper .navbar-default .navigation li a {
    font-size: 10px;
    padding: 45px 10px;
  }
  .main-wrapper header.affix .navbar-default .navigation .nav > li > a {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .main-wrapper {
    position: relative;
  }
  .main-wrapper .sidebar {
    position: absolute;
    z-index: 100;
    left: -240px;
    top: 0px;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 100%;
    bottom: 0;
  }
  .main-wrapper .sidebar.in {
    left: 0;
    overflow-x: visible;
  }
  .main-wrapper .sidebar .side-nav li ul {
    position: static;
  }
  .main-wrapper .main-content-wrapper {
    padding-left: 0;
  }
}
.generic-content {
  overflow: hidden;
}
.generic-content h1,
.generic-content h2,
.generic-content h3 {
  text-align: center;
}
.lt-box {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .lt-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .lt-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.gry-box {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 1199px) {
  .gry-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .gry-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wm {
  position: relative;
}
.wm::before {
  position: absolute;
  left: 16%;
  top: -45%;
  content: ' ';
  background: transparent url('/images/wm-icon.png') no-repeat left top scroll;
  width: 1144px;
  height: 1141px;
  z-index: -1;
}
.appointment_bar {
  display: none;
  padding: 10px 50px;
  background-color: #f3f3f3;
}
.appointment_bar h3 {
  font-size: 18px;
}
.appointment_bar .col {
  width: 16%;
}
.appointment_bar .loc {
  width: 28%;
  font-size: 14px;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.appointment_bar .loc .icon {
  background-size: contain;
  padding: 5px 20px 5px 40px;
  background-image: url("/images/locate-icon-1.png");
  background-repeat: no-repeat;
  text-transform: uppercase;
  margin-bottom: 0;
}
.appointment_bar .loc .btn {
  padding: 10px 30px;
  font-size: 14px;
}
.appointment_bar .loc:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #ddd;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.appointment_bar .loc:last-child:before {
  display: none;
}
.appointment_bar .loc:nth-child(3) .icon {
  background-image: url("/images/locate-icon-2.png");
  background-repeat: no-repeat;
}
.appointment_bar .loc:nth-child(4) .icon {
  background-image: url("/images/locate-icon-3.png");
  background-repeat: no-repeat;
}
.full .appointment_bar {
  display: block;
}
.blog_page .appointment_bar {
  display: block;
  margin-bottom: 30px;
}
.affix {
  background-color: #ffffff;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  position: fixed;
}
.affix .logo {
  margin-top: 5px;
}
.affix .header_top {
  display: none;
}
.affix .nav_form {
  display: none;
}
.affix .main_menu {
  margin-top: 0;
}
.affix .top {
  display: none;
}
.affix .sticky_button {
  display: block;
}
.affix .nav_form {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 70%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .affix .nav_form {
    width: 90%;
  }
}
.affix .nav_form .form_heading {
  display: none;
}
.affix .nav_form .padd {
  width: 100%;
  padding-left: 0;
}
.affix .nav_form.open {
  display: block !important;
  opacity: 1;
  animation: fadeIn .3s linear;
  -webkit-animation: fadeIn .3s linear;
  max-width: 1240px;
}
.affix .nav_form.open.form .form-group.star:before {
  font-size: 20px;
}
.affix .close_me {
  display: block;
  background: #773a8c;
}
.responsive_header .m_logo img {
  max-width: 150px;
  margin-left: -25px;
}
.responsive_header .header_top .top {
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
}
.responsive_header .header_top .top span {
  float: left;
  width: auto;
  display: block;
  padding-top: 10px;
}
.responsive_header .header_top .top a {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: 0;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  margin: 0 auto;
}
.responsive_header .header_top .top a i {
  font-size: 11px;
}
.responsive_header .header_top .top a.phn {
  float: right;
  width: auto;
}
.responsive_header .phoneBtnClicks.humburger_menu {
  display: none !important;
}
.responsive_header .mid {
  padding: 10px 15px;
  position: relative;
  z-index: 250;
}
.responsive_header .mid .row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.responsive_header .humburger_menu {
  text-decoration: none;
  border: none;
  margin: 0 0px 0 0;
  outline: 0;
  width: 36px;
  height: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.responsive_header .humburger_menu i {
  font-size: 22px;
}
.responsive_header .phn {
  float: right;
  padding: 0 15px 0 0;
  font-size: 26px;
}
.mobile_nav {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 11;
}
.mobile_nav ul {
  padding: 0;
  padding-left: 15px;
}
.mobile_nav li {
  padding: 0;
  position: relative;
}
.mobile_nav li a {
  padding: 15px 0;
  color: #24212c;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.mobile_nav li a:hover,
.mobile_nav li a:focus,
.mobile_nav li a.nav-selected {
  color: #24212c;
}
.mobile_nav li a .fa-angle-right {
  display: none;
}
.mobile_nav li ul {
  display: none;
  padding-left: 20px;
}
.mobile_nav li:last-child a {
  border: none;
}
.mobile_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  display: none;
  z-index: 100;
}
.menu_expander {
  color: #645393;
  font-size: 20px !important;
  position: absolute;
  padding: 10px 15px;
  top: 4px;
  right: 0;
}
.menu_expander.toggled:before {
  content: "\f146";
}
@media only screen and (max-width: 991px) {
  .sticky_space {
    display: none;
  }
  .no-flex-sm {
    display: block !important;
  }
  .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
  .no-flex-xs {
    display: block !important;
  }
  .ng2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ng2 > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 6px;
  }
  .ng2 > [class*="col-"]:first-child {
    margin-left: 0 !important;
    margin-right: 0px !important;
  }
  .ng2 > [class*="col-"]:last-child {
    margin-right: 0 !important;
    margin-left: 0px !important;
  }
  .form .form-group {
    margin-bottom: 10px;
  }
}
.bg_white {
  background-color: #ffffff !important;
}
/*---------------------------------------------------------------------------------------------------------Inner Styles*/
.content_default {
  text-align: center;
}
.content_default p {
  line-height: 2;
}
.video-box {
  position: relative;
  display: block;
}
.video-box img {
  width: 100%;
}
.video-box .play-icon {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 78px;
  height: 78px;
  margin-left: -39px;
  margin-top: -39px;
  display: block;
  border: 10px solid #852686;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.video-box .play-icon:before {
  display: block;
  content: "\f04b";
  font-size: 22px;
  font-family: "fontAwesome";
  color: #773a8c;
}
@media only screen and (max-width: 767px) {
  .video-box .play-icon {
    width: 82px;
    height: 82px;
    background-size: 100%;
    margin-left: -41px;
    margin-top: -41px;
  }
}
.side_by_side {
  position: relative;
}
.side_by_side .content {
  padding: 30px 0;
  position: relative;
}
.side_by_side .content .hs2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.side_by_side .content .btn {
  margin-top: 30px;
}
.side_by_side .offset_bot {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  margin-bottom: -40px !important;
}
@media only screen and (max-width: 1199px) {
  .side_by_side .offset_bot {
    margin-bottom: 0 !important;
  }
}
.side_by_side.img_right .flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.side_by_side.img_right .flex .img {
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .side_by_side .content .hs2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .side_by_side.img_right .content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .side_by_side.img_left .content {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .side_by_side .content .hs2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .side_by_side .content .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
.txt_n_img {
  margin: auto;
  position: relative;
  background: #f3f3f3;
  padding: 40px 0;
}
.txt_n_img .cnt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.txt_n_img .align_center {
  width: 50%;
  text-align: center;
}
.txt_n_img .txt {
  width: 50%;
  display: -webkit-flex;
  display: flex;
}
.txt_n_img .txt .content {
  padding: 20px;
}
.txt_n_img .txt h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.txt_n_img .txt p:last-child {
  margin: 30px 0 0;
}
.txt_n_img .txt .btns .btn {
  margin: 0 5px 10px 0;
}
.txt_n_img .img {
  width: 50%;
}
.txt_n_img .video_btn a em {
  color: #24212c;
}
.txt_n_img .media {
  position: relative;
  width: 50%;
  text-align: center;
}
.txt_n_img .media img {
  opacity: 0;
  width: 100%;
}
.txt_n_img img {
  position: relative;
}
.txt_n_img.flip {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background: #fff;
}
.txt_n_img.flip.bg_img {
  background-position: left;
}
.txt_n_img.flip .cnt {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.txt_n_img.bg_img {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.txt_n_img.bg_img .txt {
  width: 50%;
  padding: 0 100px 0 0;
}
.txt_n_img.bg_lgrey {
  background-color: #f3f3f3;
}
.txt_n_img.align_bottom .cnt {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.txt_n_img.align_bottom .cnt .img {
  margin-bottom: -40px !important;
}
.txt_n_img.align_bottom .cnt .txt {
  align-self: center;
  -webkit-align-self: center;
}
.video_btn {
  display: inline-block;
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 49px);
  margin: 0;
  z-index: 2;
  width: 78px;
  height: 78px;
  display: block;
  border: 10px solid #852686;
  border-radius: 50%;
  transition: all .3s;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.video_btn:before {
  display: block;
  content: "\f04b";
  font-size: 22px;
  font-family: "fontAwesome";
  color: #773a8c;
  transition: all .3s;
}
.video_btn:hover {
  text-decoration: none;
  border: 10px solid #24212c;
}
.video_btn:hover:before {
  color: #24212c;
}
.flip_parent .txt_n_img:nth-child(2n) {
  background: #fff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flip_parent .txt_n_img:nth-child(2n).bg_img {
  background-position: left;
  background-color: #f3f3f3;
}
.flip_parent .txt_n_img:nth-child(2n) .cnt {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1440px) {
  .txt_n_img.bg_img .txt {
    width: 33.33%;
  }
  .txt_n_img.bg_img .media {
    width: 66.66%;
  }
  .txt_n_img.bg_img .media img {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .txt_n_img.bg_img .row {
    position: relative;
    z-index: 10;
  }
}
@media only screen and (max-width: 991px) {
  .txt_n_img .cnt {
    display: block;
  }
  .txt_n_img .txt {
    width: 100% !important;
    padding: 0 0 20px;
    position: relative;
    z-index: 111;
  }
  .txt_n_img .txt .btn {
    margin-top: 0;
    white-space: inherit;
    word-wrap: break-word;
  }
  .txt_n_img .img {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
  }
  .txt_n_img.bg_img {
    display: block;
    background-image: none !important;
  }
  .txt_n_img.bg_img .txt {
    width: 100%;
    padding: 30px 0;
  }
  .txt_n_img.bg_img .txt .content {
    max-width: 100%;
    text-align: center;
  }
  .txt_n_img.bg_img .media img {
    opacity: 1;
  }
  .txt_n_img .video_btn {
    z-index: 20;
    left: calc(50% - 49px);
  }
}
.cta {
  padding: 20px 0;
  overflow: hidden;
}
.cta .flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cta .flex > div {
  width: 33.33%;
  margin: 10px 0;
}
.cta .flex > div > a {
  width: 265px;
  height: 265px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  line-height: 1.1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  text-transform: uppercase;
  border: 30px solid rgba(100, 83, 147, 0.45);
  margin: auto;
}
.cta .flex > div > a:hover,
.cta .flex > div > a:focus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.3);
}
.cta .flex > div:nth-child(3n + 2) a {
  border: 30px solid rgba(70, 71, 74, 0.45);
}
.cta .flex > div:nth-child(3n + 3) a {
  border: 30px solid rgba(133, 38, 134, 0.45);
}
.cta.wm::before {
  left: auto;
  right: 60%;
  top: -170%;
}
.cta.loc-cta .cta-item {
  background-image: url(/images/cta-loc-01.png);
}
.cta.loc-cta .cta-item.team {
  background-image: url(/images/cta-loc-02.png);
}
.cta.loc-cta .cta-item.caring {
  background-image: url(/images/cta-loc-03.png);
}
.cta.v2 .flex > div > a {
  width: 420px;
  height: 420px;
}
.cta.v2 .flex > div > a span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cta.v2 .flex > div > a p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  color: #24212c;
}
.cta.v2 .flex > div > a p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .cta.v2 .flex > div > a {
    width: 380px;
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta .cta-item {
    width: 240px;
    height: 240px;
    font-size: 30px;
  }
  .cta.v2 .flex > div > a {
    width: 320px;
    height: 320px;
  }
  .cta.v2 .flex > div > a span {
    font-size: 16px;
  }
  .cta.v2 .flex > div > a p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .cta .flex > div > a {
    font-size: 18px;
    line-height: 1.3;
    width: 220px;
    height: 220px;
    border-width: 15px !important;
  }
  .cta.v2 .flex > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cta .flex {
    display: block;
  }
  .cta .flex > div {
    width: 100%;
  }
  .cta .flex > div > a {
    margin: 20px auto;
  }
}
.finance {
  background: transparent !important;
}
.finance .hs2 {
  margin-top: 0;
  margin-bottom: 45px;
}
.finance p {
  margin-bottom: 90px;
  padding: 0 50px;
}
.finance .table_wrap {
  overflow: hidden;
  border: 0;
}
.finance .table {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.finance .table td,
.finance .table th {
  padding: 18px;
  text-align: center;
  font-size: 15px;
  border-bottom: 0;
  border-top: 0;
  border-right: 2px solid #ffffff;
}
.finance .table td:last-child,
.finance .table th:last-child {
  border-right: 0;
}
.finance .table th {
  background-color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Quicksand';
  vertical-align: middle;
  font-weight: 600;
  border-bottom: 0;
  background: #fafafa;
}
.finance .table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #edeaee;
}
.finance .table > thead > tr > td,
.finance .table > tbody > tr > td,
.finance .table > tfoot > tr > td {
  background-color: #e6e0e8;
}
@media only screen and (max-width: 1199px) {
  .finance p {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .finance p {
    padding-left: 0;
    padding-right: 0;
  }
}
.team-members {
  position: relative;
  padding-top: 0;
}
.team-members::before {
  position: absolute;
  right: -10%;
  top: 15%;
  content: ' ';
  background: transparent url(/images/wm-icon.png) no-repeat left top scroll;
  width: 1200px;
  height: 1200px;
  background-size: 100%;
  z-index: -1;
}
.team-members .cnt {
  max-width: 1030px;
}
.team-members .hs2 {
  margin-bottom: 50px;
}
.team-members .main-text {
  padding: 0 50px;
}
.team-members .nav-tabs {
  margin-bottom: 50px;
}
.team-members .nav-tabs li {
  vertical-align: bottom;
  margin: 0;
}
.team-members .nav-tabs li a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #555254;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: .5;
  padding: 18px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid;
  margin-left: 1px;
  margin-right: 1px;
}
.team-members .nav-tabs li:hover a,
.team-members .nav-tabs li:focus a,
.team-members .nav-tabs li.active a,
.team-members .nav-tabs li.active a:hover,
.team-members .nav-tabs li.active a:focus {
  text-decoration: none;
  border: 0;
  border-bottom: 3px solid;
  color: #773a8c;
  opacity: 1;
}
.team-members .tab-content #tab01 .memb-item .dr-img {
  float: left;
}
.team-members .tab-content #tab03,
.team-members .tab-content #tab04 {
  max-width: 680px;
  margin: 0 auto;
}
.team-members .tab-content #tab03 .memb-item,
.team-members .tab-content #tab04 .memb-item {
  width: 50%;
}
.team-members .memb-item {
  overflow: hidden;
  min-height: 520px;
}
.team-members .memb-item .dr-img {
  width: 300px;
}
.team-members .memb-item .dr-img img {
  margin-bottom: 15px;
}
.team-members .info-text {
  overflow: hidden;
  padding-left: 60px;
}
.team-members .info-text .hs2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-members .info-text .job {
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #773a8c;
}
.team-members .info-text p {
  margin-bottom: 40px;
}
.team-members .info-text p:last-child {
  margin-bottom: 0;
}
.team-members.v2 .nav-tabs li a {
  font-size: 14px;
}
.team-members.v2 .memb-item {
  clear: none;
}
.team-members.v2 .memb-item + .memb-item {
  margin-top: 0;
}
.team-members.v2 .memb-item .dr-img {
  float: none;
  width: auto;
  text-align: center;
}
.team-members.v2 .memb-item .info-text {
  padding-left: 0;
  text-align: center;
}
.team-members .memb-item {
  min-height: auto;
  margin-bottom: 40px;
}
.team-members .memb-item .dr-img {
  width: 70%;
  max-width: 650px;
  float: none!important;
}
.team-members .memb-item .info-text {
  width: 30%;
  padding-left: 0;
  padding-right: 30px;
}
.team-members .tab-content .tab-pane {
  max-width: 100%!important;
}
.team-members .tab-content .tab-pane .memb-item {
  width: 100%!important;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.team-members .tab-content #tab01 .memb-item {
  display: block;
}
.team-members .tab-content #tab01 .memb-item .dr-img {
  width: 100%;
  max-width: 100%;
}
.team-members .tab-content #tab01 .memb-item .dr-img img {
  margin-bottom: 35px;
}
.team-members .tab-content #tab01 .memb-item .info-text {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .team-members .nav-tabs {
    margin-bottom: 50px;
  }
  .team-members .nav-tabs li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .team-members .main-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-members .memb-item {
    min-height: auto;
  }
  .team-members .memb-item .dr-img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .team-members .info-text {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .team-members .tab-content #tab03 .memb-item,
  .team-members .tab-content #tab04 .memb-item {
    width: 100%;
  }
  .team-members .tab-content .tab-pane .memb-item {
    display: block;
  }
  .team-members .memb-item {
    margin-bottom: 15px;
  }
  .team-members .memb-item .dr-img {
    width: 100%;
    max-width: 100%;
  }
  .team-members .memb-item .info-text {
    width: 100%;
    padding-right: 0;
  }
}
.testimonials {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.testimonials h2 {
  margin-top: 0;
}
.testimonials .testi-qoute {
  padding: 100px;
  background-color: #852686;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.testimonials .testi-qoute p:first-child {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.testimonials .testi-qoute p:first-child::before,
.testimonials .testi-qoute p:first-child::after {
  position: absolute;
  left: 0;
  top: -32px;
  content: '';
  width: 66px;
  height: 47px;
  background: transparent url('/images/quote-open.png') no-repeat left top scroll;
}
.testimonials .testi-qoute p:first-child::after {
  background-image: url(/images/quote-close.png);
  left: auto;
  right: 0;
}
.testimonials .testi-qoute:nth-child(2n + 2) {
  background-color: #46474a;
}
.testimonials .qoute-by {
  font-family: 'Quicksand';
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .testimonials .testi-qoute {
    padding: 70px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .indent-text {
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials .testi-qoute {
    padding: 15px;
    padding-top: 50px;
  }
  .testimonials .testi-qoute .qoute {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonials .qoute-by {
    padding-top: 20px;
  }
}
.qa {
  padding-bottom: 0;
  position: relative;
}
.qa .cnt {
  max-width: 1240px;
}
.qa h2,
.qa .h1 {
  margin-top: 0;
  margin-bottom: 75px;
}
.qa .tabbable {
  overflow: hidden;
  -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}
.qa .nav-stacked {
  padding-right: 0;
}
.qa .nav-stacked li {
  margin: 0;
}
.qa .nav-stacked li a {
  padding: 40px 35px;
  padding-right: 10px;
  font-family: 'Quicksand';
  font-size: 19px;
  font-weight: 600;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #6e6f73;
  color: #fff;
  border-top: 1px solid #46474a;
}
.qa .nav-stacked li:first-child a {
  border-top: 0;
}
.qa .nav-stacked li:hover a {
  background-color: #929396;
  text-decoration: none;
}
.qa .nav-stacked li:focus a,
.qa .nav-stacked li.active a,
.qa .nav-stacked li.active a:hover,
.qa .nav-stacked li.active a:focus {
  text-decoration: none;
  color: #24212c;
  background-color: #ffffff;
}
.qa .tab-content {
  padding: 60px;
  line-height: 2;
}
.qa .tab-content .btn {
  margin-top: 40px;
}
.qa.wm::before {
  left: auto;
  right: -30%;
  top: 50%;
}
@media only screen and (max-width: 1280px) {
  .qa h2,
  .qa .h1 {
    margin-bottom: 40px;
  }
  .qa .nav-stacked li a {
    padding: 25px;
    padding-right: 10px;
    font-size: 16px;
  }
  .qa .tab-content {
    padding: 30px;
  }
}
.qa_v2 h2 {
  margin: 0 0 45px;
}
.qa_v2 .panel-group .panel {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  margin-bottom: 3px;
}
.qa_v2 .panel-group .panel + .panel {
  margin-top: 0;
}
.qa_v2 .panel-heading {
  padding: 0;
  background-color: #6e6f73;
}
.qa_v2 .panel-title a {
  color: #ffffff;
  display: block;
  text-transform: none;
  background-color: #645393;
  padding: 20px 30px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}
.qa_v2 .panel-title a:after {
  content: "-";
  font-size: 30px;
  line-height: 1;
  display: block;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qa_v2 .panel-title a.collapsed {
  background-color: #6e6f73;
  color: #ffffff;
}
.qa_v2 .panel-title a.collapsed:after {
  content: "+";
}
.qa_v2 .panel-title a:hover,
.qa_v2 .panel-title a:focus,
.qa_v2 .panel-title a:visited {
  text-decoration: none;
}
.qa_v2 .panel-body {
  padding: 20px 30px 10px;
  font-size: 14px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .qa_v2 .panel-title a {
    padding: 20px 35px 20px 20px;
  }
  .qa_v2 .panel-title a:after {
    margin-right: -5px;
  }
  .qa_v2 .panel-body {
    padding: 20px 20px 10px;
  }
}
.faq {
  margin-bottom: 15px;
  padding: 0px 20px;
  position: relative;
}
.faq .cnt {
  max-width: 1240px;
}
.faq .flex {
  -webkit-align-items: unset;
  align-items: unset;
}
.faq .panel-group .panel {
  box-shadow: 0 0;
  border-radius: 0;
  border: 0;
}
.faq .panel-group .panel + .panel {
  margin-top: 0 !important;
}
.faq .panel-group .panel-heading {
  border-radius: 0;
  padding: 0;
  transition: all 0.3s;
  border-top: 1px solid #46474a;
}
.faq .panel-group .panel-heading .panel-title {
  text-transform: inherit;
}
.faq .panel-group .panel-heading .panel-title a {
  padding: 40px 35px;
  padding-right: 55px;
  font-family: 'Quicksand';
  font-size: 19px;
  font-weight: 600;
  display: block;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #6e6f73;
  color: #fff;
}
.faq .panel-group .panel-heading .panel-title a:after,
.faq .panel-group .panel-heading .panel-title a:before {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  right: 30px;
  top: calc(50% - 0px);
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.faq .panel-group .panel-heading .panel-title a:after {
  width: 2px;
  height: 17px;
  right: 38px;
  top: calc(50% - 8px);
  transition: all 0.3s;
}
.faq .panel-group .panel-heading .panel-title a:hover {
  background-color: #929396;
  text-decoration: none;
}
.faq .panel-group .panel-heading .panel-title.active .panel-title a {
  background-color: #929396;
}
.faq .panel-group .panel-heading .panel-title.active .panel-title a:after {
  -webkit-transform: scale(0.7) rotate(-90deg);
  -moz-transform: scale(0.7) rotate(-90deg);
  -ms-transform: scale(0.7) rotate(-90deg);
  -o-transform: scale(0.7) rotate(-90deg);
  transform: scale(0.7) rotate(-90deg);
}
.faq .panel-group .panel-default:first-child .panel-heading {
  border-top: 0px solid #46474a;
}
.faq .panel-body {
  padding: 25px 25px 25px;
}
.faq .panel-body p:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .faq {
    padding: 50px 0px;
  }
  .faq .ng2 > [class*="col-"] {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
.before-after {
  position: relative;
  text-align: center;
}
.before-after.gry-box {
  background: transparent !important;
}
.before-after .cnt {
  max-width: 1030px;
}
.before-after .row {
  padding: 25px 10px;
  background-color: #f3f3f3;
}
.before-after h2 {
  margin-bottom: 40px;
}
.before-after p.text-center {
  margin-bottom: 40px;
}
.before-after .ba-item {
  padding: 10px;
}
.before-after .ba-item .before-img {
  margin-bottom: 25px;
}
.before-after .ba-item .before-img,
.before-after .ba-item .after-img {
  position: relative;
}
.before-after .ba-item .before-img > img,
.before-after .ba-item .after-img > img {
  width: 100%;
}
.before-after .ba-item .before-img .before-txt,
.before-after .ba-item .after-img .before-txt,
.before-after .ba-item .before-img .after-txt,
.before-after .ba-item .after-img .after-txt {
  padding: 8px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #852686;
  color: #fff;
  font-family: 'Quicksand';
  min-width: 85px;
  text-align: center;
}
.before-after .ba-item .ba-content {
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.before-after .ba-item h2 {
  margin-bottom: 40px;
  font-size: 45px;
}
.before-after .ba-item h2,
.before-after .ba-item h3 {
  color: inherit;
}
.before-after .ba-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.before-after .ba-item .prob {
  margin-bottom: 30px;
}
.before-after .ba-item:nth-child(2n) .flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1199px) {
  .before-after .hs2 {
    margin-bottom: 25px;
  }
  .before-after p.text-center {
    margin-bottom: 25px;
  }
  .before-after .ba-item .before-img {
    margin-bottom: 15px;
  }
  .before-after .ba-item .ba-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .before-after .ba-item .ba-name {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .before-after .ba-item .ba-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.before_after_slider {
  max-width: 600px;
  margin: 0 auto 70px!important;
}
.before_after_slider .slick-prev,
.before_after_slider .slick-next {
  top: 135px;
  z-index: 10;
}
.before_after_slider .slick-prev {
  left: -75px;
}
.before_after_slider .slick-next {
  right: -75px;
}
.img-container {
  margin: 0 auto 50px;
  width: 600px;
  box-shadow: 1px 1px 7px #C7C7C7;
  /* horizontal panel*/
}
.img-container .panel-container {
  display: flex;
  flex-direction: row;
  /* avoid browser level touch actions */
  xtouch-action: none;
  position: relative;
}
.img-container .box {
  font-size: 13px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 18px 4px 18px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.img-container .panel-left {
  flex: 0 0 auto;
  width: calc(50% - 7px);
  white-space: nowrap;
  color: white;
  max-width: calc(100% - 15px);
}
.img-container .panel-right {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-container .panel-right img {
  position: absolute;
  right: 0;
}
.img-container .panel-right .box {
  left: auto;
  right: 0;
}
.img-container .splitter {
  flex: 0 0 auto;
  width: 15px;
  height: auto;
  cursor: col-resize;
  position: relative;
  margin-right: -8px;
}
.img-container .splitter:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  margin-left: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.img-container .splitter .handle {
  width: 30px;
  height: 30px;
  background: url(/images/handle.png);
  position: absolute;
  top: 102%;
  left: -9px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .img-container {
    width: 100% !important;
  }
  .img-container .panel-right img,
  .img-container .panel-left img {
    width: 100vw;
  }
}
.logos {
  padding: 100px 0;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .logos {
    padding: 50px 0;
  }
  .logos .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logos .flex .img {
    width: 33.33%;
    text-align: center;
    padding: 0 5px;
  }
}
/* Create a custom radio button */
.map_wrapper .map_btns {
  display: none;
}
.map_wrapper .map_btns ul {
  padding: 0;
}
.map_wrapper .map_btns ul li {
  width: 100%;
}
.map_wrapper .map_btns ul li a {
  width: 100%;
  font-size: 12px;
  padding: 8px 12px;
}
.map_wrapper .map_box {
  height: 100%;
}
.map_wrapper .map-view {
  height: 100%;
  background-color: #f3f3f3;
  border: 2px solid #645393;
}
.map_wrapper .map-view .loc-info {
  transition: all .3s;
  padding: 15px 25px;
  display: block;
  min-height: 198px;
  background-color: #f3f3f3;
}
.map_wrapper .map-view .loc-info .loc-name {
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.map_wrapper .map-view .loc-info .phone-icon {
  font-size: 20px;
  margin-bottom: 15px;
}
.map_wrapper .map-view .loc-info .loc-address {
  font-weight: 100;
  margin-bottom: 10px;
}
.map_wrapper .map-view .loc-info .phone {
  font-weight: 100;
  color: inherit;
  text-decoration: none;
}
.map_wrapper .map-view .loc-info .phone:hover {
  text-shadow: 0 0 1px #645393;
}
.map_wrapper .map-view .loc-info:hover {
  background-color: #852686;
  color: #fff;
}
.map_wrapper .map-view .loc-info:hover * {
  color: #fff;
}
.map_wrapper .map-view .map {
  height: 300px;
}
@media only screen and (max-width: 1200px) {
  .map_wrapper .map-view .loc-info .loc-address {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .map_wrapper .map-view .loc-info {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .map_wrapper .map-view .loc-info {
    min-height: 239px;
  }
}
@media only screen and (max-width: 767px) {
  .map_wrapper .map_btns {
    display: block;
  }
  .map_wrapper .map-view {
    margin-bottom: 10px;
  }
  .map_wrapper .map-view .loc-info {
    min-height: auto;
  }
}
.three_columns {
  margin: -50px auto 100px;
  font-size: 14px;
}
.three_columns h2 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
.three_columns p {
  letter-spacing: 1px;
}
.three_columns .row {
  display: -webkit-flex;
  display: flex;
}
.three_columns .row [class*="col-"] {
  padding: 30px !important;
  color: #ffffff;
  background-color: #773a8c;
  text-align: center;
}
.three_columns .row [class*="col-"]:nth-child(2) {
  background-color: #24212c;
}
.three_columns .row [class*="col-"] p {
  font-size: 16px;
}
.three_columns .row [class*="col-"] p:last-of-type {
  margin-bottom: 0;
}
.three_columns a {
  color: inherit;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .three_columns {
    margin-top: 0;
  }
  .three_columns .col {
    min-height: 1px;
  }
}
.three_columns .col_1 {
  background: #773a8c;
}
.three_columns .col_2 {
  background: #f3f3f3;
}
.three_columns .col_3 {
  background: #773a8c;
}
.three_columns .col_4 {
  background: #f3f3f3;
}
.footer_bottom {
  padding: 55px 50px;
}
.footer_bottom .tio-logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  margin-top: 20px;
}
.footer_bottom .footer-links {
  padding: 0;
  margin-top: 30px;
  text-align: right;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
}
.footer_bottom .footer-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.footer_bottom .footer-links li a {
  padding: 0 10px;
  text-transform: uppercase;
  color: #46474a;
  border-left: 2px solid;
}
.footer_bottom .footer-links li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer_bottom .footer-links li:first-child a {
  border-left: 0;
}
.footer_bottom .footer-links li:last-child a {
  padding-right: 0;
}
@media only screen and (max-width: 1199px) {
  .footer_bottom {
    padding: 25px 20px;
  }
  .footer_bottom .footer-links {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom .tio-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_bottom .footer-links {
    text-align: center;
  }
}
.social-links {
  padding: 0;
  text-align: right;
}
.social-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.social-links a {
  display: block;
  position: relative;
  font-size: 21px;
  padding-top: 2px;
  color: #645393;
  margin: 0 7px;
}
.social-links a:hover {
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  .social-links {
    text-align: center;
  }
}
.insta_feed {
  padding: 40px 10px 0;
  overflow: hidden;
  position: relative;
}
.insta_feed .follow_us {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
}
.insta_feed .follow_us .social_icons {
  position: absolute;
  right: 20px;
  top: 0;
  padding: 0;
}
.insta_feed .follow_us .social_icons li {
  display: inline-block;
  margin: 0 5px;
}
.insta_feed .follow_us .social_icons li a {
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  background-color: #852686;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.insta_feed .follow_us .social_icons li a:hover {
  background-color: #645393;
}
.insta_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  grid-template-areas: "item1 item1 item2 item3 item4 item5" "item1 item1 item6 item7 item8 item9";
}
.insta_wrapper .box {
  background-color: #f6f6f7;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.insta_wrapper .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.insta_wrapper .box .likes {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 13px;
  left: 13px;
  display: none;
  z-index: 100;
}
.insta_wrapper .box .likes i {
  color: red;
  margin-right: 5px;
}
.insta_wrapper .box .black_likes .likes {
  color: #000000 !important;
}
.insta_wrapper .box:hover .likes {
  display: block;
}
.insta_wrapper .box:nth-child(1) {
  grid-area: item1;
}
.insta_wrapper .box:nth-child(2) {
  grid-area: item2;
}
.insta_wrapper .box:nth-child(3) {
  grid-area: item3;
}
.insta_wrapper .box:nth-child(4) {
  grid-area: item4;
}
.insta_wrapper .box:nth-child(5) {
  grid-area: item5;
}
.insta_wrapper .box:nth-child(6) {
  grid-area: item6;
}
.insta_wrapper .box:nth-child(7) {
  grid-area: item7;
}
.insta_wrapper .box:nth-child(8) {
  grid-area: item8;
}
.insta_wrapper .box:nth-child(9) {
  grid-area: item9;
}
.insta_wrapper .box:nth-child(10) {
  grid-area: item10;
}
.insta_wrapper .box:nth-child(11) {
  grid-area: item11;
}
.insta_wrapper .box:nth-child(12) {
  grid-area: item12;
}
_:-ms-fullscreen,
:root .insta_wrapper {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
_:-ms-fullscreen .box,
:root .insta_wrapper .box {
  width: 29.3%;
  text-align: center;
  margin-bottom: 30px;
  margin: 5px !important;
}
_:-ms-fullscreen .box img,
:root .insta_wrapper .box img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media only screen and (max-width: 991px) {
  .insta_wrapper {
    grid-gap: 4px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "item1 item1 item2" "item1 item1 item3" "item4 item5 item6" "item7 item9 item9" "item8 item9 item9";
  }
}
@media only screen and (max-width: 767px) {
  .insta_feed .follow_us .social_icons {
    position: static;
  }
}
/******************************************************************************************Home Styles****************************/
.home .sticky_button,
.main_form .sticky_button {
  display: none;
}
.home-hero {
  position: relative;
}
.home-hero .hero-img {
  background: #f7f7f7;
  min-height: 770px;
  text-align: right;
  overflow: hidden;
}
.home-hero .hero-img > img {
  float: right;
}
.home-hero .cnt {
  max-width: 1240px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 50px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-hero .hero-caption {
  max-width: 620px;
}
.home-hero .hero-caption h1 {
  font-family: 'Opificio_regular';
  font-size: 68px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.home-hero .hero-caption p {
  max-width: 490px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.home-hero .hero-caption .btns {
  max-width: 490px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-hero .hero-caption .btns .btn {
  margin: 3px;
  width: calc(50% - 6px);
}
.home-hero .hero-caption .news {
  background: #fff;
  margin-top: 50px;
  text-decoration: none;
  position: relative;
  -webkit-align-items: unset;
  align-items: unset;
}
.home-hero .hero-caption .news .heading {
  font-size: 32px;
  min-width: 120px;
  height: 120px;
  text-align: center;
  transition: all .3s;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: 'Quicksand';
  background-color: #645393;
  color: #fff;
  font-weight: 700;
  line-height: .9;
}
.home-hero .hero-caption .news .heading p {
  margin-top: -15px;
}
.home-hero .hero-caption .news .heading span {
  font-size: 14px;
  font-weight: 100;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.home-hero .hero-caption .news .tickers {
  padding: 15px 25px 15px 15px;
  text-align: left;
  width: 100%;
}
.home-hero .hero-caption .news .tickers p,
.home-hero .hero-caption .news .tickers #wp_post {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
  color: #24212c;
}
.home-hero .hero-caption .news .tickers h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
  font-family: 'Montserrat';
}
.home-hero .hero-caption .news .tickers .date {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Open Sans';
  color: #773a8c;
  text-transform: uppercase;
}
.home-hero .hero-caption .news em {
  align-self: center;
  color: #773a8c;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
.home-hero .hero-caption .news:hover .heading {
  background-color: #46474a;
}
@media only screen and (max-width: 1199px) {
  .home-hero .hero-img > img {
    width: 100%;
  }
  .home-hero .hero-caption {
    max-width: 550px;
  }
  .home-hero .hero-caption .news .tickers h3 {
    font-size: 14px;
  }
  .home-hero .hero-caption h1 {
    font-size: 54px;
  }
  .home-hero .hero-caption p {
    font-size: 18px;
  }
  .home-hero .hero-caption .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1025px) {
  .home-hero {
    min-height: 610px;
  }
  .home-hero .cnt {
    top: 240px;
  }
  .home-hero .hero-caption p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home-hero {
    height: 85vh;
    min-height: auto;
  }
  .home-hero .cnt {
    height: 100%;
    position: static;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .home-hero .cnt .hero-caption {
    text-align: center;
    max-width: none;
    height: 100%;
    position: relative;
    z-index: 11;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home-hero .cnt .hero-caption .txt {
    padding: 20px 15px 480px;
    background-size: cover;
    background-position: bottom;
  }
  .home-hero .cnt .hero-caption p {
    max-width: none;
  }
  .home-hero .cnt .hero-caption .news {
    margin: 10px 15px 0;
    background-color: #f3f3f3;
  }
  .home-hero .cnt .btns {
    max-width: none;
    margin: 20px 10px 6px;
  }
  .home-hero::before {
    position: absolute;
    right: -13%;
    top: -140px;
    content: ' ';
    background: transparent url(/images/wm-icon.png) no-repeat left top scroll;
    width: 900px;
    height: 900px;
    background-size: 100%;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero {
    height: auto;
  }
  .home-hero .hero-img img {
    height: 490px;
    width: auto;
  }
  .home-hero .cnt {
    background-color: #ffffff 80%;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, #ffffff 80%);
    background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, #ffffff 80%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, #ffffff 80%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, #ffffff 80%);
    background-image: linear-gradient(bottom, rgba(255, 255, 255, 0) 40%, #ffffff 80%);
  }
  .home-hero .cnt .hero-caption h1 {
    font-size: 48px;
  }
  .home-hero .cnt .hero-caption .txt {
    height: 67vh;
    padding-top: 0;
    max-height: 450px;
    padding-bottom: 0;
  }
  .home-hero .cnt .hero-caption p {
    width: 100%;
    font-size: 16px;
  }
  .home-hero .cnt .hero-caption .btns {
    margin: -30px 0 0;
  }
  .home-hero .cnt .hero-caption .btns .btn {
    width: 100%;
    margin: 0 0 1px;
  }
  .home-hero .cnt .hero-caption .btns .btn:nth-child(3) {
    background-color: #645393;
  }
  .home-hero .cnt .hero-caption .btns .btn:nth-child(4) {
    background-color: #46474a;
  }
  .home-hero .cnt .hero-caption .news {
    margin: 20px 0 0;
  }
  .home-hero .cnt .hero-caption .news .heading {
    height: auto;
  }
  .home-hero:before {
    width: 700px;
    height: 700px;
    right: -21%;
    top: -102px;
  }
}
@media only screen and (max-width: 991px) {
  .webp .home-hero .cnt .hero-caption .txt {
    background-image: url("/images/hero-mob.webp");
  }
  .no_webp .home-hero .cnt .hero-caption .txt {
    background-image: url("/images/hero-mob.jpg");
  }
}
.whyus-cta {
  margin-top: -110px;
  margin-bottom: 110px;
}
.whyus-cta .wu-cta-item {
  background-color: #ffffff;
  padding: 35px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 21px 5px rgba(216, 216, 216, 0.24);
  -moz-box-shadow: 0 0 21px 5px rgba(216, 216, 216, 0.24);
  box-shadow: 0 0 21px 5px rgba(216, 216, 216, 0.24);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.whyus-cta .wu-cta-item h2 {
  margin: 0;
  line-height: 1;
}
.whyus-cta .wu-cta-item .img {
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}
.whyus-cta .wu-cta-item p:not(.img) {
  font-weight: 500;
  color: #24212c;
  margin-bottom: 15px;
  min-height: 56px;
}
.whyus-cta .wu-cta-item h3 {
  display: block;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Open Sans';
  text-transform: uppercase;
  border: 0;
  background-color: #645393;
  color: #fff;
  margin-left: -35px;
  margin-right: -35px;
}
.whyus-cta .wu-cta-item h3:hover,
.whyus-cta .wu-cta-item h3:focus {
  background-color: #996ba9;
  text-decoration: none;
  color: #fff;
}
.whyus-cta .wu-cta-item:hover,
.whyus-cta .wu-cta-item:focus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: none;
}
.whyus-cta .wu-cta-item:hover h3,
.whyus-cta .wu-cta-item:focus h3 {
  background-color: #996ba9;
  color: #fff;
  text-decoration: none;
}
.whyus-cta .wu-cta-item:hover p,
.whyus-cta .wu-cta-item:focus p {
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .whyus-cta .wu-cta-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .whyus-cta .wu-cta-item a {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .whyus-cta .wu-cta-item a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .whyus-cta {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .whyus-cta .wu-cta-item {
    margin-bottom: 30px;
  }
}
.home_if {
  background-color: #f9f4f9;
}
.finance-plan {
  padding-bottom: 50px;
}
.finance-plan .row {
  background-color: #f3f3f3;
}
.finance-plan .content {
  padding: 50px 50px 50px 100px;
}
.finance-plan .finance-cal {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 200px;
  height: 200px;
  -webkit-box-shadow: 0 0 10px 5px rgba(216, 216, 216, 0.24);
  -moz-box-shadow: 0 0 10px 5px rgba(216, 216, 216, 0.24);
  box-shadow: 0 0 10px 5px rgba(216, 216, 216, 0.24);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(/images/icon-finance.jpg) no-repeat center center scroll;
  text-transform: uppercase;
  font-family: 'Quicksand';
  font-weight: 600;
  font-size: 17px;
  color: #46474a;
  padding: 20px;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
.finance-plan .finance-cal .ftext2 {
  padding-top: 110px;
  letter-spacing: 1px;
}
.finance-plan .finance-cal::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.finance-plan .finance-cal:hover::before,
.finance-plan .finance-cal:focus::before {
  opacity: .25;
  z-index: 1;
}
.finance-plan.wm::before {
  left: -30%;
  top: 30px;
}
@media only screen and (max-width: 1440px) {
  .finance-plan.wm::before {
    left: -60%;
  }
}
@media only screen and (max-width: 1199px) {
  .finance-plan .content {
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .finance-plan .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 140px !important;
  }
}
.pat-testimonials {
  padding-bottom: 120px;
}
.pat-testimonials .cnt::before,
.pat-testimonials .cnt::after {
  position: absolute;
  left: -39px;
  top: -30px;
  content: '';
  background: transparent url(/images/quote-o-drk.png) no-repeat left top;
  width: 66px;
  height: 47px;
  background-size: cover;
  z-index: 5;
}
.pat-testimonials .cnt::after {
  background-image: url(/images/quote-c-drk.png);
  left: auto;
  top: auto;
  right: -39px;
  bottom: -12px;
}
.pat-testimonials .patient-say {
  background-color: #852686;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(130deg, #645393, #852686);
  background-image: -ms-linear-gradient(130deg, #645393, #852686);
  background-image: -webkit-linear-gradient(130deg, #645393, #852686);
  background-image: -o-linear-gradient(130deg, #645393, #852686);
  background-image: linear-gradient(130deg, #645393, #852686);
  margin-bottom: 18px;
  text-align: center;
  padding: 25px;
}
.pat-testimonials .patient-say .hs3 {
  color: #fff;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 25px;
}
.pat-testimonials .patient-say .btns .btn {
  font-size: 14px;
  font-weight: 700;
  width: 48%;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pat-testimonials .cus-width .col-1 {
  width: 42%;
}
.pat-testimonials .cus-width .col-2,
.pat-testimonials .cus-width .col-3 {
  width: 29%;
}
.pat-testimonials .qout-item {
  min-height: 192px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #f3f3f3;
  padding: 25px 30px 45px 25px;
  text-align: center;
  color: #46474a;
  font-weight: 500;
}
.pat-testimonials .qout-item .qoute-img {
  float: left;
  padding-right: 20px;
}
.pat-testimonials .qout-item .qoute-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.pat-testimonials .qout-item p {
  margin: 10px 0 0 0;
  overflow: hidden;
}
.pat-testimonials .qout-item .zoom-icon {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 28px;
  height: 28px;
  background: transparent url(/images/icon-zoomout.png) no-repeat center center scroll;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pat-testimonials .qout-item .zoom-icon:hover,
.pat-testimonials .qout-item .zoom-icon:focus {
  background-image: url(/images/icon-zoomin.png);
  background-position: center center;
}
@media only screen and (max-width: 1300px) {
  .pat-testimonials .cnt::before {
    left: 0px;
  }
  .pat-testimonials .cnt::after {
    right: 0px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pat-testimonials {
    padding-bottom: 70px;
  }
  .pat-testimonials .patient-say {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pat-testimonials .patient-say .btns .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pat-testimonials .qout-item {
    min-height: 189px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pat-testimonials .qout-item p {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .pat-testimonials .cus-width .col-1 {
    width: 100%;
  }
  .pat-testimonials .cus-width .col-2,
  .pat-testimonials .cus-width .col-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .pat-testimonials .cus-width .col-2,
  .pat-testimonials .cus-width .col-3 {
    width: 100%;
  }
  .pat-testimonials .qout-item {
    min-height: auto;
  }
}
.fix-smile {
  margin-bottom: 30px;
}
.fix-smile .gry-box {
  padding-left: 60px;
}
.fix-smile.wm::before {
  left: -30%;
  top: -95%;
}
@media only screen and (max-width: 1024px) {
  .fix-smile .gry-box {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fix-smile .gry-box {
    padding-left: 0;
  }
  .fix-smile .img img {
    width: 96%;
  }
}
.booking-section {
  position: relative;
}
.booking-section ::placeholder {
  color: #24212c;
  opacity: 1;
  text-transform: uppercase;
}
.booking-section :-ms-input-placeholder {
  color: #24212c;
  text-transform: uppercase;
}
.booking-section ::-ms-input-placeholder {
  color: #24212c;
  text-transform: uppercase;
}
.booking-section .booking-img {
  text-align: right;
  overflow: hidden;
}
.booking-section .booking-img > img {
  float: right;
  width: 100%;
}
.booking-section .cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
}
.booking-section .hero_form {
  padding: 0 !important;
}
.booking-section .hero_form h1 {
  color: #24212c;
  line-height: 1;
  margin-top: 0;
}
.booking-section .hero_form .form-group {
  margin-bottom: 5px;
}
.booking-section .hero_form .form-control {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.07);
}
.booking-section .hero_form textarea {
  height: 100px;
}
.booking-section .hero_form .btn {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.booking-section .hero_form .input-group {
  width: 100%;
}
.booking-section .hero_form .input_icon .form-control {
  background-image: url('/images/icon-calendar.png');
  background-position: 96% center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.booking-section .hero_form .radio_wrap p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.booking-section .hero_form .radio-inline {
  font-size: 15px;
  font-weight: 600;
}
.booking-section .hero_form .privacy {
  font-size: 14px;
  width: 60%;
  line-height: normal;
}
.booking-section .hero_form .privacy a {
  text-decoration: none;
}
.booking-section .quote_box {
  margin-left: 80px;
  margin-bottom: 30px;
  padding: 35px 30px;
  background-color: #f3f3f3;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-align: center;
  min-height: 170px;
  display: none;
}
.booking-section .quote_box::before,
.booking-section .quote_box::after {
  position: absolute;
  content: '';
  background: transparent url('/images/quote-o-drk.png') no-repeat left top scroll;
  width: 66px;
  height: 47px;
}
.booking-section .quote_box::before {
  left: -48px;
  top: -30px;
}
.booking-section .quote_box::after {
  background-image: url(/images/quote-c-drk.png);
  bottom: -30px;
  right: -48px;
}
@media only screen and (max-width: 1440px) {
  .booking-section .cnt {
    top: 17%;
  }
}
@media only screen and (max-width: 1280px) {
  .booking-section .cnt {
    top: 15%;
  }
  .booking-section .quote_box::after {
    right: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .booking-section .hero_form .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .booking-section .cnt {
    top: 8%;
  }
  .booking-section .hero_form .privacy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .booking-section .hero_form {
    margin-bottom: 70px;
  }
  .booking-section .hero_form h1 {
    font-size: 38px;
    text-align: center;
    margin-top: 20px;
  }
  .booking-section .booking-img {
    display: none;
  }
  .booking-section .cnt {
    position: static;
  }
  .booking-section .quote_box {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .booking-section .quote_box::before {
    left: 5px;
    top: -30px;
  }
  .booking-section::before {
    position: absolute;
    left: -180%;
    top: 10%;
    content: ' ';
    background: transparent url(/images/wm-icon.png) no-repeat left top scroll;
    width: 1110px;
    height: 1110px;
    z-index: 0;
    background-size: 100%;
  }
}
.booking {
  position: relative;
  background-image: url("/images/hero-booking.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.booking .hero_form {
  max-width: 770px;
  padding: 40px 0px 50px 100px;
}
.booking .hero_form h1 {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 27px;
}
.booking .hero_form p {
  font-size: 15px;
}
.booking .hero_form .boxes {
  -webkit-align-items: unset;
  align-items: unset;
  -webkit-justify-content: unset;
  justify-content: unset;
  margin: 25px 0 30px;
}
.booking .hero_form .boxes .box {
  -webkit-align-items: unset;
  align-items: unset;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 320px;
  background-color: #f3f3f3;
  padding: 25px 30px;
}
.booking .hero_form .boxes .box p {
  font-size: 13px;
  margin-bottom: 0;
}
.booking .hero_form .boxes .box span {
  color: #852686;
  margin-top: 10px;
  font-size: 11px;
}
.booking .hero_form .boxes .flex:nth-child(2) {
  margin: 0 -8px;
  z-index: 1;
}
.booking .hero_form .boxes .flex:nth-child(2) b {
  font-size: 22px;
  font-weight: 600;
  color: #852686;
}
.booking .hero_form .locate_icons {
  max-width: 560px;
}
.booking .hero_form .locate_icons .box {
  max-width: 115px;
}
.booking .hero_form .locate_icons .icon {
  width: 100%;
  height: 137px;
  background-image: url(/images/locate-icon-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.booking .hero_form .locate_icons .icon span {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 10px;
  color: #645393;
}
.booking .hero_form .locate_icons .icon.black {
  background-image: url(/images/locate-icon-2.png);
}
.booking .hero_form .locate_icons .icon.black span {
  color: #46474a;
}
.booking .hero_form .locate_icons .icon.purple {
  background-image: url(/images/locate-icon-3.png);
}
.booking .hero_form .locate_icons .icon.purple span {
  color: #852686;
}
.booking .hero_form .locate_icons .btns {
  margin-top: 10px;
}
.booking .hero_form .locate_icons .btns .btn {
  width: 100%;
  margin-bottom: 1px;
  font-size: 13px;
  padding: 11px 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .booking .hero_form {
    max-width: 430px;
    padding: 40px 0px 50px 30px;
  }
  .booking .hero_form h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .booking .hero_form h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .booking {
    background: url(/images/hero-booking-mob.jpg) no-repeat;
    background-size: cover;
    background-position: 0px 25px;
  }
  .booking .hero_form {
    max-width: 100%;
    padding: 20px !important;
  }
  .booking .hero_form h1 {
    font-size: 30px;
    text-align: center;
  }
  .booking .hero_form .boxes {
    text-align: center;
  }
  .booking .hero_form .boxes .box {
    max-width: 100%;
    background-color: transparent;
    padding: 5px 30px;
  }
  .booking .hero_form .boxes .txt {
    margin-bottom: -5px;
  }
  .booking .hero_form .boxes .txt b {
    font-size: 16px;
  }
  .booking .hero_form .locate_icons {
    margin: auto;
  }
  .booking .hero_form .locate_icons .box {
    max-width: 92px;
  }
  .booking .hero_form .locate_icons .icon {
    height: 127px;
  }
  .booking .hero_form .locate_icons .icon span {
    margin-top: -30px;
    font-size: 9px;
  }
  .booking .hero_form .locate_icons .btns .btn {
    padding: 11px 15px;
  }
}
.steps {
  padding: 80px 0 0;
  background: url(/images/wm-icon.png) no-repeat;
  background-position: -30% 50px;
}
.steps .cnt {
  max-width: 1270px;
  padding: 0 20px;
}
.steps .flex {
  -webkit-align-items: unset;
  align-items: unset;
}
.steps .row {
  position: relative;
  margin: 0;
}
.steps .row::before {
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  content: ' ';
  width: 100%;
  background-color: #6e6f73;
  height: 2px;
}
.steps .row.step4:before {
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
  height: calc(100% - 20px);
}
.steps [class*="col-"] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: unset;
  align-items: unset;
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 40px 45px;
}
.steps [class*="col-"] h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Montserrat';
}
.steps [class*="col-"] h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 600;
  color: #24212c;
  font-family: 'Quicksand';
  text-transform: inherit;
}
.steps [class*="col-"] p:last-child {
  margin-bottom: 0;
}
.steps [class*="col-"] span {
  font-size: 13px;
}
.steps [class*="col-"].bg-purple {
  background-color: #645393;
}
.steps [class*="col-"].bg-purple h3,
.steps [class*="col-"].bg-purple h4,
.steps [class*="col-"].bg-purple p {
  color: #fff;
}
.steps [class*="col-"].bg-black {
  background-color: #6e6f73;
}
.steps [class*="col-"].bg-black h3,
.steps [class*="col-"].bg-black h4,
.steps [class*="col-"].bg-black p {
  color: #fff;
}
.steps .col-sm-4 {
  width: calc(33% - 10px);
}
.steps .col-sm-8 {
  width: calc(66.66666667% - 8px);
}
.steps .col-sm-12 h4 {
  max-width: 500px;
  margin: auto;
}
.steps .icons_row {
  -webkit-flex-direction: unset;
  flex-direction: unset;
  padding: 60px 45px 50px;
}
.steps .icons_row .col {
  width: 20%;
  text-align: center;
  padding: 0 30px;
}
.steps .icons_row .col h3 {
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
}
.steps .icons_row .col p {
  font-size: 14px;
}
@media only screen and (max-width: 1440px) {
  .steps {
    background-position: -100% 50px;
  }
}
@media only screen and (max-width: 991px) {
  .steps {
    background-position: center 100px;
  }
  .steps [class*="col-"] {
    padding: 20px 25px;
  }
  .steps .icons_row .col {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .steps {
    padding-top: 30px;
  }
  .steps .col-sm-4,
  .steps .col-sm-8 {
    width: 100%;
  }
  .steps .icons_row .col {
    padding: 20px 10px;
    width: 100%;
  }
  .steps .row:before {
    left: calc(50% - 1px);
    top: 0;
    width: 2px;
    height: calc(100% - 20px);
  }
}
.booking-cta {
  margin-top: -120px;
  margin-bottom: 100px;
}
.booking-cta .wrapper {
  -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 50px;
}
.booking-cta .wrapper .hs2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.booking-cta .wrapper .cta-item {
  margin: auto;
  cursor: pointer;
  position: relative;
  color: #24212c;
  display: block;
  width: 265px;
  height: 265px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f3f3f3 url(/images/cta-01.png) center center no-repeat scroll;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  line-height: 1.1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.booking-cta .wrapper .cta-item:hover,
.booking-cta .wrapper .cta-item:focus {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.3);
}
.booking-cta .wrapper .cta-item:hover .txt,
.booking-cta .wrapper .cta-item:focus .txt {
  opacity: 1;
}
.booking-cta .wrapper .cta-item:hover img,
.booking-cta .wrapper .cta-item:focus img {
  opacity: .15;
}
@media only screen and (max-width: 991px) {
  .booking-cta .wrapper .cta-item:hover img,
  .booking-cta .wrapper .cta-item:focus img {
    opacity: 0;
  }
}
.booking-cta .wrapper .cta-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.booking-cta .wrapper .cta-item .txt {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.booking-cta.wm::before {
  left: -30%;
  top: 270px;
}
@media only screen and (max-width: 1440px) {
  .booking-cta {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 1366px) {
  .booking-cta {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .booking-cta {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .booking-cta .wrapper .cta-item {
    width: 235px;
    height: 235px;
  }
}
@media only screen and (max-width: 1024px) {
  .booking-cta .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .booking-cta {
    margin-top: 60px;
  }
  .booking-cta .wrapper .cta-item {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-cta .wrapper {
    text-align: center;
  }
  .booking-cta .wrapper .hs2 {
    margin-bottom: 0;
  }
  .booking-cta .wrapper .cta-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.ba-slider {
  background-image: url(/images/ba-bgimage.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
}
.ba-slider .content p {
  font-weight: 500;
}
.ba-slider .before-img,
.ba-slider .after-img {
  text-align: center;
  margin-bottom: 30px;
}
.ba-slider .before-img img,
.ba-slider .after-img img {
  width: 100%;
}
.ba-slider .before-img .txt,
.ba-slider .after-img .txt {
  font-family: 'Quicksand';
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.ba-slider .slick_slider .slick-dots li {
  margin: 0;
}
.ba-slider .slick_slider .slick-dots li button::before {
  font-family: none;
  width: 12px;
  height: 12px;
  border: 1px solid #f3f3f3;
  background: #46474a;
  opacity: .5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: ' ';
}
.ba-slider .slick_slider .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #852686;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(130deg, #645393, #852686);
  background-image: -ms-linear-gradient(130deg, #645393, #852686);
  background-image: -webkit-linear-gradient(130deg, #645393, #852686);
  background-image: -o-linear-gradient(130deg, #645393, #852686);
  background-image: linear-gradient(130deg, #645393, #852686);
}
@media only screen and (max-width: 1024px) {
  .ba-slider {
    background-size: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .ba-slider {
    background-size: 40%;
  }
  .ba-slider .slick_slider {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ba-slider {
    background-image: none;
  }
}
.invialig-section .cnt {
  padding-bottom: 100px;
}
.invialig-section .cnt img {
  width: 100%;
}
.invialig-section .text-over-img {
  position: absolute;
  right: 65px;
  bottom: 0;
  padding: 35px;
  padding-right: 60px;
  background-color: #f3f3f3;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(130deg, #f3f3f3, #f3f3f3);
  background-image: -ms-linear-gradient(130deg, #f3f3f3, #f3f3f3);
  background-image: -webkit-linear-gradient(130deg, #f3f3f3, #f3f3f3);
  background-image: -o-linear-gradient(130deg, #f3f3f3, #f3f3f3);
  background-image: linear-gradient(130deg, #f3f3f3, #f3f3f3);
  width: 55%;
}
.invialig-section .text-over-img .hs2 {
  margin-top: 0;
  line-height: 1.2;
  color: inherit;
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .invialig-section .text-over-img {
    padding: 15px;
    padding-right: 30px;
  }
  .invialig-section .text-over-img .hs2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .invialig-section .cnt {
    padding-bottom: 50px;
  }
  .invialig-section .text-over-img {
    position: static;
    width: 100%;
  }
}
.book-testi.wm::before {
  left: auto;
  right: -320px;
  top: 40px;
}
@media only screen and (max-width: 1024px) {
  .book-testi.wm {
    padding-bottom: 80px;
  }
}
.hero_rc {
  height: 1000px;
}
.hero_rc .cnt {
  top: 7%;
}
.hero_rc .hero_form h1 {
  font-size: 38px;
  margin-bottom: 10px;
}
.hero_rc .hero_form .sub {
  font-size: 14px;
}
.hero_rc .hero_form .form-control {
  font-size: 14px;
  padding: 10px 15px;
}
.hero_rc .hero_form .radio-inline {
  font-size: 13px;
}
.hero_rc .hero_form .small {
  font-size: 12px;
  margin-bottom: 5px;
}
.hero_rc .quote_box {
  background-color: rgba(243, 243, 243, 0.9);
}
.example_photos p {
  text-align: center;
}
.example_photos .img_box {
  margin-top: 20px;
}
.example_photos .img_box img {
  margin-bottom: 30px;
  width: 100%;
  border-left: 7px solid #773a8c;
}
.next_steps .content {
  padding: 30px 15px 30px 0px;
}
@media only screen and (max-width: 1200px) {
  .hero_rc {
    height: 870px;
  }
  .hero_rc .hero_form h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_rc {
    height: auto;
  }
  .example_photos .img_box img {
    margin-bottom: 5px;
  }
}
.form .upload_files label {
  padding: 0;
  color: #24212c;
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
}
.form .upload_files .f_type {
  font-size: 13px;
  color: #24212c;
  display: inline-block;
  margin-bottom: 10px;
}
.form .upload_files .btn {
  padding: 8px 10px!important;
  width: 150px;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  display: block;
}
.form .upload_files .file_validate {
  opacity: 0;
  visibility: hidden;
  height: 0;
  min-height: 0!important;
  border: 0;
  margin: 0;
  padding: 0!important;
  line-height: 0;
  display: none;
}
.form .upload_files .file_names {
  display: inline;
  font-size: 14px;
  color: #2e3133;
}
.form .upload_files .btn_del {
  display: none;
  cursor: pointer;
  color: #b71d1d;
}
.form .upload_files .btn_del:hover {
  color: #f00;
}
.form .upload_files .loader {
  display: none;
}
.mobile_btn .btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 15px;
  display: none;
}
.mobile_btn.affix .btn {
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding-bottom: 30px;
  }
}
html.main_form .mobile_btn {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  html.main_form .footer {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 991px) {
  .full .footer_bottom {
    margin-bottom: 15px;
  }
}
.blog_new {
  -webkit-flex: none;
  flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_new .align_center {
  -webkit-align-self: center;
  align-self: center;
}
.blog_new .align_bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.blog_new .align_top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.blog_new .post {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.blog_new .post:hover .title {
  color: #645393;
}
.blog_new .date {
  width: 110px;
  height: 117px;
  background-image: url("/images/green-cut.png");
  background-repeat: no-repeat;
  top: 0;
  right: 15px;
  position: absolute;
  color: #ffffff;
  text-align: right;
  font-size: 22px;
  line-height: 22px;
  padding-right: 9px;
  padding-top: 9px;
  background-size: cover;
}
.blog_new .date span {
  display: block;
  font-size: 12px;
}
.blog_new .img {
  margin-bottom: 15px !important;
}
.blog_new .img img {
  width: 100%;
}
.blog_new .title {
  color: #46474a;
  font-size: 22px;
  line-height: 34px;
}
.postWrap.content {
  padding: 0 !important;
}
.postWrap .postContent .featuredImg {
  margin-bottom: 15px!important;
}
.right_menu.recent {
  background-color: #F1F1F3;
  padding: 15px;
  margin: 45px auto;
}
.right_menu.recent .h1 {
  background-color: #645393;
  color: #fff;
  padding: 15px;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.right_menu.recent ul {
  padding: 0 !important;
}
.right_menu.recent ul li {
  margin-bottom: 10px !important;
  line-height: 1.2;
}
.right_menu.recent ul li a {
  font-size: 14px;
  color: #46474a;
  font-weight: 400;
}
.right_menu.recent ul li a:hover {
  color: #645393;
}
.promo_overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0;
  transition: opacity .3s;
  z-index: 1000000;
}
.promo_overlay * {
  transition: all .3s;
}
.promo_overlay .promo {
  width: 320px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 60px;
  right: -400px;
}
.promo_overlay .promo .promo_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  z-index: 10;
  cursor: pointer;
}
.promo_overlay .promo .promo_close:hover {
  background-color: #645393;
  color: #fff;
}
.promo_overlay .promo p {
  font-size: 23px;
  line-height: 30px;
  color: #fff;
}
.promo_overlay .promo .promo_top {
  background: #852686;
  padding: 5px;
  position: relative;
}
.promo_overlay .promo .promo_top .txt {
  padding: 15px 8px 5px;
}
.promo_overlay .promo .promo_top p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
.promo_overlay .promo .promo_top p.small {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.promo_overlay .promo .promo_top img {
  width: 100%;
}
.promo_overlay .promo .promo_top .lrg {
  display: block;
}
.promo_overlay .promo .promo_top:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 0;
  height: 0;
  border: 10px solid #852686;
  border-color: #852686 transparent transparent;
  border-width: 30px 156px 0 156px;
}
.promo_overlay .promo .promo_bot {
  padding: 15px;
  padding-top: 45px;
}
.promo_overlay .promo .promo_bot p {
  color: #2d3142;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.promo_overlay .promo .promo_bot .no_marg {
  margin: 0 !important;
}
.promo_overlay .promo .promo_bot .btn {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  background: #645393;
  border-color: #645393;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-trasnsition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.promo_overlay .promo .promo_bot .btn:hover {
  background-color: #852686;
  border-color: #852686;
}
.promo_overlay.show_promo {
  opacity: 1;
}
.promo_overlay.show_promo .promo {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .promo_overlay .promo {
    width: 260px;
    top: 30px;
  }
  .promo_overlay .promo .promo_top p {
    font-size: 18px;
    line-height: 22px;
  }
  .promo_overlay .promo .promo_top:after {
    border-width: 30px 130px 0 130px;
  }
  .promo_overlay .promo .promo_bot p {
    font-size: 14px;
    line-height: 20px;
  }
}
.alert_custom {
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 24px;
  background-color: #773a8c;
  color: #fff;
  text-align: center;
}
.alert_custom .btn {
  padding: 10px 20px;
  font-size: 12px;
  background-color: #46474a;
  color: #fff;
}
.alert_custom .btn:hover {
  background-color: #fff;
  color: #773a8c;
}
.alert_custom .close {
  position: absolute;
  top: 3px;
  right: 6px;
  font-size: 30px;
  color: #fff;
  opacity: 1;
  font-weight: normal;
}
#doc_files .btn {
  background-color: #852686;
  color: #fff;
  padding: 8px 15px;
  text-transform: none;
}
#doc_files .btn:hover {
  background-color: #645393;
}
#doc_files .btn_del {
  display: none;
  cursor: pointer;
  color: #b71d1d;
}
.progress {
  margin: 15px 0;
  display: none;
  height: 10px;
  background-color: #645393;
  width: 100%;
  overflow: hidden;
}
.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: #baa4f7;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}
@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
/*# sourceMappingURL=atf.css.map */