@charset "UTF-8";
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: 0 0;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none!important;
    color: #000!important;
    background: transparent!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
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;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 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: 400;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.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) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.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) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.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) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 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: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=date] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  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,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.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: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.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-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.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-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.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-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.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-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  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,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  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: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@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: #fff;
  }
}
.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-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.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: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .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: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.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;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.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-bottom-right-radius: 6px;
  border-top-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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  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;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}
.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: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  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,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.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: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
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-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 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: 700;
  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: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  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;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none!important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'betonbold';
  src: url('../fonts/beton-bol-webfont.eot');
  src: url('../fonts/beton-bol-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/beton-bol-webfont.woff') format('woff'), url('../fonts/beton-bol-webfont.ttf') format('truetype'), url('../fonts/beton-bol-webfont.svg#betonbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Variables */
body {
  margin: 0 ;
  padding: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 15px;
  color: #333333;
  background-color: #fff;
  font-weight: normal;
  font-weight: 500;
}
a {
  color: #7e69af;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #48154a;
  text-decoration: underline;
  outline: none !important;
}
a:active,
a:hover {
  outline: none !important;
}
.fleft,
.left {
  float: left !important;
}
.fright,
.right {
  float: right !important;
}
.clear {
  clear: both;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 5;
  border: 1px solid #EBEBEB;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
  padding: 5;
  border: 1px solid #EBEBEB;
}
.imgboder {
  border: 1px solid #C8DBE8;
  padding: 2px;
  background: url(../img/loader.gif) 50% 50% no-repeat;
}
.imgloader {
  background: url(../img/loader.gif) 50% 50% no-repeat;
}
hr {
  border-bottom: 1px solid #CCC;
}
::-moz-selection {
  background: #fdc30e;
  text-shadow: none;
}
::selection {
  background: #fdc30e;
  text-shadow: none;
}
p {
  margin: 0px 0px 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.noeffect {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/* Mixins */
/** Operation **/
/* Parametric Mixins */
/** Guarded Mixins **/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  text-rendering: optimizeLegibility;
  margin: 0px auto;
}
.cont-img {
  margin-right: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  line-height: 100%;
  color: #333333;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.clearb {
  clear: both;
}
#topcontrol {
  width: 52px;
  height: 51px;
  background: url('../images/top-arrow-go.png') no-repeat 0 0;
  z-index: 999;
  right: 5px !important;
}
.page-title {
  font-size: 55px;
  margin: 50px 0px 40px;
}
.page-title.mb0 {
  margin-bottom: 0px;
}
.subtitle {
  font-size: 30px;
  margin: 40px 0px 30px;
}
.title-with-line {
  border-bottom: 1px solid #000;
}
.title-with-line span {
  display: block;
  border-bottom: 3px solid #000;
  margin-bottom: 1px;
  padding-bottom: 10px;
}
.page-content-main {
  margin-bottom: 30px;
}
.page-content-main h2 {
  font-size: 30px;
}
ol {
  margin-left: -18px;
  margin-bottom: 1em;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 5px;
}
/*__mainTop*/
#__mainTop {
  position: relative;
  z-index: 801 !important;
  background: #000000;
}
#__mainTop .container {
  position: relative;
  background: #000000;
  line-height: 30px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li {
  float: left;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li#international {
  border-right: 1px solid #fff;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li a.top-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  letter-spacing: 0.1em;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li a.top-link.active {
  background: #C4C4C7;
  color: #333;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  background: #C4C4C7;
  padding: 30px 35px 40px;
  width: 720px;
  /*nav-login-tab*/
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab {
  margin: 0px;
  padding: 0px 0px 40px;
  list-style: none;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li {
  width: 20%;
  margin-left: -1px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li a {
  background: #fff;
  border: 1px solid #696C74;
  height: 95px;
  display: block;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #696C74;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li a small {
  display: block;
  font-size: 11px;
  color: #8E9095;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li a.login-tab-links {
  padding: 10px 5px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li a.login-tab-links2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li a.login-kkr-p {
  padding-top: 38px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li a:hover {
  text-decoration: none;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li.active a {
  background: #696C74;
  color: #FFFFFF;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .nav-login-tab li.active a small {
  color: #FFFFFF;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .col-login-input {
  width: 60%;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .col-login-btn {
  width: 40%;
  padding: 0;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .form-login {
  width: 100%;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .form-login.form-login-user {
  margin-bottom: 7px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .form-login label {
  float: left;
  width: 80px;
  text-transform: uppercase;
  margin: 0px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.1em;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .form-login input {
  background: none;
  border-width: 0px 0px 1px !important;
  border-bottom: 3px solid #000000;
  width: 280px;
  line-height: 100%;
  margin: 0px;
  float: left;
  font-size: 14px;
  height: 21px;
  box-shadow: none;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .form-login input:focus {
  background: none !important;
  outline: none !important;
  border-color: #FDC30E;
  box-shadow: none;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li .loginContent-Block .btn-lg {
  height: 60px;
  color: #333 !important;
}
#__overlaybg {
  background: #000;
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: 100vh!important;
  height: 100%;
  left: 0px;
  top: 30px !important;
  z-index: 800 !important;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  display: none;
}
/* __homeBg */
.__homeBg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 713px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
/*Header*/
.front #__mainHeader {
  margin: 50px auto 30px;
}
.front #__mainHeader #__logo {
  margin-left: 30px;
}
.not-front #__mainHeader {
  background: #48154a;
}
.not-front #__mainHeader .__mainHeader {
  height: 80px;
}
.not-front #__mainHeader #__logo {
  margin-left: 0px;
}
#__mainHeader {
  position: relative;
  z-index: 99;
}
#__mainHeader .__mainHeader {
  background: #48154a;
}
#__mainHeader .__mainHeader .tooltip {
  white-space: nowrap;
  z-index: 9998 !important;
}
#__logo {
  width: 110px;
  height: 26px;
  float: left;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  background: transparent url(../images/logo.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/logo.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/logo.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
#__logo:hover {
  text-decoration: none;
}
.__m-menu {
  display: none;
  float: right;
  color: #FFFFFF;
  background-color: transparent !important;
  border: 0px !important;
  position: absolute;
  right: 65px;
  top: 30px;
}
.__m-menu .icon-bar {
  width: 30px;
  height: 5px;
  background: #FFFFFF;
  display: block;
}
.__m-menu .icon-bar.w2 {
  width: 25px;
  margin: 5px 0px;
}
.__m-menu .pull-left {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-top: 2px;
}
.__m-menu .pull-right {
  padding-left: 10px;
}
.__m-menu:focus {
  outline: none;
}
.front .__mainNavbar {
  margin-bottom: 0;
}
.front .__mainNavbar ul {
  float: right;
  margin: 0px 20px 0px 0px;
  list-style: none;
  padding: 15px 0 0;
}
.front .__mainNavbar ul li {
  text-transform: uppercase;
  margin-left: 20px;
}
.front .__mainNavbar ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-left: 0;
  padding-bottom: 20px;
}
.front .__mainNavbar ul li a:hover {
  text-decoration: none;
  color: #fdc30e;
}
.front .__mainNavbar ul li ul.dropdown {
  background: #B5B5B9;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #B5B5B9;
  padding: 10px 0;
  /*&:after { left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(181,181,185, 0);border-bottom-color: #B5B5B9;border-width:15px;margin-left:-15px; top:-30px; }*/
}
.front .__mainNavbar ul li ul.dropdown li {
  margin-left: 0px !important;
}
.front .__mainNavbar ul li ul.dropdown li a {
  padding: 5px 20px;
  color: #000;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.front .__mainNavbar ul li ul.dropdown li a:hover {
  color: #fdc30e;
}
.front .__mainNavbar ul .open > a:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(181, 181, 185, 0);
  border-bottom-color: #B5B5B9;
  border-width: 15px;
  margin-left: -22px;
  top: 21px;
}
.__subMenu .__mainNavMenu .__main .dropdown li > a.selected {
  font-weight: 700;
}
.__subMenu {
  /*background:#B4B4B4; height:50px;*/
  width: 100%;
  position: absolute;
  z-index: 100;
  /*Media Page Menu Start*/
  /*Media Page Menu End */
}
.__subMenu .__mainNavMenu {
  position: relative;
  top: -34px;
}
.__subMenu .__mainNavMenu .__main {
  margin: 0px 0px 0px 70px;
  list-style: none;
}
.__subMenu .__mainNavMenu .__main > li {
  float: left;
  text-transform: uppercase;
  margin-left: 20px;
}
.__subMenu .__mainNavMenu .__main > li > a {
  line-height: 100%;
  padding: 0px 0px 20px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.__subMenu .__mainNavMenu .__main > li > a:hover {
  background: transparent;
}
.__subMenu .__mainNavMenu .__main > li > a:focus {
  background: transparent !important;
}
.__subMenu .__mainNavMenu .__main > li.active > a {
  color: #fdc30e;
  /*&:after {left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(181,181,185, 0);border-bottom-color: #B5B5B9;border-width:15px;margin-left:-15px; bottom:0px;}*/
}
.__subMenu .__mainNavMenu .__main > li.active .__subs {
  /*display:block !important;*/
}
.__subMenu .__mainNavMenu .__main > li.active .__subs > a.selected {
  font-weight: 700;
}
.__subMenu .__mainNavMenu .__main .open > a:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(181, 181, 185, 0);
  border-bottom-color: #B5B5B9;
  border-width: 15px;
  margin-left: -15px;
  top: 4px;
}
.__subMenu .__mainNavMenu .__main .__subs {
  position: absolute;
  left: 0;
  padding: 13px 0 0;
  margin: 0px;
  list-style: none;
  display: none;
  background: #B5B5B9;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  /*&:after { left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(181,181,185, 0);border-bottom-color: #B5B5B9;border-width:15px;margin-left:-15px; top:-30px; }*/
}
.__subMenu .__mainNavMenu .__main .__subs li {
  text-transform: none;
  margin-bottom: 13px;
  color: #000000;
}
.__subMenu .__mainNavMenu .__main .__subs li a {
  color: #000000;
  font-size: 15px !important;
}
.__subMenu .__mainNavMenu .__main .__subs li a:hover {
  background: transparent;
  color: #fdc30e;
}
.__subMenu .__mainNavMenu .__main .__subs li > a.selected {
  font-weight: 700;
}
.__subMenu #mLogin-trigger {
  display: none;
}
.__subMenu.no_subMenu {
  background: #000;
  height: 0px;
  position: absolute;
  width: 100%;
}
.__subMenu.no_subMenu .container {
  top: -35px;
  position: relative;
}
.__subMenu.no_subMenu .__mainNavMenu {
  top: 0px;
}
.__subMenu.no_subMenu .__mainNavMenu .__main > li > a {
  padding: 0px 0px 21px;
}
.__subMenu.no_subMenu .__mainNavMenu .__main > li.active > a:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
}
.__subMenu.no_subMenu .__mainNavMenu .__main > li.active .__subs {
  display: none !important;
}
.__subMenu.no_subMenu .__mainNavMenu .__main .__subs {
  display: none !important;
}
.__mobile .__subMenu {
  width: 0px;
  background: #696C74;
  height: 100%;
  position: absolute;
  right: -300px;
  overflow: hidden;
  z-index: 95;
  /*-webkit-box-shadow: -5px 0 30px 0 rgba(0,0,0,0.30);-moz-box-shadow:-5px 0 30px 0 rgba(0,0,0,0.30);box-shadow:-5px 0 30px 0 rgba(0,0,0,0.30);*/
  /*&.mshow { width:280px; overflow:auto}*/
}
.__mobile .__subMenu .container {
  padding: 0px;
  width: 280px;
  background: #696C74;
  height: 100%;
  top: 0px !important;
}
.__mobile .__subMenu .__mainNavMenu {
  margin-top: 0px;
  top: 0px;
}
.__mobile .__subMenu .__mainNavMenu .__main {
  margin: 0px !important;
  padding: 0px;
  width: 100%;
}
.__mobile .__subMenu .__mainNavMenu .__main > li {
  float: none;
  text-transform: uppercase;
  margin-left: 0px;
  border-bottom: 1px solid #EFEFEF;
  width: 100%;
}
.__mobile .__subMenu .__mainNavMenu .__main > li > a {
  line-height: 100%;
  padding: 20px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.__mobile .__subMenu .__mainNavMenu .__main > li > a:hover {
  text-decoration: underline;
}
.__mobile .__subMenu .__mainNavMenu .__main > li.active > a {
  color: #fdc30e !important;
}
.__mobile .__subMenu .__mainNavMenu .__main > li.active > a:after {
  display: none !important;
}
.__mobile .__subMenu .__mainNavMenu .__main > li.active .__subs {
  display: block !important;
  float: none;
  left: 0;
  top: 0;
  margin: 0 0 20px;
  padding-top: 0px;
  background: transparent;
  padding-left: 10px;
}
.__mobile .__subMenu .__mainNavMenu .__main > li.active .__subs:after {
  display: none;
}
.__mobile .__subMenu .__mainNavMenu .__main .__subs {
  position: inherit;
  margin: 0px 0px 20px 30px;
  display: none;
}
.__mobile .__subMenu .__mainNavMenu .__main .__subs li {
  float: none;
  text-transform: none;
  margin: 0px 0px 10px;
  color: #D1D1D1;
}
.__mobile .__subMenu .__mainNavMenu .__main .__subs li a {
  color: #fff;
  font-size: 13px;
}
.__mobile .__subMenu .__mainNavMenu .__main .__subs li a:hover {
  text-decoration: underline;
}
.__mobile .__subMenu .__mainNavMenu .__main .__subs li > a.selected {
  font-weight: 700;
}
.__mobile .__subMenu .__mainNavMenu .__main .__subs li.line {
  display: none !important;
}
.__mobile #__moverlaybg {
  background: #000;
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: 100vh!important;
  height: 100%;
  left: 0px;
  top: 0px !important;
  z-index: 80 !important;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  display: none;
}
.__mobile #mLogin-trigger {
  line-height: 100%;
  padding: 15px 0px 15px 15px;
  width: 280px;
  display: block;
  width: 100%;
  position: fixed !important;
  position: absolute;
  bottom: 0px  !important;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: #000000;
}
/*Search Form*/
#__search-block {
  float: right;
  height: 70px;
  position: relative;
  width: 100%;
  /* Open state */
}
#__search-block a {
  text-decoration: none;
}
#__search-block a:hover {
  text-decoration: none;
}
#__search-block .sb-icon-search {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
#__search-block .sb-icon-search {
  color: #fff;
  background: none;
  z-index: 11;
  font-size: 32px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__search-block .sb-icon-search:hover {
  color: #fdc30e;
}
#__search-block .sb-search.sb-search-open,
#__search-block .no-js .sb-search {
  width: 400px;
}
#__search-block .sb-search.sb-search-open .sb-icon-search,
#__search-block .no-js .sb-search .sb-icon-search {
  background: #fdc30e;
  color: #fff;
  z-index: 11;
}
#__search-block .sb-search.sb-search-open .sb-search-submit,
#__search-block .no-js .sb-search .sb-search-submit {
  z-index: 102;
}
.front .sb-icon-search {
  right: 10px !important;
}
#__mSearch {
  background: #696C74;
  padding: 20px;
  position: relative;
  z-index: 96;
}
#__mSearch form {
  position: relative;
}
#__mSearch .m-search-input {
  background: #FFFFFF;
  height: 40px;
  line-height: 22px;
  padding: 0px 10px;
  width: 100%;
  border: 0px;
  border-radius: 0px!important ;
}
#__mSearch .m-search-submit {
  background-color: #48154a;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  color: #FFFFFF;
}
#__mSearch .m-search-submit .glyphicon-search {
  overflow: hidden;
}
#__mSearch .m-search-submit:hover {
  background-color: #fdc30e;
}
.touch .m-search-submit .glyphicon-search {
  left: -7px;
  top: 3px !important;
}
#__mSearchLink .sb-icon-search:hover {
  color: #fff;
}
#__mSearchLink span {
  margin-top: 10px !important;
}
#__home-banner {
  width: 60%;
  padding-top: 30px;
}
#__home-banner .banner-title {
  font-size: 60px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
#__home-banner .banner-btn {
  padding: 0px 0px 30px;
}
#__home-banner .banner-txt {
  font-size: 17px;
  font-weight: 600;
}
#__home-banner a:hover {
  text-decoration: none;
  /* text-shadow:4px 3px 4px #000;*/
}
#__homeRightTopBlock article {
  position: relative;
  display: block;
  margin-bottom: 30px;
  /*&:hover {
				img {.transform(scale(1.1));}
			}*/
}
#__homeRightTopBlock article h5 {
  position: absolute;
  top: 0px;
  z-index: 1;
}
#__homeRightTopBlock article .caption-img {
  /*height:250px; */
  overflow: hidden;
}
#__homeRightTopBlock article .caption-img img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#__homeRightTopBlock article .caption {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 15px;
  right: 15px;
  padding: 18px 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 22px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  line-height: 100%;
}
#__homeRightTopBlock article .caption a {
  color: #FFFFFF;
  font-size: 22px;
}
#__homeRightTopBlock article .caption a:hover {
  text-decoration: underline;
}
/* Inner page bottom margin 100px */
.__containerPages {
  padding-bottom: 70px;
}
/*TIMELINE*/
.__pageheader {
  width: 100%;
  background-color: #CBCBCB;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.__pageheader .container {
  position: relative;
  height: 350px;
}
.__pageheader .container .__pagetitle {
  display: inline-block;
  position: absolute;
  bottom: -11px;
  background: #FFFFFF;
  font-weight: normal;
  font-weight: 500;
  font-size: 55px;
  line-height: 100%;
  margin: 0px;
  padding: 23px 30px 0px 27px;
  max-width: 70%;
  left: 0;
}
.m__pagetitle {
  font-weight: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  margin: 0px;
  padding: 26px 0px 14px;
}
/* 11 Dec 2015 */
.rel-cont .full-link {
  height: 130px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.full-link:hover .label-title span {
  padding-left: 5px;
  padding-right: 5px;
}
.label-title {
  position: relative;
  background: #fdc30e;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0px;
  padding: 0px 10px 0px 8px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.label-title:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fdc30e;
  border-width: 16px 10px;
  margin-top: -16px;
}
.label-title:hover a {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.label-title a {
  color: #333333;
  text-decoration: none;
}
.label-title span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
.label-title.purple {
  background: #48154a;
  color: #FFFFFF;
}
.label-title.purple:after {
  border-left-color: #48154a;
  color: #FFFFFF;
}
.label-title.purple a {
  color: #FFFFFF;
}
.label-title.green {
  background: #49C200;
  color: #FFFFFF;
}
.label-title.green:after {
  border-left-color: #49C200;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.label-title.green a {
  color: #FFFFFF;
}
.label-title.green:hover {
  background: #fdc30e;
}
.label-title.green:hover:after {
  border-left-color: #fdc30e;
}
.label-title.pink {
  background: #eb0d8b;
  color: #FFFFFF;
}
.label-title.pink:after {
  border-left-color: #eb0d8b;
  color: #FFFFFF;
}
.label-title.pink a {
  color: #FFFFFF;
}
.img-with-title {
  position: relative;
}
.img-with-title .label-title {
  position: absolute;
  top: 0;
  z-index: 1;
}
.__homePost_list {
  padding-bottom: 15px;
  margin-top: -135px;
}
.__homePost_list .img-with-title {
  margin-bottom: 20px;
}
.__homePost_list time {
  display: block;
  margin-bottom: 10px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #696c74;
  text-transform: uppercase;
}
.__homePost_list h2 {
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
}
.__homePost_list h2 a {
  color: #333333;
}
#__mainContainer .mainContainer .container__pages {
  padding: 60px 30px;
}
.__twitter-block-home {
  /*h3 {background:@purple; height:32px; line-height:32px; font-family:@font-aaux; color:#FFFFFF; font-size:12px; font-weight:normal; font-weight:500; text-transform:uppercase; letter-spacing:2px;}	*/
}
.__twitter-block-home .time {
  color: #b4b4b4;
}
.__twitter-block-home a {
  color: #fff;
}
.__twitter-block-home a:hover {
  color: #fff;
  text-decoration: none;
}
.__twitter-block-home span.fa {
  margin: 3px 10px 0px;
  font-size: 26px;
  line-height: 100%;
  float: left;
}
.__twitter-block-home ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.__twitter-block-home ul li {
  border-bottom: 2px solid #b5b5b9;
  padding-bottom: 15px;
  margin-bottom: 13px;
}
.__twitter-block-home ul li time {
  display: block;
  margin-bottom: 3px;
  font-family: "aaux-next", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #696c74;
  text-transform: uppercase;
}
.__twitter-block-home ul li a {
  color: #48154a;
  font-size: 16px;
  font-weight: 500;
}
.__twitter-block-home ul li a:hover {
  color: #fdc30e;
}
.__twitter-block-home .pull-right {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: block;
}
.__twitter-block-home .pull-right:hover {
  color: #fdc30e;
}
.__homeFooterBlock {
  background: #b5b5b9;
  padding: 30px 0px;
}
.__homeFooterBlock .home-botton-list .block-img {
  margin-bottom: 10px;
}
.__homeFooterBlock .home-botton-list small {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
}
.__homeFooterBlock .home-botton-list h4 {
  font-family: "betonbold", sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  font-weight: 500;
}
.__homeFooterBlock a:hover {
  text-decoration: none;
}
.__homeFooterBlock a:hover h4 {
  text-decoration: underline;
}
/* page __page_soical_links */
.__page_soical_links {
  margin: -7px 0px 0px;
  padding: 0px;
  list-style: none;
  position: relative;
  z-index: 1;
}
.__page_soical_links li {
  margin: 10px 10px 10px 0px;
  min-width: 115px;
}
.__page_soical_links li.link-em .tooltip {
  white-space: nowrap;
}
.__page_soical_links li.link-em .tooltip .tooltip-inner {
  color: #fff;
  background-color: #000000 !important;
}
.__page_soical_links li.link-em .tooltip.right .tooltip-arrow {
  border-right-color: #000000 !important;
}
.__page_soical_links li.link-em .tooltip.left .tooltip-arrow {
  border-left-color: #000000 !important;
}
.__page_soical_links li.link-em .tooltip.top .tooltip-arrow {
  border-top-color: #000000 !important;
}
.__page_soical_links li.link-ln .tooltip {
  white-space: nowrap;
}
.__page_soical_links li.link-ln .tooltip .tooltip-inner {
  color: #fff;
  background-color: #106BA6 !important;
}
.__page_soical_links li.link-ln .tooltip.right .tooltip-arrow {
  border-right-color: #106BA6 !important;
}
.__page_soical_links li.link-ln .tooltip.left .tooltip-arrow {
  border-left-color: #106BA6 !important;
}
.__page_soical_links li.link-ln .tooltip.top .tooltip-arrow {
  border-top-color: #106BA6 !important;
}
.__page_soical_links li.link-tw .tooltip {
  white-space: nowrap;
}
.__page_soical_links li.link-tw .tooltip .tooltip-inner {
  color: #fff;
  background-color: #4BBEF7 !important;
}
.__page_soical_links li.link-tw .tooltip.right .tooltip-arrow {
  border-right-color: #4BBEF7 !important;
}
.__page_soical_links li.link-tw .tooltip.left .tooltip-arrow {
  border-left-color: #4BBEF7 !important;
}
.__page_soical_links li.link-tw .tooltip.top .tooltip-arrow {
  border-top-color: #4BBEF7 !important;
}
.__page_soical_links li.link-fb .tooltip {
  white-space: nowrap;
}
.__page_soical_links li.link-fb .tooltip .tooltip-inner {
  color: #fff;
  background-color: #426DE4 !important;
}
.__page_soical_links li.link-fb .tooltip.right .tooltip-arrow {
  border-right-color: #426DE4 !important;
}
.__page_soical_links li.link-fb .tooltip.left .tooltip-arrow {
  border-left-color: #426DE4 !important;
}
.__page_soical_links li.link-fb .tooltip.top .tooltip-arrow {
  border-top-color: #426DE4 !important;
}
.__page_soical_links li.link-em a:hover {
  color: #000000;
}
.__page_soical_links li.link-ln a:hover {
  color: #106BA6;
}
.__page_soical_links li.link-tw a:hover {
  color: #4BBEF7;
}
.__page_soical_links li.link-fb a:hover {
  color: #426DE4;
}
.__page_soical_links i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  background: #696C74;
  font-size: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.__page_soical_links a {
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  color: #696c74;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
.__page_soical_links a:hover {
  text-decoration: none;
}
.__page_soical_links a:hover i.fa-envelope-o {
  background: #000000;
}
.__page_soical_links a:hover i.fa-linkedin {
  background: #106BA6;
}
.__page_soical_links a:hover i.fa-twitter {
  background: #4BBEF7;
}
.__page_soical_links a:hover i.fa-facebook {
  background: #426DE4;
}
.__page_soical_links.__page_soical_links_inline li {
  float: left;
  margin-left: 0px !important;
  min-width: 0px !important;
}
.page-soical-m {
  padding-bottom: 40px;
}
.page-content-m {
  max-width: 700px;
  min-height: 90px;
  position: relative;
}
.page-content-m p {
  /*bottom: -15px;
    	position: absolute;*/
}
.page-content-m.full {
  max-width: 100% !important;
}
.page-content-m .__full-img {
  width: 945px;
  margin-bottom: 20px;
}
.page-content-m ul {
  margin: 0px 0px 20px 19px;
  padding: 0px;
}
.page-content-m hr {
  background: url(../images/dot_horz_repeat.gif) top left repeat-x;
  padding-top: 2px;
  border: 0px !important;
  height: auto !important;
}
.video-content-block {
  margin-bottom: 30px;
}
.video-content-block.video-big {
  width: 540px;
  position: relative;
  z-index: 10;
}
.video-content-block.pull-right {
  margin-left: 30px;
}
.video-content-block.pull-left {
  margin-right: 30px;
}
.video-content-block .video-content-block-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-content-block .video-content-block-img img {
  max-width: 100%;
}
.video-content-block .video-content-block-img .btn-play {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  background: #49C200;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  z-index: 1;
}
.video-content-block .video-content-block-img .btn-play:hover {
  text-decoration: none;
  background: #fdc30e;
  width: 200px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.video-content-block .video-content-block-txt {
  padding: 20px 0px 15px;
  /*border-bottom:2px dotted #000000;*/
  font-size: 14px;
  display: block;
  background: transparent url(../images/dot_horz_repeat.gif) bottom left repeat-x;
}
.video-content-block .video-content-block-txt a:hover {
  text-decoration: none;
}
.video-content-block .video-content-block-txt h2 {
  font-size: 30px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
}
.video-content-block .video-content-block-txt p {
  font-size: 14px;
}
.__blockquote-main {
  float: right;
}
.__blockquote-main .__blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 21px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  border-left: 10px solid #696C74;
}
.__blockquote-main .__blockquote.block-blockquote {
  width: 450px;
  margin: 0px -220px 20px 30px;
}
.__blockquote-main .__blockquote.block-blockquote.block-blockquote-fullleft {
  width: 100% !important;
  margin: 0 0px 20px 0px !important;
}
.__blockquote-main .__blockquote p {
  margin: 20px 0px;
}
.__blockquote-main .__blockquote .qoute {
  margin: 0px;
  background: url(../images/qoute.png) 0px 0px no-repeat;
  height: 10px;
  display: block;
}
.__blockquote-with-content {
  float: right;
}
.__blockquote-with-content .__blockquote-content {
  width: 450px;
  margin: 0 -310px 0px 50px;
  padding: 30px 40px 15px 0px;
  background-color: #fff;
}
.__blockquote-with-content .__blockquote-content h2,
.__blockquote-with-content .__blockquote-content .h2 {
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  line-height: 100%;
  color: #333333;
  font-size: 30px;
}
.__blockquote-with-content .__blockquote-content h2 p,
.__blockquote-with-content .__blockquote-content .h2 p {
  margin: 20px 0px;
  font-size: 30px;
  color: #000;
}
.__blockquote-with-content blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 21px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  border-left: 10px solid #696C74;
}
.__blockquote-with-content p {
  margin: 20px 0px;
  font-size: 13px;
  color: #696C74;
}
.__blockquote-with-content .qoute {
  margin: 0px;
  background: url(../images/qoute.png) 0px 0px no-repeat;
  height: 10px;
  display: block;
}
.__blockquote-right {
  float: right;
}
.__blockquote-right .__blockquote {
  padding: 0px 20px;
  margin: 0 0 20px;
  font-size: 21px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  border-left: 0px;
}
.__blockquote-right .__blockquote.block-blockquote {
  width: 450px;
  margin: 0px -265px 20px 0px;
}
.__blockquote-right .__blockquote .blockquote-post {
  background: #dadadc;
  overflow: hidden;
  position: relative;
}
.__blockquote-right .__blockquote .blockquote-post .img-blockquote-post {
  float: left;
  margin-right: 15px;
}
.__blockquote-right .__blockquote .blockquote-post span {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  color: #333;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  display: block;
  margin: 15px 0px 10px;
}
.__blockquote-right .__blockquote .blockquote-post h4 {
  font-family: "betonbold", sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  font-weight: 500;
}
.__blockquote-right .__blockquote .blockquote-post .btn {
  bottom: 0px;
  right: 0px;
  position: absolute;
  font-size: 12px;
}
.korealang .__todayisotope figure.item h4 span {
  font-size: 45px;
}
.__todayisotope {
  padding: 0px;
  margin: 0px -10px 8px;
}
.__todayisotope figure {
  float: left;
  width: auto;
  height: 159px;
  margin: 0 10px 20px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  -webkit-animation: anima 2s;
  -moz-animation: anima 2s;
  -o-animation: anima 2s;
  -ms-animation: anima 2s;
  animation: anima 2s;
  /*-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-o-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;*/
}
.__todayisotope figure.item {
  margin-bottom: 20px;
}
.__todayisotope figure.item a {
  display: block;
}
.__todayisotope figure.item h4 {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  line-height: 100%;
  padding: 10px 15px;
  background: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
}
.__todayisotope figure.item h4 sup {
  font-size: 30px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.__todayisotope figure.item h4 small {
  font-family: "aaux-next", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.__todayisotope figure.item img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.__todayisotope figure.item aside {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  left: 0;
  padding: 10px 0px 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  /*.opacity(0.98);*/
}
.__todayisotope figure.item aside a {
  color: #000;
}
.__todayisotope figure.item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.__todayisotope .item-h2 {
  height: 322px;
}
.__todayisotope .item-w2 {
  width: 40%;
}
.__todayisotope .item-h3 {
  height: 485px;
}
.__todayisotope .item-h4 {
  height: 644px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* TIMELINE */
.__timeline-menu {
  padding: 30px 60px 30px;
}
.__timeline-menu .__timeline-carousel {
  height: 80px;
  line-height: 60px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.__timeline-menu .__timeline-carousel a {
  text-align: center;
  line-height: 60px;
  background: #DADADC;
  color: #333;
  font-size: 24px;
  font-family: "aaux-next", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  height: 60px;
  position: relative;
  margin: 0px 5px 20px;
}
.__timeline-menu .__timeline-carousel a:hover {
  text-decoration: none;
  background: #ccc;
}
.__timeline-menu .__timeline-carousel a.selected {
  background: #48154a;
  color: #FFFFFF;
}
.__timeline-menu .__timeline-carousel a.selected:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(181, 181, 185, 0);
  border-top-color: #48154a;
  border-width: 15px;
  margin-left: -15px;
  bottom: -30px;
}
.__timeline-menu .owl-nav div {
  color: #fff;
  display: inline-block;
  margin: 5px 0px 0px !important;
  padding: 0px !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
}
.__timeline-menu .owl-nav div.owl-prev {
  left: 15px;
  background: #fff url(../images/timeline-arrow-left.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/timeline-arrow-left.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/timeline-arrow-left.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/timeline-arrow-left.svg);
}
.__timeline-menu .owl-nav div.owl-prev:hover {
  background: #fff url(../images/timeline-arrow-left-h.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/timeline-arrow-left-h.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/timeline-arrow-left-h.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/timeline-arrow-left-h.svg);
}
.__timeline-menu .owl-nav div.owl-next {
  right: 15px;
  background: #fff url(../images/timeline-arrow-right.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/timeline-arrow-right.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/timeline-arrow-right.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/timeline-arrow-right.svg);
}
.__timeline-menu .owl-nav div.owl-next:hover {
  background: #fff url(../images/timeline-arrow-right-h.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/timeline-arrow-right-h.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/timeline-arrow-right-h.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/timeline-arrow-right-h.svg);
}
.__timeline-menu .owl-nav div:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.__timeline-menu .owl-nav div.disabled {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
}
.m__timeline-menu {
  margin: 0px 0px 20px;
  padding: 10px;
  position: relative;
  background: #DADADC;
}
.m__timeline-menu .__m-timeline-menu {
  display: block !important;
  float: right;
  color: #FFFFFF;
  background-color: transparent !important;
  border: 0px !important;
}
.m__timeline-menu .__m-timeline-menu .icon-bar {
  width: 20px;
  height: 3px;
  background: #676767;
  display: block;
}
.m__timeline-menu .__m-timeline-menu .icon-bar.w2 {
  width: 16px;
  margin: 5px 0px;
}
.m__timeline-menu .__m-timeline-menu .pull-left {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #676767;
  letter-spacing: 0.1em;
  padding-top: 2px;
}
.m__timeline-menu .__m-timeline-menu .pull-right {
  padding-left: 10px;
}
.m__timeline-menu .__m-timeline-menu:focus {
  outline: none;
}
.m__timeline-menu strong {
  font-size: 20px;
  line-height: 100%;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #333;
  text-overflow: ellipsis;
}
.m__timeline-menu .__m__timeline-menu {
  margin: 0px;
  padding: 10px 0px 0px;
}
.m__timeline-menu .__m__timeline-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.m__timeline-menu .__m__timeline-menu ul li {
  float: left;
  width: 50%;
}
.m__timeline-menu .__m__timeline-menu ul li a {
  padding: 20px 0px;
  margin: 0px 1px 2px;
  text-align: center;
  background: #E9E9E9;
  color: #333;
  font-size: 24px;
  font-family: "aaux-next", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
}
.m__timeline-menu .__m__timeline-menu ul li a:hover {
  text-decoration: none;
  background: #ccc;
}
.m__timeline-menu .__m__timeline-menu ul li a.selected {
  background: #48154a;
  color: #FFFFFF;
}
.__timeline-block {
  margin-bottom: 30px;
}
.__timeline-block .title-year {
  margin: -5px 0px 15px -5px;
  font-size: 48px;
  font-weight: normal;
  font-weight: 500;
  font-family: "aaux-next", sans-serif;
}
.__timeline-block strong {
  font-size: 17px;
  font-weight: 700;
}
.__timeline-block.__timeline-block2 {
  background: #E9E9EA;
}
.__timeline-block.__timeline-block2 .content {
  padding: 30px 0px 15px;
}
.__timeline-block.__timeline-block2 .imgs-block-left {
  overflow: hidden;
}
.__timeline-block.__timeline-block2 .imgs-block-left img {
  height: 400px;
  width: 100%;
}
.__timeline-block.__timeline-block2 .imgs-block-right {
  overflow: hidden;
}
.__timeline-block.__timeline-block2 .imgs-block-right img {
  height: 200px;
  width: 100%;
}
.__timeline-block.__timeline-block3 .content {
  padding: 0px;
}
.__timeline-block.__timeline-block3 .content p:last-child {
  margin-bottom: 0px;
}
.__timeline-block.__timeline-block3 .imgs-block-left {
  padding-right: 0px;
}
.__timeline-block.__timeline-block3 .imgs-block-left img {
  width: 100%;
  height: auto;
}
.__timeline-block.__timeline-block3 .imgs-block-right {
  padding-left: 0px;
}
.__timeline-block.__timeline-block3 .imgs-block-right img {
  width: 100%;
  height: 270px;
}
/*TABS CHANGES 17-08-2016 START*/
._timeline-staticMenu.nav-justified li {
  display: table-cell !important;
  width: 1% !important;
  float: none !important;
}
.__timeline-staticMenu {
  padding: 30px 60px 30px;
}
.__timeline-staticMenu ._timeline-staticMenu {
  /*height:80px; line-height:60px;*/
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.__timeline-staticMenu ._timeline-staticMenu li {
  vertical-align: middle;
  background: #DADADC;
  padding: 22px 0;
  border-right: 10px solid #fff;
  /*&:after {left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(181,181,185, 0);border-top-color:@purple;border-width:15px;margin-left:-15px; bottom:-30px;}*/
}
.__timeline-staticMenu ._timeline-staticMenu li.selected {
  background: #48154a;
  color: #FFFFFF;
  position: relative;
}
.__timeline-staticMenu ._timeline-staticMenu li.selected a {
  color: #fff;
}
.__timeline-staticMenu ._timeline-staticMenu li:hover {
  background: #ccc;
}
.__timeline-staticMenu ._timeline-staticMenu li.selected:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(181, 181, 185, 0);
  border-top-color: #48154a;
  border-width: 15px;
  margin-left: -15px;
  bottom: -30px;
}
.__timeline-staticMenu ._timeline-staticMenu li.selected:hover {
  background: #48154a;
}
.__timeline-staticMenu ._timeline-staticMenu a {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family: "aaux-next", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 100%;
}
.__timeline-staticMenu ._timeline-staticMenu a.twoLine {
  line-height: 100%;
}
.__timeline-staticMenu ._timeline-staticMenu a:hover {
  text-decoration: none;
}
.__timeline-staticMenu ._timeline-staticMenu a.selected {
  /*background:@purple;*/
  color: #FFFFFF;
}
#__page_videoLibrary .filter li {
  padding: 0;
  border-right: 10px solid #333333;
}
#__page_videoLibrary .filter li a {
  padding: 22px 0;
  position: relative;
}
#__page_videoLibrary .filter li a.selected:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(181, 181, 185, 0);
  border-top-color: #48154a;
  border-width: 15px;
  margin-left: -15px;
  bottom: -30px;
}
/*TABS CHANGES 17-08-2016 ENDS*/
.video-timeline {
  position: relative;
}
.video-timeline .video-timeline-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-timeline .video-timeline-img img {
  max-width: 100%;
}
.video-timeline .video-timeline-txt {
  padding: 0px;
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.video-timeline .video-timeline-txt .content {
  overflow: hidden;
  padding: 20px;
  color: #fff;
}
.video-timeline .video-timeline-txt .content h2 {
  font-size: 30px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #fff;
}
.video-timeline .video-timeline-txt .content p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}
.video-timeline .video-timeline-txt .content a {
  color: #fff;
}
.video-timeline .video-timeline-txt .btn-play {
  width: 170px;
  height: 125px;
  line-height: 125px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  background: #49C200;
  font-size: 18px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-timeline .video-timeline-txt .btn-play:hover {
  text-decoration: none;
  background: #fdc30e;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.video-aside {
  position: relative;
  margin-bottom: 30px;
}
.video-aside .video-aside-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.video-aside .video-aside-img img {
  max-width: 100%;
}
.video-aside .video-aside-txt {
  padding: 0px;
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.video-aside .video-aside-txt .content {
  overflow: hidden;
  padding: 15px 15px 0px;
  color: #fff;
}
.video-aside .video-aside-txt .content h2 {
  font-size: 17px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}
.video-aside .video-aside-txt .content p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}
.video-aside .video-aside-txt .content a {
  color: #fff;
}
.video-aside .video-aside-txt .btn-play {
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  background: #49C200;
  font-size: 11px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-aside .video-aside-txt .btn-play:hover {
  text-decoration: none;
  background: #fdc30e;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.video-aside iframe iframe {
  width: 100% !important;
  height: 100% !important;
}
.subtitle.dotline-sm {
  background: url(../images/dot_horz_repeat.gif) top left repeat-x;
  padding-top: 10px;
}
/* TEAM PAGE*/
#__teanContainer {
  padding-bottom: 100px;
}
#__teanContainer .__team-content {
  padding-bottom: 25px;
}
#__teanContainer .__team_dotline-v {
  background: transparent url(../images/dotvertrepeat.gif) right 0 repeat-y;
}
.japanlang .__teamisotope .item.article-team {
  min-height: 355px;
}
.__teamisotope .item.article-team {
  min-height: 350px;
}
.__teamisotope.vertical_view .item.article-team {
  min-height: 0;
}
.__teamisotope {
  /* team page redesign 15-10-2015 margin-right:-20px;*/
  overflow: hidden;
  /*vertical_view*/
}
.__teamisotope .item {
  /* team page redesign 15-10-2015 width: 30%;*/
  margin-bottom: 20px;
  overflow: hidden;
  /* team page redesign 15-10-2015*/
  padding-left: 0px;
  padding-right: 0px;
}
.__teamisotope .item.item-title {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  background: none !important;
}
.__teamisotope .item.item-title h3 {
  font-size: 26px;
}
.__teamisotope .item.item-title h3.item-title-head {
  margin: 50px 10px 15px;
}
.__teamisotope .item .bio-img {
  position: relative;
  overflow: hidden;
  /* team page redesign 15-10-2015 */
  margin-right: 20px;
}
.__teamisotope .item .bio-img img {
  max-width: 100%;
  /*.transition(0.4s, ease-in-out);*/
}
.__teamisotope .item .bio-img .btn-green {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
}
.__teamisotope .item .bio-img .btn-green:hover {
  padding: 10px 20px;
}
.__teamisotope .item .bio-img .btn-blue {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 5px 10px 2px;
}
.__teamisotope .item .bio-img .btn-blue:hover {
  padding: 5px 20px 2px;
}
.__teamisotope .item .bio-img .btn-yellow {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
}
.__teamisotope .item .bio-img .btn-yellow:hover {
  padding: 10px 20px;
}
.__teamisotope .item .bio-content {
  padding-top: 10px;
  margin-right: 20px;
}
.__teamisotope .item .bio-content h3.name {
  font-family: "betonbold", sans-serif;
  font-size: 17.5px;
  color: #000000;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.__teamisotope .item .bio-content .desc {
  font-size: 15px;
  color: #000000;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  height: auto;
}
.__teamisotope .item .bio-content a {
  text-decoration: none;
  display: block;
}
.__teamisotope .item .bio-content a:hover {
  text-decoration: none;
}
.__teamisotope .item .bio-content a:hover h3.name {
  color: #48154a;
}
.__teamisotope .item .bio-content a:hover .desc {
  color: #48154a;
}
.__teamisotope .item:hover .bio-img img {
  /*-webkit-transform: scale(0.98,0.98);-moz-transform: scale(0.98,0.98);-o-transform: scale(0.98,0.98);-ms-transform: scale(0.98,0.98);transform: scale(0.98,0.98);*/
}
.__teamisotope .stamp {
  position: absolute !important;
  right: 0px !important;
  top: 0px  !important;
}
.__teamisotope .grid-sizer {
  width: 30%;
}
.__teamisotope .gutter-sizer {
  width: 5%;
}
.__teamisotope.vertical_view {
  margin-right: 0px;
}
.__teamisotope.vertical_view .item {
  width: 100% !important;
  border-top: 1px solid #ccc;
  margin-bottom: 12px;
}
.__teamisotope.vertical_view .item .bio-content {
  overflow: hidden;
  padding-top: 17px;
}
.__teamisotope.vertical_view .item .bio-content .name {
  float: left;
  margin: 1px 0px 0 0;
  padding-left: 10px;
  width: 200px;
  font-family: "aaux-next", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.__teamisotope.vertical_view .item .bio-content .desc {
  overflow: hidden;
  font-size: 16px;
  color: #333;
}
.__teamisotope.vertical_view .bio-img,
.__teamisotope.vertical_view .stamp {
  display: none;
}
.__teamisotope article:first-child .item-title-head {
  margin: 0px 10px 15px !important;
}
/*TEAM Details v1*/
#__team-details {
  padding-bottom: 10px;
}
#__team-details .bio-content-block {
  background: #DADADC;
  margin-bottom: 30px;
}
#__team-details .bio-content-block .bio-img {
  width: 210px;
  height: 210px;
  margin-right: 20px;
  float: left;
}
#__team-details .bio-content-block .bio-content {
  overflow: hidden;
  padding-top: 19px;
  height: 192px;
  position: relative;
}
#__team-details .bio-content-block .bio-content h3.name {
  font-family: "betonbold", sans-serif;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  font-weight: 500;
  margin-bottom: 4px;
}
#__team-details .bio-content-block .bio-content .desc {
  font-size: 17px;
  color: #000000;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 5px;
}
#__team-details .bio-content-block .bio-content .city {
  position: absolute;
  bottom: 0px;
  font-size: 17px;
  color: #000000;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
}
#__team-details .bio-content-block .bio-content .city a {
  color: #000000;
}
#__team-details .__teamDetail_soical {
  background: transparent url(../images/dot_horz_repeat.gif) top left repeat-x;
  padding-bottom: 40px;
}
#__team-details .teamDetail-right-video .img-with-title {
  margin-bottom: 10px;
}
#__team-details .teamDetail-right-video h4 {
  font-size: 16px;
  color: #000000;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.__articles-pannel-block h3 {
  background: #48154a;
  height: 32px;
  line-height: 32px;
  font-family: "aaux-next", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 10px;
}
.__articles-pannel-block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.__articles-pannel-block ul li {
  border-bottom: 2px solid #b5b5b9;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
.__articles-pannel-block ul li .time {
  display: block;
  margin-bottom: 3px;
  font-family: "aaux-next", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #696c74;
  text-transform: uppercase;
}
.__articles-pannel-block ul li a {
  color: #48154a;
  font-size: 16px;
  font-weight: 500;
}
.__articles-pannel-block .pull-right {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  color: #333333;
}
#__container_with_banner {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*Sidebar Block*/
.disable-block {
  opacity: 0.5;
}
.sidebar-block {
  /*> h2 {background:@purple; text-align:center; font-size:13px; color:#FFF; margin:0px; padding:0px; text-transform:uppercase; letter-spacing:0.1em; white-space:nowrap; line-height:35px; font-weight: 500; font-family:@font-aaux;}*/
}
.sidebar-block > h3 {
  background: #FFFFFF;
  margin: 0px;
  padding-bottom: 10px;
}
.sidebar-block .sidebar-block-content {
  padding: 18px;
}
.sidebar-block .sidebar-block-content.top-m {
  margin-top: 15px;
}
.sidebar-block .sidebar-block-content.sidebar-tags-content {
  padding-bottom: 8px;
}
.sidebar-block .sidebar-block-sub-title {
  text-align: center;
  color: #B5B5B9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  font-family: "aaux-next", sans-serif;
  padding: 0px 0px 15px;
  margin: -15px 0px 0px;
  line-height: 100% !important;
}
.sidebar-block .sidebar-block-sub-title span {
  display: inline-block;
  background: #DADADC;
  padding: 0px 10px;
}
.sidebar-block .sidebar-block-sub-title em {
  background: #b5b5b9;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: -5px;
}
.sidebar-block .page-search-form {
  background: #fff;
  padding: 12px 10px;
  position: relative;
}
.sidebar-block .page-search-form label {
  margin: 0px;
  padding: 0px;
  display: block;
}
.sidebar-block .page-search-form .page-search-field {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0px 0px;
  width: 100%;
  background: none !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #8F9197;
  font-weight: 500;
}
.sidebar-block .page-search-form .page-search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
}
.sidebar-block .page-search-form .page-search-submit {
  background: #FFFFFF url(../images/img-search-icon.png) 0px 0px no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -200px;
  border: none !important;
  padding: 0px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-block .page-search-form .page-search-submit:hover,
.sidebar-block .page-search-form .page-search-submit:focus {
  background: #FFFFFF url(../images/img-search-icon.png) 0px 0px no-repeat;
  padding: 0px !important;
}
.sidebar-block .page-search-form ::-webkit-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .page-search-form :-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .page-search-form ::-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .page-search-form :-ms-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .author-search-form {
  background: #fff;
  padding: 12px 10px;
  position: relative;
}
.sidebar-block .author-search-form .author-search-field {
  border: none;
  height: 22px;
  margin: 0;
  padding: 0px;
  width: 100%;
  background: none !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  color: #8F9197;
  font-weight: 500;
}
.sidebar-block .author-search-form .author-search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
}
.sidebar-block .author-search-form ::-webkit-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .author-search-form :-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .author-search-form ::-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .author-search-form :-ms-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row {
  /*background:#fff; padding:4px 10px; margin-bottom:12px; position:relative;*/
  /*#sort-year {padding:1px 0px !important;}
		#sort-alpha {padding:1px 0px !important;}*/
}
.sidebar-block .input-search-row .sort-selected {
  color: #404040;
}
.sidebar-block .input-search-row.last {
  margin-bottom: 0px !important;
}
.sidebar-block .input-search-row .input-search-field {
  border: none;
  height: 22px;
  margin: 0;
  padding: 0px;
  width: 100%;
  background: none !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  color: #8F9197;
  font-weight: 500;
}
.sidebar-block .input-search-row .input-search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
}
.sidebar-block .input-search-row ::-webkit-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row :-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row ::-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row :-ms-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .sidebar-block-content .btn-group {
  display: block ;
}
.sidebar-block .sidebar-block-content .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-block .sidebar-block-content .btn-option {
  /*display:block !important; cursor: pointer; margin: 0; padding:10px 10px !important; background:#fff !important; font-size:12px; text-decoration: none; font-family:@font-aaux; line-height:100%; text-transform:uppercase; color:#404040; font-weight:500; width:100% !important; text-align:left; border:0px !important; border-radius: 0px!important;*/
}
.sidebar-block .sidebar-block-content .btn-option .nowrap-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
  color: #8F9197;
}
.sidebar-block .sidebar-block-content .btn-option .nowrap-txt.selected {
  color: #000000;
}
.sidebar-block .sidebar-block-content .btn-option .caret {
  border-top: 6px solid #696C74 !important;
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
  margin-top: 3px;
}
.sidebar-block .sidebar-block-content .btn-option:hover {
  color: #404040;
  background: #fff !important;
}
.sidebar-block .sidebar-block-content .btn-option:hover .caret {
  border-top: 6px solid #000 !important;
}
.sidebar-block .sidebar-block-content .dropdown-menu {
  max-height: 450px;
  overflow: auto;
  display: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.sidebar-block .sidebar-block-content .dropdown-menu li {
  margin-bottom: 0px;
  border-bottom: 1px dotted #E1E1E1;
}
.sidebar-block .sidebar-block-content .dropdown-menu li a {
  padding: 4px 20px 5px;
}
.sidebar-block .sidebar-block-content .dropdown-menu > li > a.selected {
  color: #000000;
  background-color: #ECEBEB;
}
.sidebar-block .sidebar-block-content .dropdown-menu > li > a:hover,
.sidebar-block .sidebar-block-content .dropdown-menu > li > a:focus {
  background-color: #ECEBEB;
}
.sidebar-block .sidebar-block-content .open > .dropdown-menu {
  width: 100%;
  display: block !important;
}
.sidebar-block .sidebar-block-links {
  padding: 18px;
}
.sidebar-block .sidebar-block-links .pull-left {
  padding-right: 9px;
}
.sidebar-block .sidebar-block-links .pull-right {
  padding-left: 9px;
}
.sidebar-block .sidebar-block-links .btn-white {
  color: #8f9197;
  text-align: center;
  padding: 6px 12px;
  display: block;
  line-height: 100%;
  font-family: "aaux-next", sans-serif;
  color: #B5B5B9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  font-weight: 500;
  height: 45px;
}
.sidebar-block .sidebar-block-links .btn-white .glyphicon {
  color: #8f9197;
  line-height: inherit;
  font-size: 26px;
  padding: 0px !important;
}
.sidebar-block .sidebar-block-links .btn-white.btn-white-sm {
  line-height: 30px;
}
.sidebar-block .sidebar-block-links .btn-white:hover,
.sidebar-block .sidebar-block-links .btn-white:focus,
.sidebar-block .sidebar-block-links .btn-white:active,
.sidebar-block .sidebar-block-links .btn-white.active {
  color: #404040;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sidebar-block .sidebar-block-links .btn-white:hover .glyphicon,
.sidebar-block .sidebar-block-links .btn-white:focus .glyphicon,
.sidebar-block .sidebar-block-links .btn-white:active .glyphicon,
.sidebar-block .sidebar-block-links .btn-white.active .glyphicon {
  color: #404040;
}
.sidebar-block .sidebar-block-links .btn-white:hover .arrow-newest,
.sidebar-block .sidebar-block-links .btn-white:focus .arrow-newest,
.sidebar-block .sidebar-block-links .btn-white:active .arrow-newest,
.sidebar-block .sidebar-block-links .btn-white.active .arrow-newest,
.sidebar-block .sidebar-block-links .btn-white:hover .arrow-oldest,
.sidebar-block .sidebar-block-links .btn-white:focus .arrow-oldest,
.sidebar-block .sidebar-block-links .btn-white:active .arrow-oldest,
.sidebar-block .sidebar-block-links .btn-white.active .arrow-oldest {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.sidebar-block .sidebar-block-links .arrow-newest {
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/arrow-newest.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-newest.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-newest.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-newest.svg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.sidebar-block .sidebar-block-links .arrow-oldest {
  width: 14px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/arrow-oldest.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-oldest.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-oldest.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-oldest.svg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
/* LOCATION PAGE */
.__location-menu {
  padding: 20px 60px 0px;
}
#__location-carousel.__timeline-carousel a {
  font-size: 16px;
  padding: 0px 15px;
}
#__location-carousel.__timeline-carousel a.twoLine {
  line-height: 100%;
  padding-top: 15px;
}
.__lacation_tab-content {
  /*padding-bottom:50px;*/
}
.__lacation_tab-content .__dotline-v {
  background: transparent url(../images/dot_horz_repeat.gif) bottom left repeat-x;
  padding-bottom: 8px;
  margin: 0px 0px 15px;
}
.__lacation_tab-content .__tab-pane {
  display: none;
}
.__lacation_tab-content .__tab-pane.active {
  display: block;
}
.__lacation_tab-content .__addressisotope {
  padding-bottom: 65px;
}
.__lacation_tab-content .__addressisotope .item h4 {
  text-transform: uppercase;
  background: #48154a;
  color: #FFFFFF;
  font-family: "aaux-next", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 13px 12px 13px 14px;
  line-height: 100%;
  display: inline-block;
}
.__lacation_tab-content .__addressisotope .item strong {
  text-transform: uppercase;
}
.__lacation_tab-content .__addressisotope .item p {
  margin: 0 0 30px;
}
.__lacation_tab-content .__addressisotope .item p span {
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.__lacation_tab-content .__addressisotope .item p:hover span {
  background-color: #fdc30e;
}
#__map_all_locations {
  position: relative;
  overflow: hidden;
  background: #54bceb;
}
#__map_all_locations #__location_chart {
  width: 100%;
  height: 700px;
}
#__map_all_locations #map_cust {
  width: 350px;
  background: #A7A7A7;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  right: -500px;
  top: 0px;
  z-index: 9;
  padding: 30px 30px 9999px;
  margin-bottom: -9999px;
}
#__map_all_locations #map_cust #close_cust {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 350px;
  top: 0px;
  color: #FFFFFF;
  display: inline-block;
  cursor: pointer;
  background: #48154a url(../images/img-btn-close.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/img-btn-close.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/img-btn-close.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/img-btn-close.svg);
}
#__map_all_locations #map_cust #close_cust:hover {
  background-color: #fdc30e;
}
#__map_all_locations #map_cust #data_cust {
  color: #FFFFFF;
}
#__map_all_locations #map_cust #data_cust h4 {
  text-transform: uppercase;
  background: #fff;
  color: #48154a;
  font-family: "aaux-next", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 13px 12px 13px 14px;
  line-height: 100%;
  display: inline-block;
}
#__map_all_locations #map_cust #data_cust strong {
  text-transform: uppercase;
}
#__map_all_locations #map_cust #data_cust p {
  margin: 0 0 30px;
  color: #FFFFFF;
}
#__map_all_locations #map_cust #data_cust p span {
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.__our_portfolio {
  margin: 0px;
}
.__our_portfolio .item {
  width: 33.3333%;
  margin-bottom: 0px;
}
.__our_portfolio .item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.__our_portfolio .item .portfolio-img img {
  max-width: 100%;
  /*.transition(0.4s, ease-in-out);*/
}
.__our_portfolio .item:hover .bio-img img {
  -webkit-transform: scale(0.98, 0.98);
  -moz-transform: scale(0.98, 0.98);
  -o-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}
/*Portfolio LISTING*/
.japanlang .__portfolioContainer aside .logo-img h3.name {
  font-size: 17px !important;
}
#__portfolioContainer {
  overflow: hidden;
  margin: 0px 0px 25px !important;
  position: relative;
  width: 100%;
}
#__portfolioContainer .rightdivmask {
  background: #fff;
  width: 3px;
  right: 0px;
  top: 0px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
  position: absolute;
  z-index: 9999;
}
#__portfolioContainer .bottomdivmask {
  background: #fff;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 9999;
}
.__portfolioContainer {
  position: relative;
  margin-top: -1px;
}
.__portfolioContainer aside {
  padding: 15px;
  height: 260px;
  border: 1px dashed #000000;
  border-width: 0px 1px 1px 0px;
}
.__portfolioContainer aside .logo-img {
  padding: 0px;
  margin: 0px auto;
  max-width: 200px;
  text-align: center;
}
.__portfolioContainer aside .logo-img h3.name {
  min-height: 44px;
}
.__portfolioContainer aside .logo-img .logo-img-in {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 20px 0px;
  height: 120px;
  /*img {max-width:200px; width:100%; display: block; margin:0px auto; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}*/
}
.__portfolioContainer aside .logo-img-click .logo-img-in:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
.__portfolioContainer .element {
  width: 33.3333%;
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
  /*&.last {
			aside {border-right-width:1px;}
		}*/
}
.__portfolioContainer .element.last-child aside {
  margin-right: 1px ;
}
.__portfolioContainer .element.large {
  width: 66.48% !important;
  background: #dcddde;
  z-index: 100;
  padding: 0px !important;
  margin: 0px;
}
.__portfolioContainer .element.large aside {
  height: 520px;
}
.__portfolioContainer .element.large aside .logo-img {
  margin: 0px;
  max-width: 100%;
  text-align: left;
}
.__portfolioContainer .element.large aside h3.name {
  min-height: inherit;
}
.__portfolioContainer .element.large aside .logo-img-in {
  text-align: left;
}
.__portfolioContainer .element.large aside .portfolio-more {
  display: none !important;
}
.__portfolioContainer .element h3 {
  font-size: 17px;
}
.__portfolioContainer .item-content {
  display: none;
  margin: 0px !important;
  padding: 0px !important;
}
.__portfolioContainer .item-content .item-content-txt {
  padding: 0px;
  height: 330px;
  overflow: auto;
  overflow-x: hidden;
  text-align: left;
}
.__portfolioContainer .item-content .block-close {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0px;
  display: inline-block;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
}
.__portfolioContainer .item-content .block-close:hover {
  background: #0E74B6;
}
.__portfolioContainer .portfolio-more {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.full-bio-vets {
  clear: both;
  padding: 20px;
}
.vet-scroll {
  height: 310px;
  width: 670px;
  visibility: hidden;
}
.vet-visible {
  visibility: visible;
}
/*__corporate_citizenship*/
/* 30 April 2016 :: For tabs changes :: Start */
.__corporate_citizenship {
  padding: 0px 15px 30px;
  /* 30 April 2016 :: For tabs changes :: Ends */
  /*carousel-indicators-citizenship*/
  /* 30 April 2016 :: For tabs changes */
  /* 30 April 2016 :: For tabs changes :: Ends */
}
.__corporate_citizenship .carousel-indicators {
  position: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
  width: 100% !important ;
  margin: 0px !important;
  padding: 0px !important;
}
.__corporate_citizenship .carousel-indicators li {
  /*height: auto !important;*/
  margin: 0px !important;
  text-indent: inherit !important;
  border-radius: 0px !important;
  cursor: pointer;
  background-color: transparent !important;
}
.__corporate_citizenship .carousel-indicators .active {
  margin: 0;
  width: 1%;
  /*height:auto !important;*/
  height: 100% !important;
}
.__corporate_citizenship .carousel-indicators-citizenship {
  margin: 0px !important;
  padding: 0px;
  border-bottom: 1px solid #fff;
  position: relative;
  float: left;
}
.__corporate_citizenship .carousel-indicators-citizenship li {
  display: table-cell;
  background: #696c74 !important;
  /*width: 1% !important;*/
  position: relative;
  float: none;
  border: none;
  height: 100% !important;
}
.__corporate_citizenship .carousel-indicators-citizenship li span {
  text-align: center;
  padding: 15px 10px 11px;
  display: block;
  border: 1px solid #fff;
  font-family: "betonbold", sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: normal;
  font-weight: 700;
  height: 100%;
}
.__corporate_citizenship .carousel-indicators-citizenship li span i {
  height: 50px;
  text-align: center;
  display: block;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.__corporate_citizenship .carousel-indicators-citizenship li span i.icon1 {
  background-image: url(../images/corporate-citizenship/icon1.png);
}
.__corporate_citizenship .carousel-indicators-citizenship li span i.icon2 {
  background-image: url(../images/corporate-citizenship/icon2.png);
}
.__corporate_citizenship .carousel-indicators-citizenship li span i.icon3 {
  background-image: url(../images/corporate-citizenship/icon3.png);
}
.__corporate_citizenship .carousel-indicators-citizenship li span i.icon4 {
  background-image: url(../images/corporate-citizenship/icon4.png);
}
.__corporate_citizenship .carousel-indicators-citizenship li.frist span,
.__corporate_citizenship .carousel-indicators-citizenship li:first-child span {
  border-left: 0px !important;
}
.__corporate_citizenship .carousel-indicators-citizenship li.last span,
.__corporate_citizenship .carousel-indicators-citizenship li:last-child span {
  border-right: 0px !important;
}
.__corporate_citizenship .carousel-indicators-citizenship li.active {
  background: #a9ae36 !important;
}
.__corporate_citizenship .carousel-indicators-citizenship li.active:after {
  top: 99%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #a9ae36;
  border-width: 30px 116px;
  margin-left: -116px;
  z-index: 9;
  left: 50%;
}
.__corporate_citizenship .carousel-caption {
  position: absolute;
  width: 50%;
  max-height: 90%;
  overflow: auto;
  left: 0% !important;
  right: inherit !important;
  bottom: 0px !important;
  z-index: 10;
  padding: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none !important;
  background: rgba(0, 0, 0, 0.44);
  font-family: "aaux-next", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
#__global-inst {
  width: 550px;
  height: 350px;
  margin-bottom: 150px;
  position: relative;
  background: url(../images/kgi/global.png) top left no-repeat;
  /*tooltip*/
}
#__global-inst .__gi-buttons {
  height: 75px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-left: 70px;
}
#__global-inst .__gi-buttons a {
  display: block;
  width: 75px;
  height: 75px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}
#__global-inst .__gi-buttons a.gi-1 {
  background-image: url('../images/kgi/illus-global-btn-geopolitical-off.png');
}
#__global-inst .__gi-buttons a.gi-1:hover {
  background-image: url('../images/kgi/illus-global-btn-geopolitical-on.png');
}
#__global-inst .__gi-buttons a.gi-2 {
  background-image: url('../images/kgi/illus-global-btn-macroecon-off.png');
}
#__global-inst .__gi-buttons a.gi-2:hover {
  background-image: url('../images/kgi/illus-global-btn-macroecon-on.png');
}
#__global-inst .__gi-buttons a.gi-3 {
  background-image: url('../images/kgi/illus-global-btn-tech-off.png');
}
#__global-inst .__gi-buttons a.gi-3:hover {
  background-image: url('../images/kgi/illus-global-btn-tech-on.png');
}
#__global-inst .__gi-buttons a.gi-4 {
  background-image: url('../images/kgi/illus-global-btn-esg-off.png');
}
#__global-inst .__gi-buttons a.gi-4:hover {
  background-image: url('../images/kgi/illus-global-btn-esg-on.png');
}
#__global-inst .__gi-buttons a.gi-5 {
  background-image: url('../images/kgi/illus-global-btn-business-off.png');
}
#__global-inst .__gi-buttons a.gi-5:hover {
  background-image: url('../images/kgi/illus-global-btn-business-on.png');
}
#__global-inst .__gi-buttons a:hover {
  text-decoration: none;
}
#__global-inst .tooltip.in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#__global-inst .tooltip .tooltip-inner {
  background-color: #48154a;
  padding: 15px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#__global-inst .tooltip .tooltip-inner strong {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 10px;
}
#__global-inst .tooltip.bottom {
  padding: 15px 0px !important;
}
#__global-inst .tooltip.bottom .tooltip-arrow {
  margin-left: -15px !important;
  border-width: 0 15px 15px !important;
  border-bottom-color: #48154a;
}
/*KKR Portflio*/
.sidebar-block-soical {
  padding-bottom: 20px;
}
.__kkr_portflioisotope {
  margin-right: -30px;
  padding-bottom: 0px;
}
.__kkr_portflioisotope #not-found-box {
  /*background-color:#fdc30e;*/
  background-color: #fee186;
  color: #000;
  border-radius: 0px;
  border: none;
}
.__kkr_portflioisotope .item {
  width: 30%;
  margin-bottom: 30px;
  background: #DADADC;
}
.__kkr_portflioisotope .item .prot-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 30px 30px 0px;
  background: #FFFFFF;
  /*min-height:108px;*/
}
.__kkr_portflioisotope .item .prot-img img {
  max-width: 100%;
}
.__kkr_portflioisotope .item .prot-img span {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: betonbold, sans-serif;
  color: #333;
  font-size: 16px;
}
.__kkr_portflioisotope .item .prot-img span span.portfolio_title {
  display: table;
  height: 108px;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 120%;
  width: 100%;
}
.__kkr_portflioisotope .item .prot-img span span.portfolio_title span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.__kkr_portflioisotope .item .prot-content {
  padding: 10px 30px 47px;
  height: 180px;
  overflow: hidden;
}
.__kkr_portflioisotope .item .prot-content .desc {
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.__kkr_portflioisotope .item .prot-content .cmp-title-desc {
  font-size: 12px;
}
.__kkr_portflioisotope .item .btn-green {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
}
.__kkr_portflioisotope .item .btn-green:hover {
  padding: 10px 20px;
}
.__kkr_portflioisotope .item .btn-yellow {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
}
.__kkr_portflioisotope .item .btn-yellow:hover {
  padding: 10px 20px;
}
.__kkr_portflioisotope .item:hover .bio-img span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.__kkr_portflioisotope .item .item-content {
  display: none;
  margin: 0px !important;
  padding: 0px !important;
}
.__kkr_portflioisotope .item .item-content .item-content-txt {
  padding: 0px;
  text-align: left;
}
.__kkr_portflioisotope .item .item-content .block-close {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 0px;
  display: inline-block;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
}
.__kkr_portflioisotope .item .item-content .block-close:hover {
  background: #0E74B6;
}
.__kkr_portflioisotope .item.large {
  background: #dcddde;
  z-index: 100;
  padding: 0px !important;
  height: 568px;
  overflow: auto;
}
.__kkr_portflioisotope .item.large .item-content {
  display: block !important;
}
.__kkr_portflioisotope .item.large .item-content .full-txt {
  padding: 30px 30px 10px;
}
.__kkr_portflioisotope .item.large .logo-img-click {
  display: none;
}
.__kkr_portflioisotope .item.large .prot-content {
  display: none;
}
.__kkr_portflioisotope .item.large .prot-img {
  width: 170px;
  height: 90px;
}
.__kkr_portflioisotope .item.large .prot-img span.portfolio_title {
  height: 90px;
}
.__kkr_portflioisotope hr {
  background: url(../images/dot_horz_repeat.gif) top left repeat-x;
  padding-top: 2px;
  border: 0px !important;
  height: auto !important;
}
/* __sldier_thumb */
#__sldierThumb {
  background: #000;
}
#__sldierThumb .__sldier_thumb .item img {
  max-width: 100%;
}
#__sldierThumb .__sldier_thumb .item .description {
  background: #000000;
  padding: 15px 20px;
  font-size: 17px;
  color: #fff;
}
#__sldierThumb .__sldier_thumb .item .description h4 {
  font-family: "betonbold", sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  font-weight: 500;
}
#__sldierThumb .__sldier_thumb .item .description a {
  color: #7E69AF;
}
#__sldierThumb .__sldier_thumb .item .description a:hover {
  text-decoration: underline;
}
#__sldierThumb .__sldier_thumb .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7) url(../images/thumb-slider-prev.png) center center no-repeat;
  background-size: 60px 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__sldierThumb .__sldier_thumb .owl-prev:hover {
  background-color: #fdc30e;
  text-decoration: none;
}
#__sldierThumb .__sldier_thumb .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: rgba(0, 0, 0, 0.7) url(../images/thumb-slider-next.png) center center no-repeat;
  background-size: 60px 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__sldierThumb .__sldier_thumb .owl-next:hover {
  background-color: #fdc30e;
  text-decoration: none;
}
#__sldierThumb .__sldier_thumb_list {
  padding: 15px 0px 15px 15px;
  background: #8F9197;
}
#__sldierThumb .__sldier_thumb_list .item {
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__sldierThumb .__sldier_thumb_list .item img {
  width: 100%;
}
#__sldierThumb .__sldier_thumb_list .synced .item:before {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  z-index: 6;
  right: 15px;
  left: 0px;
  border: 10px solid #fdc30e;
}
#__sldierThumb .__sldier_thumb_list .owl-prev {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 40px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5) url(../images/thumb-slider-prev.png) center center no-repeat;
  background-size: 40px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__sldierThumb .__sldier_thumb_list .owl-prev:hover {
  background-color: #fdc30e;
  text-decoration: none;
}
#__sldierThumb .__sldier_thumb_list .owl-next {
  position: absolute;
  top: 0%;
  right: 0px;
  width: 40px;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: rgba(0, 0, 0, 0.5) url(../images/thumb-slider-next.png) center center no-repeat;
  background-size: 40px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__sldierThumb .__sldier_thumb_list .owl-next:hover {
  background-color: #fdc30e;
  text-decoration: none;
}
/*__page Video Library*/
#infscr-loading {
  z-index: 99999;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  bottom: -30px;
  color: #fdc30e !important;
  font-size: 11px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#__page_videoLibrary {
  padding-top: 50px;
  background: #696C74;
  /*Footer video tab menu*/
  /*Footer Vidow list*/
}
#__page_videoLibrary .__videoLibrary-content-block {
  background: #333333;
  position: relative;
  margin-bottom: 50px;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-img {
  position: relative;
  display: block;
  overflow: hidden;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-img img {
  max-width: 100%;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-img .btn-play {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 500;
  background: #49C200;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-img .btn-play:hover {
  text-decoration: none;
  background: #fdc30e;
  width: 200px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#__page_videoLibrary .__videoLibrary-content-block .__video-soical-links {
  position: absolute;
  bottom: 10px;
  right: -136px;
  width: 120px;
}
#__page_videoLibrary .__videoLibrary-content-block .__video-soical-links-sm {
  padding: 15px 20px 10px 0px;
}
#__page_videoLibrary .__videoLibrary-content-block .__page_soical_links li {
  margin: 10px 0px;
}
#__page_videoLibrary .__videoLibrary-content-block .__page_soical_links i {
  color: #333333;
  background: #989898;
}
#__page_videoLibrary .__videoLibrary-content-block .__page_soical_links a {
  color: #989898;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-txt {
  padding: 20px 0px 15px;
  font-size: 14px;
  display: block;
  color: #FFFFFF;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-txt h2 {
  font-size: 21px;
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #FFFFFF;
}
#__page_videoLibrary .__videoLibrary-content-block .video-content-block-txt p {
  font-size: 14px;
  color: #FFFFFF;
}
#__page_videoLibrary .__timeline-staticMenu ._timeline-staticMenu a {
  background: #696C74;
  color: #fff;
}
#__page_videoLibrary .__timeline-staticMenu ._timeline-staticMenu a:hover {
  background: #ccc;
  color: #000;
}
#__page_videoLibrary .__timeline-staticMenu ._timeline-staticMenu a.selected {
  background: #B5B5B9;
  color: #000;
}
#__page_videoLibrary .__timeline-staticMenu ._timeline-staticMenu a.selected:after {
  border-top-color: #B5B5B9;
}
#__page_videoLibrary #Related_Videos {
  padding-bottom: 33px;
}
#__page_videoLibrary #__videoisotope {
  padding-bottom: 56px;
}
#__page_videoLibrary .__postFooterBlock {
  background: #333;
  padding: 14px 0px 24px;
}
#__page_videoLibrary .__postFooterBlock #Related_Videos article.post-botton-list {
  min-height: 265px;
}
#__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list {
  min-height: 265px;
}
#__page_videoLibrary .__postFooterBlock h2 {
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 20px;
  line-height: 100%;
}
#__page_videoLibrary .__postFooterBlock .post-botton-list .img-with-title {
  margin-bottom: 10px;
}
#__page_videoLibrary .__postFooterBlock .post-botton-list h4 {
  font-size: 16px;
  color: #fff;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-bottom: 10px;
}
#__page_videoLibrary .__postFooterBlock .post-botton-list h4 a {
  color: #fff;
}
#__page_videoLibrary .__postFooterBlock .post-botton-list h4 a:hover {
  color: #49C200;
}
#__page_videoLibrary .__postFooterBlock .post-botton-list p {
  font-size: 15px;
  color: #fff;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  height: 30px;
}
#__page_videoLibrary .__postFooterBlock a:hover {
  text-decoration: none;
}
#__page_videoLibrary .__postFooterBlock a:hover h4 {
  text-decoration: underline;
}
/* Network of External Partners PAGE*/
.__partnersisotope {
  margin-right: -20px;
  padding-bottom: 10px;
}
.__partnersisotope .item {
  width: 30%;
  margin-bottom: 20px;
  background: #DADADC;
}
.__partnersisotope .item .bio-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 30px 30px 0px;
  background: #FFFFFF;
}
.__partnersisotope .item .bio-img img {
  max-width: 100%;
}
.__partnersisotope .item .bio-img span {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.__partnersisotope .item .bio-content {
  padding: 10px 30px 47px;
}
.__partnersisotope .item .bio-content h3.name {
  font-family: "betonbold", sans-serif;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  font-weight: 700;
  margin: 0px;
  height: 40px;
}
.__partnersisotope .item .btn-green {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
  background: #A9AE36;
  border-color: #A9AE36;
}
.__partnersisotope .item .btn-green:hover {
  padding: 10px 20px;
}
.__partnersisotope .item .btn-yellow {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
  background: #A9AE36;
  border-color: #A9AE36;
}
.__partnersisotope .item .btn-yellow:hover {
  padding: 10px 20px;
}
.__partnersisotope .item:hover .bio-img span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*__page_media_center*/
#__page_media_center {
  /* sidebar tags */
  /* sidebar media-contacts */
  /* sidebar media-contacts */
  /* Show only in ipad view */
}
#__page_media_center .page-title {
  margin: 50px 0 20px;
}
#__page_media_center .__mediaPost_list {
  padding-bottom: 15px;
}
#__page_media_center .__mediaPost_list .img-with-title {
  margin-bottom: 20px;
}
#__page_media_center .__mediaPost_list img {
  max-width: 100%;
}
#__page_media_center .__mediaPost_list .time {
  display: block;
  margin-bottom: 10px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #696c74;
  text-transform: uppercase;
}
#__page_media_center .__mediaPost_list h2 {
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
#__page_media_center .__mediaPost_list h2 a {
  color: #333333;
}
#__page_media_center .__mediaPost_list h2 a:hover {
  color: #48154a;
}
#__page_media_center .__mediaPost_list a {
  text-decoration: none;
  display: inline-block;
}
#__page_media_center .__mediaPost_list a:hover {
  text-decoration: none;
}
#__page_media_center .__mediaPost_list a:hover h2 {
  color: #48154a;
}
#__page_media_center .__mediaPost_list.first-post h2 {
  font-size: 30px;
}
#__page_media_center .__tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#__page_media_center .__tags li {
  float: left;
  position: relative;
  padding: 0px;
  margin: 0 10px 10px 0;
}
#__page_media_center .__tags li a {
  float: left;
  padding: 9px 10px 8px;
  color: #333;
  background: #FFFFFF;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__page_media_center .__tags li a:hover {
  text-decoration: none;
}
#__page_media_center .__tags li span {
  position: relative;
  float: left;
  padding: 9px 10px 8px;
  text-align: center;
  background: #fdc30e;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #48154a;
  line-height: 100%;
}
#__page_media_center .__tags li span:before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: #fdc30e;
  left: -2px;
  width: 4px;
  height: 4px;
  content: "";
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#__page_media_center .__tags li:hover span {
  color: #FFFFFF;
  background: #48154a;
}
#__page_media_center .__tags li:hover a {
  color: #fdc30e;
}
#__page_media_center .__sidebar-media-contacts {
  padding: 18px 18px 11px ;
}
#__page_media_center .__sidebar-media-contacts h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: #696c74;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 100%;
  margin-bottom: 5px;
}
#__page_media_center .__sidebar-media-contacts p {
  line-height: 26px;
  margin: 0 0 26px;
}
#__page_media_center .__sidebar-media-contacts p:last-child {
  margin: 0px;
}
#__page_media_center .__sidebar-media-contacts a {
  color: #48154a;
}
#__page_media_center .__sidebar-media-contacts a:hover {
  text-decoration: underline;
}
#__page_media_center .__sidebar-imgs-block {
  padding: 0px ;
}
#__page_media_center .__sidebar-imgs-block h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: #696c74;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 100%;
  margin-bottom: 5px;
}
#__page_media_center .__sidebar-imgs-block ._sidebar-imgs-block {
  position: relative;
  overflow: hidden;
  clear: both;
}
#__page_media_center .__sidebar-imgs-block ._sidebar-imgs-block.w2 {
  width: 50%;
  float: left;
  clear: none !important;
}
#__page_media_center .__sidebar-imgs-block ._sidebar-imgs-block img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
#__page_media_center .__sidebar-imgs-block ._sidebar-imgs-block .caption {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
}
#__page_media_center .__sidebar-imgs-block ._sidebar-imgs-block .caption strong {
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 17px;
}
#__page_media_center .__sidebar-imgs-block a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
#__page_media_center .__postFooterBlock {
  background: #696c74;
  padding: 14px 0px 24px;
}
#__page_media_center .__postFooterBlock h2 {
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 20px;
  line-height: 100%;
}
#__page_media_center .__postFooterBlock .post-botton-list .img-with-title {
  margin-bottom: 10px;
}
#__page_media_center .__postFooterBlock .post-botton-list h4 {
  font-size: 16px;
  color: #fff;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#__page_media_center .__postFooterBlock .post-botton-list h4 a {
  color: #fff;
}
#__page_media_center .__postFooterBlock .post-botton-list h4 a:hover {
  color: #49C200;
}
#__page_media_center .__postFooterBlock .post-botton-list p {
  font-size: 15px;
  color: #fff;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
}
#__page_media_center .__postFooterBlock a:hover {
  text-decoration: none;
}
#__page_media_center .__postFooterBlock a:hover h4 {
  text-decoration: underline;
}
#__page_media_center .__blog-post-lists {
  border-top: 5px solid #333333;
  padding-top: 31px;
}
#__page_media_center .__blog-post-lists h3 {
  font-size: 38px;
  color: #333333;
  line-height: 100%;
}
#__page_media_center .__blog-post-lists ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#__page_media_center .__blog-post-lists ul li {
  background: url(../images/dot_horz_repeat.gif) bottom left repeat-x;
  padding: 15px 0px 20px;
}
#__page_media_center .__blog-post-lists ul li:last-child {
  background: none;
}
#__page_media_center .__blog-post-lists ul li.last-child {
  background: none !important;
}
#__page_media_center .__blog-post-lists ul li a {
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 15px;
}
#__page_media_center .__blog-post-lists ul li a small {
  float: left;
  width: 85px;
  color: #696c74;
  padding-top: 2px;
}
#__page_media_center .__blog-post-lists ul li a span {
  overflow: hidden;
  color: #333;
  display: table;
  font-weight: 700;
}
#__page_media_center .__blog-post-lists ul li a:hover {
  text-decoration: none;
}
#__page_media_center .__blog-post-lists ul li a:hover small {
  color: #fdc30e;
}
#__page_media_center .__blog-post-lists ul li a:hover span {
  text-decoration: underline;
  color: #48154a;
}
#__page_media_center .__contacts-tools-blocks {
  overflow: hidden;
  margin-bottom: 40px;
}
#__page_media_center .__contacts-tools-blocks .__sidebar-media-contacts {
  padding-bottom: 999px;
  margin-bottom: -999px;
}
#__page_media_center .__contacts-tools-blocks .sidebar-block {
  margin: 0px;
}
/*__page_originalThinking*/
#__page_originalThinking .__mediaPost_list .blog-wrapper .blog-content-wrap p a {
  color: #333;
}
#__page_originalThinking {
  /* sidebar tags */
  /* sidebar media-contacts */
  /* Show only in ipad view */
}
#__page_originalThinking .__ot_dotline-v {
  background: transparent url(../images/dotvertrepeat.gif) right 0 repeat-y;
}
#__page_originalThinking .toggle-btn .tagcount {
  font-size: 100%;
}
#__page_originalThinking .think-view {
  padding-top: 30px;
}
#__page_originalThinking .view-desc {
  padding-top: 15px;
}
#__page_originalThinking .view-desc p {
  line-height: 153%;
}
#__page_originalThinking .page-title {
  margin: 50px 0 20px;
}
#__page_originalThinking .__mediaPost_list {
  padding-bottom: 15px;
  clear: both;
}
#__page_originalThinking .__mediaPost_list .img-with-title {
  margin-bottom: 20px;
}
#__page_originalThinking .__mediaPost_list img {
  width: 100%;
}
#__page_originalThinking .__mediaPost_list #__teamLoader img {
  width: auto;
}
#__page_originalThinking .__mediaPost_list .time {
  display: block;
  margin-bottom: 11px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: break;
  color: #696c74;
  text-transform: uppercase;
}
#__page_originalThinking .__mediaPost_list h2 {
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
#__page_originalThinking .__mediaPost_list h2 a {
  color: #333333;
}
#__page_originalThinking .__mediaPost_list h2 a:hover {
  color: #48154a;
}
#__page_originalThinking .__mediaPost_list a {
  text-decoration: none;
  display: inline;
}
#__page_originalThinking .__mediaPost_list a:hover {
  text-decoration: none;
}
#__page_originalThinking .__mediaPost_list a:hover h2 {
  color: #48154a;
}
#__page_originalThinking .__mediaPost_list.first-post h2 {
  font-size: 30px;
}
#__page_originalThinking .__tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#__page_originalThinking .__tags li {
  float: left;
  position: relative;
  padding: 0px;
  margin: 0 26px 10px 0;
}
#__page_originalThinking .__tags li a {
  float: left;
  padding: 6px 10px 7px;
  color: #333;
  background: #dadadc;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#__page_originalThinking .__tags li a:hover {
  text-decoration: none;
}
#__page_originalThinking .__tags li a img {
  height: 25px;
  position: absolute;
  right: -16px;
  top: 0;
  width: 16px;
}
#__page_originalThinking .__tags li span {
  position: relative;
  float: left;
  padding: 6px 0px 7px;
  text-align: center;
  background: #fdc30e;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #48154a;
  line-height: 100%;
  width: 25px;
  /*&:before{position: absolute;top: 50%; margin-top:-2px;background:@yellow; left: -2px;width: 4px; height: 4px;content:"";overflow: hidden; .border-radius (2px);}*/
}
#__page_originalThinking .__tags li:hover span {
  color: #FFFFFF;
  background: #48154a;
}
#__page_originalThinking .__tags li:hover a {
  color: #fdc30e;
}
#__page_originalThinking .__sidebar-imgs-block {
  padding: 0px ;
}
#__page_originalThinking .__sidebar-imgs-block h5 {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  color: #696c74;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 100%;
  margin-bottom: 5px;
}
#__page_originalThinking .__sidebar-imgs-block ._sidebar-imgs-block {
  position: relative;
  overflow: hidden;
  clear: both;
}
#__page_originalThinking .__sidebar-imgs-block ._sidebar-imgs-block.w2 {
  width: 50%;
  float: left;
  clear: none !important;
}
#__page_originalThinking .__sidebar-imgs-block ._sidebar-imgs-block img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
#__page_originalThinking .__sidebar-imgs-block ._sidebar-imgs-block .caption {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 13px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
}
#__page_originalThinking .__sidebar-imgs-block ._sidebar-imgs-block .caption strong {
  font-family: "betonbold", sans-serif;
  font-weight: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 17px;
}
#__page_originalThinking .__sidebar-imgs-block a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
#__page_originalThinking .__postFooterBlock {
  background: #696c74;
  padding: 14px 0px 24px;
  margin-top: 50px!important;
}
#__page_originalThinking .__postFooterBlock h2 {
  font-size: 42px;
  color: #FFFFFF;
  margin: 0 0 20px;
  line-height: 100%;
}
#__page_originalThinking .__postFooterBlock .post-botton-list .img-with-title {
  margin-bottom: 10px;
}
#__page_originalThinking .__postFooterBlock .post-botton-list h4 {
  font-size: 16px;
  color: #fff;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
#__page_originalThinking .__postFooterBlock .post-botton-list h4 a {
  color: #fff;
}
#__page_originalThinking .__postFooterBlock .post-botton-list h4 a:hover {
  color: #49C200;
}
#__page_originalThinking .__postFooterBlock .post-botton-list p {
  font-size: 15px;
  color: #fff;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
}
#__page_originalThinking .__postFooterBlock a:hover {
  text-decoration: none;
}
#__page_originalThinking .__postFooterBlock a:hover h4 {
  text-decoration: underline;
}
#__page_originalThinking .__blog-post-lists {
  border-top: 5px solid #333333;
  padding-top: 31px;
}
#__page_originalThinking .__blog-post-lists h3 {
  font-size: 38px;
  color: #333333;
  line-height: 100%;
}
#__page_originalThinking .__blog-post-lists ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#__page_originalThinking .__blog-post-lists ul li {
  background: url(../images/dot_horz_repeat.gif) bottom left repeat-x;
  padding: 15px 0px 20px;
}
#__page_originalThinking .__blog-post-lists ul li:last-child {
  background: none;
}
#__page_originalThinking .__blog-post-lists ul li.last-child {
  background: none !important;
}
#__page_originalThinking .__blog-post-lists ul li a {
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 15px;
}
#__page_originalThinking .__blog-post-lists ul li a small {
  float: left;
  width: 85px;
  color: #696c74;
  padding-top: 2px;
}
#__page_originalThinking .__blog-post-lists ul li a span {
  overflow: hidden;
  color: #333;
  display: table;
  font-weight: 700;
}
#__page_originalThinking .__blog-post-lists ul li a:hover {
  text-decoration: none;
}
#__page_originalThinking .__blog-post-lists ul li a:hover small {
  color: #fdc30e;
}
#__page_originalThinking .__blog-post-lists ul li a:hover span {
  text-decoration: underline;
  color: #48154a;
}
#__page_originalThinking .__contacts-tools-blocks {
  overflow: hidden;
  margin-bottom: 40px;
}
#__page_originalThinking .__contacts-tools-blocks .__sidebar-media-contacts {
  padding-bottom: 999px;
  margin-bottom: -999px;
}
#__page_originalThinking .__contacts-tools-blocks .sidebar-block {
  margin: 0px;
}
/* 11 Dec 2015 :: Newsletter*/
.__newsletter {
  background: #C3C3C6;
  height: 200px;
  margin-top: -14px;
  margin-bottom: 15px;
}
.__newsletter .container {
  /*background-image:url(../images/newsletter-bg.jpg); background-repeat:no-repeat; background-position:30px 0;*/
  position: relative;
  height: 100%;
}
.__newsletter .container h3 {
  margin-top: 20px;
  font-size: 28.8px;
}
.__newsletter .container .newsletter-btn {
  background: #fff;
  border: 2px solid #696b73;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #696b73;
  font-size: 14.9333px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
  letter-spacing: 2px;
}
.__newsletter .container .newsletter-btn:hover {
  background: #48104a;
  color: #fff;
}
/*__page Artical Details*/
.side_author {
  margin-bottom: 30px !important;
}
.side_author small {
  color: #666 !important;
  display: block;
}
.side_author p {
  margin-bottom: 7px !important;
  line-height: 100%;
}
.side_author h5 {
  margin-bottom: 5px !important;
}
.side_author .__post_bio_img {
  margin-bottom: 0 !important;
}
#__page_articalDetails:not(.podcast) .post-content > p:first-of-type:first-letter {
  float: left;
  font-size: 90px;
  padding: 15px 20px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-style: normal;
  font-family: "betonbold", sans-serif;
  font-weight: bold;
  font-weight: 700;
  line-height: 90px;
  background: #48154a;
  color: #FFFFFF;
}
#__page_articalDetails {
  padding-top: 80px;
}
#__page_articalDetails .post-content h5 {
  text-transform: capitalize;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
#__page_articalDetails .post-content ul {
  margin: 0px 0px 20px 19px;
  padding: 0px;
}
#__page_articalDetails .post-content ul li {
  margin-bottom: 15px;
}
#__page_articalDetails .post-content hr {
  background: url(../images/dot_horz_repeat.gif) top left repeat-x;
  padding-top: 2px;
  border: 0px !important;
  height: auto !important;
}
#__page_articalDetails .__post_bio {
  margin-bottom: 50px;
  overflow: hidden;
}
#__page_articalDetails .__post_bio .btn {
  white-space: pre-wrap;
  color: #000000 !important;
  text-align: left;
  margin-bottom: 15px;
  display: block;
}
#__page_articalDetails .__post_bio .btn strong {
  display: block;
  text-transform: uppercase;
  line-height: 100%;
}
#__page_articalDetails .__post_bio .btn span {
  display: block;
  line-height: 100%;
}
#__page_articalDetails .__post_bio .__post_bio_img {
  margin-bottom: 15px;
}
#__page_articalDetails .__post_bio .__post_bio_img img {
  max-width: 100%;
  width: 100px;
  margin-right: 10px;
  float: left;
}
#__page_articalDetails .__post_bio .__post_bio_img p strong {
  font-size: 18px !important;
}
#__page_articalDetails .__post_bio .__post_bio_img p {
  font-size: 15px !important;
  margin-bottom: 10px;
  color: #333;
}
#__page_articalDetails .__post_bio .__post_bio_img h5 {
  font-size: 15px;
  color: #666;
  font-family: aaux-next, sans-serif;
  line-height: 1.2em;
}
#__page_articalDetails .__post_bio p {
  font-size: 15px;
  color: #666;
}
#__page_articalDetails .__post_bio p a {
  color: #48154a;
  text-decoration: underline;
}
#__page_articalDetails .__full-img {
  width: 945px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* __pagination */
/*.__pagination {border-bottom:1px solid #b5b5b9; border-top:1px solid #b5b5b9; color:@gray; margin: 30px 0px 50px; overflow:hidden;
	font-family: @font-aaux; font-weight:normal; font-weight:500; font-size:12px; height:45px; line-height:45px; text-transform:uppercase;
	a {color:@gray; text-decoration:none;
		&:hover { text-decoration:none;}
	}

	.pages-label {padding:0px 20px;}

	.pager {margin:0px; width:180px;
		li{
			a{ display:inline; }
		}
		&>li>a,&>li>span {padding:0px; background-color:transparent; border:0px solid #ddd; border-radius:0px; color:@gray; font-weight: 700;}
		&>li>a:hover,&>a:focus {background-color:transparent; color:@purple;}
		.disabled>a,.disabled>a:hover,.disabled>a:focus,.disabled>span { color: #999; background-color: #fff; cursor: not-allowed }
	}

	.pagination {margin:0px;
		&>li>a,&>li>span {color:@gray; background-color: #fff; border-color:#b5b5b9; border-width:0px 1px; padding: 0px 20px; line-height:43px;}
		&>li:first-child>a,&>li:first-child>span { margin-left: 0; border-bottom-left-radius: 0px; border-top-left-radius: 0px; border-left-width:0px !important;}
		&>li:last-child>a,&>li:last-child>span { border-bottom-right-radius: 0px; border-top-right-radius: 0px;border-right-width:0px !important; }
		&>li>a:hover,&>li>span:hover,&>li>a:focus,&>li>span:focus { color: #fff; background-color: @purple; border-color: #b5b5b9 }
		&>.active>a,&>.active>span,&>.active>a:hover,&>.active>span:hover,&>.active>a:focus,&>.active>span:focus { z-index: 2; color: #fff; background-color: @purple; border-color: #b5b5b9; cursor: default }
		&>.disabled>span,&>.disabled>span:hover,&>.disabled>span:focus,&>.disabled>a,&>.disabled>a:hover,&>.disabled>a:focus { color: #999; background-color: #fff; border-color: #b5b5b9; cursor: not-allowed }
	}
}*/
/* __pagination */
.__pagination {
  border-bottom: none;
  border-top: none;
  color: #696c74;
  margin: 30px 0px 50px;
  overflow: hidden;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 45px;
  text-transform: uppercase;
}
.__pagination a {
  color: #696c74;
  text-decoration: none;
}
.__pagination a:hover {
  text-decoration: none;
}
.__pagination .pages-label {
  padding: 0px 5px;
}
.__pagination .pager {
  margin: 0px 15px 0 0;
}
.__pagination .pager li {
  display: inline-block;
  padding-right: 10px;
  float: left;
}
.__pagination .pager li a {
  display: block !important;
  background-color: #e3e3e3 !important;
  border-width: 3px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  border: none !important;
  padding: 0 15px !important;
}
.__pagination .pager > li > a,
.__pagination .pager > li > span {
  padding: 0px;
  background-color: transparent;
  border: 0px solid #ddd;
  border-radius: 0px;
  color: #696c74;
  font-weight: 700;
}
.__pagination .pager > li > a:hover,
.__pagination .pager > a:focus {
  background-color: transparent;
  color: #48154a;
}
.__pagination .pager .disabled > a,
.__pagination .pager .disabled > a:hover,
.__pagination .pager .disabled > a:focus,
.__pagination .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.__pagination .pagination {
  margin: 0px;
  /*&>li:last-child>a,&>li:last-child>span { border-bottom-right-radius: 0px; border-top-right-radius: 0px;border-right-width:0px !important; }*/
}
.__pagination .pagination > li > a,
.__pagination .pagination > li > span {
  color: #696c74;
  background-color: #fff;
  border-color: #b5b5b9;
  border-width: 0px 1px;
  padding: 0px 20px;
  line-height: 43px;
}
.__pagination .pagination > li:first-child > a,
.__pagination .pagination > li:first-child > span {
  /* margin-left: 0; margin-right:0; border-bottom-left-radius: 0px; border-top-left-radius: 0px; border-left-width:0px !important;*/
}
.__pagination .pagination > li > a:hover,
.__pagination .pagination > li > span:hover,
.__pagination .pagination > li > a:focus,
.__pagination .pagination > li > span:focus {
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.__pagination .pagination > .active > a,
.__pagination .pagination > .active > span,
.__pagination .pagination > .active > a:hover,
.__pagination .pagination > .active > span:hover,
.__pagination .pagination > .active > a:focus,
.__pagination .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #696b73;
  border-color: #b5b5b9;
  cursor: default;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  padding: 0;
  border-color: #696b73 !important;
}
.__pagination .pagination > .disabled > span,
.__pagination .pagination > .disabled > span:hover,
.__pagination .pagination > .disabled > span:focus,
.__pagination .pagination > .disabled > a,
.__pagination .pagination > .disabled > a:hover,
.__pagination .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #b5b5b9;
  cursor: not-allowed;
}
.__pagination .pagination > li > a {
  border-width: 3px !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  padding: 0;
  width: 40px;
  text-align: center;
  line-height: 37px;
  margin: 0 3px;
}
.__pagination .pagination > li > a:hover {
  background-color: #696b73 !important;
  border-color: #696b73 !important;
  line-height: 37px !important;
}
/*fixedBlock*/
.stickem-container {
  position: relative;
}
.stickem {
  /*.transition(0.5s, ease); top: -50px;*/
}
.stickem.stickit {
  position: fixed;
  top: 0px;
}
.stickem.stickit-end {
  bottom: 0px;
  position: absolute;
  right: 0;
}
/* __collapse-list */
body .__collapse-list h3 {
  line-height: 51px !important;
}
/* 3 March 2016 */
body.korealang .__collapse-list > h3 strong {
  font-weight: 700;
}
/* 3 March 2016 */
.__collapse-list {
  /*padding-bottom:55px;*/
}
.__collapse-list > h3 {
  background: transparent url(../images/dot_horz_repeat.gif) top left repeat-x;
  line-height: 51px;
  margin: 0px 0px 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}
.__collapse-list > h3 a {
  display: block;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.__collapse-list > h3 a:hover {
  color: #48154a;
  text-decoration: none;
}
.__collapse-list > h3 img {
  float: left;
  margin: 0px 20px 0px 10px;
}
.__collapse-list > h3 span.links-collapse {
  background: #dadadc url(../images/img-collapse.png) 0 0 no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: right;
  margin-top: 5px;
}
.__collapse-list > h3 strong {
  line-height: 100%;
  font-weight: normal;
  font-weight: 500;
}
.__collapse-list > h3.title-with-dec {
  line-height: inherit;
}
.__collapse-list > h3.title-with-dec strong {
  overflow: hidden;
}
.__collapse-list > h3.title-with-dec span {
  font-family: "aaux-next", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
}
.__collapse-list > h3.title-with-dec small {
  line-height: 100%;
  font-weight: normal;
  font-weight: 500;
  display: block;
  font-family: "aaux-next", sans-serif;
  font-size: 16px;
  color: #333;
}
.__collapse-list > h3.first {
  background: none !important;
}
.__collapse-list > h3.open strong {
  color: #48154a;
}
.__collapse-list > h3.open span {
  color: #48154a;
}
.__collapse-list > h3.open small {
  color: #48154a;
}
.__collapse-list > h3.open a {
  color: #48154a;
  text-decoration: none;
}
.__collapse-list > h3.open span.links-collapse {
  background-position: 0px -40px;
}
.__collapse-list > div {
  margin-top: -20px;
  display: none;
}
.__collapse-list .content {
  /*background: transparent url(../images/dot_horz_repeat.gif) top left repeat-x;*/
  margin-left: 80px;
  padding: 10px 0px 0px;
}
.__collapse-list .content ul li {
  margin-bottom: 5px;
}
.__collapse-readmores {
  padding-bottom: 0.1px;
}
.__collapse-readmore {
  padding: 20px 0px 0px 15px;
  margin-bottom: 20px;
  background: #DADADC;
  position: relative;
}
.__collapse-readmore.last {
  margin-bottom: 0px;
}
.__collapse-readmore .__collapse-logo {
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: table;
  vertical-align: middle;
  float: left;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.__collapse-readmore .__collapse-logo img {
  max-width: 100%;
  vertical-align: middle;
}
.__collapse-readmore .collapse-short-txt {
  min-height: 60px;
  padding-bottom: 10px;
}
.__collapse-readmore .collapse-short-txt p {
  margin: 0px;
}
.__collapse-readmore .__collapse-content {
  overflow: hidden;
  padding: 0px 15px 0px 20px;
}
.__collapse-readmore .__collapse-content h3 {
  margin-bottom: 4px;
}
.__collapse-readmore .__collapse-content .collapse-readmore {
  margin-right: -15px;
}
.__collapse-readmore .open {
  display: block !important;
}
.__collapse-readmore .open-txt {
  display: inline !important;
}
.__collapse-readmore .hide {
  display: none !important;
}
.__block4_links {
  margin: 0px !important;
  padding: 0px;
  list-style: none;
}
.__block4_links li {
  width: 25%;
  float: left;
}
.__block4_links li a {
  background-position: center 10px !important;
  background-repeat: no-repeat !important;
  background-size: 39px 39px;
  display: block;
  padding: 55px 0px 5px;
  border: 1px solid #FFFFFF;
  background-color: #dadadc;
  text-align: center;
}
.__block4_links li a span {
  display: block;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-overflow: ellipsis;
  height: 40px;
}
.__block4_links li a:hover {
  background-color: #fdc30e;
  text-decoration: none;
  cursor: default !important;
}
.__block4_links li a._bl1 {
  background-image: url(../images/private-equity/overview/link1.png);
}
.__block4_links li a._bl2 {
  background-image: url(../images/private-equity/overview/link2.png);
}
.__block4_links li a._bl3 {
  background-image: url(../images/private-equity/overview/link3.png);
}
.__block4_links li a._bl4 {
  background-image: url(../images/private-equity/overview/link4.png);
}
.__block4_links li a._bl5 {
  background-image: url(../images/private-equity/overview/link5.png);
}
.__block4_links li a._bl6 {
  background-image: url(../images/private-equity/overview/link6.png);
}
.__block4_links li a._bl7 {
  background-image: url(../images/private-equity/overview/link7.png);
}
.__block4_links li a._bl8 {
  background-image: url(../images/private-equity/overview/link8.png);
}
/* Strategies Blocks */
.__strategies-blocks .__strategies-block {
  background: #e9e8e9;
  color: #6b6c6f;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.__strategies-blocks .__strategies-block:hover {
  background: #dcd3dc;
}
.__strategies-blocks .__strategies-block h6 {
  font-size: 16px;
  font-family: "aaux-next", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #6b6c6f;
  text-transform: uppercase;
  font-weight: normal;
}
.__strategies-blocks .__strategies-block .strategies-block-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.__strategies-blocks .__strategies-block .strategies-block-title span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
  width: 100%;
  font-size: 13px;
  padding: 0 5px;
}
.__strategies-blocks .__strategies-block .strategies-block-title.purple-bg {
  background: #48154a;
}
.__strategies-blocks .__strategies-block .strategies-block-title.sky-blue-bg {
  background: #55bceb;
}
.__strategies-blocks .__strategies-block .strategies-block-title.light-green-bg {
  background: #a9ae36;
}
.__strategies-blocks .__strategies-block .strategies-block-title.yellow-bg {
  background: #fdb71a;
}
.__strategies-blocks .__strategies-block .bg-blue {
  background-color: #55bceb;
}
.__strategies-blocks .__strategies-block .bg-green {
  background-color: #a9ae36;
}
.__strategies-blocks .__strategies-block .strategies-block-txt {
  padding-top: 15px;
}
.__strategies-blocks .__strategies-block .col-md-10 {
  padding-left: 0px;
}
.__captions_img {
  margin-bottom: 30px;
}
.ic_container {
  vertical-align: baseline;
  position: relative;
}
.ic_container .ic_caption {
  position: absolute;
  opacity: 0.6;
  overflow: hidden;
  margin: 0px;
  left: 0px;
  right: 0px;
  cursor: default;
  padding: 15px 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  background: rgba(0, 0, 0, 0.5) !important;
}
.ic_container .ic_caption h5 {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}
.ic_container .ic_caption .ic_text {
  font-size: 14px;
  padding-top: 10px;
}
.ic_container .overlay {
  opacity: 0.3;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
/*__price_table*/
#__price_table {
  background: #e9e8e9;
  margin-bottom: 30px;
}
#__price_table .__price_table {
  float: right;
  width: 33.333333%;
  background: #e9e8e9;
}
#__price_table .__price_table.table_col2 {
  width: 50%;
}
#__price_table .__price_table.table_col4 {
  width: 25%;
}
#__price_table .__price_table.table_col4 h3 {
  font-size: 14px !important;
}
#__price_table .__price_table.table_col5 {
  width: 20%;
}
#__price_table .__price_table.table_col6 {
  width: 16.666000%;
}
#__price_table .__price_table.border-lr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#__price_table .__price_table .__price_table_title {
  background: #fff;
}
#__price_table .__price_table .__price_table_title .equalBlock2 {
  background: #55bceb;
}
#__price_table .__price_table .__price_table_title h3 {
  background: #55bceb;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  padding: 20px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#__price_table .__price_table .__price_table_title ._iconProprietary {
  background: #FFFFFF url(../images/img-proprietary.png) center bottom no-repeat;
  height: 80px;
  margin-bottom: 15px;
}
#__price_table .__price_table .__price_table_title ._iconCapital {
  background: #FFFFFF url(../images/img-capital.png) center bottom no-repeat;
  height: 80px;
  margin-bottom: 15px;
}
#__price_table .__price_table .__price_table_title ._iconActive {
  background: #FFFFFF url(../images/img-active.png) center bottom no-repeat;
  height: 80px;
  margin-bottom: 15px;
}
#__price_table .__price_table .equalBlock {
  background: #e9e8e9;
}
#__price_table .__price_table .content {
  padding: 10px 20px 20px;
  color: #6b6c6f;
}
#__price_table .__price_table .content ul {
  margin: 0px !important;
  padding: 0px;
  list-style: none;
}
#__price_table .__price_table .content ul li {
  background: url(../images/dot_horz_repeat.gif) bottom left repeat-x;
  padding: 10px 0px;
  text-align: center;
}
#__price_table .__price_table .content ul li.last {
  padding-bottom: 0px;
  background: none !important;
}
.__purplebg-list-block {
  background: #dadadc;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.__purplebg-list-block .icon-title {
  background: #48154a;
  margin-bottom: -500px;
  padding-bottom: 500px;
  text-align: center;
  padding-right: 0px;
}
.__purplebg-list-block .icon-title img {
  max-width: 100%;
  margin-top: 40px;
}
.__purplebg-list-block .icon-title h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin: 10px 0px 20px;
}
.__purplebg-list-block .col-md-5 {
  border-left: 1px solid #fff;
  margin-bottom: -300px;
  padding-bottom: 300px;
}
.__purplebg-list-block .content {
  padding-top: 15px;
}
.__purplebg-list-block .content ul li {
  margin-bottom: 8px;
}
.__disclosures-content {
  border-top: 2px solid #333;
  padding-top: 10px;
  font-size: 11px;
  color: #333;
  /*word-break: break-all;*/
}
.__disclosures-content h6 {
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #333;
}
.__ul-pdf {
  margin-left: 0px !important;
  padding: 1px 0px 10px !important;
  list-style: none;
  color: #000;
}
.__ul-pdf li {
  background: url(../images/img-pdf.png) left top no-repeat;
  padding-left: 41px;
  margin-bottom: 20px;
  font-size: 13px;
}
.__ul-pdf li strong {
  color: #000;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 13px;
  padding-top: 4px;
  line-height: 100%;
  display: block;
}
#__page_Search hr {
  border-color: #ccc !important;
  border-width: 0px 0px 1px !important;
}
/*autocomplete */
.ui-autocomplete {
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  max-width: 305px;
}
.ui-autocomplete li {
  border-bottom: 1px dotted #e1e1e1;
  color: #000;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 5px 20px !important;
  margin: 0px !important;
}
.ui-autocomplete li:hover,
.ui-autocomplete li.ui-state-focus {
  background-color: #ecebeb;
  border-bottom: 1px dotted #e1e1e1;
  border-width: 0px 0px 1px !important;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  padding: 5px 20px !important;
  margin: 0px !important;
}
/*Fluid Width Video*/
.__videoPaly {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.__videoPaly object,
.__videoPaly embed,
.__videoPaly iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*Footer*/
.chineselang #__mainFooter .__footerTop .pm-col-md-5 {
  width: 20%;
}
#__mainFooter .tooltip {
  white-space: nowrap;
}
#__mainFooter .__footerTop {
  padding: 30px 0px;
  background: #48154a;
}
#__mainFooter .__footerTop .pm-col-md-5 {
  float: left;
  width: 16%;
}
#__mainFooter .__footerTop .pm-col-md-5 h4 {
  font-family: "aaux-next", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  /*white-space:nowrap;*/
}
#__mainFooter .__footerTop .pm-col-md-5 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#__mainFooter .__footerTop .pm-col-md-5 ul li {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  margin-bottom: 10px;
}
#__mainFooter .__footerTop .pm-col-md-5 ul li a {
  color: #FFFFFF;
  font-size: 16px;
}
#__mainFooter .__footerTop .pm-col-md-5 ul li a .fa-twitter {
  float: left;
  font-size: 27px;
  margin-right: 5px;
  margin-top: -5px;
}
#__mainFooter .__footerBottom {
  background: #dadadc;
  padding: 40px 0px;
  /*.col-xs-12 {padding:0px;}*/
}
#__mainFooter .__footerBottom nav.footer-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px;
  font-weight: normal;
  font-weight: 500;
}
#__mainFooter .__footerBottom nav.footer-menu ul li {
  display: inline-block;
  padding-right: 14px;
}
#__mainFooter .__footerBottom nav.footer-menu ul li a {
  color: #333333;
  font-size: 12px;
  text-decoration: underline;
  white-space: nowrap;
}
#__mainFooter .__footerBottom nav.footer-menu ul li a:hover {
  text-decoration: none;
}
#__mainFooter .footer-logo {
  float: right;
  width: 193px;
  height: 20px;
}
#__mainFooter .footer-logo a {
  width: 193px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: #dadadc url(../images/logo-footer.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/logo-footer.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/logo-footer.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/logo-footer.svg);
}
.zoom img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.zoom:hover img {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
@keyframes fadeDropdown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(0, -20px);
    -moz-transform: scale(0) translate(0, -20px);
    -ms-transform: scale(0) translate(0, -20px);
    -o-transform: scale(0) translate(0, -20px);
    transform: scale(0) translate(0, -20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    -moz-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    -o-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
  }
}
.tooltip.in {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  /*-webkit-animation: fadeDropdown 220ms 1 forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-moz-animation: fadeDropdown 220ms 1 forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
		animation: fadeDropdown 220ms 1 forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}
.tooltip .tooltip-inner {
  color: #fff;
  background-color: #fdc30e;
  border-radius: 2px;
}
.tooltip .tooltip.top .tooltip-arrow {
  border-top-color: #fdc30e;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #fdc30e;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #fdc30e;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fdc30e;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #fdc30e;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fdc30e;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #fdc30e;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #fdc30e;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fdc30e;
}
input.invalid {
  border-color: #E30408 !important;
  color: #E30408;
  background: url(../images/invalid.png) 100% 50% no-repeat !important;
}
input.valid {
  border-color: #42BF0F !important;
  color: #42BF0F;
  background: url(../images/valid.png) 100% 50% no-repeat !important;
}
.btn {
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  text-decoration: none;
}
.btn-default {
  color: #333;
  background-color: transparent;
  border-color: #333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #000;
  background-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  border-color: #000;
}
.btn-default-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-default-white:hover,
.btn-default-white:focus,
.btn-default-white:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.btn-default-dark-grey {
  color: #333;
  background-color: transparent;
  border-color: #333;
  font-weight: 800;
  border-width: 2px;
}
.btn-default-dark-grey:hover {
  color: #555;
  border-color: #555;
}
.btn-white {
  color: #8f9197;
  background-color: #FFFFFF;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #404040;
  background-color: #FFFFFF;
  background: #FFFFFF;
  border-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fdc30e;
  border-color: #fdc30e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #fff;
  background-color: #FFE20D;
  border-color: #FFE20D;
}
.btn-orange {
  color: #fff;
  background-color: #e88324;
  border-color: #e88324;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff;
  background-color: #cd6a0d;
  border-color: #cd6a0d;
}
.portfolio-more {
  color: #333;
  background-color: #fdb71a;
  border-color: #fdb71a;
}
.portfolio-more:hover,
.portfolio-more:focus,
.portfolio-more:active {
  color: #000;
  background-color: #fdc30e;
  border-color: #fdc30e;
}
.btn-readmore {
  color: #fff;
  background-color: #A9AE36;
  border-color: #A9AE36;
}
.btn-readmore:hover,
.btn-readmore:focus,
.btn-readmore:active {
  background-color: #A9AE36;
  border-color: #A9AE36;
  color: #fff;
}
.btn-purple {
  color: #fff;
  background-color: #48154a;
  border-color: #48154a;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #48154a;
  border-color: #48154a;
  color: #fff;
}
.btn-gray {
  color: #FFF!important;
  background: #808080;
  border-color: #808080;
  border-radius: 0px!important;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  background: #c42127 !important;
  border-color: #c42127 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.btn-green {
  color: #FFF!important;
  background: #54B948;
  border-color: #54B948;
  border-radius: 0px!important;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
  background: #fdc30e !important;
  border-color: #fdc30e !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.btn-blue {
  color: #FFF!important;
  background: #54bceb;
  border-color: #54bceb;
  border-radius: 0px!important;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  background: #fdc30e !important;
  border-color: #fdc30e !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.btn-yellow {
  color: #FFF!important;
  background: #fdc30e !important;
  border-color: #fdc30e !important;
  border-radius: 0px!important;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
  background: #54B948 !important;
  border-color: #54B948 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.btn-download {
  line-height: 34px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px 10px 9px!important;
}
.btn-download .icon-down-arrow {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/icon-down-arrow.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icon-down-arrow.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/icon-down-arrow.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/icon-down-arrow.svg);
}
.btn-download .icon-down-arrow2 {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/icon-down-arrow2.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icon-down-arrow2.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/icon-down-arrow2.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/icon-down-arrow2.svg);
}
.btn-download .icon-right-arrow {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/icon-right-arrow.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/icon-right-arrow.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/icon-right-arrow.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/icon-right-arrow.svg);
}
.link-url {
  background: url(../images/link-url.png) right center no-repeat;
  display: inline-block;
  padding-right: 25px;
}
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}
#nprogress .bar {
  background: #fdc30e;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fdc30e,0 0 5px #fdc30e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 9990;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fdc30e;
  border-left-color: #fdc30e;
  border-radius: 10px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes nprogress-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*.modal*/
.__pm_modal .modal-dialog {
  margin-top: 10%;
}
.__pm_modal .modal-content {
  border-radius: 0px;
}
.__pm_modal .modal-content .modal-header {
  background: #48154a;
}
.__pm_modal .modal-content .modal-header h4.modal-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.__pm_modal .modal-content .modal-header .close {
  opacity: 1px!important;
  color: #FFFFFF !important;
  width: 52px;
  height: 54px;
  margin-right: -16px;
  margin-top: -16px;
  text-shadow: none !important;
  font-size: 45px !important;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  font-weight: 500 !important;
  background: #661C69;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}
.__pm_modal .modal-content .modal-header .close:hover {
  text-decoration: none;
  background: #fdc30e;
  width: 65px;
  color: #FFFFFF !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
}
.__pm_modal .modal-content .modal-footer {
  margin-top: 0px;
}
.__pm_modal .modal-content .modal-footer .btn-purple:hover {
  text-decoration: none;
  background: #fdc30e;
  border-color: #fdc30e;
  padding: 5px 20px;
}
.__pm_modal .modal-content .shareFrom .modal-body {
  padding: 0px 20px 0px;
}
.__pm_modal .modal-content .shareFrom .modal-body .form-group {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px !important;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 0px;
  height: 45px;
  line-height: 25px;
  overflow: hidden;
}
.__pm_modal .modal-content .shareFrom .modal-body label.control-label {
  margin: 0px;
  padding: 0px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}
.__pm_modal .modal-content .shareFrom .modal-body .shareInput {
  width: 100%;
  height: 25px;
  border-width: 0px;
  line-height: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none !important;
  font-size: 14px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #666;
}
.__pm_modal .modal-content .shareFrom .modal-body .shareInput:focus {
  border-color: transparent !important;
  outline: 0!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #F9F9F9;
}
.__pm_modal .modal-content .shareFrom .modal-body .shareTextarea {
  width: 100%;
  border-width: 0px;
  line-height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none !important;
  resize: vertical;
  font-size: 14px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #666;
}
.__pm_modal .modal-content .shareFrom .modal-body .shareTextarea:focus {
  border-color: transparent !important;
  outline: 0!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #F9F9F9;
}
/* Additonal Changes Abhishek */
.institute-leadership {
  overflow: hidden;
  margin-right: 15px;
  background: #e1e1e3;
  margin-bottom: 20px;
  position: relative;
  max-width: 60%;
}
.institute-leadership .institute-leadership-img {
  float: left;
  width: 38%;
  margin-right: 15px;
}
.institute-leadership .institute-leadership-img img {
  width: 99%;
}
.institute-leadership .institute-leadership-details {
  float: left;
  width: 58.4%;
  min-height: 135px;
  padding-top: 20px;
}
.institute-leadership .institute-leadership-details h5 {
  font-family: aaux-next, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.institute-leadership .institute-leadership-details p {
  font-size: 13px;
  color: #333333;
  margin-bottom: 0;
}
.institute-leadership .institute-leadership-details h6 {
  font-family: aaux-next, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 13px;
}
.institute-leadership .institute-leadership-details h6 span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding-top: 5px;
}
.institute-leadership .institute-leadership-details a.btn-green {
  bottom: 0;
  position: absolute;
  right: 0px;
  font-weight: bold;
}
.institute-leadership .institute-leadership-details a.btn-yellow {
  bottom: 0;
  position: absolute;
  right: 0px;
  font-weight: bold;
}
.kkr-pulication {
  width: 505px;
  float: right;
  background: #ededed;
  background: url(../images/dotvertrepeat.gif) repeat-y 0 0;
  padding: 0 0 0 20px;
  margin-left: 20px;
  margin-top: 20px;
}
.kkr-pulication .time {
  font-size: 13px;
  display: block;
  line-height: 100%;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 50;
}
.kkr-pulication .full-data {
  overflow: hidden;
  margin-bottom: 15px;
}
.kkr-pulication .full-data .__KGIBg {
  position: relative;
  top: 0px;
  height: 140px;
  width: 160px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.kkr-pulication .full-data .__KGIBg .label-title {
  font-size: 10px;
}
.kkr-pulication .full-link {
  float: left;
  width: 160px;
  height: 140px;
  display: block;
}
.kkr-pulication .kkr-pulication-data {
  width: 325px;
  float: left;
  padding-left: 15px;
}
.kkr-pulication .kkr-pulication-data h3 {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.kkr-pulication .kkr-pulication-data h3 a {
  color: #333;
  text-decoration: none;
  transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
}
.kkr-pulication .kkr-pulication-data h3 a:hover,
.kkr-pulication .kkr-pulication-data h3 a:active,
.kkr-pulication .kkr-pulication-data h3 a:focus {
  color: #48154a;
}
.kkr-pulication .kkr-pulication-data p {
  font-size: 12px;
  margin-bottom: 0;
}
.kkr-pulication .__twitter-block-home a {
  margin-bottom: 0;
}
.kkr-pulication .__twitter-block-home a:hover {
  color: #FDC30E;
}
/* Toggle Sidebar CSS */
.toggle-btn {
  background: #DADADC;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  overflow: hidden;
}
.toggle-btn span {
  display: block;
  background: #696b73;
  float: right;
  padding: 5px 10px;
  cursor: pointer;
}
.toggle-btn span:before {
  content: "+";
}
.seacrh-toggle-btn {
  background: #DADADC;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  overflow: hidden;
}
.seacrh-toggle-btn span {
  display: block;
  background: #696b73;
  float: right;
  padding: 5px 10px;
  cursor: pointer;
}
.seacrh-toggle-btn span:before {
  content: "+";
}
.sidebar-block .sidebar-block-content {
  clear: both;
}
.toggle-icon:before {
  content: "-" !important;
}
.kkr-global-institute {
  position: relative;
}
.kkr-global-institute .black-content {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.kkr-global-institute .black-content span {
  width: 70%;
  padding: 10px;
  display: block;
}
.kkr-global-institute .black-content div {
  width: 30%;
}
.kkr-global-institute .black-content img {
  width: 100%;
}
/*client css*/
.visuallyhidden {
  position: absolute !important;
  left: -999em;
  bottom: 0px;
}
.chart_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8em;
}
.chart_table td {
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
}
.chart_table td p,
#main-content .chart_table td p {
  margin: 0;
  font-size: 12px;
}
.chart_table tr td {
  background-color: #eee;
}
.chart_table tr.top,
.chart_table tr.top td {
  background-color: #ccc;
  line-height: 1.3em;
}
.chart_table.left_elign td {
  text-align: left;
  vertical-align: top;
}
.illus {
  margin: 24px 0 24px 0;
  padding: 24px 0 0 0;
  background: url("../images/dot_horz_repeat.gif") repeat-x left top;
}
.illus.wide_ {
  width: 733px;
  margin: 24px 0 24px -189px;
  position: relative;
}
.category-label {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 2px;
  margin-bottom: 14px;
  line-height: 1em;
}
.illus p.category-label {
  margin-bottom: 7px!important;
}
.illus.chart h2 {
  margin: 0 0 10px 0!important;
  font-size: 24px;
}
.illus.chart .caption {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #8D4696;
  margin-top: 10px;
}
.illus.chart .caption.float {
  margin-top: 0px;
  width: 300px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.illus.chart .image {
  display: block;
  margin: 0 auto;
}
div.bottom_rule {
  clear: both;
  height: 25px;
  background-image: url(../images/dot_horz_repeat.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
}
/* 27 Aug 2014 :: E092 :: starts :: sidebar view*/
.sidebar-view .sidebar-img {
  margin: 0 10px 0 0;
  width: 100px;
}
.sidebar-view .sidebar-img .img-rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}
.sidebar-view h3 {
  margin: 0;
  font-size: 28px;
}
.sidebar-view h4 {
  font-family: aaux-next, sans-serif;
  margin-bottom: 4px;
  padding-top: 6px;
  font-size: 16px;
}
.sidebar-view h4 a {
  color: #333;
  text-decoration: none;
}
.sidebar-view h6 {
  font-size: 13px;
  font-weight: 700;
  font-family: aaux-next, sans-serif;
}
.sidebar-view h6 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 120%;
}
.view ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view ul li {
  font-family: aaux-next, sans-serif;
  padding: 20px 0 0;
  border-bottom: 2px solid #d0d0d0;
}
.view ul li:first-child {
  padding-top: 0;
}
.view ul li .date {
  float: left;
  width: 42px;
  margin: 0 15px 15px 0;
  display: inline-block;
  background: #a488a4;
  position: relative;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  color: #FFF;
  text-align: center;
  font-family: aaux-next, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 8px 0 6px;
}
.view ul li .date span {
  font-size: 24px;
  line-height: 100%;
  display: block;
}
.view ul li .date em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
}
.view ul li h4 {
  font-family: aaux-next, sans-serif;
  margin: 0 0 10px;
  line-height: 120%;
  font-size: 15px;
  font-weight: 600;
}
.view ul li h4 a {
  color: #333;
  text-decoration: none;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.view ul li h4 a:hover,
.view ul li h4 a:active,
.view ul li h4 a:focus {
  color: #48154a;
}
.view ul li h6 {
  color: #696c74;
  font-weight: 700;
  font-family: aaux-next, sans-serif;
  margin-bottom: 8px;
  line-height: 18px;
}
.sidebar_view_more {
  background: none;
  margin-top: 30px;
}
.sidebar_view_more h2 {
  margin-bottom: 15px;
}
.ic_caption h5 {
  padding-top: 6px;
  font-size: 19px;
  line-height: 120%;
}
.ic_caption h5 a {
  color: #FFF;
  text-transform: capitalize;
  text-decoration: none;
}
.img-with-title:hover .label-title span {
  padding-left: 5px;
  padding-right: 5px;
}
#__thoughts-road {
  padding-top: 0;
}
/* 27 Aug 2014 :: E092 :: ends :: sidebar view*/
/* 30 Aug 2014 :: E092 :: Timeline ::starts */
.timeline_launch img {
  width: 100%;
}
.video-timeline .video-timeline-btn-large a.btn-play {
  line-height: 155px;
  height: 155px;
}
.timeline_video_2010 .video-timeline-img img {
  width: 100%;
}
.timeline_video_2010 .video-timeline-txt a.btn-play-timeline {
  height: 155px;
  line-height: 155px;
}
.__timeline-block.__timeline-block3 .imgs-block-left-tl {
  padding-right: 0;
}
.__timeline-block.__timeline-block3 .imgs-block-left-tl img {
  width: 100%;
  max-height: 365px;
}
.__timeline-block.__timeline-block3 .imgs-block-right-tl {
  padding-left: 0;
}
.__timeline-block.__timeline-block3 .imgs-block-right-tl img {
  width: 100%;
  max-height: 365px;
}
.timeline_btn {
  position: relative;
}
.timeline_btn .read_more_timeline {
  position: absolute;
  left: 15px;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-family: aaux-next, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 61px;
  line-height: 66px;
  opacity: 0.8;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  white-space: nowrap;
  width: 165px;
  background: #fdc30e;
  text-decoration: none;
}
.timeline_btn .read_more_timeline:hover,
.timeline_btn .read_more_timeline:active,
.timeline_btn .read_more_timeline:focus {
  background: #49c200;
}
.__lasttimeline {
  margin-bottom: 0;
}
/* 30 Aug 2014 :: E092 :: Timeline ::ends */
/* 1st Sep 2014 :: E092 :: featured video :: starts */
#__page_KGIVideo .__postFooterBlock {
  background: #696c74;
  padding: 15px 0 25px;
}
#__page_KGIVideo .__postFooterBlock h2 {
  color: #FFF;
  margin-bottom: 20px;
}
#__page_KGIVideo .__postFooterBlock .post-botton-list a.full-link {
  margin-bottom: 12px;
  display: block;
}
#__page_KGIVideo .__postFooterBlock .post-botton-list h4 {
  color: #fff;
  font-family: aaux-next, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#__page_KGIVideo .__postFooterBlock .post-botton-list h4 a {
  color: #fff;
  text-decoration: none;
}
#__page_KGIVideo .__postFooterBlock .post-botton-list p {
  color: #fff;
  font-family: aaux-next, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
/* 1st Sep 2014 :: E092 :: featured video :: ends */
/* 2nd sep 2014 :: e092  */
.page-content-m.series-content {
  min-height: 265px;
}
.alert-warning {
  background-color: #fee186;
  border: none;
  color: #000;
  border-radius: 0;
}
/*404 ERROR*/
.error-404 {
  font-size: 100px !important;
}
/* 2nd sep 2014 ::ends */
/* Article Style */
.page-content-main .post-content .exhibit-label {
  background: #48154a;
  color: #ffffff;
  float: right;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-content-main .post-content .exhibit-title {
  text-transform: uppercase;
  font-family: aaux-next, sans-serif;
  font-size: 15px;
  font-weight: bold;
  border-top: 5px solid #48154a;
  padding-top: 7px;
  margin-bottom: 0;
}
.page-content-main .post-content .caption {
  color: #8d4696;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid #48154a;
}
.page-content-main .post-content .alpha_title {
  color: #481049;
  border-top: 3px solid #48154a;
  font-size: 20px;
  padding-top: 7px;
}
.page-content-main .post-content .endnote_container h5 {
  font-size: 14px !important;
  text-transform: inherit !important;
  color: #666 !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.page-content-main .post-content .endnote_container ol {
  margin-left: -28px;
}
.page-content-main .post-content .endnote_container li {
  font-size: 0.8em;
  padding-left: 20px;
}
/* End */
/* Map Style */
#chartdiv {
  width: 100%;
  height: 500px;
}
#ceechart {
  width: 100%;
  height: 700px;
}
#__map_all_locations #map_cust.map-custom {
  width: 48%;
}
#__map_all_locations #map_cust.map-custom .scrollable .viewport {
  max-height: inherit !important;
  overflow: hidden;
}
#__map_all_locations #map_cust.map-custom #close_cust {
  right: auto;
  left: -40px;
}
#__map_all_locations #map_cust.map-custom .overview {
  width: 100%;
}
#__map_all_locations #map_cust.map-custom .overview #data_cust {
  width: 100% !important;
  padding-right: 15px;
}
#__map_all_locations #map_cust.map-custom .overview .map-img-wrap-l {
  padding: 10px;
  border: 5px solid #fff;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
#__map_all_locations #map_cust.map-custom .overview .map-img-wrap-r {
  padding: 10px;
  border: 3px solid #fff;
  height: 130px;
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 15px;
  text-align: center;
}
#__map_all_locations #map_cust.map-custom .overview .company-info {
  position: relative;
  padding-top: 10px;
}
#__map_all_locations #map_cust.map-custom .overview .company-info:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 2px;
  background: #000;
  content: "";
}
#__map_all_locations #map_cust.map-custom .overview .company-info ul {
  margin-left: 0;
  padding-bottom: 15px;
}
#__map_all_locations #map_cust.map-custom .overview .company-info ul li {
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 0;
}
#__map_all_locations #map_cust.map-custom .overview .company-info ul li a {
  font-size: 12px;
  color: #fff;
}
.countryname {
  text-transform: uppercase;
  font-size: 18px;
  color: #333;
  display: block;
  padding: 0;
  margin: 0px !important;
  font-family: aaux-next, sans-serif;
}
.cmpno {
  font-size: 60px;
  color: #333;
  display: block;
  padding: 0;
  margin: -15px 0 0 0;
  font-weight: bold;
  font-family: aaux-next, sans-serif;
}
/* End */
/*BATA SECTION*/
.cee-champion-sec {
  background: #d6d7d9;
}
.cee-champion-sec .cee-img {
  margin-left: -15px;
}
.cee-champion-sec .cee-img img {
  width: 100%;
}
.cee-champion-sec .cee-cont {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cee-champion-sec .cee-cont h4 {
  font-size: 25px;
}
.cee-champion-sec .cee-cont p {
  font-size: 15px;
}
.cee-champion-sec .cee-cont img {
  margin-left: 30px;
  width: 30%;
}
.form-item,
.form-actions {
  margin: 0 !important;
}
.language-dd {
  float: right;
}
.language-dd h2 {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: aaux-next, sans-serif;
  display: none;
}
.language-dd .ddsDefault .dd-select {
  background: none !important;
  border: none;
}
.language-dd .ddsDefault .dd-selected {
  padding: 0 !important;
}
.language-dd .ddsDefault .dd-selected label {
  color: #333333 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: aaux-next, sans-serif;
  background: none !important;
  border: none;
  padding: 0 !important;
  line-height: 100% !important;
  float: left;
  margin: 0 !important;
}
.language-dd .ddsDefault .dd-selected img {
  float: left;
}
.language-dd .ddsDefault .dd-pointer-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 15px;
  right: 20px;
}
.language-dd .ddsDefault .dd-pointer-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 7px solid #fff !important;
  position: absolute;
  top: 15px;
  right: 20px;
}
.language-dd .ddsDefault .dd-pointer.active {
  border-top: 7px solid #000 !important;
}
.language-dd .ddsDefault .dd-options {
  top: 34px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto !important;
  background: #c3c4c7;
  padding: 25px !important;
  width: 350px !important;
  right: 0;
}
.language-dd .ddsDefault .dd-option label {
  line-height: 100% !important;
  margin-bottom: 0 !important;
}
.language-dd .ddsDefault .dd-option:hover {
  background: #696b73 !important;
  color: #fff;
}
.language-dd .ddsDefault .dd-option-selected {
  background: #696b73 !important;
  border: none !important;
}
.language-dd .ddsDefault .dd-option-selected label {
  color: #fff;
}
.ddsDefault .dd-option {
  border-bottom: 1px solid #696b73 !important;
}
.ddsDefault li:last-child .dd-option {
  border-bottom: none !important;
}
.language-dd .dd-select .dd-selected {
  color: #fff !important;
  padding: 10px !important;
  display: block;
}
.language-dd .dd-select .dd-selected label {
  color: #fff !important;
}
.language-dd .dd-select .dd-selected.active {
  background: #c3c4c7;
  color: #000;
}
.language-dd .dd-select .dd-selected.active label {
  color: #000 !important;
}
.login-dd {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 10px;
  right: 5px;
}
#__mainTop .container .__topNavbar ul.__topNavbar__ul li a.top-link {
  padding: 0 25px !important;
}
/* 9 Feb 2015 */
.__kkr_vetsteam #__kkr_portflioisotope .item {
  min-height: 298px;
  background: transparent;
}
.__kkr_vetsteam #__kkr_portflioisotope .item .bio-img {
  position: relative;
}
.__kkr_vetsteam #__kkr_portflioisotope .item .bio-img .btn-orange {
  position: absolute;
  right: 0;
  bottom: 0;
}
.__kkr_vetsteam #__kkr_portflioisotope .item .bio-content {
  background: #FFF;
}
.__kkr_vetsteam #__kkr_portflioisotope .item .bio-content h3 {
  margin: 0 0 0;
  padding: 8px 0 0;
  font-size: 20px;
}
.__kkr_vetsteam #__kkr_portflioisotope .item .bio-content .desc {
  font-weight: 600;
}
.__kkr_vetsteam #__kkr_portflioisotope .item .item-content .block-close:hover {
  background-color: #cd6a0d;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large {
  height: 626px;
  overflow: hidden;
  background: #dcddde;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .item-content {
  float: left;
  width: 67%;
  max-width: 490px;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .item-content .full-txt {
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .item-content .full-txt a.__click-here {
  margin-top: 15px;
  text-decoration: underline;
  color: #9b69fe;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .item-content .full-txt a.__click-here:hover {
  color: #48154a;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-img {
  float: left;
  width: 223px;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-content {
  padding: 20px 20px 0;
  background: #dcddde;
  float: left;
  width: 67%;
  max-width: 490px;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-content h3 {
  padding-top: 0;
}
.__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-content .desc {
  font-weight: bold;
  padding-bottom: 18px;
}
/*Media Center18-05-2015*/
.media-center-date {
  color: #696b73;
}
.media-listing {
  border-top: 5px solid  #333333;
  padding-top: 5px !important;
  margin-top: 75px;
}
/*.mc-dot{ background:url(../images/dotline-h.png) repeat-x 0 3px; height:25px; }
	h3{
		a{color:#000;}
	}*/
.media-listing small {
  display: block;
  width: 100%;
}
.media-listing span {
  clear: both;
  font-size: 25px;
  font-family: betonbold, sans-serif;
  font-weight: normal !important;
}
.mc-style h3 {
  font-family: aaux-next, sans-serif;
  margin-bottom: 10px;
}
.mc-style h4 {
  font-family: aaux-next, sans-serif;
  line-height: 25px;
  margin-bottom: 10px;
}
.sidebar_view_more.mc-style {
  margin-top: 0 !important;
}
.media-listing.search-listing {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-border-img {
  background: none !important;
}
.media-center-left a {
  color: #333;
}
.more-btn {
  float: right;
  padding-left: 15px;
}
/* 11 Dec 2015 */
.ui-autocomplete {
  max-width: 100%;
}
#__page_originalThinking.__global-perspective .page-title {
  margin-bottom: 30px;
}
#__page_originalThinking.__global-perspective .__mediaPost_list.first-post {
  padding-bottom: 50px;
}
#__page_originalThinking.__global-perspective .__mediaPost_list .time {
  margin-bottom: 3px;
}
#__page_originalThinking.__global-perspective .__mediaPost_list .time.author-text {
  text-transform: none;
  font-size: 14px;
}
#__page_originalThinking.__global-perspective .__mediaPost_list h2 {
  margin-bottom: 13px;
}
#__page_originalThinking.__global-perspective .blog-cont h3 a {
  font-weight: 700;
}
#__page_originalThinking.__global-perspective .blog-twitter li {
  color: #333;
}
#__page_originalThinking.__global-perspective .sidebar-block .sidebar-block-sub-title span {
  font-weight: 700;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form {
  background: #b4b5b9;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form .page-search-field {
  color: #FFF;
  letter-spacing: 3px;
  padding-right: 35px;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form *::-moz-placeholder {
  color: #FFF;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form :-moz-placeholder {
  color: #FFF;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form ::-webkit-input-placeholder {
  color: #FFF;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form *::placeholder {
  color: #FFF;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form ::placeholder {
  color: #FFF;
}
#__page_originalThinking.__global-perspective .sidebar-block .page-search-form .page-search-submit {
  background: url(../images/img-search-icon-white.png) no-repeat 0 0;
}
#__page_originalThinking.__global-perspective .__newsletter {
  overflow: hidden;
}
#__page_originalThinking.__global-perspective .__newsletter .newsletter-img {
  margin: 0 15px 0 0;
}
#__page_originalThinking.__global-perspective .__newsletter .__newsletter-margin {
  margin-left: 12.5%;
}
#__page_originalThinking.__global-perspective .__twitter-block-home span.fa {
  margin-top: 4px;
}
#__page_originalThinking.__global-perspective.grey-bg .blog-wrapper .blog-author {
  margin-top: -4px;
}
#__page_originalThinking.__global-perspective.grey-bg .blog-wrapper .blog-author a {
  color: #8f9096;
}
#__page_originalThinking.__global-perspective.grey-bg .blog-wrapper .blog-author a:hover {
  color: #48154a;
}
#__page_originalThinking.__global-perspective.grey-bg .toggle-search-btn {
  margin-bottom: 0;
}
#__page_originalThinking.__global-perspective.grey-bg .blog-profile .profile-content h2.profile-title {
  margin-bottom: 5px;
}
/* 15 June 2015 */
/*
#invt-menu {
	  .dropdown:after {
			  left: 610px;

	  }

	  &:hover > .dropdown {
		  transform: translate(-14%, 15px) !important;
		  -ms-transform: translate(-14%, 15px) !important;
		  width: 688px;
		  padding: 0;
	  }
	  .dropdown {
			left: -452px;
			left:auto;
			transform: translate(-14%, 80px) !important;
			-ms-transform: translate(-14%, 80px) !important;
    		width: 688px;
			right: -96px;
    		top: 19px;
			font-size: 14px;
    		text-align: left;

			.drop-wrap-bor {
				background:none;
				overflow: hidden;
				position: relative;
				width: auto;

				li {
					float: none !important;
				}
			}
			ul {
				float: left;
				margin: 0;
				padding: 0;

				li {
					list-style-type: none;
					margin: 0;
					padding: 0;

					a {
						color: #000000;
						font-size: 15px !important;
						font-weight: 500;
						letter-spacing: 0.1em;
						text-transform: capitalize;

						&:hover {
							text-decoration:underline;
						}
					}
				}
			}
	  }

	  .invt-left {
			float: left;
			padding: 20px;
			width: 40%;
	  }
	  .invt-right {
			float: left;
			margin: 20px 0;
			padding: 0 20px;
			width: 60%;
	  }
	  h5 {
			color: #595959;
			font-family: aaux-next,sans-serif;
			font-weight: 500;
	  }
}

*/
.dotted-border {
  background: url(../images/dot.png) repeat-y 0 0;
  display: block;
  height: 80%;
  left: 38%;
  position: absolute;
  top: 20px;
  width: 1px;
}
.front #invt-menu .dropdown {
  top: 26px;
  left: -432px;
  left: auto;
  right: -116px;
}
.front #invt-menu .dropdown .invt-left ul li a {
  white-space: normal;
}
/*NEW MENU CHANGES - 24-06-2015*/
.menu-hover li {
  display: block;
}
.menu-hover ul {
  background: #B4B4B4;
  left: auto !important;
}
.menu-hover .__subs > li.container {
  float: none !important;
  margin: 2px auto 0 !important;
}
.menu-hover .__subs > li.container > ul {
  overflow: hidden;
  padding: 0 !important;
}
.remove-arrow:after {
  content: none !important;
}
body .__subMenu .__mainNavMenu .__main > li.active .__subs.active-hide {
  display: none !important;
}
.sub-menu-dd {
  top: 47px;
}
body #__mainHeader .menu-dropdown.menu-nav > a {
  letter-spacing: 0.1em !important;
}
.menu-dropdown .dropdown a {
  letter-spacing: 0 !important;
}
.page-search.chineselang .__subMenu .__mainNavMenu,
.page-search.englishlang .__subMenu .__mainNavMenu,
.page-search.japanlang .__subMenu .__mainNavMenu,
.page-search.korealang .__subMenu .__mainNavMenu {
  top: 0px !important;
}
/* 11 Dec 2015 */
#__team-details .__twitter-block-home .pull-right:hover {
  background: none !important;
}
.blog-twitter {
  margin-bottom: 30px;
}
.__twitter-block-home.back-btn a:hover {
  background: none !important;
  color: #fdc30e;
}
.__twitter-block-home .time {
  color: #696b73;
  display: block;
  font-size: 12px;
  font-weight: 700;
}
.__twitter-block-home a {
  color: #fff;
  font-family: aaux-next, sans-serif;
  /*6 Nov 2015*/
}
.__twitter-block-home a:hover {
  color: #fff;
  text-decoration: none;
}
.__twitter-block-home h3 {
  background: #48154a;
  height: 32px;
  line-height: 32px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.__twitter-block-home span.fa {
  margin: 3px 10px 0px;
  font-size: 23px;
  line-height: 100%;
  float: left;
}
.__twitter-block-home ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.__twitter-block-home ul li {
  border-bottom: 2px solid #b5b5b9;
  padding-bottom: 15px;
  margin-bottom: 13px;
}
.__twitter-block-home ul li time {
  display: block;
  margin-bottom: 3px;
  font-family: "aaux-next", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #696c74;
  text-transform: uppercase;
}
.__twitter-block-home ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
.__twitter-block-home ul li a:hover {
  color: #fdc30e;
}
.__twitter-block-home ul li.last-tweet {
  border-bottom: 0;
}
.__twitter-block-home .go-btn {
  background: #696b73;
  color: #fff !important;
  padding: 0 10px;
  margin-right: -2px;
  font-size: 11px !important;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.__twitter-block-home .pull-right {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: block;
}
.__twitter-block-home .pull-right:hover {
  color: #fdc30e;
  background: #fdc30e !important;
}
.__twitter-block-home .go-btn.pull-right {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: block;
}
.__twitter-block-home .go-btn.pull-right:hover {
  color: #fdc30e;
  background: #fdc30e !important;
}
.__twitter-block-home .pull-right:hover {
  background: none !important;
}
/* E092 :: starts :: sidebar view*/
.toggle-search-btn {
  margin-bottom: 30px;
}
.rounded-btn {
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14.28px;
  color: #b4b5b9;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  padding: 1px 10px;
  display: inline-block;
  transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
}
.rounded-btn:hover {
  border-color: #FDC30E;
  color: #FDC30E;
}
.sidebar-view.side-blog {
  margin-top: 15px;
  background: url(../images/dot_horz_repeat.gif) repeat-x 0 bottom;
  padding-bottom: 25px;
}
.sidebar-view.side-blog:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-view.side-blog h3 {
  font-size: 21.42px;
}
.sidebar-view.side-blog .blog-cont {
  overflow: hidden;
}
.sidebar-view .sidebar-img {
  margin: 0 10px 0 0;
  width: 100px;
}
.sidebar-view .sidebar-img .img-rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  border: 2px solid #b4b5b9;
}
.sidebar-view h3 {
  margin: 0;
  font-size: 28px;
  color: #333333;
  font-family: "aaux-next", sans-serif;
}
.sidebar-view h4 {
  font-family: aaux-next, sans-serif;
  margin-bottom: 15px;
  padding-top: 6px;
  font-size: 14px;
  color: #696b73;
}
.sidebar-view h4 a {
  color: #696b73;
  text-decoration: none;
}
.sidebar-view h6 {
  font-size: 13px;
  font-weight: 700;
  font-family: aaux-next, sans-serif;
}
.sidebar-view h6 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  line-height: 120%;
}
.view ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view ul li {
  font-family: aaux-next, sans-serif;
  padding: 20px 0 0;
  border-bottom: 2px solid #d0d0d0;
}
.view ul li:first-child {
  padding-top: 0;
}
.view ul li .date {
  float: left;
  width: 42px;
  margin: 0 15px 15px 0;
  display: inline-block;
  background: #a488a4;
  position: relative;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  color: #FFF;
  text-align: center;
  font-family: aaux-next, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  padding: 8px 0 6px;
}
.view ul li .date span {
  font-size: 24px;
  line-height: 100%;
  display: block;
}
.view ul li .date em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
}
.view ul li h4 {
  font-family: aaux-next, sans-serif;
  margin: 0 0 10px;
  line-height: 120%;
  font-size: 15px;
  font-weight: 600;
}
.view ul li h4 a {
  color: #333;
  text-decoration: none;
  transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.view ul li h4 a:hover,
.view ul li h4 a:active,
.view ul li h4 a:focus {
  color: #48154a;
}
.view ul li h6 {
  color: #696c74;
  font-weight: 700;
  font-family: aaux-next, sans-serif;
  margin-bottom: 8px;
  line-height: 18px;
}
.sidebar_view_more {
  background: none;
  margin-top: 30px;
}
.sidebar_view_more h2 {
  margin-bottom: 15px;
}
.ic_caption h5 {
  padding-top: 6px;
  font-size: 19px;
  line-height: 120%;
}
.ic_caption h5 a {
  color: #FFF;
  text-transform: capitalize;
  text-decoration: none;
}
.img-with-title:hover .label-title span {
  padding-left: 5px;
  padding-right: 5px;
}
#__thoughts-road {
  padding-top: 0;
}
/*Sidebar Block Redesign 19-10-2015*/
/*#clear-all.btn-white:active{color:#b4b5b9; background:none; outline:none !important;}*/
.no-padd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#search-block .active {
  background: #b4b5b9 !important;
  color: #fff !important;
}
#search-block .active .nowrap-txt.selected {
  color: #fff !important;
}
.disable-block {
  opacity: 0.5;
}
.sidebar-block {
  margin-bottom: 30px;
  /*overflow:hidden;*/
}
.sidebar-block > h2 {
  text-align: center;
  font-size: 13px;
  color: #B4B5B9;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 35px;
  font-weight: 500;
  font-family: "aaux-next", sans-serif;
  position: relative;
  z-index: 2;
}
.sidebar-block > h3 {
  background: #FFFFFF;
  margin: 0px;
  padding-bottom: 10px;
}
.sidebar-block .sidebar-block-content {
  padding: 0 0 18px;
  margin-bottom: 10px;
}
.sidebar-block .sidebar-block-content.top-m {
  margin-top: 15px;
}
.sidebar-block .sidebar-block-content.sidebar-tags-content {
  padding-bottom: 8px;
}
.sidebar-block .sidebar-block-sub-title {
  text-align: center;
  color: #B5B5B9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  font-family: "aaux-next", sans-serif;
  padding: 0px 0px 15px;
  margin: 0;
}
.sidebar-block .sidebar-block-sub-title span {
  display: inline-block;
  background: #fff;
  padding: 0px 10px;
  font-weight: 500;
  font-size: 12px;
}
.sidebar-block .sidebar-block-sub-title em {
  background: #b5b5b9;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: -7px;
}
.sidebar-block .page-search-form {
  background: #fff;
  border: 2px solid #b4b5b9;
  padding: 12px 10px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.sidebar-block .page-search-form label {
  margin: 0px;
  padding: 0px;
  display: block;
}
.sidebar-block .page-search-form .page-search-field {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0px 0px;
  width: 100%;
  background: none !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  color: #8F9197;
  font-weight: bold;
}
.sidebar-block .page-search-form .page-search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
}
.sidebar-block .page-search-form .page-search-submit {
  background: url(../images/img-search-icon.png) 0px 0px no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -200px;
  border: none !important;
  padding: 0px;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-block .page-search-form .page-search-submit:hover,
.sidebar-block .page-search-form .page-search-submit:focus {
  background: url(../images/img-search-icon.png) 0px 0px no-repeat;
  padding: 0px !important;
}
.sidebar-block .page-search-form ::-webkit-input-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .page-search-form :-moz-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .page-search-form ::-moz-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .page-search-form :-ms-input-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .author-search-form {
  background: #fff;
  padding: 12px 10px;
  position: relative;
  border: 2px solid #b4b5b9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.sidebar-block .author-search-form .author-search-field {
  border: none;
  height: 22px;
  margin: 0;
  padding: 0px;
  width: 100%;
  background: none !important;
  font-size: 14.28px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  color: #8F9197;
  font-weight: 700;
}
.sidebar-block .author-search-form .author-search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
}
.sidebar-block .author-search-form ::-webkit-input-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .author-search-form :-moz-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .author-search-form ::-moz-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .author-search-form :-ms-input-placeholder {
  color: #b4b5b9;
  opacity: 1;
}
.sidebar-block .input-search-row {
  background: #fff;
  margin-bottom: 12px;
  position: relative;
}
.sidebar-block .input-search-row .sort-selected {
  color: #404040;
}
.sidebar-block .input-search-row #sort-year {
  color: #8f9197;
  text-align: center;
  padding: 6px 12px;
  display: block;
  line-height: 100%;
  font-family: "aaux-next", sans-serif;
  color: #B4B5B9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  font-weight: 500;
  height: 45px;
  border: 2px solid #B4B5B9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: bold;
}
.sidebar-block .input-search-row #sort-alpha {
  color: #8f9197;
  text-align: center;
  padding: 6px 12px;
  display: block;
  line-height: 100%;
  font-family: "aaux-next", sans-serif;
  color: #B4B5B9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  font-weight: 500;
  height: 45px;
  border: 2px solid #B4B5B9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.sidebar-block .input-search-row.last {
  margin-bottom: 0px !important;
}
.sidebar-block .input-search-row .input-search-field {
  border: none;
  height: 22px;
  margin: 0;
  padding: 0px;
  width: 100%;
  background: none !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  color: #8F9197;
  font-weight: 500;
}
.sidebar-block .input-search-row .input-search-field:focus {
  background-color: #fff;
  cursor: text;
  outline: 0;
}
.sidebar-block .input-search-row ::-webkit-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row :-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row ::-moz-placeholder {
  color: #b2b4b6;
}
.sidebar-block .input-search-row :-ms-input-placeholder {
  color: #b2b4b6;
}
.sidebar-block .sidebar-block-content .btn-group {
  display: block ;
}
.sidebar-block .sidebar-block-content .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-block .sidebar-block-content .btn-option {
  display: block !important;
  cursor: pointer;
  margin: 0;
  padding: 8px 10px !important;
  background: #fff !important;
  font-size: 12px;
  text-decoration: none;
  font-family: "aaux-next", sans-serif;
  line-height: 100%;
  text-transform: uppercase;
  color: #b4b5b9;
  font-weight: bold;
  width: 100% !important;
  text-align: left;
  border: 2px solid #b4b5b9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.sidebar-block .sidebar-block-content .btn-option .nowrap-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
  color: #8F9197;
}
.sidebar-block .sidebar-block-content .btn-option .nowrap-txt.selected {
  color: #b4b5b9;
}
.sidebar-block .sidebar-block-content .btn-option .caret {
  border-top: 6px solid #696C74 !important;
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
  margin-top: 3px;
}
.sidebar-block .sidebar-block-content .btn-option:hover {
  color: #404040;
  background: #fff !important;
}
.sidebar-block .sidebar-block-content .btn-option:hover .caret {
  border-top: 6px solid #000 !important;
}
.sidebar-block .sidebar-block-content .dropdown-menu {
  max-height: 450px;
  overflow: auto;
  display: none !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.sidebar-block .sidebar-block-content .dropdown-menu li {
  margin-bottom: 0px;
  border-bottom: 1px dotted #E1E1E1;
}
.sidebar-block .sidebar-block-content .dropdown-menu li a {
  padding: 4px 20px 5px;
}
.sidebar-block .sidebar-block-content .dropdown-menu > li > a.selected {
  color: #000000;
  background-color: #ECEBEB;
}
.sidebar-block .sidebar-block-content .dropdown-menu > li > a:hover,
.sidebar-block .sidebar-block-content .dropdown-menu > li > a:focus {
  background-color: #ECEBEB;
}
.sidebar-block .sidebar-block-content .open > .dropdown-menu {
  width: 100%;
  display: block !important;
}
.sidebar-block .sidebar-block-links {
  padding: 0;
  /*.btn-white:hover,.btn-white:focus,.btn-white:active,.btn-white.active  { color:#fff; background:#b4b5b9; outline:none !important; -webkit-box-shadow: none !important;box-shadow: none !important;*/
}
.sidebar-block .sidebar-block-links .pull-left {
  padding-right: 9px;
}
.sidebar-block .sidebar-block-links .pull-right {
  padding-left: 9px;
}
.sidebar-block .sidebar-block-links .btn-white {
  color: #8f9197;
  text-align: center;
  padding: 6px 12px;
  display: block;
  line-height: 100%;
  font-family: "aaux-next", sans-serif;
  color: #B4B5B9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: normal;
  font-weight: 500;
  height: 45px;
  border: 2px solid #B4B5B9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: bold;
}
.sidebar-block .sidebar-block-links .btn-white .glyphicon {
  color: #8f9197;
  line-height: inherit;
  font-size: 26px;
  padding: 0px !important;
  top: -1px;
}
.sidebar-block .sidebar-block-links .btn-white.btn-white-sm {
  line-height: 30px;
}
.sidebar-block .sidebar-block-links .btn-white:hover,
.sidebar-block .sidebar-block-links .btn-white.active {
  color: #fff;
  background: #b4b5b9;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sidebar-block .sidebar-block-links .btn-white:hover .glyphicon,
.sidebar-block .sidebar-block-links .btn-white.active .glyphicon {
  color: #fff;
}
.sidebar-block .sidebar-block-links .btn-white:hover .arrow-newest,
.sidebar-block .sidebar-block-links .btn-white.active .arrow-newest,
.sidebar-block .sidebar-block-links .btn-white:hover .arrow-oldest,
.sidebar-block .sidebar-block-links .btn-white.active .arrow-oldest {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.sidebar-block .sidebar-block-links .arrow-newest {
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/arrow-newest.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-newest.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-newest.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-newest.svg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.sidebar-block .sidebar-block-links .arrow-oldest {
  width: 14px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/arrow-oldest.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-oldest-white.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-oldest-white.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-oldest-white.svg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.sidebar-block .sidebar-block-links .arrow-newest-click {
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/arrow-newest.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-newest-white.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-newest-white.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-newest-white.svg);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.sidebar-block .sidebar-block-links .arrow-oldest-click {
  width: 14px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  float: left;
  background: transparent url(../images/arrow-oldest.png) center center no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-oldest.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-oldest.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-oldest.svg);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.sidebar-block .sidebar-block-links .btn-white.btn-white-sm:hover .arrow-newest {
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-newest-white.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-newest-white.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-newest-white.svg);
}
.sidebar-block .sidebar-block-links .btn.btn-white.btn-white-sm.btn-block:hover .arrow-oldest-click {
  background-image: -webkit-linear-gradient(transparent, transparent), url(../images/arrow-oldest-white.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(../images/arrow-oldest-white.svg);
  background-image: linear-gradient(transparent, transparent), url(../images/arrow-oldest-white.svg);
  opacity: 1;
}
/* 11 Dec Toggle Icon */
.plus-symbol span:before {
  content: "+";
}
.plus-symbol span:hover {
  border-color: #B4B5B9;
  color: #B4B5B9;
}
.blog-cont h3 a {
  color: #333;
}
.blog-cont h3 a:hover {
  text-decoration: none;
  color: #48154a;
}
.blog-cont h3 a:active,
.blog-cont h3 a:focus {
  text-decoration: none;
}
.blog-author a {
  color: #333;
}
.blog-author a:hover {
  color: #48154a;
}
#__page_originalThinking .__mediaPost_list a.purple-rm {
  text-decoration: underline;
}
.purple-rm {
  color: #9966ff;
  text-decoration: underline;
}
.purple-rm:hover {
  color: #FDC30E;
}
#__page_originalThinking .blog-profile .profile-posts {
  margin-top: 40px;
}
/*__page_originalThinking*/
.grey-round-btn {
  background-color: transparent;
  border-radius: 30px !important;
  border: 2px solid #b4b5b9;
  display: inline-block !important;
  padding: 0 30px !important;
  font-size: 14.28px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  color: #8E9095;
  font-weight: 700;
}
.grey-round-btn:hover {
  border-color: #48154a;
  color: #48154a;
}
.grey-bg {
  background: #EFF0F1;
}
.grey-bg .sidebar-block-sub-title {
  background: none;
  line-height: 100% !important;
}
.grey-bg .sidebar-block-sub-title span {
  background: #EFF0F1;
}
.grey-bg .sidebar-block-sub-title em {
  margin-top: -7px;
}
.white-bg-title {
  background: #fff;
  margin-bottom: 30px;
}
.white-bg-title h1 {
  margin: 40px 0 35px !important;
}
.blog-wrapper {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.blog-wrapper .blog-date {
  font-size: 14.28px;
  color: #8f9096;
  font-weight: bold;
}
.blog-wrapper h2 {
  font-size: 33.32px !important;
}
.blog-wrapper .blog-author {
  color: #8e9095;
  margin-bottom: 15px;
}
.blog-wrapper .tags-li {
  margin-right: 5px !important;
}
.blog-wrapper .blog-tags {
  margin-top: 15px;
}
.btn-toggle {
  margin-bottom: 15px;
}
.btn-toggle i {
  position: absolute;
  top: 3px;
  right: 15px;
  background: url(../images/arrow-oldest-white.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}
.btn-toggle i.arrow-oldest-up {
  background: url(../images/arrow-oldest-white-up.png) no-repeat 0 0;
}
.profile-img img {
  border: 2px solid #b4b5b9;
}
/* 12 Dec 2015 */
/* TEAM PAGE*/
/* team page redesign 15-10-2015*/
.col-xs-05,
.col-sm-05,
.col-md-05,
.col-lg-05 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-05 {
  width: 20%;
  float: left;
}
.__teamisotope.exe_officer {
  border-bottom: 1px solid #d2d3d5;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.__teamisotope.exe_officer .item {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.__teamisotope.exe_officer h3 {
  font-size: 17px !important;
  white-space: normal !important;
}
.__teamisotope.exe_officer .desc {
  font-size: 13px !important;
}
.__teamisotope.exe_officer .bio-img {
  border: 1px solid #f5f5f5;
  margin-right: 0 !important;
}
/*Featured Team Member*/
.btn-toggle {
  margin-bottom: 15px;
}
.btn-toggle i {
  position: absolute;
  top: 3px;
  right: 15px;
  background: url(../images/arrow-oldest-white.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}
.btn-toggle i.arrow-oldest-up {
  background: url(../images/arrow-oldest-white-up.png) no-repeat 0 0;
}
.no-quote .name-employee {
  padding-top: 20px !important;
}
.featured-team-member .featured-left {
  width: 602px;
}
.featured-team-member .featured-right {
  width: 230px;
}
.featured-team-member .hr-profile {
  background: #d2d3d5;
  overflow: hidden;
  width: 100%;
  height: 230px;
  margin-bottom: 15px;
}
.featured-team-member .hr-profile .ftm-img {
  width: 230px;
  height: 230px;
  float: left;
}
.featured-team-member .hr-profile .ftm-details {
  width: 372px;
  height: 230px;
  float: left;
}
.featured-team-member .vr-profile {
  background: #d2d3d5;
  overflow: hidden;
  width: 230px;
  height: 475px;
}
.featured-team-member .vr-profile .ftm-img {
  width: 230px;
  height: 230px;
}
.featured-team-member .vr-profile .ftm-details {
  width: 230px;
  height: 245px;
}
.featured-team-member .quote-team {
  padding: 15px 15px 0;
}
.featured-team-member .quote-team img {
  margin-right: 15px;
  float: left;
}
.featured-team-member .name-employee {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px 15px;
  font-size: 13px;
  color: #000;
}
.featured-team-member .name-employee .designation {
  text-transform: capitalize;
  display: block;
  font-weight: normal;
  color: #000;
}
.featured-team-member .btn-more {
  bottom: 0;
  font-family: aaux-next, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 14px 10px 10px 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 5;
}
.featured-team-member .btn-more:hover {
  padding: 14px 20px 10px 20px;
}
.featured-team-member .btn-right {
  right: 0;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.featured-team-member .btn-left {
  left: 0;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.featured-team-member .btn-video {
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
.featured-team-member .arrow_left {
  position: relative;
}
.featured-team-member .arrow_left:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(210, 211, 213, 0);
  border-right-color: #d2d3d5;
  border-width: 15px;
  margin-top: -15px;
}
.featured-team-member .arrow_right {
  position: relative;
  background: #d2d3d5;
}
.featured-team-member .arrow_right:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(210, 211, 213, 0);
  border-left-color: #d2d3d5;
  border-width: 15px;
  margin-top: -15px;
}
.featured-team-member .arrow_top {
  position: relative;
  background: #d2d3d5;
}
.featured-team-member .arrow_top:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(210, 211, 213, 0);
  border-bottom-color: #d2d3d5;
  border-width: 15px;
  margin-left: -15px;
}
/*JAPANESE FORM DESIGN 25-08-2016*/
.webform-client-form {
  margin: 3em -1em 0;
}
.webform-client-form .form-actions {
  float: left;
  margin-left: 1em !important;
  margin-top: 7px !important;
  width: 46%;
}
.webform-client-form .form-actions input {
  margin-top: 2em;
}
.webform-client-form .form-item {
  margin: 1em !important;
  width: 46%;
}
.webform-client-form input {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #b4b5b9;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 12px 10px;
  position: relative;
  color: #8f9197;
  font-family: aaux-next, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background-position: 97% 50% !important;
}
.webform-client-form input:focus {
  outline: none !important;
}
.webform-client-form input[type="submit"] {
  color: #fff;
  font-weight: bold;
  background: #48154A;
  border: none;
}
.webform-client-form input[type="submit"]:hover {
  background: #b4b5b9;
  color: #fff;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.webform-client-form label {
  color: #b5b5b9;
  font-family: aaux-next, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.lawFormTitle {
  margin-bottom: 0;
}
.successMsg {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
  background-color: #238000;
  border-color: #238000;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
}
.form-wrap {
  position: relative;
}
.form-wrap p.errMsglabel {
  color: #f90000;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  top: -25px;
}
@media (max-width: 767px) {
  /*JAPANESE FORM DESIGN 25-08-2016* MEDIA QUERY */
  .webform-client-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .webform-client-form .form-actions {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .webform-client-form .form-item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*client changes 24-09-2016*/
.sideLi {
  width: 100% !important;
}
.sideLi ul {
  margin: 0 -15px 20px;
  overflow: hidden;
}
.sideLi ul li {
  float: left;
  margin: 0 15px !important;
  padding: 10px 0 !important;
  width: 43%;
}
.sideLi ul li a:focus {
  text-decoration: none;
}
.emailIco {
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
}
.loateAdd p {
  margin-bottom: 0 !important;
}
.xsTitle {
  display: block;
  font-size: 16px;
  font-family: aaux-next, sans-serif;
}
/*client changes 24-09-2016*/
@media (min-width: 768px) {
  .col-sm-05 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-05 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-05 {
    width: 20%;
    float: left;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body.japanlang .__subMenu .__mainNavMenu {
    top: -32px !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  body.chineselang .__subMenu .__mainNavMenu {
    top: -32px !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  body.korealang .__subMenu .__mainNavMenu {
    top: -32px !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  body.englishlang .__subMenu .__mainNavMenu {
    top: -32px !important;
  }
  /* IE11 */
  *::-ms-backdrop,
  body.ie-lower.japanlang #invt-menu .dropdown {
    left: -250px !important;
  }
  *::-ms-backdrop,
  body.ie-lower.chineselang #invt-menu .dropdown {
    left: -250px !important;
  }
  *::-ms-backdrop,
  body.ie-lower.korealang #invt-menu .dropdown {
    left: -250px !important;
  }
  /**::-ms-backdrop, body.englishlang #invt-menu .dropdown{left:-120px !important; }*/
  *::-ms-backdrop,
  body .horizontalTab.__subMenu .__mainNavMenu .__main li.active > a::after {
    top: 17px !important;
  }
  *::-ms-backdrop,
  .sub-menu-dd {
    top: 32px;
  }
  *::-ms-backdrop,
  .show-arrow::after {
    top: 17px !important;
  }
  *::-ms-backdrop,
  .front #invt-menu:hover > .dropdown {
    transform: translate(-15.5%, 15px) !important;
    width: 569px !important;
  }
  *::-ms-backdrop,
  .front #invt-menu > .dropdown {
    transform: translate(-15.5%, 80px) !important;
    width: 569px !important;
  }
  *::-ms-backdrop,
  .front .dotted-border {
    left: 41.5% !important;
  }
  *::-ms-backdrop,
  .front #invt-menu > .dropdown {
    left: -320px !important;
  }
  *::-ms-backdrop,
  .chineselang.front #invt-menu .dropdown {
    left: -384px !important;
  }
  *::-ms-backdrop,
  .japanlang.front #invt-menu .dropdown {
    left: -384px !important;
  }
  *::-ms-backdrop,
  .korealang.front #invt-menu .dropdown {
    left: -378px !important;
  }
  *::-ms-backdrop,
  .japanlang #invt-menu > .dropdown:after {
    left: 79% !important;
  }
  /* 26 July 2016 */
  *::-ms-backdrop,
  .chineselang #invt-menu > .dropdown:after {
    left: 79% !important;
  }
  /* 26 July 2016 */
  *::-ms-backdrop,
  .korealang #invt-menu > .dropdown:after {
    left: 79% !important;
  }
  /* 26 July 2016 */
  *::-ms-backdrop,
  .front.japanlang #invt-menu > .dropdown:after {
    left: 85% !important;
  }
  /* 26 July 2016 */
  *::-ms-backdrop,
  .front.chineselang #invt-menu > .dropdown:after {
    left: 85% !important;
  }
  /* 26 July 2016 */
  *::-ms-backdrop,
  .front.korealang #invt-menu > .dropdown:after {
    left: 85% !important;
  }
  /* 26 July 2016 */
  *::-ms-backdrop,
  .__subMenu .__mainNavMenu .__main > li > a {
    padding: 0 0 19px !important;
    /* 26 July 2016 */
  }
  *::-ms-backdrop,
  .not-front #invt-menu > .dropdown {
    width: 575px !important;
    left: 120px !important;
  }
  *::-ms-backdrop,
  body.not-front #invt-menu > .dropdown {
    width: 575px !important;
    left: -120px !important;
    -ms-transform: translate(-290px, -1px) !important;
  }
  .not-front #invt-menu > .dropdown {
    width: 575px !important;
    left: -150px !important;
    -ms-transform: translate(-290px, -3px) !important;
  }
  .not-front .menu-nav:hover > .dropdown {
    transform: translate(-50%, -2px);
  }
  *::-ms-backdrop,
  body.not-front .menu-nav:hover > .dropdown {
    -webkit-transform: translate(-50%, -1px) !important;
    -moz-transform: translate(-50%, -1px) !important;
    -ms-transform: translate(-50%, -1px) !important;
    transform: translate(-50%, -1px) !important;
  }
  .not-front .menu-nav:hover > .dropdown {
    -webkit-transform: translate(-50%, -3px) !important;
    -moz-transform: translate(-50%, -3px) !important;
    -ms-transform: translate(-50%, -3px) !important;
    transform: translate(-50%, -3px) !important;
  }
}
.show-arrow:after {
  border-bottom: 15px solid #b4b4b4;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 30px;
  width: 0;
}
#__mSearchLink span {
  margin-top: 10px !important;
}
.__subMenu .__mainNavMenu {
  top: -45px;
}
.__subMenu .__mainNavMenu .__main > li > a {
  padding-top: 10px;
  padding-bottom: 23px;
}
.show-arrow:after {
  top: 30px;
}
.__subMenu .__mainNavMenu .__main > li.active > a:after {
  bottom: 2px;
}
.__subMenu .__mainNavMenu .__main > li {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
}
.__subMenu .__mainNavMenu .__main {
  padding-left: 60px;
}
.__subMenu .__mainNavMenu .__main .__subs {
  text-align: center;
}
.menu-hover .__subs > li.container li {
  float: none !important;
  display: inline-block !important;
}
.__subMenu .__mainNavMenu .__main > li.active ul {
  width: 100%;
  text-align: center;
}
.menu-nav {
  padding: 0;
  letter-spacing: 0;
  list-style: none;
  display: inline-block;
  margin: 0;
  position: relative;
}
.menu-nav > a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  letter-spacing: 2px;
}
.menu-nav > .dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #E8E8E8 !important;
  border-width: 17px;
  margin-left: -15px;
}
.menu-nav:hover > a {
  color: #252525;
}
.menu-nav:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.not-front .menu-nav:hover > .dropdown {
  -webkit-transform: translate(-50%, -3px);
  -moz-transform: translate(-50%, -3px);
  -ms-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
}
.menu-nav .dropdown {
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  min-width: 200px;
  text-align: center;
  z-index: 999;
  background-color: #E8E8E8 !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.menu-nav .dropdown > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-nav .dropdown > li > a {
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  text-transform: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: left;
}
.menu-nav .dropdown > li > a:hover {
  color: #fdc30e;
}
.menu-nav .dropdown > li > a.selected {
  font-weight: 700;
}
.menu-nav .dropdown > li > .dropdown {
  opacity: 0;
  visibility: hidden;
  margin-top: -42px;
  left: 100%;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translatX(30px, 0);
  transform: translate(30px, 0);
  right: auto;
  border-left: 1px solid #7a7a7a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.menu-nav .dropdown > li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translatX(0, 0);
  transform: translate(0, 0);
}
.__subMenu .__mainNavMenu .__main .__subs li {
  color: #000;
  float: left;
  margin-right: 10px;
  text-transform: none;
}
.__subMenu {
  background: #B4B4B4;
  height: 50px;
  position: relative;
  z-index: 100;
}
.__subMenu.horizontalTab .__mainNavMenu .__main li.active > a::after {
  top: 30px !important;
}
.__subMenu.horizontalTab .__mainNavMenu .__main li.active ul {
  left: auto !important;
  width: auto !important;
}
/*#main-menu_699 ul{ margin-left:-139px; }
#main-menu_710 ul{ margin-left:-234px; }
#main-menu_738 ul{ margin-left:-80px; }
#main-menu_749 ul{ margin-left:-60px }
#main-menu_702 ul{ margin-left:-125px; }*/
/*GLOBAL LOOUSCH.NET*/
#main-menu_699 ul {
  margin-left: -139px;
}
#main-menu_970 ul {
  margin-left: -234px;
}
#main-menu_738 ul {
  margin-left: -80px;
}
#main-menu_749 ul {
  margin-left: -60px;
}
#main-menu_753 ul {
  margin-left: -125px;
}
/*Chinese language*/
#menu-chinese-menu_973 ul {
  margin-left: -139px;
}
#menu-chinese-menu_984 ul {
  margin-left: -234px;
}
#menu-chinese-menu_1013 ul {
  margin-left: -120px;
}
#menu-chinese-menu_1029 ul {
  margin-left: -30px;
}
/*Japan language*/
#menu-japan-menu_1098 ul {
  margin-left: -139px;
}
#menu-japan-menu_1109 ul {
  margin-left: -234px;
}
#menu-japan-menu_1138 ul {
  margin-left: -80px;
}
#menu-japan-menu_1150 ul {
  margin-left: -60px;
}
#menu-japan-menu_1154 ul {
  margin-left: 8px;
}
/*Korea language*/
#menu-korea-menu_1035 ul {
  margin-left: -139px;
}
#menu-korea-menu_1046 ul {
  margin-left: -234px;
}
#menu-korea-menu_1075 ul {
  margin-left: -80px;
}
#menu-korea-menu_1087 ul {
  margin-left: -100px;
}
#menu-korea-menu_1091 ul {
  margin-left: 8px;
}
/*INVESTMENT MENU - 24-06-2015*/
#invt-menu .dropdown {
  font-size: 14px;
  text-align: left;
  left: -215px;
  left: -150px\9;
}
#invt-menu > .dropdown {
  transform: translate(-30%, 80px);
  -webkit-transform: translate(-30%, 80px);
  -ms-transform: translate(-180px, 80px);
  width: 570px;
}
#invt-menu:hover > .dropdown {
  transform: translate(-30%, -3px);
  -webkit-transform: translate(-30%, -3px);
  -ms-transform: translate(-180px, -2px);
  width: 570px;
}
#invt-menu > .dropdown::after {
  left: 85%;
  border-width: 15px;
}
#invt-menu .invt-left {
  width: 45%;
  float: left;
  padding: 20px;
}
#invt-menu .invt-right {
  width: 55%;
  float: left;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
#invt-menu h5 {
  color: #595959;
  font-weight: 500;
  font-family: aaux-next, sans-serif;
  letter-spacing: 0.1em;
}
#invt-menu .dropdown ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#invt-menu .dropdown ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#invt-menu .dropdown ul li a {
  font-size: 15px !important;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  white-space: normal ;
}
#invt-menu .dropdown ul li a:hover {
  text-decoration: underline;
}
#invt-menu .dropdown ul h5 {
  margin-bottom: 10;
}
#drawbridge,
#mobile_drawbridge {
  white-space: normal;
}
#drawbridge span,
#mobile_drawbridge span {
  display: block;
  font-size: 12px;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#drawbridge_popup .modal-content {
  background: #C3C4C7;
}
#drawbridge_popup .modal-header .close {
  background: #959595;
  color: #fff;
  font-size: 29px;
  height: 40px;
  line-height: 40px;
  margin-top: -6px;
  opacity: 1;
  width: 40px;
  padding-bottom: 5px;
}
#invt-menu .dropdown .drop-wrap-bor {
  position: relative;
  overflow: hidden;
}
.dotted-border {
  background: url("../images/dot.png") repeat-y scroll 0 0;
  display: block;
  height: 80%;
  left: 39.5%;
  position: absolute;
  top: 20px;
  width: 1px;
}
/* Language menu settings*/
.chineselang #invt-menu .dropdown,
.korealang #invt-menu .dropdown {
  left: -265px;
}
.ie-lower.chineselang #invt-menu .dropdown,
.ie-lower.korealang #invt-menu .dropdown,
.ie-lower.japanlang #invt-menu .dropdown {
  left: -265px !important;
}
.japanlang #invt-menu .dropdown {
  left: -253px;
}
.japanlang .__subMenu .__mainNavMenu .__main .__subs li a {
  font-size: 11px !important;
}
/*Home page setting*/
.front .__mainNavbar ul li a {
  letter-spacing: 0 !important;
}
.front #invt-menu > .dropdown {
  left: auto;
}
.ie-lower #invt-menu > .dropdown {
  left: -220px !important;
}
.ie-lower.front #invt-menu > .dropdown {
  left: -313px !important;
  /* top:41px !important; */
  top: 26px !important;
}
/* 26 July 2016 */
.ie-lower.front.chineselang #invt-menu > .dropdown {
  left: -375px !important;
  /* top:41px !important; */
  top: 26px !important;
}
/* 26 July 2016 */
.ie-lower.front.japanlang #invt-menu > .dropdown {
  left: -350px !important;
  /* top:41px !important; */
  top: 26px !important;
}
/* 26 July 2016 */
.ie-lower.front.korealang #invt-menu > .dropdown {
  left: -365px !important;
  /* top:41px !important; */
  top: 26px !important;
}
/* 26 July 2016 */
/*End of css */
.front #invt-menu:hover > .dropdown {
  transform: translate(-16.5%, 15px);
  /*-ms-transform:translate(-95px, 0px);*/
  -ms-transform: translate(-16.5%, 15px);
  /* 26 July 2016 */
  width: 569px;
}
.front #invt-menu > .dropdown {
  transform: translate(-16.5%, 80px);
  width: 569px;
}
.front .dotted-border {
  left: 42.5%;
}
.front .menu-nav .dropdown {
  background: #B4B4B4 !important;
}
.front .menu-nav > .dropdown:after {
  border-bottom-color: #B4B4B4 !important;
}
/*Video Changes*/
.video-scroll-custom {
  height: 200px;
  width: 95%;
}
#invt-menu .dropdown ul li a {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .illus.wide_ {
    width: 100%;
  }
  .illus.chart .caption.float {
    width: 100%;
  }
  .kkr-pulication {
    width: 100%;
    background: none;
    margin-left: 0;
    padding: 0;
  }
  .institute-leadership {
    margin-right: 0;
  }
  .institute-leadership .institute-leadership-img {
    width: 135px;
  }
  .institute-leadership .institute-leadership-details {
    min-height: 135px;
    width: 72.4%;
  }
  .m__timeline-menu .__m-timeline-menu {
    margin-bottom: 0px;
  }
  .page-content-m.series-content {
    min-height: 100px;
  }
  .page-content-m.series-content .bottomtext {
    position: relative;
    bottom: auto;
    font-family: aaux-next, sans-serif;
  }
  .page-content-m.series-content .bottomtext h4 {
    font-family: aaux-next, sans-serif;
  }
  #__mainTop .container {
    padding: 0;
  }
  #__mainTop .dd-container {
    width: 180px !important;
  }
  #__mainTop .dd-select {
    background: none !important;
    width: 180px !important;
  }
  #__mainTop .dd-select a {
    padding: 5px 10px !important;
  }
  #__mainTop .language-dd .ddsDefault .dd-selected label,
  #__mainTop .language-dd .ddsDefault .dd-pointer-down {
    font-size: 10px;
  }
  #__mainTop .language-dd .ddsDefault .dd-pointer-down {
    top: 11px;
    border-left-width: 5px !important;
    border-right-width: 5px !important;
    border-top-width: 5px !important;
  }
  #__mainTop .language-dd .ddsDefault .dd-options {
    width: 320px !important;
    top: 20px;
  }
  #__mainTop .language-dd .ddsDefault .dd-option label {
    font-size: 11px;
  }
  .__m-menu {
    right: 45px !important;
  }
  .__m-menu .icon-bar {
    width: 20px;
    height: 5px;
    background: #FFFFFF;
    display: block;
  }
  .__m-menu .icon-bar.w2 {
    width: 15px;
    margin: 5px 0px;
  }
  #__search-block .sb-icon-search {
    font-size: 25px;
  }
  #__search-block .sb-icon-search,
  #__search-block .sb-search-submit {
    height: 30px !important;
    width: 30px !important;
  }
  .__pagination .pagination {
    border: none !important;
    margin-top: 0 !important;
  }
  .__pagination .pagination > li > a,
  .__pagination .pagination > li > span {
    line-height: 40px !important;
  }
}
/* add */
#mtabtitle {
  clear: both;
  display: block;
  overflow: hidden;
}
.__m-timeline-menu {
  margin-bottom: 10px;
}
/* Foontnote Style */
.footnote a {
  word-wrap: break-word;
}
/* __page_articalDetails style */
#__page_articalDetails .__ot_dotline-v {
  background: url("../images/dotvertrepeat.gif") repeat-y scroll right 0 transparent;
}
.view_post {
  padding-top: 0px !important;
}
.view_post .page-title {
  margin-bottom: 70px;
}
/* Bottom align text setting */
.bottomtext {
  position: absolute;
  bottom: 0;
}
.bottomtext h4 {
  font-family: aaux-next, sans-serif;
  margin-bottom: 10px;
}
/* Author Post Settings */
.authpost {
  min-height: 390px;
}
/* For Default Bootstrap menu override */
.nav li a:hover {
  background-color: transparent !important;
}
.nav li a:focus {
  background-color: transparent !important;
}
.nav .open a {
  background-color: transparent !important;
}
.nav .open a:hover {
  background-color: transparent !important;
}
.nav .open a:focus {
  background-color: transparent !important;
}
/* Center dropdown style */
/*.menu-nav {
    margin: 7px 0 0;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
    list-style: none;
    & > li {
        display: inline-block;
        margin: 0;
        position: relative;
        & > a {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #7a7a7a;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid rgba(255,255,255,0);
            position: relative;
            letter-spacing: 2px;
        }
        & > .dropdown:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136,183,213,0);
            border-bottom-color: #b5b5b9;
            border-width: 15px;
            margin-left: -15px;
        }
    }
    & > li:hover {
        & > a {
            color: #252525;
        }
        & > .dropdown {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }
    }
    .dropdown {
        margin: 0;
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 30px);
        -moz-transform: translate(-50%, 30px);
        -ms-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
        min-width: 200px;
        text-align: center;
        z-index: 999;
        background-color: #b5b5b9;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        & > li {
            display: block;
            margin: 0;
            padding: 0;
            position: relative;
            & > a {
                display: block;
                padding: 5px 20px;
                font-size: 15px;
                text-transform: none;
                color: #000;
                text-decoration: none;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                text-align:left;
            }
            & > a:hover {
                color: #fdc30e;
            }
            > a.selected {font-weight:700;}
            & > .dropdown {
                opacity: 0;
                visibility: hidden;
                margin-top: -42px;
                left: 100%;
                -webkit-transform: translate(30px, 0);
                -moz-transform: translate(30px, 0);
                -ms-transform: translatX(30px, 0);
                transform: translate(30px, 0);
                right: auto;
                border-left: 1px solid #7a7a7a;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }
        }
        & > li:hover {
            & > .dropdown {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translatX(0, 0);
                transform: translate(0, 0);
            }
        }
    }
}*/
.menu-nav {
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  list-style: none;
}
.menu-nav {
  display: inline-block;
  margin: 0;
  position: relative;
}
.menu-nav > a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #7a7a7a;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  letter-spacing: 2px;
}
.menu-nav > .dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #b5b5b9;
  border-width: 15px;
  margin-left: -15px;
}
/*Language menu settings*/
.japanlang h3 {
  line-height: 28px !important;
}
.japanlang h3.quote-team {
  font-size: 16px;
  margin-bottom: 6px;
}
.japanlang .__twitter-block-home h3 {
  font-size: 12px;
  line-height: 32px !important;
}
/*ESG Management / Our Commitment h3 Setting*/
/*.japanlang .__collapse-readmores .__collapse-content h3{ line-height:28px !important; }*/
.japanlang .menu-nav .dropdown:after {
  margin-left: -15px;
}
.chineselang.front #invt-menu.menu-nav .dropdown:after {
  margin-left: 10px;
}
.chineselang #invt-menu.menu-nav .dropdown:after {
  margin-left: -15px;
}
.korealang .menu-nav .dropdown:after {
  margin-left: -15px;
}
/*End of css */
.menu-nav:hover > a {
  color: #252525;
}
.menu-nav:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.menu-nav .dropdown {
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 30px);
  -moz-transform: translate(-50%, 30px);
  -ms-transform: translate(-50%, 30px);
  transform: translate(-50%, 30px);
  min-width: 200px;
  text-align: center;
  z-index: 999;
  background-color: #B4B4B4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.menu-nav .dropdown > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu-nav .dropdown > li > a {
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  text-transform: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: left;
}
.menu-nav .dropdown > li > a:hover {
  color: #fdc30e;
}
.menu-nav .dropdown > li > a.selected {
  font-weight: 700;
}
.menu-nav .dropdown > li > .dropdown {
  opacity: 0;
  visibility: hidden;
  margin-top: -42px;
  left: 100%;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translatX(30px, 0);
  transform: translate(30px, 0);
  right: auto;
  border-left: 1px solid #7a7a7a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.menu-nav .dropdown > li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translatX(0, 0);
  transform: translate(0, 0);
}
.__mobile .__subMenu .__mainNavMenu .menu-nav {
  margin: 7px 0 0;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  list-style: none;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav > li {
  display: block;
  margin: 0;
  position: relative;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav > li > a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  letter-spacing: 0.1em;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav > li > .dropdown:after {
  display: none !important;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav > li:hover > a {
  text-decoration: underline !important;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav > li:hover > .dropdown {
  display: none;
  visibility: hidden;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown {
  margin: 0;
  padding: 0 0 10px 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  min-width: 200px;
  text-align: center;
  z-index: 999;
  background-color: transparent !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block !important;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown > li > a {
  display: block;
  padding: 0px 20px 13px;
  font-size: 13px;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: left;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown > li > a.selected {
  font-weight: 700;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown > li > a:hover {
  text-decoration: underline !important;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown > li > .dropdown {
  opacity: 0;
  visibility: hidden;
  margin-top: -42px;
  left: 100%;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
  -ms-transform: translatX(30px, 0);
  transform: translate(30px, 0);
  right: auto;
  border-left: 1px solid #7a7a7a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav.active .dropdown > li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translatX(0, 0);
  transform: translate(0, 0);
}
.__mobile .__subMenu .__mainNavMenu .menu-nav .dropdown {
  margin: 0;
  padding: 0 0 10px 10px !important;
  top: 0 !important;
  left: 0 !important;
  min-width: 200px;
  text-align: center;
  z-index: 999;
  background-color: transparent !important;
  display: none !important;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav .dropdown > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav .dropdown > li > a {
  display: block;
  padding: 0px 20px 13px;
  text-transform: none;
  color: #fff !important;
  text-decoration: none;
  text-align: left;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav .dropdown > li > a.selected {
  font-weight: 700;
}
.__mobile .__subMenu .__mainNavMenu .menu-nav .dropdown > li > a:hover {
  text-decoration: underline !important;
}
/* Vets Team Design */
#__vetsteamisotope .item {
  float: left;
  min-height: 290px;
  width: 25%;
  height: 100%;
}
#__vetsteamisotope .item .bio-img .btn-orange {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  font-family: "aaux-next", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#__vetsteamisotope .item .bio-img .btn-orange:hover {
  padding: 10px 20px;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  /* Styles */
  #search-res-toggle.collapse {
    display: block;
  }
  /*Additional Menu*/
  .__subMenu.horizontalTab {
    background: none repeat scroll 0 0 #b4b4b4;
    height: 50px;
    position: relative;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main > li.active ul {
    display: block !important;
  }
  .nav-justified {
    padding-top: 15px !important;
  }
  .nav-justified li {
    float: none !important;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active {
    position: static !important;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active ul {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active > a:after {
    content: "";
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 20px;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #B4B4B4;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active ul li {
    color: #000;
    float: left;
    margin-right: 1px;
    margin-top: 13px;
    text-transform: none;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active ul li a {
    color: #000;
    white-space: nowrap;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main > li.active .dropdown {
    display: block !important;
  }
  .japanlang .__subMenu.horizontalTab .__mainNavMenu .__main li.active ul li a {
    font-size: 11px;
  }
}
/* Vets Team Design End */
/* Center dropdown style end */
/* Life at KKR style */
.region-after-content {
  clear: both;
}
.region-after-content .__ul-pdf {
  display: inline-block;
  text-align: left;
}
.region-after-content .__ul-pdf strong {
  padding-top: 0;
  padding-bottom: 4px;
}
.btn-download .glyphicon-print {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  float: left;
  line-height: 34px;
  text-indent: 2px;
  border-radius: 50%;
}
.btn-download.btn-white .glyphicon-print {
  background: #E9E9EA;
  color: #7E8086;
  transition: all 0.5s ease;
}
.btn-download.btn-white:hover .glyphicon-print {
  color: #404040;
}
.btn-purple-hover:hover {
  background: #878785;
  border-color: #878785;
}

.page-content--life-at-kkr > .video-content-block {
  margin-top: 106px;
}
.page-content--life-at-kkr .pull-right {
  margin-right: -250px;
}
.page-content--life-at-kkr .btn-green {
  font-weight: 800;
  letter-spacing: .02em;
}
.page-content--life-at-kkr .btn-green .btn-label {
  padding-right: 82px;
  padding-left: 58px;
  line-height: 34px;
}
.page-content--recognition h2 {
  color: #48154A;
  font-size: 24px;
  margin-bottom: 32px;
}
.page-content--recognition hr {
  margin: 36px -275px 36px 0;
}
.page-content--commitment-to-diversity .__blockquote-right .__blockquote {
  margin-bottom: 32px;
}
.wide-content {
  clear: both;
  margin-right: -275px;
}
.feature-boxes {
  margin-bottom: 30px;
}
.feature-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.feature-box--title {
  color: #48154A;
  font-size: 24px;
  text-align: center;
  padding-top: 64px;
  font-family: "aaux-next", sans-serif;
  font-weight: normal;
}
.feature-box--teamwork .feature-box--title,
.feature-box--culture .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/cluster--icon.png);
}
.feature-box--entrepreneurial-spirit .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/compass--icon.png);
}
.feature-box--integrity .feature-box--title,
.feature-box--health .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/heart--icon.png);
}
.feature-box--office-environment .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/environment--icon.png);
}
.feature-box--employee-engagement .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/engagement--icon.png);
}
.feature-box--responsibility .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/checklist--icon.png);
}
.feature-box--collaboration .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/collaboration--icon.png);
}
.feature-box--opportunity .feature-box--title {
  background: center top / 52px 52px no-repeat url(../images/icons/key--icon.png);
}
.feature-boxes--grid {
  display: table;
}
.feature-boxes--grid > .row {
  display: table-row;
}
.feature-boxes--grid > .row .col-6 {
  display: table-cell;
  width: 50%;
  float: none;
}
.feature-boxes--beyond-the-work {
  margin-left: 94px;
  margin-right: 94px;
}
.feature-boxes--beyond-the-work .feature-box--title {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.feature-boxes--awards .feature-box {
  width: 25%;
  margin-right: 8%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
}
.feature-boxes--awards .feature-box--header {
  line-height: 160px;
  height: 160px;
}
.feature-boxes--awards .feature-box--header img {
  vertical-align: bottom;
  display: inline-block;
}
.feature-boxes--awards .feature-box--body {
  padding: 2em 0 0;
  font-weight: bold;
  color: #4A4A4A;
}
.feature-boxes--list {
  max-width: 914px;
}
.feature-boxes--list > .col {
  padding: 0;
}
.feature-boxes--list .feature-box {
  background: #D8D8D8;
  padding: 19px 25px;
  position: relative;
  font-size: 19px;
  border-left: 6px solid #FFF;
  border-right: 6px solid #FFF;
}
.feature-boxes--list .feature-box .feature-box--title {
  padding: 0;
  font-size: 19px;
  color: #49124B;
  font-family: betonbold, sans-serif;
}
.feature-boxes--list .feature-box ul {
  margin: 15px 20px 15px 40px;
  padding: 5px 0;
}
.feature-boxes--list .feature-box li {
  padding-bottom: 11px;
}
.feature-boxes--list .feature-box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
}
.feature-boxes--list .feature-box .icon img {
  width: auto;
  height: 100%;
  max-width: none;
}
.feature-boxes--equal-height {
  display: table;
}
.feature-boxes--equal-height > .row {
  display: table-row;
}
.feature-boxes--equal-height > .row > .col {
  display: table-cell;
  float: none;
}
/* Life at KKR revisions per Katie 20180507 */
.quote-grid {
  display: table;
  background: #E9E9EA;
  font-size: 21px;
}
.quote-grid .row {
  display: table-row;
}
.quote-grid .col {
  display: table-cell;
  width: 50%;
  float: none;
  padding: 46px;
  vertical-align: middle;
}
.quote-grid .col img {
  display: none;
  margin: -46px 0 46px -46px;
  max-width: calc(100% + 92px);
}
.quote-grid .attribution {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.quote-grid .image-container {
  padding: 0;
  background: center center / cover no-repeat #E9E9EA url(../images/life-at-kkr/Jamie_Weinstein_v1.0.jpg);
}
.quote-grid .row-2 .image-container {
  background-image: url(../images/life-at-kkr/Valeria_and_John_Empson_v1.3.jpg);
}
.quote-grid .row-3 .image-container {
  background-image: url(../images/life-at-kkr/team03.jpg);
}

.life-at-kkr--tools {
  border-bottom: 1px solid rgba(72, 21, 74, 0.2);
  padding-bottom: 0.75em;
  margin-bottom: 3em;
  margin-top: -0.5em;
}

.life-at-kkr--tools .icon-button .icon-label {
  display: none;
}

.life-at-kkr--tools .show-label .icon-label {
  display: inline-block;
  transition: color 0.4s ease-in-out;
}

.life-at-kkr--tools .circle-button,
.life-at-kkr--tools .fa-arrow-down {
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #FFF;
  display: inline-block;
  background: rgba(72, 21, 74, 1);
  font-size: 20px;
  border-radius: 50%;
  transition: background-color 0.4s ease-in-out;
}

.life-at-kkr--tools .icon-label,
.life-at-kkr--tools .button-group .group-label {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(72, 21, 74, 1);
  font-weight: 900;
  letter-spacing: .05em;
  font-size: 14px;
  margin: 0 0.5em;
}

.life-at-kkr--tools .button-group .icon-button {
  display: inline-block;
}

.life-at-kkr--tools .circle-button:hover,
.life-at-kkr--tools .icon-button:hover .circle-button {
  background: #696c74;
}

.life-at-kkr--tools .icon-button:hover .icon-label {
  color: #696c74;
}


.block--follow-us {
  text-align: right;
  margin-bottom: 45px;
}
.block--follow-us .block-content {
  text-align: left;
  display: inline-block;
  width: auto;
}
.block--follow-us .block-title {
  background: right center / 77px auto no-repeat #48154A url(../images/structure-bg.png);
  color: #FFF;
  font-family: "aaux-next", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #FFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: .2em 1em .5em .4em;
  margin-bottom: 0;
}
.block--follow-us .follow-us--icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block--follow-us .follow-us--icons li {
  float: left;
  width: 33.3%;
}
.block--follow-us .follow-us--icons a {
  display: block;
  background: #1DA1F3;
  margin-right: 2px;
  text-align: center;
  height: 35px;
}
.block--follow-us .follow-us--icons a img {
  width: auto;
  max-width: none;
  height: 100%;
}
.block--follow-us .follow-us--icons .linkedIn-icon {
  background: #0274B3;
}
.blockquote-post-text {
  padding: 26px 20px 52px;
}
.blockquote-post-text h4 {
  padding-bottom: 0;
}
.blockquote-post-text p {
  font-size: 15px;
  font-family: "aaux-next", sans-serif;
}
.__blockquote-right .__ul-pdf {
  width: 410px;
  margin: 0px -245px 20px 0px;
  position: relative;
  left: 20px;
}
.__blockquote-right .__ul-pdf li {
  font-size: 13px;
  padding-bottom: 5px;
}
.__blockquote-right .__ul-pdf li strong {
  font-size: 13px;
}
.individual-blockquote {
  overflow: hidden;
  margin-bottom: 45px;
}
.individual-blockquote img {
  width: 160px;
  height: auto;
  margin-left: -230px;
  left: -70px;
  position: relative;
  float: right;
}
.individual-blockquote blockquote {
  border: 0;
  margin-right: 230px;
  padding-right: 60px;
  font-size: 21px;
  font-style: italic;
  color: #48154A;
  font-family: "aaux-next", sans-serif;
  float: left;
  padding-top: 21px;
  padding-left: 0;
}
.individual-blockquote .attribution {
  text-align: right;
  display: block;
  margin-top: 32px;
}
.lead-quote {
  font-size: 32px;
  color: #48154A;
  line-height: 1.3125em;
  font-style: italic;
  border: 0;
  margin-left: 0;
  padding: 0;
  margin-top: -106px;
  width: 50%;
  margin-bottom: 46px;
  margin-top: 0;
}
h4.alt,
h2.alt {
  font-size: 24px;
  margin-bottom: 26px;
}
.pie-chart {
  position: relative;
  display: inline-block;
  height: 120px;
  width: 120px;
}
.pie-chart svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-90deg);
}
.pie-chart figcaption {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -6px;
  width: 120px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  padding-top: 37px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.pie-chart.animated figcaption {
  opacity: 1;
  margin-top: 0;
}
.pie-chart figcaption strong {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  opacity: 0;
  margin-top: -6px;
  transition: all 0.6s 0.2s ease-in-out;
}
.pie-chart.animated figcaption strong {
  opacity: 1;
  margin-top: 0;
}
.pie-chart .outer,
.pie-chart .back {
  fill: none;
  stroke: #490E4B;
  stroke-width: 20;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s;
  position: absolute;
  z-index: 2;
}
.pie-chart .back {
  stroke: #878785;
  stroke-dashoffset: 0;
  transition: none;
  z-index: 1;
}
.diversity-charts-section {
  /*
  figure figure {
    img {
      max-width: 75%;
    }
    figcaption {
      width: 75%;
    }
    figcaption strong {
      font-size: 39px;
    }
  }
  */
}
.diversity-charts-section > .col {
  width: 41%;
  margin: 4.5%;
}
.diversity-charts-section figcaption {
  font-size: 9px;
  line-height: 1.1em;
}
.diversity-charts-section figcaption strong {
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}
.diversity-charts-section figcaption span {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}
.diversity-charts-section figure > .col {
  padding: 15px 10px;
}
.diversity-charts-section .pie-chart {
  margin: 13px 5px 7px 25px;
  padding: 0;
}
.diversity-charts-section .pie-chart figcaption {
  width: 100%;
  font-size: 13px;
}
.diversity-charts-section .gender-diversity figcaption {
  font-size: 12px;
  color: #878785;
}
.diversity-charts-section .gender-diversity figcaption strong {
  color: #4A4A4A;
  font-weight: 500;
}
.diversity-charts-section .workforce-women {
  margin-top: 25px;
  margin-bottom: 25px;
}
.diversity-charts-section .workforce-women figcaption {
  overflow: hidden;
  line-height: 1.1em;
  max-width: 210px;
  padding-bottom: 5px;
}
.diversity-charts-section .workforce-women figcaption strong {
  float: left;
  line-height: 1.1em;
  font-size: 39px;
  padding-right: 5px;
}
.diversity-charts-section .workforce-women img {
  max-width: 274px;
}
.diversity-charts-section .executive-women {
  clear: both;
  max-width: 62%;
  margin-left: 0;
  width: 106px;
  height: 106px;
}
.diversity-charts-section .executive-women img {
  max-width: 108px;
  float: left;
}
.diversity-charts-section .executive-women figcaption {
  float: left;
  width: auto;
  left: 106px;
  position: relative;
  margin-left: -106px;
  width: 106px;
  top: 20px;
  padding-top: 17px;
  font-size: 12px;
}
.diversity-charts-section .executive-women figcaption strong {
  padding-top: 24px;
  font-size: 34px;
  letter-spacing: -0.05em;
}
.diversity-charts-section .executive-women figcaption span {
  position: absolute;
  top: 10px;
  left: 120px;
  text-align: left;
  width: 100px;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.25em;
}
.diversity-charts-section .footnote {
  font-size: 9px;
  font-weight: 500;
  display: block;
  clear: both;
  padding-top: 11px;
  line-height: 1.1em;
}
#block-views-in-our-words-block,
.block--in-our-own-words {
  background: rgba(233, 233, 234, 0.5);
}
#block-views-in-our-words-block h2,
.block--in-our-own-words h2,
#block-views-in-our-words-block h4,
.block--in-our-own-words h4 {
  font-family: "aaux-next", sans-serif;
  font-size: 13px;
  color: #FFF;
  background: #48154A;
  padding: .5em 1em;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#block-views-in-our-words-block .view-content,
.block--in-our-own-words .view-content,
#block-views-in-our-words-block .content,
.block--in-our-own-words .content {
  overflow: hidden;
}
#block-views-in-our-words-block > .content > .row,
.block--in-our-own-words > .content > .row {
  display: table-row;
}
#block-views-in-our-words-block > .content > .row > .col,
.block--in-our-own-words > .content > .row > .col {
  display: table-cell;
  width: 50%;
  float: none;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid rgba(151, 151, 151, 0.25);
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  vertical-align: middle;
}
#block-views-in-our-words-block > .content > .row > .col img,
.block--in-our-own-words > .content > .row > .col img {
  max-width: 108px;
  float: left;
}
#block-views-in-our-words-block > .content > .row > .col .title,
.block--in-our-own-words > .content > .row > .col .title,
#block-views-in-our-words-block > .content > .row > .col .byline,
.block--in-our-own-words > .content > .row > .col .byline {
  padding-left: 135px;
  padding-right: 30px;
}
#block-views-in-our-words-block > .content > .row > .col:last-child,
.block--in-our-own-words > .content > .row > .col:last-child {
  border-right: 1px solid rgba(151, 151, 151, 0.25);
}
#block-views-in-our-words-block .byline,
.block--in-our-own-words .byline {
  padding-top: 21px;
  text-transform: uppercase;
  font-size: 13px;
  color: #343333;
  letter-spacing: 0.01em;
}
#block-views-in-our-words-block .views-field-title,
.block--in-our-own-words .views-field-title,
#block-views-in-our-words-block .title,
.block--in-our-own-words .title {
  font-size: 20px;
  line-height: 24px;
  font-family: betonbold, sans-serif;
}
#block-views-in-our-words-block .views-field-title a,
.block--in-our-own-words .views-field-title a,
#block-views-in-our-words-block .title a,
.block--in-our-own-words .title a {
  color: #343333;
}
.pie-chart.animated[data-percent='100'] .outer {
  stroke-dashoffset: 314;
  animation: show100 1.5s forwards;
}
.pie-chart.animated[data-percent='50'] .outer {
  stroke-dashoffset: 314;
  animation: show50 1.1s ease-out forwards;
}
.pie-chart.animated[data-percent='61'] .outer {
  stroke-dashoffset: 314;
  animation: show61 1.1s 0.1s ease-out forwards;
}
.pie-chart[data-percent='18'] svg {
  transform: rotate(129.6deg);
}
.pie-chart.animated[data-percent='18'] .outer {
  stroke-dashoffset: 314;
  animation: show18 1.1s 0.2s ease-out forwards;
}
.pie-chart[data-percent='13'] svg {
  transform: rotate(194.4deg);
}
.pie-chart.animated[data-percent='13'] .outer {
  stroke-dashoffset: 314;
  animation: show13 1.1s 0.3s ease-out forwards;
}
.pie-chart[data-percent='8'] svg {
  transform: rotate(241.2deg);
}
.pie-chart.animated[data-percent='8'] .outer {
  stroke-dashoffset: 314;
  animation: show8 1.1s 0.4s ease-out forwards;
}
.pie-chart[data-percent='21'] svg {
  transform: rotate(-5deg);
}
.pie-chart.animated[data-percent='21'] .outer {
  stroke-dashoffset: 314;
  animation: show21 1.1s 0.1s ease-out forwards;
}
@keyframes show100 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show50 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 157;
  }
}
@keyframes show61 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 122.46;
  }
}
@keyframes show21 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 248.06;
  }
}
@keyframes show18 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 257.48;
  }
}
@keyframes show13 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 273.18;
  }
}
@keyframes show8 {
  from {
    stroke-dashoffset: 314;
  }
  to {
    stroke-dashoffset: 288.88;
  }
}
/* End of Life at KKR updates per Katie 20180507 */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* Fixed IE */
#__overlaybg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
}
#__moverlaybg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
}
.__pm_modal .close {
  filter: alpha(opacity=100) !important;
}
#__portfolioContainer {
  width: 101% !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .__subMenu .__mainNavMenu .__main > li > a {
    /* padding: 0 0 19px; */
    /* 26 July 2016 */
    padding-bottom: 23px;
  }
}
@media (min-width: 1400px) {
  /*.container{width:1396px}*/
}
@media (max-width: 991px) {
  .__subMenu .__mainNavMenu .__main > li.active ul {
    text-align: left !important;
  }
  .invt-left h5,
  .invt-right h5 {
    font-family: "aaux-next", sans-serif !important;
    color: #fff !important;
  }
  .__subMenu .__mainNavMenu .__main .__subs li a {
    width: 90% !important;
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .__teamisotope .item.article-team {
    min-height: 300px;
  }
  .not-front #invt-menu .dropdown {
    -webkit-transform: translate(-35%, -1px) !important;
    -moz-transform: translate(-35%, -1px) !important;
    -ms-transform: translate(-35%, -1px) !important;
    transform: translate(-35%, -1px) !important;
  }
  .not-front.japanlang #invt-menu .dropdown {
    left: -240px !important;
  }
  .not-front.chineselang #invt-menu .dropdown {
    left: -265px !important;
  }
  .not-front.korealang #invt-menu .dropdown {
    left: -235px !important;
  }
  .not-front.englishlang #invt-menu .dropdown {
    left: -215px !important;
  }
  .__subMenu .__mainNavMenu .__main .__subs li a {
    white-space: nowrap;
  }
  .not-front .menu-nav:hover > .dropdown {
    -webkit-transform: translate(-50%, -1px);
    -moz-transform: translate(-50%, -1px);
    -ms-transform: translate(-50%, -1px);
    transform: translate(-50%, -1px);
  }
  .front.japanlang #invt-menu > .dropdown:after {
    left: 89%;
  }
  .front.korealang #invt-menu > .dropdown:after {
    left: 89%;
  }
  .not-front.chineselang #invt-menu > .dropdown:after {
    left: 88%;
  }
  .__pagination .pagination > li > a {
    height: 30px !important;
    width: 30px !important;
    line-height: 25px !important;
  }
  .__pagination .pagination > li > a:hover {
    height: 30px !important;
    width: 30px !important;
    line-height: 25px !important;
  }
  .pagination {
    padding-top: 5px !important;
  }
  .vet-scroll {
    width: 100% !important;
    height: 275px !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item {
    min-height: 298px;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-content {
    width: 60%;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large .item-content {
    width: 60%;
  }
  .__kkr_portflioisotope.__kkr_vetsteam {
    margin-right: 0;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large {
    height: 626px;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active > a:after {
    top: 18px;
  }
  .__subMenu.horizontalTab .__mainNavMenu .__main li.active ul li {
    margin-right: 1px;
  }
  .__subMenu .__mainNavMenu {
    top: -32px !important;
  }
  .cee-champion-sec .cee-cont {
    padding: 15px 0;
    margin-left: 0;
  }
  .cee-champion-sec .cee-cont h4 {
    font-size: 20px;
  }
  .cee-champion-sec .cee-cont p {
    font-size: 13px;
  }
  .front .__mainNavbar ul li a {
    font-size: 12px;
  }
  /*.__subMenu .__mainNavMenu .__main{ padding-left:35px !important; }*/
  .__subMenu .__mainNavMenu .__main > li > a {
    font-size: 12px !important;
  }
  #__mainFooter .__footerTop .pm-col-md-5 h4 {
    font-size: 11px;
  }
  #__mainFooter .__footerTop .pm-col-md-5 ul li a {
    font-size: 13px !important;
  }
  #__homeRightTopBlock {
    margin-top: -100px !important;
  }
  /*.not-logged-in #__homeRightTopBlock article {margin-top: 30px;}*/
  /*.logged-in #__homeRightTopBlock article {margin-top: -52px;}*/
  .__homeBg {
    height: 700px;
    background-size: auto 700px;
    background-position: 50% 50%;
  }
  #__home-banner {
    width: 75%;
    height: 500px;
  }
  .__homePost_list {
    margin-top: 0px !important;
  }
  .video-content-block.video-big {
    width: 450px;
  }
  .page-content-m {
    max-width: 378px;
  }
  .page-content-m .__full-img {
    width: 778px;
  }
  .page-content-m.isetwidth {
    max-width: 100%;
  }
  #__page_articalDetails .__full-img {
    width: 778px;
  }
  .__timeline-block2 .imgs-block-left img {
    height: 330px !important;
  }
  .__timeline-block2 .imgs-block-right img {
    height: 165px !important;
  }
  .__timeline-block3 .imgs-block-left img {
    height: 225px !important;
  }
  .__timeline-block3 .imgs-block-right img {
    height: 225px !important;
  }
  .__collapse-list > h3.title-with-dec strong {
    width: 410px;
  }
  /*__corporate_citizenship*/
  .__corporate_citizenship .carousel-indicators-citizenship li span {
    font-size: 18px;
  }
  .__corporate_citizenship .carousel-indicators-citizenship li.active:after {
    border-width: 30px 96px;
    margin-left: -96px;
  }
  /*KKR Portflio*/
  .__kkr_portflioisotope .item.large {
    height: 514px;
  }
  .__blockquote-right .__blockquote.block-blockquote {
    margin: 0 -247px 20px 0;
  }
  /*__page Video Library*/
  #__page_videoLibrary .__videoLibrary-content-block .video-content-block-txt {
    padding: 20px 20px 15px;
  }
  .kkr-pulication {
    width: 400px;
  }
  .kkr-pulication .full-link {
    width: 140px;
    height: 118px;
  }
  .kkr-pulication .kkr-pulication-data {
    width: 220px;
  }
  .kkr-pulication .kkr-pulication-data h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .kkr-pulication .kkr-pulication-data p {
    font-size: 11px;
  }
  .institute-leadership {
    max-width: 65%;
    min-width: 355px;
  }
  .institute-leadership .institute-leadership-details {
    width: 55%;
    min-height: 117px;
    padding-top: 10px;
    padding-right: 10px;
  }
  .institute-leadership .institute-leadership-details h5 {
    font-size: 13px;
  }
  .institute-leadership .institute-leadership-details a.btn-green {
    font-size: 12px;
  }
  .institute-leadership .institute-leadership-details a.btn-yellow {
    font-size: 12px;
  }
  .__postFooterBlock {
    background: #333;
    padding: 14px 0px 24px;
  }
  .__postFooterBlock #Related_Videos article.post-botton-list {
    min-height: 235px !important;
  }
  .__postFooterBlock #__videoisotope article.post-botton-list {
    min-height: 235px !important;
  }
  #__map_all_locations #map_cust.map-custom .overview .map-img-wrap-r {
    width: 50%;
    height: auto;
  }
  #__vetsteamisotope .item {
    min-height: 265px;
  }
  #__homeRightTopBlock article .caption {
    font-size: 14px;
  }
  .front #invt-menu > .dropdown {
    -webkit-transform: translate(-16.8%, 80px) !important;
  }
  .front #invt-menu:hover > .dropdown {
    -webkit-transform: translate(-16.8%, 12px) !important;
  }
  /* 11 Dec */
  #__page_originalThinking.__global-perspective .__newsletter .__newsletter-margin {
    width: 90%;
    margin-left: 5%;
  }
  .__newsletter .container {
    background-position: 30px bottom;
    background-size: 30%;
  }
  /*Featured Team Member*/
  .featured-team-member .featured-left {
    width: 100%;
  }
  .featured-team-member .hr-profile .ftm-details {
    width: 386.5px;
  }
  .featured-team-member .featured-right {
    width: 100%;
    margin-bottom: 15px;
  }
  .featured-team-member .vr-profile {
    width: 100%;
    height: 230px;
  }
  .featured-team-member .vr-profile .ftm-img {
    float: left;
  }
  .fea-setl .ftm-img {
    float: right !important;
  }
  .fea-setr .ftm-details {
    float: right !important;
  }
  .featured-team-member .fea-setl .btn-right {
    left: 0;
    right: auto;
  }
  .featured-team-member .fea-setr .btn-left {
    left: auto;
    right: 0;
  }
  .featured-team-member .vr-profile .ftm-details {
    float: left;
    height: 230px;
    width: 386px;
  }
  /* 26 July 2016 :: For Menu */
  .front #invt-menu .dropdown {
    top: 26px;
  }
}
@media (max-width: 1200px) {
  .page-content--life-at-kkr .pull-right {
    margin-right: -414px;
  }
  .lead-quote {
    width: 100%;
  }
  .feature-boxes--beyond-the-work {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-boxes--beyond-the-work .feature-box--title {
    width: 100%;
  }
  .diversity-charts-section > .col {
    width: 100%;
  }
  .diversity-charts-section br {
    display: none;
  }
  .diversity-charts-section figcaption br {
    display: block;
  }
  .diversity-charts-section .workforce-women,
  .diversity-charts-section .executive-women {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  /* Life at KKR */
  .wide-content {
    margin-right: auto;
  }
  .diversity-charts-section br {
    display: block;
  }
  .diversity-charts-section .workforce-women,
  .diversity-charts-section .executive-women {
    float: none;
    clear: both;
    width: 100;
  }
  .block--in-our-own-words {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  }
  .block--in-our-own-words > .content {
    display: block;
  }
  .block--in-our-own-words > .content > .row > .col {
    display: block;
    width: 100%;
    border-right: 1px solid rgba(151, 151, 151, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Life at KKR */
  .page-content--life-at-kkr .pull-right {
    float: none !important;
  }
  .page-content--life-at-kkr .video-content-block.video-big {
    width: 750px;
    left: -187px;
  }
  .page-content--life-at-kkr .lead-quote {
    margin-top: 0;
    width: 100%;
  }
  .quote-grid {
    display: block;
  }
  .quote-grid > .row {
    display: block;
    margin: 0;
  }
  .quote-grid > .row > .col {
    display: block;
    width: 100%;
  }
  .quote-grid > .row .col img {
    display: block;
  }
  .quote-grid > .row .image-container {
    display: none;
  }
  .feature-boxes--beyond-the-work {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-boxes--beyond-the-work .feature-box--title {
    width: 100%;
  }
  .block--in-our-own-words {
    width: 75%;
    margin-left: 25%;
  }
  .feature-boxes--equal-height {
    display: block;
  }
  .feature-boxes--equal-height > .row {
    display: block;
  }
  .feature-boxes--equal-height > .row > .col {
    display: block;
  }
  .feature-boxes--awards .feature-box {
    width: 42%;
  }
  .page-content--recognition hr {
    margin-right: 0;
  }
  .not-front #__mSearch .container {
    width: auto !important;
  }
  /*Video Changes*/
  .video-scroll-custom {
    width: 95%;
  }
  .vet-scroll {
    width: 100% !important;
    height: 300px !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-nav > .dropdown:after {
    border-width: 0 !important;
  }
  .horizontalTab .nav-justified > li {
    width: auto;
    display: block;
  }
  .__mobile .__subMenu .__mainNavMenu .__main > li.active .__subs {
    margin-left: 30px;
  }
  .video-content-block .video-content-block-img img {
    width: 100%;
  }
  .back-btn a {
    font-size: 15px !important;
  }
  .cee-champion-sec {
    width: 720px !important;
  }
  .cee-champion-sec .cee-cont {
    padding: 15px 0;
    margin-left: 0;
  }
  .cee-champion-sec .cee-cont h4 {
    font-size: 20px;
  }
  .cee-champion-sec .cee-cont p {
    font-size: 13px;
  }
  .pub-tab {
    width: 720px !important;
  }
  .sliderthumb #__sldierThumb {
    margin-left: 0 !important;
  }
  #__map_all_locations #map_cust.map-custom {
    width: 70%;
  }
  #__map_all_locations #map_cust.map-custom .overview .map-img-wrap-r {
    width: 50%;
    height: auto;
  }
  .page-load-menu {
    display: none !important;
  }
  #__mainFooter .__footerTop .pm-col-md-5 h4 {
    font-size: 10px;
  }
  #__mainFooter .__footerTop .pm-col-md-5 ul li a {
    font-size: 12px !important;
  }
  #__kkr_portflioisotope {
    width: 750px !important;
  }
  .__kkr_vetsteam #__kkr_portflioisotope {
    width: 100% !important;
  }
  .__kkr_portflioisotope.__kkr_vetsteam {
    margin-right: 0;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large {
    width: 572px !important;
    height: auto;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item {
    min-height: 272px;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-img {
    width: 175px;
  }
  #__map_all_locations #__location_chart {
    width: 100%;
    height: 350px;
  }
  #__homeRightTopBlock {
    margin-top: -100px !important;
  }
  /*.not-logged-in #__homeRightTopBlock article {margin-top: 30px;}*/
  /*.logged-in #__homeRightTopBlock article {margin-top: -52px;}*/
  .blog-post-social-media {
    width: 100% !important;
  }
  .page-content-m.series-content {
    min-height: 165px;
  }
  .__pageheader .container .__pagetitle {
    font-size: 39px !important;
  }
  .front #__mainHeader #__logo {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .front #__mainHeader .__m-menu {
    right: 75px;
  }
  .front #__mainHeader #__search-block .sb-search-input {
    border: 0px;
  }
  .not-front #__mainHeader #__logo {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .__homeBg {
    height: 620px;
    background-size: auto 620px;
    background-position: 50% 50%;
  }
  #__home-banner {
    width: 80%;
    height: 460px;
  }
  #__home-banner .banner-title {
    font-size: 50px;
  }
  .__homePost_list {
    margin-top: 0px !important;
  }
  #__homeRightTopBlock article .caption {
    font-size: 16px;
  }
  #__homeRightTopBlock article .caption a {
    font-size: 16px;
  }
  #__homeRightTopBlock article .caption-img {
    height: 153px;
  }
  .video-content-block {
    margin: 0px 0px 20px !important;
  }
  .video-content-block.video-big {
    width: 100%;
  }
  .page-content-main {
    float: left;
    width: 100%;
  }
  .page-soical-m {
    padding-bottom: 40px;
    float: left;
    width: 25%;
  }
  .page-soical-m .__page_soical_links {
    margin-top: -10px;
  }
  .page-content-m {
    max-width: 100%;
    float: left;
    width: 100%;
    min-height: 160px;
  }
  .page-content-m .__full-img {
    width: 100%;
  }
  #__page_articalDetails .__full-img {
    width: 100%;
  }
  .__todayisotope figure {
    height: 250px !important;
  }
  .__todayisotope figure aside {
    font-size: 12px !important;
  }
  .__todayisotope .item-h2 {
    height: 250px !important;
  }
  .__todayisotope .item-h4 {
    height: 500px !important;
  }
  .__pageheader .container {
    height: 200px;
  }
  /*TIMELINE*/
  .__timeline-block1 .content {
    padding-top: 30px;
  }
  .__timeline-block2 .content {
    padding: 30px 30px 15px 0px !important;
  }
  .__timeline-block2 .imgs-block-left img {
    height: inherit !important;
  }
  .__timeline-block3 .imgs-block-right img {
    width: 100%;
    height: auto !important;
  }
  .__timeline-staticMenu ._timeline-staticMenu a {
    font-size: 14px;
  }
  .__timeline-staticMenu ._timeline-staticMenu a.twoLine {
    padding: 10px 10px 0px;
  }
  .japanlang .__timeline-staticMenu ._timeline-staticMenu a {
    font-size: 12px !important;
  }
  .__partnersisotope {
    margin-right: -15px;
  }
  .__partnersisotope .item .bio-content h3.name {
    height: 80px;
  }
  #__mainFooter .__footerTop .pm-col-md-5 h4 {
    letter-spacing: 0em;
  }
  #__mainFooter .__footerTop .pm-col-md-5 ul li a {
    font-size: 15px;
  }
  #__mainFooter .copyright {
    padding-top: 10px;
  }
  /*End  #__mainFooter*/
  .sidebar-block .col-md-12.pull-right .sidebar-block-content,
  .sidebar-block .col-md-12.pull-right .sidebar-block-links {
    padding-left: 0px;
  }
  .sidebar-block .col-md-12.pull-left .sidebar-block-content {
    padding-right: 0px;
  }
  .sidebar-block .col-md-12.pull-left .sidebar-block-content.top {
    padding-top: 26px;
  }
  #__teanContainer .__team_dotline-v {
    background: transparent !important;
  }
  /* LOCATION PAGE */
  #__location-carousel.__timeline-carousel a {
    font-size: 15px;
    padding: 0px;
  }
  #__location-carousel.__timeline-carousel a.twoLine {
    padding-top: 10px;
  }
  #__page_media_center .page-title {
    margin: 50px 0 40px;
  }
  #__page_media_center .__sidebar-search-tags {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #__page_media_center .__sidebar-search-tags .sidebar-block {
    margin-bottom: -999px;
    padding-bottom: 999px;
  }
  #__page_originalThinking .__mediaPost_list .blog-content-wrap p a {
    color: #333;
  }
  #__page_originalThinking .__pagination {
    margin-bottom: 50px !important;
  }
  #__page_originalThinking .__ot_dotline-v {
    background: transparent !important;
  }
  #__page_originalThinking .page-title {
    margin: 50px 0 40px;
  }
  #__page_originalThinking .__sidebar-search-tags {
    overflow: hidden;
    margin-bottom: 30px;
  }
  #__page_originalThinking .__sidebar-search-tags .tablet_ad {
    margin-bottom: 40px;
    height: 180px;
    background-image: url('https://kkr.com/sites/default/files/bg.jpg');
    background-size: cover;
    background-position: bottom right;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  #__page_originalThinking .__sidebar-search-tags .tablet_ad_headline {
    font-size: 22px;
    line-height: 1.125;
    font-family: 'aaux-next', sans-serif;
    margin-top: 0;
    color: #333;
    margin-bottom: 15px;
    max-width: 280px;
  }
  #__page_originalThinking .__sidebar-search-tags .app_store_link {
    text-decoration: none;
    display: inline-block;
    margin-right: 7px;
    border: 0;
    position: relative;
  }
  #__page_originalThinking .__sidebar-search-tags .app_store_link:hover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    background-color: #ffffff;
  }
  #__page_originalThinking .__sidebar-search-tags .app_store_link img {
    height: 30px;
    width: auto;
    border: 0;
  }
  #__page_originalThinking .__sidebar-search-tags .sidebar-block {
    margin-bottom: -999px;
    padding-bottom: 999px;
  }
  #__page_originalThinking .__sidebar-search-tags .view_more_block .sidebar-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #__page_originalThinking .__sidebar-search-tags .view_more_block .view {
    margin-top: 30px;
  }
  #__page_originalThinking .__sidebar-search-tags .view_more_block .view .view-detail {
    width: 83%;
  }
  #__page_originalThinking .__sidebar-search-tags .view_more_block .sidebar_view_more .view {
    margin-top: 0;
  }
  .__blockquote-main {
    float: none;
  }
  .__blockquote-main .__blockquote.block-blockquote {
    width: auto;
    margin: 0px 0px 20px 0px;
  }
  .__blockquote-right {
    float: none;
  }
  .__blockquote-right .__blockquote {
    padding: 0px;
  }
  .__blockquote-right .__blockquote.block-blockquote {
    width: auto;
    margin: 0px 0px 20px 0px;
  }
  /* portfolio*/
  .__portfolioContainer .element.large {
    width: 100% !important;
  }
  /*__corporate_citizenship*/
  .__corporate_citizenship .carousel-indicators-citizenship li span {
    font-size: 18px;
  }
  .__corporate_citizenship .carousel-indicators-citizenship li.active:after {
    border-width: 30px 88px;
    margin-left: -88px;
  }
  .__corporate_citizenship .carousel-caption {
    position: static !important;
    background: #696c74;
    width: auto !important;
  }
  /* KKR Portfolio*/
  .sidebar-equalHeight {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .sidebar-equalHeight .sidebar-block {
    margin-bottom: -999px;
    padding-bottom: 999px;
  }
  .__kkr_portflioisotope .item.large {
    height: 566px;
    width: 470px !important;
  }
  #__sldierThumb {
    margin-left: -180px;
  }
  /*__page Video Library*/
  #__page_videoLibrary {
    /*__page Video Library*/
    /* add 27 Aug 2014 :: starts */
  }
  #__page_videoLibrary .__videoLibrary-content-block .video-content-block-txt {
    padding: 20px 20px 15px;
  }
  #__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list {
    min-height: 288px;
  }
  #__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list p {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .__block4_links li {
    width: 50%;
  }
  #__location-carousel .twoLine {
    line-height: 20px !important;
  }
  .kkr-pulication {
    width: 100%;
    background: none;
    margin-left: 0;
    padding: 0;
  }
  .kkr-pulication .full-link {
    overflow: hidden;
  }
  .kkr-pulication .full-link img {
    width: 100%;
  }
  .kkr-pulication .kkr-pulication-data {
    width: 75%;
  }
  .institute-leadership .institute-leadership-img {
    width: 30%;
  }
  .institute-leadership .institute-leadership-details {
    min-height: 156px;
    width: 65%;
  }
  .toggle-btn {
    border-bottom: 30px solid #FFF;
    display: none;
  }
  .seacrh-toggle-btn {
    border-bottom: 30px solid #FFF;
    display: none;
  }
  .sidebar-block #search-toggle {
    display: block;
    border-bottom: 30px solid #FFF;
  }
  #search-toggle.search-no-border {
    border-bottom: 0 !important;
  }
  .page-content-m {
    width: 75%;
  }
  .page-content-m .institute-leadership {
    max-width: 100%;
  }
  .kkr-pulication {
    width: 75%;
  }
  .kkr-pulication .kkr-pulication-data {
    width: 70%;
  }
  .video-timeline .video-timeline-btn-large a.btn-play {
    line-height: 175px;
    height: 175px;
  }
  .__timeline-block.__timeline-block3 .imgs-block-left-tl {
    padding-right: 15px;
  }
  /* 2 sep 2014 :: e092 :: starts */
  .sidebar-equalHeight .sidebar-block .sidebar-block-content .btn-group .dropdown-menu {
    max-height: 130px;
  }
  .sidebar-equalHeight .sidebar-block .sidebar-block-content:last-child .btn-group .dropdown-menu {
    top: auto;
    max-height: 255px;
    bottom: 100%;
  }
  /* 2 sep 2014 :: e092 :: ends */
  .bottomtext {
    position: relative;
  }
  #__vetsteamisotope .item {
    min-height: 255px;
    margin-bottom: 0px;
  }
  .set-layt .sidebar-block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .sidebar_view_more.mc-style {
    margin-top: 30px !important;
  }
  /* 15 June 2015 :: E092 Starts */
  #invt-menu .dropdown {
    left: auto;
    right: auto;
    top: auto;
    transform: none !important;
    -ms-transform: none !important;
    width: 100%;
    padding: 0 15px 0 0 !important;
  }
  #invt-menu .dropdown ul {
    float: none;
  }
  #invt-menu .dropdown ul.__subs {
    margin-left: 50px;
    margin-bottom: 20px;
  }
  #invt-menu .dropdown ul.__subs li {
    color: #d1d1d1;
    float: none;
    margin: 0 0 10px;
    text-transform: none;
  }
  #invt-menu .dropdown ul.__subs li a {
    color: #ffffff;
    font-size: 13px !important;
  }
  #invt-menu .dropdown ul.__subs li br {
    display: none;
  }
  #invt-menu .dropdown ul.__subs li h5 {
    padding-left: 0;
  }
  #invt-menu:hover .dropdown {
    width: 100%;
    transform: none !important;
    -ms-transform: none !important;
  }
  #invt-menu .invt-left {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
  }
  #invt-menu .invt-left h5 {
    color: #ffffff;
    font-family: aaux-next, sans-serif;
    padding-left: 30px;
  }
  #invt-menu .invt-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #invt-menu .invt-right h5 {
    color: #ffffff;
    font-family: aaux-next, sans-serif;
    padding-left: 30px;
  }
  #invt-menu .dotted-border {
    display: none;
  }
  .front #invt-menu .dropdown {
    top: auto;
    left: auto;
  }
  /* 15 June 2015 :: E092 ends */
  body.chineselang .__subMenu .__mainNavMenu,
  body.englishlang .__subMenu .__mainNavMenu,
  body.japanlang .__subMenu .__mainNavMenu,
  body.korealang .__subMenu .__mainNavMenu {
    top: 0px !important;
  }
  /* 11 Dec 2015 */
  #__page_originalThinking.__global-perspective .__newsletter .__newsletter-margin {
    margin-left: 0;
  }
  #__page_originalThinking.__global-perspective .__newsletter .newsletter-img {
    margin: 0 15px 0 -15px;
  }
  #__page_originalThinking.__global-perspective .__newsletter .newsletter-img img {
    margin-top: 45px;
    max-height: 155px;
    float: left;
  }
  .newsletter-padidng {
    padding-bottom: 0 !important;
  }
  .__newsletter {
    margin-bottom: 0 !important;
  }
  .__newsletter .container {
    background-position: 0 bottom;
    background-size: 35%;
  }
  .__newsletter .container h3 {
    font-size: 28px;
    margin-top: 27px;
  }
  .__newsletter .container .newsletter-btn {
    font-size: 13px;
  }
  /*Featured Team Member*/
  .featured-team-member .featured-left {
    width: 475px;
  }
  .featured-team-member .hr-profile .ftm-details {
    width: 245px;
  }
  .featured-team-member .quote-team {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* life at kkr */
  .page-content--life-at-kkr .pull-right {
    margin-right: 0;
  }
  .page-content--life-at-kkr .lead-quote {
    margin-top: 0;
    padding-top: 45px;
    width: 100%;
    clear: both;
  }
  .page-content--life-at-kkr .video-content-block {
    margin-top: 0;
  }
  .page-content--recognition hr {
    margin-right: 0;
  }
  .block--follow-us {
    float: right;
    margin-bottom: 0;
  }
  .employee-diversity br {
    display: none;
  }
  .employee-diversity figcaption br,
  .employee-diversity .footnote br {
    display: block;
  }
  .diversity-charts-section {
    /*
    >.col {
      width: 50%;
      margin-left: 0;
      margin-right: 0;
    }

    .employee-diversity {
      margin-bottom: 60px;
    }
    */
  }
  .diversity-charts-section .workforce-women,
  .diversity-charts-section .executive-women {
    float: left;
    clear: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .feature-box {
    margin-bottom: 45px;
  }
  .block--in-our-own-words {
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
  }
  .block--in-our-own-words > .content {
    display: block;
  }
  .block--in-our-own-words > .content > .row > .col {
    display: block;
    width: 100%;
    border-right: 1px solid rgba(151, 151, 151, 0.25);
  }
  .feature-boxes--awards .feature-box {
    width: 42%;
  }
  .quote-grid {
    display: block;
  }
  .quote-grid > .row {
    display: block;
    margin: 0;
  }
  .quote-grid > .row > .col {
    display: block;
    width: 100%;
  }
  .quote-grid > .row .col img {
    display: block;
  }
  .quote-grid > .row .image-container {
    display: none;
  }
  .__teamisotope .item.article-team {
    min-height: 0 !important;
  }
  .touch .m-search-submit .glyphicon-search {
    left: auto !important;
  }
  /*Video Changes*/
  .video-scroll-custom {
    height: 100px;
    width: 95%;
  }
  .pager {
    margin-bottom: 20px !important;
  }
  .__pagination .pager {
    clear: none;
    float: left;
    margin: 0;
    width: 100%;
  }
  .__pagination .pager li {
    display: inline-block !important;
    float: none !important;
    padding-right: 0;
  }
  .__pagination .pager li a {
    padding: 0 15px;
  }
  .pagination-wrapper {
    width: 100%;
    text-align: center;
    width: 265px;
    margin: 0 auto;
  }
  .vet-scroll {
    width: 100% !important;
    height: 200px !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .scrollable .viewport {
    height: 200px;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-content {
    width: 100%;
    max-width: 100%;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large .item-content {
    width: 100%;
    max-width: 100%;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item.large .bio-img {
    width: 100%;
  }
  .__kkr_portflioisotope.__kkr_vetsteam {
    margin-right: 0;
  }
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope {
    width: 100% !important;
  }
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope .item {
    width: inherit !important;
  }
  .menu-nav > .dropdown:after {
    border-width: 0 !important;
  }
  .horizontalTab .nav-justified > li {
    width: auto;
    display: block;
  }
  .__mobile .__subMenu .__mainNavMenu .__main > li.active .__subs {
    margin-left: 30px;
  }
  .back-btn a {
    font-size: 15px !important;
  }
  .cee-champion-sec {
    height: auto;
  }
  .cee-champion-sec .cee-cont {
    margin-left: 0;
  }
  .page-load-menu {
    display: none !important;
  }
  .__twitter-block-home .pull-right {
    white-space: normal !important;
  }
  .__captions_img.wow.fadeInDown.ic_container.capslide.animated > img {
    width: 100%;
  }
  .front #__mainHeader {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  .front #__mainHeader #__logo {
    margin-left: 15px;
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .front #__mainHeader .__m-menu {
    right: 75px;
  }
  .not-front #__mainHeader #__logo {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  #__search-block .sb-search {
    height: 65px;
    width: 65px;
  }
  #__search-block .sb-search-input {
    height: 65px;
    font-size: 16px;
  }
  #__search-block .sb-icon-search,
  #__search-block .sb-search-submit {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
  .__homeBg {
    position: inherit !important;
    height: 300px;
    background-size: auto 300px;
    background-position: 50% 50%;
  }
  #__home-banner {
    width: 100%;
    padding-top: 20px;
  }
  #__home-banner .banner-title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #333 !important;
  }
  #__home-banner .banner-title a {
    color: #333 !important;
  }
  #__home-banner .banner-title a:hover {
    color: #48154a  !important;
  }
  #__home-banner .banner-title br {
    display: none !important;
  }
  #__home-banner .btn-default-dark-grey {
    color: #333 !important;
    background-color: transparent;
    border-color: #333 !important;
    font-weight: 800;
    border-width: 2px !important;
  }
  #__home-banner .btn-default-dark-grey:hover {
    color: #555 !important;
    border-color: #555 !important;
  }
  #__home-banner .banner-btn {
    padding: 0px 0px 20px;
  }
  #__home-banner .banner-btn .btn-default-white {
    color: #333;
    border-color: #333;
  }
  #__home-banner .banner-btn .btn-default-white:hover,
  #__home-banner .banner-btn .btn-default-white:focus,
  #__home-banner .banner-btn .btn-default-white:active {
    color: #333;
    background-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    border-color: #333;
  }
  #__home-banner .banner-txt {
    font-size: 17px;
    color: #333 !important;
    width: 100%;
  }
  /*end #__home-banner*/
  .__homePost_list {
    margin-top: 0px !important;
  }
  .__homePost_list h2 {
    font-size: 18px;
  }
  #__homeRightTopBlock article .caption {
    font-size: 13px;
  }
  #__homeRightTopBlock article .caption-img {
    height: auto;
  }
  /* end #__homeRightTopBlock*/
  /* Inner page bottom margin 100px */
  .__containerPages {
    padding-bottom: 20px;
  }
  /*TIMELINE*/
  .video-timeline .video-timeline-txt {
    position: static !important;
  }
  .__timeline-block1 .content {
    padding-top: 25px;
  }
  .__timeline-block2 .content {
    padding: 25px 20px 5px 20px !important;
  }
  .__timeline-block2 .imgs-block-left img {
    height: inherit !important;
  }
  .__timeline-block3 .content {
    padding: 25px 0 15px !important;
  }
  .__timeline-block3 .imgs-block-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .__timeline-block3 .imgs-block-right img {
    height: inherit !important;
  }
  #__mainFooter .footer-logo {
    margin-top: 30px;
  }
  #__mainFooter .copyright {
    padding-top: 10px;
  }
  #__mainFooter .__footerBottom {
    padding: 40px 0px;
  }
  #__mainFooter .__footerBottom .footer-menu ul li {
    padding-right: 10px !important;
  }
  #__mainFooter .__footerTop .pm-col-md-5 h4 {
    letter-spacing: 0em;
  }
  #__mainFooter .__footerTop .pm-col-md-5 ul li a {
    font-size: 15px;
  }
  /*End  #__mainFooter*/
  .video-content-block {
    margin-bottom: 0px;
  }
  .video-content-block.video-big {
    width: 100%;
  }
  .page-content-m {
    max-width: 100%;
    min-height: 100px;
  }
  .page-content-m p {
    position: relative;
    bottom: auto;
  }
  .page-content-m .__full-img {
    width: 100%;
  }
  #__page_articalDetails .__full-img {
    width: 100%;
  }
  #__teanContainer {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  #__teanContainer .__team_dotline-v {
    background: transparent !important;
  }
  .__teamisotope {
    margin-right: 0px !important;
  }
  .__teamisotope .item {
    width: 100% !important;
    background: #DADADC;
  }
  .__teamisotope .item .bio-img {
    width: 200px;
    margin-right: 20px;
    float: left;
  }
  .__teamisotope .item .bio-content {
    overflow: hidden;
    padding-top: 18px;
  }
  .__teamisotope .stamp {
    display: none !important;
    margin: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    width: 0px !important;
  }
  .__teamisotope.vertical_view .item {
    background: #FFFFFF !important;
  }
  .m__timeline-menu .__m__timeline-menu ul li a {
    padding: 10px 0px;
    font-size: 16px;
  }
  #__container_with_banner {
    padding-top: 0px;
  }
  #__page_media_center .page-title {
    margin: 30px 0 20px;
    font-size: 30px;
  }
  #__page_media_center .__mediaPost_list h2 {
    font-size: 18px;
  }
  #__page_media_center .__mediaPost_list.first-post h2 {
    font-size: 21px;
  }
  #__page_originalThinking .__ot_dotline-v {
    background: transparent !important;
  }
  #__page_originalThinking .page-title {
    margin: 30px 0 20px;
    font-size: 30px;
  }
  #__page_originalThinking .__mediaPost_list h2 {
    font-size: 18px !important;
  }
  #__page_originalThinking .__mediaPost_list.first-post h2 {
    font-size: 21px;
  }
  ._m768 #__page_originalThinking .__mediaPost_list img.alldata {
    width: 360px;
  }
  ._m768 #__page_originalThinking .__mediaPost_list img.firstdata {
    width: 100%;
  }
  .__blog-post-lists h3 {
    font-size: 21px;
  }
  /* __pagination */
  .__pagination .tooltip {
    display: none !important;
  }
  .__pagination .pages-label {
    padding: 0px 10px;
    display: none;
  }
  .__pagination .pagination {
    margin: 0px;
  }
  .__pagination .pagination > li > a,
  .__pagination .pagination > li > span {
    padding: 0px 10px;
    line-height: 43px;
  }
  /* __collapse-list */
  .__collapse-list > h3 {
    line-height: 40px;
    font-size: 17px;
  }
  .__collapse-list > h3 img {
    margin: 0px 10px 0px 0px;
    width: 30px;
    height: 30px;
  }
  .__collapse-list > h3 span.links-collapse {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-position: -5px -4px;
  }
  .__collapse-list > h3 strong {
    display: inherit;
    padding-top: 5px;
  }
  .__collapse-list > h3.title-with-dec strong {
    padding-top: 0px;
  }
  .__collapse-list > h3.open span.links-collapse {
    background-position: -5px -44px;
  }
  .__collapse-list .content {
    margin-left: 40px;
  }
  #__map_all_locations #__location_chart {
    height: 800px;
  }
  #__map_all_locations #map_cust {
    width: 250px;
    padding: 15px 15px 9999px;
    margin-bottom: -9999px;
  }
  #__map_all_locations #map_cust #close_cust {
    right: 250px;
  }
  #__map_all_locations #map_cust #data_cust h4 {
    font-size: 12px;
  }
  .__blockquote-main {
    float: none;
  }
  .__blockquote-main .__blockquote.block-blockquote {
    width: auto;
    margin: 0px 0px 20px 0px;
  }
  .__blockquote-with-content {
    float: none;
  }
  .__blockquote-with-content .__blockquote-content {
    width: auto;
    margin: 0px 0px 20px 0px;
    padding: 30px 0px 15px 0px;
  }
  .__blockquote-right {
    float: none;
  }
  .__blockquote-right .__blockquote {
    padding: 0px;
  }
  .__blockquote-right .__blockquote.block-blockquote {
    width: auto;
    margin: 0px 40px 20px 0px;
  }
  /* portfolio*/
  .__portfolioContainer .element {
    width: 49.5%;
  }
  .__portfolioContainer .element.large {
    width: 100% !important;
  }
  .__partnersisotope {
    margin-right: -15px;
  }
  .__partnersisotope .item .bio-content h3.name {
    height: 60px;
  }
  #__global-inst {
    width: 100%;
    height: 350px;
    background-size: 100%;
  }
  #__global-inst .__gi-buttons {
    padding-left: 10px;
  }
  /* KKR Portfolio*/
  .__kkr_portflioisotope-main {
    overflow: hidden;
  }
  .__kkr_portflioisotope {
    padding-bottom: 0px;
  }
  .__kkr_portflioisotope .item .prot-content {
    height: 160px;
  }
  .__kkr_portflioisotope .item.large {
    height: auto !important;
    margin-right: 30px !important;
  }
  #__sldierThumb .__sldier_thumb_list .synced .item:before {
    border-width: 5px;
  }
  .__strategies-blocks .equalBlock {
    height: auto !important;
  }
  .__strategies-blocks .strategies-block-title {
    padding: 15px 0px !important;
  }
  .__strategies-blocks .strategies-block-title span {
    margin: 0px !important;
    display: block !important;
    position: static !important;
  }
  .__strategies-blocks .col-md-10 {
    padding-left: 15px !important;
  }
  .__strategies-blocks .strategies-block-txt {
    padding: 15px 15px 0px;
  }
  .__purplebg-list-block {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
  }
  .__purplebg-list-block .icon-title {
    margin-bottom: 15px !important;
    padding-bottom: 0px !important;
    padding-right: 15px;
  }
  .__purplebg-list-block .col-md-5 {
    border-left: 0px solid #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .__purplebg-list-block .content {
    padding: 0px 15px 0px;
  }
  .__purplebg-list-block .content ul {
    margin-bottom: 0px !important;
  }
  /*__page Video Library*/
  #__page_videoLibrary {
    /* add 27 Aug 2014 :: starts */
    /* add 27 Aug 2014 :: ends */
  }
  #__page_videoLibrary .__postFooterBlock #Related_Videos article.post-botton-list {
    min-height: 250px;
  }
  #__page_videoLibrary .__postFooterBlock #Related_Videos article.post-botton-list p {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  #__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list {
    min-height: 250px;
  }
  #__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list p {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  #__page_videoLibrary .__videoLibrary-content-block .video-content-block-txt {
    padding: 20px 20px 15px;
  }
  #__page_videoLibrary .__videoLibrary-content-block .__video-soical-links-sm {
    padding: 20px 0 0 15px !important;
    float: left !important;
  }
  #__page_videoLibrary .__videoLibrary-content-block .__video-soical-links-sm .__page_soical_links_inline li {
    margin: 0px 10px !important;
  }
  #__page_videoLibrary .__videoLibrary-content-block .btn-play {
    width: 100px !important;
    height: 40px !important;
    margin-top: -20px !important;
    line-height: 40px !important;
    font-size: 11px !important;
    padding: 0px 5px;
  }
  #__page_videoLibrary .__videoLibrary-content-block .btn-play:hover {
    width: 120px !important;
  }
  .__block4_links li {
    width: 50%;
  }
  #__page_articalDetails {
    padding-top: 50px;
  }
  .kkr-pulication .full-data {
    margin-bottom: 20px;
  }
  .kkr-pulication .full-data .__KGIBg {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
  .kkr-pulication .full-data .kkr-pulication-data {
    width: 100%;
  }
  .kkr-pulication .__twitter-block-home a {
    white-space: normal;
    font-size: 11px;
  }
  .view_post .page-title {
    margin-bottom: 20px;
  }
  .view_post .post-title {
    font-size: 22px;
  }
  #__map_all_locations #map_cust.map-custom {
    width: 70%;
  }
  #__map_all_locations #map_cust.map-custom .overview .map-img-wrap-r {
    width: 100%;
    margin: 0 0 15px 0;
    height: auto;
  }
  .media-listing.search-listing {
    margin-top: 0 !important;
  }
  /* 15 June 2015 :: E092 Starts */
  #invt-menu .dropdown {
    left: auto;
    right: auto;
    top: auto;
    transform: none !important;
    -ms-transform: none !important;
    width: 100%;
    padding: 0 15px 0 0 !important;
  }
  #invt-menu .dropdown ul {
    float: none;
  }
  #invt-menu .dropdown ul.__subs {
    margin-left: 50px;
    margin-bottom: 20px;
  }
  #invt-menu .dropdown ul.__subs li {
    color: #d1d1d1;
    float: none;
    margin: 0 0 10px;
    text-transform: none;
  }
  #invt-menu .dropdown ul.__subs li a {
    color: #ffffff;
    font-size: 13px !important;
  }
  #invt-menu .dropdown ul.__subs li br {
    display: none;
  }
  #invt-menu .dropdown ul.__subs li h5 {
    padding-left: 0;
  }
  #invt-menu:hover .dropdown {
    width: 100%;
    transform: none !important;
    -ms-transform: none !important;
  }
  #invt-menu .invt-left {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
  }
  #invt-menu .invt-left h5 {
    color: #ffffff;
    font-family: aaux-next, sans-serif;
    padding-left: 30px;
  }
  #invt-menu .invt-right {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #invt-menu .invt-right h5 {
    color: #ffffff;
    font-family: aaux-next, sans-serif;
    padding-left: 30px;
  }
  #invt-menu .dotted-border {
    display: none;
  }
  .front #invt-menu .dropdown {
    top: auto;
    left: auto;
  }
  /* 15 June 2015 :: E092 ends */
  body.chineselang .__subMenu .__mainNavMenu,
  body.englishlang .__subMenu .__mainNavMenu,
  body.japanlang .__subMenu .__mainNavMenu,
  body.korealang .__subMenu .__mainNavMenu {
    top: 0px !important;
  }
  .japanlang .__collapse-readmore .__collapse-content h3 {
    word-break: break-all;
  }
  /* 11 Dec 2015 */
  #__page_originalThinking.__global-perspective .__newsletter .__newsletter-margin {
    margin-left: 0;
  }
  #__page_originalThinking.__global-perspective .__pagination .pagination {
    float: none !important;
    width: 100%;
    text-align: center;
  }
  #__page_originalThinking.__global-perspective.grey-bg .blog-wrapper .blog-author {
    margin-top: 0;
  }
  #__page_originalThinking.__global-perspective.grey-bg .blog-wrapper .blog-content-wrap img {
    margin-bottom: 15px;
  }
  #__page_originalThinking.__global-perspective .__pagination .pagination > li > a {
    float: none;
    display: inline-block;
  }
  .newsletter-padidng {
    padding-bottom: 0 !important;
  }
  .newsletter-padidng .__newsletter {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .newsletter-padidng .__newsletter .container {
    background: none;
  }
  .socialmedia-wrap {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .__teamisotope.exe_officer {
    margin-left: 0;
    margin-right: 0;
  }
  .__teamisotope.exe_officer .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .__teamisotope.exe_officer .bio-img {
    margin-right: 15px !important;
  }
  .featured-team-member .featured-left,
  .featured-team-member .featured-right {
    width: 100%;
  }
  .featured-team-member .quote-team img {
    width: 10%;
  }
  .featured-team-member .featured-right {
    margin-bottom: 15px;
  }
  .featured-team-member .vr-profile {
    width: 100%;
    height: auto;
    position: relative;
  }
  .featured-team-member .hr-profile .ftm-img,
  .featured-team-member .vr-profile .ftm-img {
    height: 120px;
    width: 120px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .featured-team-member .hr-profile .ftm-details,
  .featured-team-member .vr-profile .ftm-details {
    width: auto;
    height: 120px;
    margin-left: 120px;
  }
  .featured-team-member .vr-profile .ftm-details {
    width: auto;
    height: 120px;
    float: left;
  }
  .featured-team-member .hr-profile {
    height: 120px;
    position: relative;
  }
  .fea-setl .ftm-img {
    float: right !important;
  }
  /*.fea-setr .ftm-details{
		float:right !important;
	}*/
  .featured-team-member .fea-setl .btn-right {
    left: 0;
    right: auto;
  }
  .featured-team-member .fea-setr .btn-left {
    left: auto;
    right: 0;
  }
  .featured-team-member .btn-left {
    left: auto;
    right: 0;
  }
  .featured-team-member .fea-setl .btn-right {
    left: auto;
    right: 0;
  }
  .featured-team-member .vr-profile .ftm-details {
    position: static;
  }
  .featured-team-member .arrow_left,
  .featured-team-member .arrow_right {
    position: static;
  }
}
@media (min-width: 651px) and (max-width: 767px) {
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope .item {
    width: 30% !important;
  }
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope .item.large {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 650px) {
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope .item {
    width: 100% !important;
  }
  .__kkr_vetsteam #__kkr_portflioisotope .item .bio-img {
    width: 100%;
  }
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope .item img {
    width: 100%;
  }
  .__kkr_portflioisotope.__kkr_vetsteam #__kkr_portflioisotope .item.large {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pagination-wrapper {
    width: 300px;
    margin: 0 auto;
  }
  .video-content-block .video-content-block-img img {
    width: 100%;
  }
  #__page_videoLibrary {
    /* add 27 Aug 2014 :: starts */
    /* add 27 Aug 2014 :: ends */
  }
  #__page_videoLibrary .__postFooterBlock #Related_Videos article.post-botton-list p {
    padding-bottom: 25px;
  }
  #__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list {
    min-height: 225px;
  }
  /* 2 Sep 2014 :: starts */
  .page-content-m .institute-leadership .institute-leadership-img {
    width: 34%;
    margin-bottom: 0;
  }
  .page-content-m .institute-leadership .institute-leadership-details {
    width: 60%;
    padding: 14px 0 0;
  }
  /* 2 Sep 2014 :: ends */
}
@media (min-width: 481px) and (max-width: 767px) {
  #__page_videoLibrary {
    /* add 27 Aug 2014 :: starts */
    /* add 27 Aug 2014 :: ends */
  }
  #__page_videoLibrary .__postFooterBlock #__videoisotope article.post-botton-list {
    min-height: 250px;
  }
  .__twitter-block-home .pull-right {
    font-size: 11px;
  }
  .page-content-m .institute-leadership {
    max-width: 100%;
  }
  .kkr-pulication .full-data .__KGIBg {
    margin-bottom: 15px;
  }
  .kkr-pulication .full-data .kkr-pulication-data {
    padding-left: 0;
  }
  /* 12 Dec 2015 */
  .featured-team-member .quote-team img {
    width: 6%;
  }
  .featured-team-member .quote-team {
    font-size: 15px;
  }
  .featured-team-member .name-employee {
    font-size: 11px;
  }
  .featured-team-member .btn-more {
    padding: 5px 10px;
    font-size: 11px !important;
  }
  .featured-team-member .btn-more:hover {
    padding: 5px 10px;
  }
  .featured-team-member .btn-video {
    margin-top: 0;
    width: 15%;
  }
}
@media (max-width: 605px) {
  .view_post .post-title {
    font-size: 30px;
  }
  #__map_all_locations #__location_chart {
    width: 100%;
    height: 350px;
  }
  #__map_all_locations #map_cust .scrollable .viewport {
    /*max-height: 320px;
    				overflow: scroll;	*/
  }
  #__global-inst .__gi-buttons {
    padding-left: 60px;
  }
}
@media (max-width: 640px) {
  .quote-grid .col {
    display: block;
    width: 100%;
  }
  .diversity-charts-section br {
    display: block;
  }
  .diversity-charts-section .workforce-women,
  .diversity-charts-section .executive-women {
    float: none;
    clear: both;
    width: 100%;
  }
  .feature-boxes--equal-height {
    display: block;
  }
  .feature-boxes--equal-height > .row {
    display: block;
  }
  .feature-boxes--equal-height > .row > .col {
    display: block;
  }
}
@media (max-width: 480px) {
  /* life at KKR */
  .feature-boxes--awards .feature-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 80px;
  }
  .feature-boxes--awards .feature-box--header {
    height: auto;
    text-align: center;
  }
  .page-content--life-at-kkr .btn-green {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .page-content--life-at-kkr .btn-green .btn-label {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-boxes--beyond-the-work {
    margin-left: 0;
    margin-right: 0;
  }
  .block--in-our-own-words .title {
    padding-bottom: 21px;
  }
  .__blockquote-right .__ul-pdf {
    width: 100%;
    left: 0;
  }
  .diversity-charts-section > .col {
    width: 100%;
  }
  .individual-blockquote blockquote {
    margin-right: 0;
    padding-right: 0;
  }
  .individual-blockquote img {
    left: auto;
    margin-left: 0;
    display: none;
  }
  /*24-09-2016*/
  .sideLi ul {
    margin-left: 0;
    margin-right: 0;
  }
  .sideLi ul li {
    width: 100%;
    margin-left: 0 !important;
  }
  /*24-09-2016*/
  .__timeline-block.__timeline-block3 .imgs-block-left-tl {
    padding-right: 15px;
  }
  .__timeline-block.__timeline-block3 .imgs-block-right-tl {
    padding-left: 15px;
  }
  .timeline_btn {
    position: relative;
  }
  .timeline_btn .read_more_timeline {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .view_post .post-title {
    font-size: 22px;
  }
  .page-title {
    font-size: 30px;
  }
  .__teamisotope .item .bio-img {
    width: 120px;
    margin-right: 10px;
  }
  .__teamisotope .item .bio-img .btn-green {
    padding: 3px 5px;
  }
  .__teamisotope .item .bio-img .btn-green:hover {
    padding: 3px 10px;
  }
  .__teamisotope .item .bio-img .btn-yellow {
    padding: 3px 5px;
  }
  .__teamisotope .item .bio-img .btn-yellow:hover {
    padding: 3px 10px;
  }
  .__teamisotope .item .bio-content {
    padding-top: 10px;
  }
  .m__timeline-menu .__m__timeline-menu ul li {
    width: 100%;
  }
  .m__timeline-menu .__m__timeline-menu ul li a {
    padding: 10px 0px;
    font-size: 14px;
  }
  /*TEAM Details v1*/
  #__team-details {
    padding-bottom: 10px;
  }
  #__team-details .bio-content-block {
    background: #DADADC;
    margin-bottom: 30px;
    padding: 15px;
  }
  #__team-details .bio-content-block .bio-img {
    width: 100%;
    height: 150px;
    margin-right: 0px;
  }
  #__team-details .bio-content-block .bio-img img {
    height: 150px;
  }
  #__team-details .bio-content-block .bio-content {
    overflow: hidden;
    padding-top: 19px;
    float: left;
    height: auto;
    position: relative;
  }
  #__team-details .bio-content-block .bio-content h3.name {
    margin-bottom: 7px;
    font-size: 20px;
  }
  #__team-details .bio-content-block .bio-content .desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #__team-details .bio-content-block .bio-content .city {
    position: static;
    font-size: 14px;
  }
  #__team-details .__teamDetail_soical {
    background: transparent url(../images/dot_horz_repeat.gif) top left repeat-x;
    padding-bottom: 40px;
  }
  #__team-details .teamDetail-right-video .img-with-title {
    margin-bottom: 10px;
  }
  #__team-details .teamDetail-right-video h4 {
    font-size: 16px;
    color: #000000;
    font-family: "aaux-next", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
  .__partnersisotope {
    margin-right: 0px;
  }
  .__partnersisotope .item .bio-content h3.name {
    height: auto;
  }
  .video-timeline .video-timeline-txt {
    font-size: 12px;
  }
  .video-timeline .video-timeline-txt .content h2 {
    font-size: 24px;
  }
  .video-timeline .video-timeline-txt .content p {
    font-size: 12px;
  }
  .video-timeline .video-timeline-txt .btn-play {
    width: 100px !important;
    height: 45px !important;
    line-height: 35px !important;
    font-size: 11px !important;
    padding: 5px;
  }
  .video-content-block .video-content-block-img .btn-play {
    margin-top: -30px;
    width: 130px;
    height: 60px;
    line-height: 60px;
  }
  .video-content-block .video-content-block-img .btn-play:hover {
    width: 160px;
  }
  #__global-inst {
    width: 100%;
    height: 290px;
    background-size: 100%;
  }
  #__global-inst .__gi-buttons {
    padding-left: 10px;
    height: auto !important;
  }
  .__block4_links li {
    width: 100%;
  }
  .btn-download {
    line-height: inherit !important;
    text-align: left;
    white-space: inherit;
  }
  /*__price_table*/
  #__price_table .__price_table {
    width: 100%;
  }
  #__price_table .__price_table.border-lr {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
  }
  #sync2 .owl-controls {
    display: none !important;
  }
  .__kkr_portflioisotope .item .prot-content {
    height: auto !important;
  }
  .__kkr_portflioisotope .item.large {
    height: auto !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  #__kkr_portflioisotope {
    width: 94% !important;
  }
  .__kkr_portflioisotope .item {
    width: 100% !important;
  }
  .__addressisotope {
    padding-bottom: 15px !important;
  }
  .kkr-pulication .full-link {
    width: 100%;
    height: 245px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .kkr-pulication .full-link img {
    width: 100%;
  }
  .kkr-pulication .kkr-pulication-data {
    width: 100%;
    padding-left: 0;
  }
  .institute-leadership {
    margin-right: 0;
  }
  .institute-leadership .institute-leadership-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .institute-leadership .institute-leadership-img img {
    width: 100%;
    max-width: 155px;
  }
  .institute-leadership .institute-leadership-details {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .__lacation_tab-content {
    overflow: hidden;
  }
  .kkr-pulication .full-link {
    height: auto;
  }
  .page-content-m .institute-leadership {
    max-width: 100%;
  }
  #__vetsteamisotope .item {
    min-height: 0;
  }
  #__vetsteamisotope .item .bio-img .btn-orange {
    padding: 3px 5px;
  }
  #__vetsteamisotope .item .bio-img .btn-orange:hover {
    padding: 3px 10px;
  }
}
@media (max-width: 320px) {
  .btn-download {
    line-height: inherit !important;
    text-align: left;
    white-space: inherit;
  }
  /*.__kkr_portflioisotope {
		.item {
			&.large {width:290px !important; margin-right:0px !important;}
		}
	}*/
  .__pagination {
    height: auto;
  }
  /*.__pagination ul{ width:100%; clear:both; }*/
  .__pagination .pagination {
    border-top: 1px solid #b5b5b9;
  }
  width: 48%;
  .scrollable .viewport {
    max-height: inherit !important;
    overflow: hidden;
  }
  #close_cust {
    right: auto;
    left: -40px;
  }
  .overview {
    width: 100%;
  }
  .overview #data_cust {
    width: 100% !important;
    padding-right: 15px;
  }
  .overview .map-img-wrap-l {
    padding: 10px;
    border: 5px solid #fff;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .overview .map-img-wrap-r {
    padding: 10px;
    border: 3px solid #fff;
    height: 130px;
    float: right;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 15px;
    text-align: center;
  }
  .overview .company-info {
    position: relative;
    padding-top: 10px;
  }
  .overview .company-info:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 2px;
    background: #000;
    content: "";
  }
  .overview .company-info ul {
    margin-left: 0;
    padding-bottom: 15px;
  }
  .overview .company-info ul li {
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 0;
  }
  .overview .company-info ul li a {
    font-size: 12px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .pagination-wrap {
    width: 73.5% !important;
  }
}
#edit-field-extrateam-member-und {
  height: 200px;
}
@media (min-width: 600px) and (max-width: 650px) {
  #__kkr_portflioisotope {
    width: 600px !important;
  }
  .__kkr_portflioisotope .item.large {
    width: 95% !important;
  }
  #__vetsteamisotope .item {
    min-height: 0;
  }
}
@media (min-width: 481px) and (max-width: 599px) {
  .__teamisotope.vertical_view .item .bio-content .name {
    padding-left: 0;
  }
  .__teamisotope.vertical_view .item .bio-content .desc {
    clear: both;
    padding-top: 5px;
  }
  .__pagination {
    height: auto !important;
  }
  .more-btn {
    clear: both;
  }
  .cee-champion-sec .cee-cont img {
    width: 50% !important;
    margin-bottom: 15px;
  }
  .__kkr_portflioisotope .item .prot-content {
    height: auto !important;
  }
  .__kkr_portflioisotope .item.large {
    height: auto !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  #__kkr_portflioisotope {
    width: 94% !important;
  }
  .__kkr_portflioisotope .item {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .__teamisotope.vertical_view .item .bio-content .name {
    padding-left: 0;
  }
  .__teamisotope.vertical_view .item .bio-content .desc {
    clear: both;
    padding-top: 5px;
  }
  .__pagination {
    height: auto !important;
  }
  .cee-champion-sec .cee-cont img {
    width: 40% !important;
    margin-bottom: 15px;
  }
  .more-btn {
    clear: both;
  }
  .__pagination .pagination > li > a {
    width: 35px !important;
    height: 35px !important;
    line-height: 30px !important;
  }
  .__pagination .pagination > li > a:hover {
    width: 35px !important;
    height: 35px !important;
    line-height: 30px !important;
  }
  .more-btn {
    padding-left: 10px;
    font-size: 11px;
  }
  .pagination-wrapper {
    width: 260px;
  }
  /* 12 Dec 2015 */
  /*Featured Team Member*/
  .featured-team-member .quote-team {
    font-size: 17px;
  }
  .featured-team-member .hr-profile {
    height: auto;
  }
  .featured-team-member .hr-profile .ftm-img,
  .featured-team-member .vr-profile .ftm-img {
    height: auto;
    width: 100%;
  }
  .featured-team-member .hr-profile .ftm-img img,
  .featured-team-member .vr-profile .ftm-img img {
    width: 100%;
  }
  .featured-team-member .hr-profile .ftm-details,
  .featured-team-member .vr-profile .ftm-details {
    margin-top: 100%;
    margin-left: 0;
    width: 100%;
    height: 175px;
  }
  #drawbridge_popup .modal-content .modal-body {
    height: 275px;
    overflow-y: scroll;
  }
  #drawbridge_popup .modal-header {
    background: #C3C4C7;
    z-index: 10px;
    overflow: hidden;
    z-index: 10;
  }
  #drawbridge_popup .modal-footer {
    background: #C3C4C7;
    z-index: 10px;
    overflow: hidden;
    z-index: 10;
  }
}
@media (min-width: 950px) and (max-width: 980px) {
  .touch .m-search-submit .glyphicon-search {
    left: auto !important;
  }
}
/* Start of Real Estate Page Updates 20170721; Rev. 20170725; */
.real_estate_summary_pg {
  margin-bottom: 37px;
}
.real_estate_container_body {
  width: 100%;
  /*overflow: hidden;*/
}
.real_estate_column {
  border-right: 10px solid #fff;
  width: 50%;
  font-family: "aaux-next", sans-serif;
}
.real_estate_column_one,
.real_estate_column_two {
  /*width: 100%;*/
  display: inline-block;
  float: left;
}
.real_estate_column_header {
  text-align: center;
  font-size: 16px;
  font-family: "aaux-next", sans-serif;
  font-style: normal;
  font-weight: 500;
  display: block;
  /*position: relative;*/
  text-decoration: none;
  line-height: 100%;
  color: #fff;
  /*background: #48154a;*/
  padding: 22px 0;
}
.real_estate_column_header_a {
  background: #a63f1e;
}
.real_estate_column_header_b {
  background: #235937;
}
.real_estate_sub_text_summary {
  min-height: 100px;
  text-align: left;
  padding: 0 21px;
  /*overflow: auto;*/
}
.real_estate_column_block {
  min-height: 122px;
  /*background: #e6e6e6;*/
  /*position: relative;*/
  background: #dadadc;
  margin-bottom: 23px;
  /*overflow: auto;*/
}
.real_estate_column_block_a {
  /*background: #fab023;*/
}
.real_estate_column_block_b {
  /*background: #a2ad00;*/
}
.real_estate_column_block_content {
  font-size: 14px;
  padding: 20px 15px 20px 15px;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-right: -50%;*/
  /*transform: translate(-50%, -50%);*/
  /*overflow: auto;*/
}
.real_estate_btn_wrap {
  /*margin-bottom: 20px;*/
  display: block;
}
@media (max-width: 1206px) {
  .real_estate_column_one,
  .real_estate_column_two {
    float: none;
    width: 100%;
  }
}
/* Updates to Real Estate page Overview and Our Strategies 20170721 style end */
/* Updates to Investor Center Dropdown per Allie's request 20170810 */
#invt-menu .dropdown .invt-left ul {
  margin-bottom: 20px !important;
  clear: both;
}
/* Updates to Investor Center Dropdown per Allie's request 20170810 end */
/* Client changes on dated 18March2015 */
.Footnote-reference a,
._idFootnoteAnchor {
  display: inline-block;
  font-size: 0.80em;
  line-height: 1.8em;
  width: 1.8em;
  height: 1.8em;
  background-color: #9b8599;
  border-radius: 1em;
  color: #fff;
  font-weight: 700;
  margin-left: 0.25em;
  padding: 0;
  text-align: center;
}
._idFootnoteAnchor {
  margin-right: 7px;
}
.firm-histrory_broad_btn {
  width: 265px !important;
}
.englishlang .__subMenu .__mainNavMenu {
  top: -45px !important;
}
.chineselang .__subMenu .__mainNavMenu {
  top: -45px !important;
}
.japanlang .__subMenu .__mainNavMenu {
  top: -45px !important;
}
.korealang .__subMenu .__mainNavMenu {
  top: -45px !important;
}
