/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font: 1em monospace, monospace;
}

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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

input,
button,
select,
textarea {
  font: inherit/inherit inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #BCBCBC;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

.bg-success {
  background: #dff0d8;
}

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

.bg-info {
  background: #d9edf7;
}

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

.bg-warning {
  background: #fcf8e3;
}

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

.bg-danger {
  background: #f2dede;
}

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #f5f5f5;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #BCBCBC;
}

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 #f5f5f5;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

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

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

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

pre {
  background: #f5f5f5;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #5E5E5E;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre code {
  background: transparent;
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

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

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1220px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #BCBCBC;
  text-align: left;
}

th {
  text-align: left;
}

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

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  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>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

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

.table .table {
  background: #fff;
}

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

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.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-of-type(odd) {
  background: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background: #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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background: #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:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background: #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:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background: #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:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background: #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:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background: #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:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

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

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .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>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .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: #5E5E5E;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #848484;
}

.form-control {
  background: none #fff;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #848484;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-moz-box-shadow ease-in-out 0.15s;
  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,-webkit-box-shadow ease-in-out 0.15s,-moz-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);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

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

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

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

.form-control::-ms-expand {
  background: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #f5f5f5;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input[type="date"].form-control,
  .input-group-sm>input[type="date"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input[type="time"].form-control,
  .input-group-sm>input[type="time"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input[type="datetime-local"].form-control,
  .input-group-sm>input[type="datetime-local"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input[type="month"].form-control,
  .input-group-sm>input[type="month"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input[type="date"].form-control,
  .input-group-lg>input[type="date"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input[type="time"].form-control,
  .input-group-lg>input[type="time"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input[type="datetime-local"].form-control,
  .input-group-lg>input[type="datetime-local"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input[type="month"].form-control,
  .input-group-lg>input[type="month"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-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;
  -moz-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 {
  background: #dff0d8;
  color: #3c763d;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-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;
  -moz-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 {
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-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;
  -moz-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 {
  background: #f2dede;
  color: #a94442;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

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

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

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

.btn {
  background: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  background: #fff;
  color: #333;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  background: #e6e6e6;
  color: #333;
  border-color: #8c8c8c;
}

.btn-default:hover {
  background: #e6e6e6;
  color: #333;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background: #e6e6e6;
  color: #333;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  background: #d4d4d4;
  color: #333;
  border-color: #8c8c8c;
}

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

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  background: #333;
  color: #fff;
}

.btn-primary {
  background: #337ab7;
  color: #fff;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  background: #286090;
  color: #fff;
  border-color: #122b40;
}

.btn-primary:hover {
  background: #286090;
  color: #fff;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background: #286090;
  color: #fff;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  background: #204d74;
  color: #fff;
  border-color: #122b40;
}

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  background: #fff;
  color: #337ab7;
}

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

.btn-success:focus,
.btn-success.focus {
  background: #449d44;
  color: #fff;
  border-color: #255625;
}

.btn-success:hover {
  background: #449d44;
  color: #fff;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background: #449d44;
  color: #fff;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  background: #398439;
  color: #fff;
  border-color: #255625;
}

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

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

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

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

.btn-info:focus,
.btn-info.focus {
  background: #31b0d5;
  color: #fff;
  border-color: #1b6d85;
}

.btn-info:hover {
  background: #31b0d5;
  color: #fff;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background: #31b0d5;
  color: #fff;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  background: #269abc;
  color: #fff;
  border-color: #1b6d85;
}

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
  background: #ec971f;
  color: #fff;
  border-color: #985f0d;
}

.btn-warning:hover {
  background: #ec971f;
  color: #fff;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background: #ec971f;
  color: #fff;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  background: #d58512;
  color: #fff;
  border-color: #985f0d;
}

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  background: #c9302c;
  color: #fff;
  border-color: #761c19;
}

.btn-danger:hover {
  background: #c9302c;
  color: #fff;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background: #c9302c;
  color: #fff;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  background: #ac2925;
  color: #fff;
  border-color: #761c19;
}

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

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

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

.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-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 {
  background: transparent;
  color: #23527c;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -moz-background-clip: padding-box;
  -o-background-clip: padding-box;
}

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

.dropdown-menu .divider {
  background: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

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

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

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

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

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

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

.open>a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

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

.btn-group>.btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  -moz-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;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

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

.input-group-addon {
  background: #f5f5f5;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #848484;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  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 {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 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 {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

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

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

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

.nav:after {
  clear: both;
}

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

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  background: transparent;
  color: #BCBCBC;
  text-decoration: none;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: #f5f5f5;
  border-color: #337ab7;
}

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

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

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

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

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

.nav-tabs>li>a:hover {
  border-color: #f5f5f5 #f5f5f5 #ddd;
}

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

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

.nav-pills>li>a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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 {
  background: #337ab7;
  color: #fff;
}

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

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

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    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 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -10px;
  }
}

.navbar-toggle {
  background: none transparent;
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  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 -10px;
}

.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;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

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

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

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin: 8px -10px;
  padding: 10px 10px;
  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);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

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

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

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

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

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

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

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

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

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

  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

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

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

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

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background: #e7e7e7;
  color: #555;
}

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

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

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

.navbar-default .navbar-toggle .icon-bar {
  background: #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: #e7e7e7;
  color: #555;
}

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

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

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

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

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

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background: #222;
  border-color: #090909;
}

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-toggle .icon-bar {
  background: #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: #090909;
  color: #fff;
}

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

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

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

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

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

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

.navbar-inverse .btn-link {
  color: #e2e2e2;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

.label:empty {
  display: none;
}

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

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

.label-default {
  background: #BCBCBC;
}

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

.label-primary {
  background: #337ab7;
}

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

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

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

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

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

.label-warning {
  background: #f0ad4e;
}

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

.label-danger {
  background: #d9534f;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

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

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  background: #fff;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  background: #f5f5f5;
  text-decoration: none;
  color: #555;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background: #f5f5f5;
  color: #BCBCBC;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #BCBCBC;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background: #337ab7;
  z-index: 2;
  color: #fff;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  background: #dff0d8;
  color: #3c763d;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  background: #d0e9c6;
  color: #3c763d;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  background: #3c763d;
  color: #fff;
  border-color: #3c763d;
}

.list-group-item-info {
  background: #d9edf7;
  color: #31708f;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  background: #c4e3f3;
  color: #31708f;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  background: #31708f;
  color: #fff;
  border-color: #31708f;
}

.list-group-item-warning {
  background: #fcf8e3;
  color: #8a6d3b;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  background: #faf2cc;
  color: #8a6d3b;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  background: #8a6d3b;
  color: #fff;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  background: #f2dede;
  color: #a94442;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  background: #ebcccc;
  color: #a94442;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  background: #a94442;
  color: #fff;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

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

.tooltip {
  font: normal normal 12px/1.42857 "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: absolute;
  z-index: 1070;
  display: block;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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 {
  background: #000;
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
}

.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204,204,204,0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-dropdown {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 5px 4px 0 4px solid #888 transparent transparent transparent;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--multiple {
  background: #fff;
  border: 1px solid #d2d6de;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #3c8dbc;
  border: 1px solid #367fa9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
  border: 1px solid #aaa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-selection--single {
  background: linear-gradient(to bottom, white 50%, #eee 100%) repeat-x #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: linear-gradient(to bottom, #eee 50%, #ccc 100%) repeat-x #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border: 5px 4px 0 4px solid #888 transparent transparent transparent;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic .select2-selection--multiple {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}


.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background: linear-gradient(to bottom, white 0%, #eee 50%) repeat-x;
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background: linear-gradient(to bottom, #eee 50%, white 100%) repeat-x;
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    -moz-background-size: 44px 152px;
    -o-background-size: 44px 152px;
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

@font-face {

}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font: 20px/1 "slick";
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font: 6px/20px "slick";
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! jQuery UI - v1.12.1 - 2017-05-12
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-widget {
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a {
  color: #454545;
  text-decoration: none;
}

.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  -moz-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background {
  background: #ffffff;
  border: #003eff;
}

.ui-state-active .ui-icon-background {
  background: #ffffff;
  border: #003eff;
}

.ui-state-active a {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background: none;
  opacity: .35;
  filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_444444_256x240.png");
  width: 16px;
  height: 16px;
}

.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_555555_256x240.png");
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background: url("../../assets/images/datepicker/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start,
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  -moz-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  max-height:100% !important;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 21px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
  width: 260px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: #5E5E5E;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 6px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
  left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255,255,255,0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background: url(mCSB_buttons.png) no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255,255,255,0.1);
  width: 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255,255,255,0.75);
  width: 4px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255,255,255,0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255,255,255,0.1);
  width: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255,255,255,0.75);
  width: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255,255,255,0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255,255,255,0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255,255,255,0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: transparent;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==") repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: linear-gradient(to right, rgba(255,255,255,0.5) 0% repeat-y, rgba(255,255,255,0) 100%) repeat-y;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0% repeat-x, rgba(255,255,255,0) 100%) repeat-x;
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.2);
  width: 8px;
  -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.5),inset -1px 0 1px rgba(255,255,255,0.2);
  -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.5),inset -1px 0 1px rgba(255,255,255,0.2);
  box-shadow: inset 1px 0 1px rgba(0,0,0,0.5),inset -1px 0 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),inset 0 -1px 1px rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),inset 0 -1px 1px rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),inset 0 -1px 1px rgba(255,255,255,0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 1px 0 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
  box-shadow: inset 1px 0 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background: rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1),inset 0 0 14px rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.4),inset -1px 0 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.4),inset -1px 0 0 rgba(0,0,0,0.2);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.4),inset -1px 0 0 rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(0,0,0,0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background: rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255,255,255,0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.2);
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.2);
  width: 12px;
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255,255,255,0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0,0,0,0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0,0,0,0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0,0,0,0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0,0,0,0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255,255,255,0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255,255,255,0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255,255,255,0.9);
}

html,
body {
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/montserrat-regular/Montserrat-Regular.eot");
  src: url("../fonts/montserrat-regular/Montserrat-Regular.woff2") format("woff2"),url("../fonts/montserrat-regular/Montserrat-Regular.woff") format("woff"),url("../fonts/montserrat-regular/Montserrat-Regular.ttf") format("truetype"),url("../fonts/montserrat-regular/Montserrat-Regular.svg#Montserrat-Regular") format("svg"),url("../fonts/montserrat-regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/montserrat-light/Montserrat-Light.eot");
  src: url("../fonts/montserrat-light/Montserrat-Light.woff2") format("woff2"),url("../fonts/montserrat-light/Montserrat-Light.woff") format("woff"),url("../fonts/montserrat-light/Montserrat-Light.ttf") format("truetype"),url("../fonts/montserrat-light/Montserrat-Light.svg#Montserrat-Light") format("svg"),url("../fonts/montserrat-light/Montserrat-Light.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/montserrat-bold/Montserrat-Bold.eot");
  src: url("../fonts/montserrat-bold/Montserrat-Bold.woff2") format("woff2"),url("../fonts/montserrat-bold/Montserrat-Bold.woff") format("woff"),url("../fonts/montserrat-bold/Montserrat-Bold.ttf") format("truetype"),url("../fonts/montserrat-bold/Montserrat-Bold.svg#MontserratAlternates-Bold") format("svg"),url("../fonts/montserrat-bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/montserrat-semibold/Montserrat-SemiBold.eot");
  src: url("../fonts/montserrat-semibold/Montserrat-SemiBold.woff2") format("woff2"),url("../fonts/montserrat-semibold/Montserrat-SemiBold.woff") format("woff"),url("../fonts/montserrat-semibold/Montserrat-SemiBold.ttf") format("truetype"),url("../fonts/montserrat-semibold/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg"),url("../fonts/montserrat-semibold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'Montserrat-Italic';
  src: url("../fonts/montserrat-italic/Montserrat-Italic.eot");
  src: url("../fonts/montserrat-italic/Montserrat-Italic.woff2") format("woff2"),url("../fonts/montserrat-italic/Montserrat-Italic.woff") format("woff"),url("../fonts/montserrat-italic/Montserrat-Italic.ttf") format("truetype"),url("../fonts/montserrat-italic/Montserrat-Italic.svg#Montserrat-Italic") format("svg"),url("../fonts/montserrat-italic/Montserrat-Italic.eot?#iefix") format("embedded-opentype");
}

body {
  font: 16px/1 "Montserrat-Light";
  color: #333;
  background: #fff;
}

a {
  color: #D53B3B;
}

img {
  max-width: 100%;
}

p {
  font: 300 14px/30px "Montserrat-Light";
  color: #333;
}

main {
  margin-top: 107px;
}

.sectionPadding {
  padding: 20px 0;
}

.sectionpadding {
  padding: 66px 0;
}

.sectionpadding--bottom40 {
  padding-bottom: 40px;
}

.section--sec-bg {
  background: #f1f1f1;
  padding-bottom: 30px;
  background: #f1f1f1;
}

.content--wrapper {
  padding: 30px 0;
}

.no-scroll {
  overflow: hidden;
}

.buttonIcon {
  position: relative;
  color: #F58023;
  display: inline-block;
  line-height: 12px;
  margin-left: 10px;
}

.buttonIcon span {
  width: 6px;
  height: 6px;
  border-top: solid 1px #F58023;
  border-right: solid 1px #F58023;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: -1px;
  left: -1px;
}

.buttonIcon:before,
.buttonIcon:after {
  position: absolute;
  top: 0;
  font-size: 12px;
}

.buttonIcon:before {
  content: '[';
  left: 0;
}

.buttonIcon:after {
  content: ']';
  right: 0;
}

.buttonLink {
  font: bold 11px/14px "Montserrat-Regular";
  text-transform: uppercase;
  color: #F58023;
  display: inline-block;
  letter-spacing: 1px;
}

.buttonLink:hover {
  text-decoration: underline;
}

.buttonArrow {
  width: 10px;
  height: 10px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.heading {
  font: 18px/16px "Montserrat-Regular";
  color: #D53B3B;
  margin-top: 0;
  margin-bottom: 33px;
  text-transform: uppercase;
}

.heading span {
  margin-left: 6px;
}

.pagination {
  margin: 0 auto;
  text-align: center;
  display: table;
}

.pagination__item {
  font: 13px/20px "Montserrat-Regular";
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #848484;
}

.pagination__prev,
.pagination__next {
  background: #818181;
  height: 29px;
  width: 29px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.pagination__prev:hover,
.pagination__next:hover {
  background: #D53B3B;
}

.pagination__prev {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.pagination__prev:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  background-position: -20px -144px;
}

.pagination__next {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.pagination__next:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  background-position: -20px -124px;
}

.pagination__pageNo {
  background: #fff;
  height: 29px;
  width: 29px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #BCBCBC;
  padding: 3px;
}

.pagination__pageInfo {
  margin-left: 10px;
}

.progressBar {
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #d53b3b), color-stop(80%, #380d0d), to(#d05d5d)) repeat;
  background: -webkit-linear-gradient(right, #d53b3b 30%, #380d0d 80%, #d05d5d 100%) repeat;
  background: -moz-linear-gradient(right, #d53b3b 30%, #380d0d 80%, #d05d5d 100%) repeat;
  background: -o-linear-gradient(right, #d53b3b 30%, #380d0d 80%, #d05d5d 100%) repeat;
  background: linear-gradient(to left, #d53b3b 30%, #380d0d 80%, #d05d5d 100%) repeat;
  -moz-background-size: 50% 100%;
  -o-background-size: 50% 100%;
  background-size: 50% 100%;
  -webkit-animation-name: moving-gradient;
  -moz-animation-name: moving-gradient;
  -o-animation-name: moving-gradient;
  animation-name: moving-gradient;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes moving-gradient {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right bottom;
  }
}

@-moz-keyframes moving-gradient {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right bottom;
  }
}

@-o-keyframes moving-gradient {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right bottom;
  }
}

@keyframes moving-gradient {
  0% {
    background-position: left bottom;
  }

  100% {
    background-position: right bottom;
  }
}

.selectBox__label {
  color: #848484;
  font-size: 10px;
}

.selectBox--flRight {
  float: right;
}

.selectBox .dropdown-toggle {
  border: none;
  border-bottom: 1px solid #D8D8D8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 12px 8px 0;
  color: #848484;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}

.selectBox .dropdown-toggle:hover,
.selectBox .dropdown-toggle:focus {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.selectBox .dropdown-toggle .bs-caret {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  background-position: -44px -38px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.selectBox .dropdown-toggle .bs-caret .caret {
  border: none;
}

.selectBox .open.dropdown-toggle:hover {
  border-bottom: 1px solid #D8D8D8;
}

.selectBox .open .bs-caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectBox .open .dropdown-menu {
  border-top: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0;
  padding: 0;
}

.selectBox .open .dropdown-menu li>a {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  color: #5E5E5E;
  display: block;
}

.selectBox .open .dropdown-menu li>a:hover,
.selectBox .open .dropdown-menu li>a:focus {
  background: #f5f5f5;
}

.selectBox .open>.btn-default.dropdown-toggle:hover,
.selectBox .btn-group.open .dropdown-toggle {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selectBox .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.selectBox .open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle {
  border-color: #D8D8D8;
}

.selectBox .btn-default:active:hover,
.selectBox .btn-default:active:focus,
.selectBox .btn-default:active.focus,
.selectBox .btn-default.active:hover,
.selectBox .btn-default.active:focus,
.selectBox .btn-default.active.focus,
.selectBox .open>.btn-default.dropdown-toggle:hover,
.selectBox .open>.btn-default.dropdown-toggle:focus,
.selectBox .open>.btn-default.dropdown-toggle.focus {
  border-color: #D8D8D8;
}

.form-groupCustom {
  position: relative;
}

.form-groupCustom input {
  width: 100%;
  border: none;
  height: 40px;
  font-size: 12px;
  padding: 0;
}

.form-groupCustom input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.form-groupCustom label {
  color: #848484;
  font-size: 10px;
  position: absolute;
  top: 19px;
  left: 0;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  pointer-events: none;
}

.form-groupCustom span {
  border-top: 1px solid #D8D8D8;
  display: block;
  position: relative;
  color: red;
  font-size: 12px;
  padding-top: 7px;
}

.form-groupCustom span:before {
  content: '';
  width: 0;
  height: 1px;
  background: #F58023;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
  position: absolute;
  top: -1px;
}

.form-groupCustomMoblie {
  position: relative;
}

.form-groupCustomMoblie:before {
  content: '+91';
  position: absolute;
  padding-right: 5px;
  top: 16px;
}

.form-groupCustomMoblie label {
  left: 30px;
}

.form-groupCustomMoblie input {
  padding-left: 30px;
}

.textareaForm__group label {
  font-size: 10px;
  line-height: 20px;
  margin: 2px 0 10px;
  color: #848484;
}

.textareaForm__group textarea {
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  resize: none;
  min-height: 203px;
  line-height: 18px;
  padding: 24px 19px;
}

.form-groupCustom input:focus+label+span:before,
.form-groupCustom input.active+label+span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.form-groupCustom input:focus+label,
.form-groupCustom input.active+label {
  top: -10px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  color: #1D1D1D;
}

.jobsForm textarea {
  min-height: 100px;
}

.vErrMsg {
  color: red;
  font-size: 12px;
  padding-top: 7px;
}

.form-groupCustom {
  min-height: 60px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  position: relative;
}

@-webkit-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@-moz-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@-o-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@keyframes ripple {
  5%, 100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  margin-right: 10px;
  padding-left: 28px;
  color: #5E5E5E;
  font-size: 12px;
}

input[type="radio"]+label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 14px;
  width: 14px;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

input[type="radio"]+label:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(213,59,59,0.46);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked+label:before {
  padding: 3px;
  border: 4px solid #D53B3B;
}

input[type="radio"]:checked+label:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: ripple 1s none;
  -moz-animation: ripple 1s none;
  -o-animation: ripple 1s none;
  animation: ripple 1s none;
  z-index: 99999;
}

input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

input[type='checkbox']+label {
  position: relative;
  display: inline-block;
  color: #5E5E5E;
  -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  -o-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  -moz-transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  padding-left: 25px;
}

input[type='checkbox']+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -132px -422px;
}

input[type='checkbox']+label:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(213,59,59,0.46);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

input[type='checkbox']:checked+label:before {
  background-position: -104px -422px;
}

input[type='checkbox']:checked+label:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-animation: ripple 1s none;
  -moz-animation: ripple 1s none;
  -o-animation: ripple 1s none;
  animation: ripple 1s none;
  z-index: 99999;
}

@-webkit-keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes shrink-bounce {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -moz-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes shrink-bounce {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shrink-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  33% {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cancelButton {
  font: 11px "Montserrat-Light";
  color: #333;
  text-decoration: underline;
  display: inline-block;
}

.cancelButton:hover {
  text-decoration: none;
}

[data-popup-open] {
  cursor: pointer;
}

.icon-ourincubationhubs {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 21px;
  background-position: -202px -92px;
  float: right;
}

.icon-takechallenge {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: -104px -20px;
  float: right;
}

.icon-assessyourselfonline {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -139px -55px;
  float: right;
}

.icon-upcomingevents {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 19px;
  background-position: -68px -55px;
  float: right;
}

.icon-jointhediscussion {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background-position: -139px -20px;
  float: right;
  margin-top: 5px;
}

.icon-projectopportunities {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-position: -68px -20px;
  float: right;
}

.icon-jobopportunities {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -104px -55px;
  float: right;
  margin-top: 4px;
}

.icon-mobileapp:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 18px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 21px;
  background-position: -270px -55px;
}

.icon-mentorshipcommunity:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 11px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 24px;
  background-position: -68px -91px;
}

.icon-investmentopportunities:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 22px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 21px;
  background-position: -235px -55px;
}

.icon-mentors {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  background-position: -104px -91px;
  margin-right: 4px;
}

.icon-mustreads {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -139px -91px;
  margin-right: 4px;
}

.icon-mobilenews {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 19px;
  background-position: -270px -20px;
  margin-right: 10px;
}

.icon-communityspeak {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background-position: -202px -55px;
  float: right;
}

.icon-gallery {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background-position: -169px -91px;
}

.icon-img {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 15px;
  background-position: -235px -91px;
}

.icon-video {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  background-position: -235px -20px;
}

.icon-comments {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background-position: -169px -20px;
}

.icon-share {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -169px -55px;
}

.icon-useful {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 15px;
  background-position: -202px -20px;
}

.icon-bag {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-position: -296px -91px;
}

.icon-location {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 15px;
  background-position: -299px -165px;
}

.icon-arrowUp {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 10px;
  background-position: -147px -166px;
}

.icon-waveBlack {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background-position: -270px -91px;
}

.icon-like {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background-position: -277px -166px;
}

.icon-likeSmall {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 12px;
  background-position: -230px -166px;
}

.icon-shareSmall {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 11px;
  background-position: -271px -131px;
}

.icon-commentSmall {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-position: -255px -166px;
}

.icon-wishLarge {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background-position: -296px -55px;
}

.icon-linkedin {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position: -68px -201px;
}

.icon-arrowTop {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 13px;
  background-position: -20px -201px;
}

.icon-externalLink {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -169px -55px;
}

.icon-talentappdevelopers {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 50px;
  background-position: -235px -315px;
}

.icon-incubatorsppdeveloper {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 50px;
  background-position: -303px -315px;
}

.icon-helpappdeveloper {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 46px;
  background-position: -159px -305px;
}

.icon-course {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 17px;
  background-position: -326px -412px;
  margin-right: 10px;
}

.icon-assestment {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 16px;
  background-position: -52px -395px;
  margin-right: 10px;
}

.icon-ArticlesVideos {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background-position: -20px -395px;
}

.icon-Courses {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 17px;
  background-position: -326px -412px;
}

.icon-Connectcommunity {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 17px;
  background-position: -326px -380px;
}

.icon-Forum {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background-position: -20px -428px;
}

.alertModal__submitted .alertModal__icon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  background-position: -149px -477px;
}

.alertModal__error .alertModal__icon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  background-position: -104px -477px;
}

.icon-developersIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background-position: -22px -260px;
}

.icon-studentsIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background-position: -68px -260px;
}

.icon-startupIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background-position: -114px -260px;
}

.icon-mentorsIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background-position: -158px -260px;
}

.icon-IndustryIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background-position: -19px -220px;
}

.icon-InvestorsIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 31px;
  background-position: -201px -260px;
}

.icon-dropdownicon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-position: -44px -18px;
}

.icon-search {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-position: -103px -395px;
}

.icon-editProfile {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 31px;
  background-position: -305px -488px;
}

.icon-password {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-position: -78px -394px;
}

.icon-found {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 13px;
  background-position: -270px -380px;
}

.icon-notfound {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -242px -412px;
}

header {
  padding: 15px 0 0;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

header.headerFixed {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

.brand {
  padding-top: 25px;
  padding-bottom: 15px;
}

.navTopList {
  margin: 4px 0;
  text-align: right;
  padding-left: 0;
}

.navTopList li {
  list-style: none;
  display: inline-block;
  padding: 0 7px 10px;
  position: relative;
}

.navTopList li span {
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 600;
}

.navTopList li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  letter-spacing: 1px;
  line-height: 14px;
}

.navTopList li:last-child {
  padding: 0 0 0 28px;
}

.navTopList li:last-child a {
  color: #F58023;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
}

.navTopList li .caret {
  border: none;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  background-position: -44px -20px;
}

.navTopList li .profilePhoto {
  display: inline-block;
  width: 30px;
  height: 12px;
  position: relative;
  margin-left: 30px;
}

.navTopList li .profilePhoto img {
  position: absolute;
  top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.navTopList li .notification {
  position: absolute;
  top: -15px;
  left: 16px;
  padding: 0px 5px;
  height: 17px;
  background: red;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  padding-top: 2px;
  color: #fff;
}

.navTopList .dropdownMenu:hover:before {
  background: #F58023;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 1px;
  height: 3px;
}

.navTopList .dropdownMenu:hover .submenu {
  display: block;
}

.navTopList .dropdownMenu:hover>a {
  color: #333333;
}

.navTopList--logged li a {
  color: #F58023;
}

.navTopList--logged li a[title="Logout"] {
  font-weight: 600;
  position: relative;
  left: 28px;
}

.navBottomList {
  padding-left: 0;
  margin: 15px 0 0;
  text-align: right;
}

.navBottomList li {
  list-style: none;
  display: inline-block;
  padding: 0 7px 30px;
  position: relative;
}

.navBottomList li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 600;
}

.navBottomList li:last-child {
  padding: 0 0 0 20px;
}

.navBottomList li .searchIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background-position: -20px -20px;
  margin-bottom: 2px;
}

.navBottomList li .caret {
  border: none;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  background-position: -44px -38px;
}

.navBottomList li.dropdownMenu:hover:before {
  background: #D53B3B;
  content: '';
  position: absolute;
  width: 100%;
  bottom: 1px;
  height: 3px;
}

.navBottomList li.dropdownMenu:hover .submenu {
  display: block;
}

.searchModal {
  background: #fff;
  padding: 160px 50px 180px;
}

.searchModal__inner.modal__inner {
  width: 800px;
}

.searchInput {
  position: relative;
  margin: 40px 0 0;
}

.searchInput input {
  width: 100%;
  border: none;
  background: transparent;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  height: 25px;
  border-bottom: 1px solid #BCBCBC;
}

.searchInput input:focus,
.searchInput input.active {
  outline: 0;
}

.searchInput input:focus+label,
.searchInput input.active+label {
  top: 0;
  font-size: 0;
  -webkit-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  transition: top 0.6s ease;
}

.searchInput input:focus+label+span:before,
.searchInput input.active+label+span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.searchInput input::-webkit-input-placeholder {
  font: 18px/16px "Montserrat-Regular";
  text-transform: uppercase;
  color: #D53B3B;
}

.searchInput input::-moz-placeholder {
  font: 18px/16px "Montserrat-Regular";
  text-transform: uppercase;
  color: #D53B3B;
}

.searchInput input:-ms-input-placeholder {
  font: 18px/16px "Montserrat-Regular";
  text-transform: uppercase;
  color: #D53B3B;
}

.searchInput input:-moz-placeholder {
  font: 18px/16px "Montserrat-Regular";
  text-transform: uppercase;
  color: #D53B3B;
}

.searchInput label {
  font: 18px/16px "Montserrat-Regular";
  color: #D53B3B;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transition: top 0.2s ease-in;
  -o-transition: top 0.2s ease-in;
  -moz-transition: top 0.2s ease-in;
  transition: top 0.2s ease-in;
  pointer-events: none;
}

.searchInput button {
  border: 0;
  min-width: 20px;
  position: absolute;
  top: -20px;
  right: 0px;
}

.searchInput button:focus {
  outline: 0;
}

.searchInput button i {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -68px -548px;
}

.searchSelect {
  padding-top: 20px;
}

.searchSelect label {
  padding: 5px 5px 5px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.searchSelect label:before {
  top: 5px !important;
  left: 0px !important;
}

.searchValue {
  display: inline-block;
  padding-right: 2px;
}

.searchValue label {
  padding-left: 20px !important;
}

.submenu {
  padding: 30px;
  overflow: hidden;
  background: #333;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  position: absolute;
  top: 98%;
  display: none;
  z-index: 1;
}

.submenu li {
  text-align: left;
  float: left;
}

.submenu li:hover:before {
  content: none;
}

.submenu li a {
  color: #fff;
}

.submenu li a:last-child {
  color: #fff;
}

.submenu li a:hover {
  color: #BCBCBC;
}

.submenu--myCommunity {
  width: 400px;
  padding-bottom: 0;
}

.submenu--myCommunity li {
  width: 167px;
  text-align: left;
  padding-bottom: 27px;
}

.submenu--myCommunity li:last-child {
  padding-left: 0;
  padding-bottom: 27px;
}

.submenu--myCommunity li:last-child a {
  font-weight: normal;
}

.submenu--myActivity {
  width: 400px;
  padding-right: 10px;
  padding-bottom: 20px;
  left: -40px;
}

.submenu--myActivity li {
  width: 180px;
  margin-bottom: 16px;
  padding-right: 40px;
}

.submenu--myActivity li:last-child {
  padding-left: 4px;
  padding-right: 20px;
}

.submenu--myActivity li:last-child a {
  font-weight: 300;
}

.submenu--overview {
  width: 540px;
  left: -30px;
  padding-right: 0;
  padding-bottom: 26px;
}

.submenu--overview li {
  padding: 0 11px 0 0;
  position: relative;
  width: 170px;
}

.submenu--overview li:last-child {
  padding: 0;
}

.submenu--activity {
  width: 570px;
  left: -123px;
  padding-right: 0;
  padding-bottom: 5px;
}

.submenu--activity li {
  padding: 0 11px 0 0;
  position: relative;
  width: 269px;
  margin-bottom: 16px;
}

.submenu--activity li:last-child {
  padding: 0;
}

.submenu--activity li a {
  display: inline-block;
}

.submenu--activity li a span {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #BCBCBC;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: capitalize;
}

.submenu--opportunities {
  width: 570px;
  left: -237px;
  padding-right: 0;
  padding-bottom: 6px;
}

.submenu--opportunities li {
  padding: 0 11px 0 0;
  position: relative;
  width: 269px;
  margin-bottom: 16px;
}

.submenu--opportunities li:last-child {
  padding: 0;
}

.submenu--opportunities li a {
  display: inline-block;
  padding-right: 20px;
}

.submenu--opportunities li a span {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #BCBCBC;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: capitalize;
}

.submenu--opportunities li:hover span {
  color: #BCBCBC;
}

.submenu--resources {
  width: 540px;
  left: -340px;
  padding-right: 0;
  padding-bottom: 6px;
}

.submenu--resources li {
  padding: 0 11px 0 0;
  position: relative;
  width: 170px;
  margin-bottom: 24px;
}

.submenu--resources li:last-child {
  padding: 0;
}

.submenu--resources li a {
  display: inline-block;
}

.profileDropdownMenu {
  position: absolute;
  top: 33px;
  width: 270px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  height: 262px;
  right: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.profileDropdownMenu.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.profileDropdownMenu:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.profileDropdownMenu__list {
  padding: 15px 20px;
  text-align: left;
}

.profileDropdownMenu__list li {
  font-size: 12px;
  line-height: 18px;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.profileDropdownMenu__list li a {
  display: block;
}

.profileDropdownMenu__list li:last-child {
  padding-left: 0;
  margin-bottom: 3px;
  border: none;
}

.profileDropdownMenu .buttonLink {
  float: right;
  margin-right: 22px;
}

.navTopList li .profileDropdownMenu__list a {
  color: #5E5E5E;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

.navTopList li .profileDropdownMenu__list a:hover {
  color: #D53B3B;
}

.navTopList li .profileDropdownMenu__heading {
  font: 11px/14px "Montserrat-SemiBold";
  letter-spacing: 1px;
  color: #D53B3B;
  border-bottom: 1px solid #BCBCBC;
  text-align: left;
  display: block;
  padding: 15px 20px;
}

.mobileNotificationSearchIconMenu {
  display: none;
}

.menu-toggle,
.signupBannerMenu--toggle {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 7px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  float: left;
}

.menu-toggle .hamburger,
.signupBannerMenu--toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

.menu-toggle .hamburger span,
.signupBannerMenu--toggle .hamburger span {
  height: 4px;
  margin: 4px auto 0;
  display: block;
  background: #373737;
  width: 70%;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.menu-toggle .hamburger span:nth-child(1),
.signupBannerMenu--toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.menu-toggle .hamburger span:nth-child(2),
.signupBannerMenu--toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .625s;
  -moz-transition-delay: .625s;
  -o-transition-delay: .625s;
  transition-delay: .625s;
}

.menu-toggle .hamburger span:nth-child(3),
.signupBannerMenu--toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .75s;
  -moz-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

.menu-toggle .cross,
.signupBannerMenu--toggle .cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle .cross span,
.signupBannerMenu--toggle .cross span {
  background: #373737;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.menu-toggle .cross span:nth-child(1),
.signupBannerMenu--toggle .cross span:nth-child(1) {
  height: 0px;
  width: 2px;
  position: absolute;
  top: 6px;
  left: 20px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu-toggle .cross span:nth-child(2),
.signupBannerMenu--toggle .cross span:nth-child(2) {
  width: 0px;
  height: 2px;
  position: absolute;
  left: 7px;
  top: 19px;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.menu-toggle.open .hamburger span,
.open.signupBannerMenu--toggle .hamburger span {
  width: 0%;
}

.menu-toggle.open .hamburger span:nth-child(1),
.open.signupBannerMenu--toggle .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu-toggle.open .hamburger span:nth-child(2),
.open.signupBannerMenu--toggle .hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
  -moz-transition-delay: .125s;
  -o-transition-delay: .125s;
  transition-delay: .125s;
}

.menu-toggle.open .hamburger span:nth-child(3),
.open.signupBannerMenu--toggle .hamburger span:nth-child(3) {
  -webkit-transition-delay: .250s;
  -moz-transition-delay: .250s;
  -o-transition-delay: .250s;
  transition-delay: .250s;
}

.menu-toggle.open .cross span:nth-child(1),
.open.signupBannerMenu--toggle .cross span:nth-child(1) {
  height: 70%;
  -webkit-transition-delay: .625s;
  -moz-transition-delay: .625s;
  -o-transition-delay: .625s;
  transition-delay: .625s;
}

.menu-toggle.open .cross span:nth-child(2),
.open.signupBannerMenu--toggle .cross span:nth-child(2) {
  width: 70%;
  -webkit-transition-delay: .375s;
  -moz-transition-delay: .375s;
  -o-transition-delay: .375s;
  transition-delay: .375s;
}

.headerMenu .mCSB_inside>.mCSB_container {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  header {
    position: static;
    padding-bottom: 15px;
  }

  main {
    margin-top: 0;
  }

  .overviewTextMbhidden {
    display: none;
  }

  .menu-toggle,
  .signupBannerMenu--toggle {
    display: block;
  }

  .brand {
    padding: 5px 10px 0;
  }

  .brand>a {
    float: right;
    margin-right: 80px;
    width: 140px;
  }

  .mobileNotificationSearchIconMenu {
    display: block;
    padding-left: 0;
    margin: 0;
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .mobileNotificationSearchIconMenu .searchIcon {
    background: url("../images/sprite.svg") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background-position: -20px -20px;
    margin-bottom: 2px;
  }

  .mobileNotificationSearchIconMenu>li {
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .mobileNotificationSearchIconMenu>li:last-child {
    padding: 0;
  }

  .mobileNotificationSearchIconMenu>li>a {
    padding: 0 0 0 !important;
    margin-left: 20px;
  }

  .profileDropdownMenu {
    height: auto;
    right: -35px;
  }

  .profileDropdownMenu:before {
    right: 42px;
  }

  .navTopList li .profileDropdownMenu__list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .navTopList li .profileDropdownMenu__list a {
    padding: 0;
  }

  .profileDropdownMenu .buttonLink {
    margin-bottom: 20px;
    color: #F58023;
  }

  .navTopList li .profileDropdownMenu__list li:last-child {
    padding-bottom: 0;
    margin-bottom: 3px;
    border: none;
  }

  .mobileMenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 1px 3px rgba(0,0,0,0.29);
    -moz-box-shadow: 2px 1px 3px rgba(0,0,0,0.29);
    box-shadow: 2px 1px 3px rgba(0,0,0,0.29);
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    z-index: 2;
    padding-top: 50px;
  }

  .mobileMenu.active {
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }

  .mobileMenu .menu-toggle,
  .mobileMenu .signupBannerMenu--toggle {
    position: absolute;
    top: 15px;
    right: 16px;
  }

  .navBottomList li,
  .navTopList li {
    display: block;
    padding: 0;
    margin-bottom: 0;
  }

  .navBottomList li>a,
  .navTopList li>a {
    display: block;
    padding: 0 20px 25px;
    text-align: right;
  }

  .navBottomList li>a[title="Logout"],
  .navTopList li>a[title="Logout"] {
    left: 0;
  }

  .navBottomList li.dropdownMenu:hover:before,
  .navTopList li.dropdownMenu:hover:before {
    content: none;
  }

  .navBottomList li.dropdownMenu:hover .submenu,
  .navTopList li.dropdownMenu:hover .submenu {
    display: none;
  }

  .navBottomList li.dropdownMenu.active:hover:before,
  .navTopList li.dropdownMenu.active:hover:before {
    content: "";
    top: 36px;
    bottom: auto;
    width: 140px;
  }

  .navBottomList li.dropdownMenu.active:before,
  .navTopList li.dropdownMenu.active:before {
    content: '';
    position: absolute;
    width: 140px;
    top: 36px;
    right: 20px;
    height: 3px;
    background-color: #D53B3B;
  }

  .submenu {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 25px;
    padding: 30px;
  }

  .submenu>li {
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0px;
  }

  .submenu>li a {
    padding: 0;
  }

  .submenu>li:last-child {
    padding-right: 0px;
  }

  .submenu>li:last-child a {
    padding-bottom: 0;
  }

  .submenu--myCommunity li:last-child {
    padding-bottom: 0;
  }
}

.introHeading {
  font: 1.625em/34px "Montserrat-Regular";
  margin: 0 0 60px;
  color: #333333;
}

.card {
  margin-bottom: 30px;
}

.card__header {
  background: #D53B3B;
  color: #fff;
  padding: 20px 22px 20px 30px;
}

.card__header--link {
  display: block;
}

.card__headerclrchange {
  background: #333;
}

.card__heading {
  font: 1.125em/20px "Montserrat-SemiBold";
  margin: 0;
  text-transform: uppercase;
}

.card__heading__link {
  color: inherit;
}

.card__heading--rightIcon {
  position: relative;
  padding-right: 26px;
}

.card__heading--rightIcon [class^="icon"] {
  position: absolute;
  top: 0;
  right: 0;
}

.card__body {
  border: 1px solid #BCBCBC;
  background: #fff;
  padding: 21px 30px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  border-top: 1px solid transparent;
  position: relative;
  transition: all 0.6s;
}

.card__body:hover {
  border: 1px solid #D53B3B;
  border-top: 1px solid transparent;
}

.card__bodyImgBlock img {
  margin-bottom: 20px;
}

.card p {
  color: #5E5E5E;
  font-size: 12px;
  line-height: 18px;
}

.card__textItalic {
  border-bottom: 2px solid #bcbcbc;
}

.card__content {
  display: block;
  margin-bottom: 20px;
}

.card__content--link:hover .minheading {
  text-decoration: underline;
}

.card .buttonLink {
  margin-top: 14px;
}

.card__discussion {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 26px;
  padding-bottom: 4px;
}

.card__discussion .smallfont {
  margin-bottom: 8px;
}

.card .shareList {
  margin-bottom: 6px;
}

.card .card__textItalic {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding-bottom: 21px;
  margin-bottom: 21px;
}

.ourIncubationHubs {
  margin-bottom: 30px;
}

.ourIncubationHubs .card__body {
  padding: 18px 20px 26px 30px;
  border-top: 1px solid #BCBCBC;
}

.ourIncubationHubs .card__body:hover {
  border-top: 1px solid #D53B3B;
}
#news-fill .card__body {
  padding: 18px 20px 26px 30px;
  border-top: 1px solid #BCBCBC;
}

#news-fill .card__body:hover {
  border-top: 1px solid #D53B3B;
}

.ourIncubationHubs .card__heading {
  margin-bottom: 22px;
}

.ourIncubationHubs .media-object {
  max-width: 100px;
}

.ourIncubationHubs .media-body {
  padding-right: 30px;
}

.ourIncubationHubs .media-left {
  padding-right: 10px;
  min-width: 100px;
}

.ourIncubationHubs .buttonLink {
  margin-top: 0;
}

.upcomingeventsCard .card__body {
  padding-top: 30px;
}

.card__content+.card__content {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}

.card__body .card__discussion:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.foundingplatinumCard .card__body {
  padding: 30px 30px 33px;
  border-top: 1px solid #BCBCBC;
}

.foundingplatinumCard .card__body:hover {
  border-top: 1px solid #D53B3B;
}

.foundingplatinumCard .secheading {
  /* margin-bottom: 20px; */
  margin-bottom: 10px;
}

.foundingPartners {
  padding-right: 40px;
  position: relative;
}

.foundingPartners:before {
  content: '';
  position: absolute;
  top: 9px;
  right: -10px;
  width: 1px;
  height: 92%;
  background: #d8d8d8;
}

.platinumSponsor {
  padding-left: 40px;
}

.logolistLink {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
 /* margin-bottom: 2px; */
  margin-top:25px;
}

.logolistLink img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.serviceSection {
  background: #333;
}

.serviceList-sec-bg {
  background: #373737;
}

.serviceList {
  color: #fff;
  padding: 30px 10px;
}

.serviceList__icon {
  float: left;
  width: 40px;
}

.serviceList__content {
  margin-left: 43px;
}

.serviceList__content h3 {
  font: 14px/20px "Montserrat-SemiBold";
  margin: 0 0 4px;
}

.serviceList__content p {
  margin-bottom: 19px;
  color: #BCBCBC;
  font-size: 11px;
  line-height: 16px;
}

.serviceList__content__btn {
  background: #EC121B;
  height: 30px;
  width: 98px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.serviceSectionBottom {
  background: #e6e4e5;
}

.serviceListBottom {
  position: relative;
  border-right: 1px solid #d9d9d9;
  padding: 14px 20px 14px 0;
}

.serviceListBottom__link:hover .serviceListBottom__heading {
  text-decoration: underline;
}

.serviceListBottom--mentorshipcommunity {
  border-right: none;
}

.serviceListBottom--mentorshipcommunity .serviceListBottom__button {
  right: 3px;
}

.serviceListBottom--investmentopportunities {
  border-left: 1px solid #d9d9d9;
}

.serviceListBottom__heading {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  padding: 0 40px;
  color: #848484;
  position: relative;
}

.serviceListBottom__button {
  position: absolute;
  right: 22px;
  top: 26px;
}

.serviceListBottom .icon-mobileapp {
  padding-left: 55px;
}

.serviceListBottom .icon-mentorshipcommunity {
  padding-left: 46px;
}

.serviceListBottom .icon-investmentopportunities {
  padding-left: 60px;
}

.sectionIncubationMentors {
  margin-bottom: 40px;
}

.mentorsBlockContainer {
  width: 100%;
  height: 350px;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  margin-bottom: 20px;
}

.mentorsBlockContainer--link {
  display: block;
  cursor: pointer;
}

.mentorsBlockCard {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  -moz-transition: transform 1s, -moz-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.mentorsBlockOverley {
  background: #FFFFFF;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid #D53B3B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 100%;
  height: 350px;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  padding: 30px;
}

.mentorsBlockOverley__heading {
  font: 16px/16px "Montserrat-Light";
  color: #D53B3B;
  margin: 0 0 8px;
}

.mentorsBlockOverley__subtitle {
  font-size: 12px;
  line-height: 20px;
  color: #333;
  margin: 0;
}

.mentorsBlockOverley__subtitleconent {
  font: 10px/20px "Montserrat-Light";
  letter-spacing: 1px;
  color: #D53B3B;
  margin: 0 0 15px;
}

.mentorsBlockOverley p {
  font-size: 12px;
  line-height: 20px;
  color: #5e5e5e;
  margin-bottom: 26px;
}

.mentorsBlockContainer:hover .mentorsBlockCard {
  -webkit-transform: translateX(-100%) rotateY(-180deg);
  -moz-transform: translateX(-100%) rotateY(-180deg);
  transform: translateX(-100%) rotateY(-180deg);
}

.mentorsBlockContainer:hover .mentorsBlockOverley {
  opacity: 1;
  filter: alpha(opacity=0.61);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.mentorsBlockContainer:hover .mentorsBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.mentorsBlock {
  background: #F6F6F6;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.mentorsBlock .imageBlock {
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mentorsBlock__content h6 {
  margin: 0;
  line-height: 20px;
}

.mentorsBlock__content__title {
  font-size: 12px;
  color: #EC121B;
}

.mentorsBlock__content__subtitle {
  font-size: 10px;
  color: #848484;
  letter-spacing: 1px;
}

.mentorsBlock__content__subtitleconent {
  color: #333;
}

.sectionStrip {
  margin-bottom: 66px;
}

.listborder--link {
  display: block;
}

.listborder--link:hover .minheading {
  text-decoration: underline;
}

.listborder+.listborder {
  border-top: 1px solid #d0d0d0;
  margin-top: 20px;
  padding-top: 20px;
}

.sectionMobile .media {
  margin-bottom: 18px;
}

.sectionMobile .media-left {
  padding-right: 20px;
}

.sectionMobile .media-object {
  max-width: 140px;
}

.sectionMust,
.sectionMobile {
  margin-top: 12px;
  width: 100%;
  max-width: 340px;
}

.communitySpeak {
  border: 1px solid #bcbcbc;
  padding: 20px 30px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  transition: all 0.6s;
}

.communitySpeak:hover {
  border: 1px solid #D53B3B;
}

.communitySpeak h6 {
  margin-top: 3px;
}

.communitySpeak__title {
  margin-bottom: 8px;
  font-size: 12px;
  color: #EC121B;
}

.communitySpeak__title a:hover {
  text-decoration: underline;
  color: #EC121B;
}

.communitySpeak__subtitle {
  font-size: 10px;
  color: #848484;
}

.communitySpeak .media {
  margin-bottom: 5px;
}

.communitySpeak .media-left {
  padding-right: 10px;
}

.communitySpeak__img {
  max-width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.communitySpeak__block {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.communitySpeak__block:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.communitySpeak p {
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
}

.sectiongallery {
  background: #f1f1f1;
  padding-top: 62px;
}

.sectiongallery__heading {
  margin-bottom: 30px;
}

.sectiongallery__heading .iconheading {
  margin-bottom: 0;
}

.sectiongallery__headingsub {
  font-size: 12px;
  color: #848484;
  margin-top: 5px;
  padding-left: 30px;
  line-height: 20px;
}

.sliderGallery__item {
  color: inherit;
}

.sliderGallery__item .playIcon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 25px;
  background-position: -296px -20px;
  margin: auto;
  cursor: pointer;
}

.sliderGallery__itemImgBlock {
  position: relative;
  width: 100%;
  border: 5px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 170px;
  overflow: hidden;
}

.sliderGallery__itemImgBlock__img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sliderGallery__itemIcon {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #e8e8e8;
  line-height: 30px;
  text-align: center;
}

.sliderGallery__itemHeading {
  margin-top: 14px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
}

.gallerySlider .slick-list {
  padding-bottom: 30px;
}

.gallerySlider .slick-prev {
  position: absolute;
  top: initial;
  bottom: -14px;
  left: 43%;
  z-index: 9;
}

.gallerySlider .slick-prev:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 21px;
  background-position: -44px -91px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gallerySlider .slick-prev:hover:before {
  background-position: -20px -91px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallerySlider .slick-next {
  position: absolute;
  top: initial;
  right: 43%;
  bottom: -14px;
}

.gallerySlider .slick-next:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 21px;
  background-position: -44px -91px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gallerySlider .slick-next:hover:before {
  background-position: -20px -91px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-position: -20px -91px;
  transform: rotate(0deg);
}

.gallerySlider .sliderStatus {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  margin: auto;
  font-size: 13px;
}

.media--link {
  display: block;
}

.media--link:hover .minheading {
  text-decoration: underline;
}

.media-left,
.media>.pull-left {
  padding-right: 30px;
}

.media-body p {
  color: #5E5E5E;
  font-size: 12px;
  line-height: 18px;
}

.media-body .smallfont {
  margin-bottom: 5px;
}

.media {
  margin: 0 0 30px;
}

.homemobilerevolution {
  background: url(../images/image-revolution.jpg) center/cover;
  color: #fff;
  background-attachment: fixed;
  padding-top: 50px;
}

.mobilerevolution .sectionHeading {
  font: 1.125em/40px "Montserrat-SemiBold";
}

.mobilerevolution .sectionHeading__light {
  font-size: 1.125em;
  line-height: 40px;
  margin-bottom: 64px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  color: #fff;
}

.mobilerevolution .sectionHeading__light:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 147px;
  height: 1px;
  background: #929292;
  margin: 0 auto;
}

.mobilerevolution p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 48px;
}

.mobilerevolution__block {
  padding: 0;
  list-style: none;
  margin: 0 -10px;
}

.mobilerevolution__item {
  padding: 0 10px;
  width: 20%;
  float: left;
}

.mobilerevolution__icon {
  min-height: 100px;
}

.mobilerevolution h6 {
  font: 12px/20px "Montserrat-Light";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.joinUs {
  font: 1.125em/40px "Montserrat-SemiBold";
  width: 160px;
  height: 60px;
  padding: 12px;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 3%;
  bottom: 80px;
  display: none;
  background: #D53B3B;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.joinUs .icon-joinUs {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 18px;
  background-position: -296px -130px;
  margin-left: 6px;
}

.joinUs:hover {
  text-decoration: none;
}

.joinUs:hover {
  text-decoration: none;
}

.secheading {
  font: 1.125em/20px "Montserrat-SemiBold";
  margin-top: 0;
  margin-bottom: 26px;
}

.minheading {
  font: 400 12px/16px "Montserrat-Regular";
  margin: 0 0 6px;
  color: #333;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.minheading a {
  color: #333;
}

.minheading:hover a {
  text-decoration: underline;
}

.minheading__text {
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
}

.iconheading {
  font: 1.125em/20px "Montserrat-SemiBold";
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #333;
}

.iconheading--link {
  display: inline-block;
}

.iconheading--link:hover .buttonLink {
  text-decoration: underline;
}

.iconheading .buttonLink {
  font: 11px/14px "Montserrat-Light";
  margin-left: 14px;
  letter-spacing: 1px;
}

.smallfont {
  font-size: 10px;
}

.clr-grey {
  color: #848484;
}

.clr-red {
  color: #D53B3B;
}

.block {
  display: block;
}

.contentSection {
  padding: 30px 0;
}

.contentSection__heading {
  margin-bottom: 50px;
}

.post {
  width: 100%;
  display: table;
  padding: 30px 30px;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.post:hover {
  border: 1px solid #D53B3B;
}

.post:hover .post__leftBlock {
  border-right: 1px solid #D53B3B;
}

.post__heading {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #D53B3B;
  line-height: 20px;
  min-height: 32px;
}

.post__heading a {
  color: #D53B3B;
}

.post__heading a:hover {
  text-decoration: underline;
  border-color: #D53B3B;
}

.post__subHeading {
  font: 14px/20px "Montserrat-SemiBold";
  color: #333;
  margin: 0px;
}

.post__subHeading a {
  color: #333;
}

.post__subHeading a:hover {
  text-decoration: underline;
  border-color: #333;
}

.post__headingHint {
  margin: 0 0 10px;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #D53B3B;
}

.post p {
  font: 12px/18px "Montserrat-Light";
  color: #5E5E5E;
  margin-bottom: 8px;
}

.post__imageBlock {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}

.post__contentBlock {
  display: table-cell;
  position: relative;
}

.post__hint {
  margin-bottom: 10px;
}

.post__buttonHolder {
  margin-top: 21px;
}

.post__buttonHolder p {
  margin-bottom: 10px;
}

.post__leftBlock {
  width: 100%;
  display: table-cell;
  padding: 32px 30px;
  border-right: 1px solid #BCBCBC;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.post__leftBlock__link:hover h2 span {
  text-decoration: underline;
}

.post__rightBlock {
  display: table-cell;
  padding: 30px 28px;
  width: 197px;
  vertical-align: top;
}

.post__rightBlock:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #f5f5f5;
  left: 0;
  z-index: -1;
}

.post__grayBox {
  width: 140px;
  height: 100px;
  margin-bottom: 10px;
  text-align: center;
}

.post__linkHolder {
  margin-top: 26px;
}

.post__offerText {
  text-transform: capitalize;
}

.post--doubleBlock {
  padding: 0;
  min-height: 366px;
}

.post--doubleBlock .post__heading {
  margin-bottom: 12px;
}

.post--doubleBlock p {
  margin-bottom: 15px;
}

.post--whitebg {
  background: #fff;
}

.post--graybg {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.post--redbg {
  background: #D53B3B;
  border: 1px solid #D53B3B;
  margin-bottom: 0;
}

.post--redbg:hover {
  border: 1px solid #fff;
}

.post--redbg .postTop__topic,
.post--redbg .postTop__on,
.post--redbg .postTop__date {
  color: #fff;
}

.post--redbg .post__subHeading {
  font-family: "Montserrat-Light";
  color: #fff;
}

.post--redbg .post__subHeading a {
  color: #fff;
}

.post--redbg .shareList span {
  margin-right: 5px;
}

.post--redbg .shareList__link {
  color: #fff;
  font-size: 14px;
}

.post--redbg .shareList__link:hover {
  color: #BCBCBC;
}

.post--redbg .icon-comments {
  background-position: -202px -166px;
}

.post--redbg .icon-share {
  background-position: -270px -131px;
}

.post--redbg .icon-useful {
  background-position: -235px -166px;
}

.post__link:hover .post__heading,
.post__link:hover .post__subHeading,
.post__link:hover .post__headingHint {
  text-decoration: underline;
}

.postTop {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}

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

.postTop--combine .postTop__topic {
  float: left;
  margin-right: 10px;
}

.postTop span {
  display: inline-block;
}

.postTop__topic {
  color: #D53B3B;
  margin-right: 37px;
}

.postTop__on {
  color: #848484;
}

.postTop__date {
  padding-left: 4px;
  color: #F58023;
}

.shareList {
  padding-left: 0;
  margin-bottom: 0;
}

.shareList--space {
  margin-top: 6px;
}

.shareList--black {
  margin-top: 10px;
}

.shareList--black .shareList__link {
  color: #333;
}

.shareList__item {
  display: inline-block;
}

.shareList__item:not(:last-of-type) {
  padding-right: 5px;
}

.shareList__link {
  color: #848484;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.shareList__link:hover {
  color: #F58023;
}

.shareList__link span {
  margin-right: 4px;
}

.postInfo {
  padding-left: 0;
  list-style: none;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.postInfo__item {
  color: #848484;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.postInfo__item:last-of-type {
  margin-bottom: 0;
}

.postInfo__item span {
  margin-right: 5px;
}

.postList {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}

.postList__item {
  line-height: 20px;
  letter-spacing: 1px;
}

.postList span {
  font-size: 10px;
  text-transform: uppercase;
}

.postList__on {
  color: #848484;
}

.postList__date {
  color: #D53B3B;
}

.imageBlock {
  display: inline-block;
  position: relative;
}

.imageBlock__inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 180px;
  height: 180px;
  position: relative;
  border: 1px solid #BCBCBC;
  overflow: hidden;
}

.imageBlock__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.imageBlock__link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.button {
  font: 14px "Montserrat-SemiBold";
  display: inline-block;
  min-width: 98px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.button:focus {
  outline: 0;
}

.button--red {
  background: #D53B3B;
}

.button--red:hover {
  background: #AF1818;
}

.button--green {
  background: #29AF67;
}

.button--green:hover {
  background: #0A8C47;
}

.button--white {
  background: #fff;
  color: #D53B3B;
  border: 1px solid #BCBCBC;
}

.button--gray {
  background: #BCBCBC;
}

.buttonLinkArrow {
  font: 14px "Montserrat-Regular";
  color: #F58023;
  text-transform: uppercase;
  position: relative;
}

.buttonLinkArrow:after {
  content: "";
  font-size: 12px;
  position: absolute;
  top: 7px;
  right: -13px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  background-position: -44px -20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.postSection {
  background: #333;
  padding: 30px 0;
}

.fav__close {
  position: absolute;
  top: -15px;
  right: -13px;
  background: #ccc;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 10px;
  background: #D53B3B;
  padding: 2px 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  line-height: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #D53B3B;
  -moz-box-shadow: 1px 1px 1px #D53B3B;
  box-shadow: 1px 1px 1px #D53B3B;
}

.fav__link:hover {
  text-decoration: none;
}

.coursesPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coursesPost [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.coursesPost .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.noLink {
  cursor: text;
}

.noLink:hover {
  color: #848484;
}

.breadCrumb {
  padding: 27px 0 20px;
}

.breadCrumb--bg {
  background: #D53B3B;
}

.breadCrumb--bgGrey {
  background: #333333;
}

.breadCrumb--bgLightGrey {
  background: #D53B3B;
}

.breadCrumb--bgLightGrey .categorySelect button {
  background: #a13333;
  border-color: #FF9595;
}

.breadCrumb--bgLightGrey .categorySelect .dropdown-menu {
  background: #D53B3B;
}

.breadCrumb--bgLightGrey .categorySelect .dropdown-menu li:hover a,
.breadCrumb--bgLightGrey .categorySelect .dropdown-menu li.selected:hover a {
  background: #a13333;
}

.breadCrumb--fixed {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 9;
  padding: 20px 0 13px;
}

.breadCrumb--fixed .breadCrumbBox__heading {
  display: inline-block;
  font-size: 1.125em;
}

.breadCrumb--fixed .breadNav {
  display: none;
}

.breadCrumb--fixed .breadBack {
  margin-top: 13px;
}

.breadNav {
  padding-left: 0;
  margin: 0;
  display: block;
}

.breadNav li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 14px;
  padding-right: 10px;
}

.breadNav li:after {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  background-position: -20px -124px;
  margin: -3px 0 0 14px;
}

.breadNav li:last-child:after {
  content: none;
}

.breadNav li a {
  color: #fff;
}

.breadCrumbBox {
  color: #fff;
}

.breadCrumbBox h2 {
  text-transform: capitalize;
  font-size: 1.625em;
  margin: 15px 0 8px;
  line-height: 34px;
  display: inline-block;
}

.breadCrumbBox p {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.breadCrumbBox__heading {
  display: none;
  text-transform: capitalize;
  font-size: 1.625em;
  line-height: 34px;
  margin: 0;
}

.breadCrumbInner {
  padding-bottom: 5px;
}

.breadCrumbInner ul {
  display: inline-block;
}

.breadCrumbInnerArticle h2 {
  display: block;
  margin: 0;
}

.categorySelect {
  margin-left: 25px !important;
  margin-top: -8px;
}

.categorySelect button {
  border: 1px solid #FF9595;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #a13333;
  padding: 5px 10px;
}

.categorySelect button:hover,
.categorySelect button:focus {
  background: #a13333 !important;
}

.categorySelect .dropdown-toggle:focus,
.categorySelect .dropdown-toggle:hover {
  background: transparent !important;
}

.categorySelect .bs-caret .caret {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 6px;
  background-position: -22px -177px;
  border: none;
  top: 49% !important;
  right: 9px !important;
}

.categorySelect .filter-option {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  color: #fff;
  padding-top: 2px;
  padding-left: 0;
}

.categorySelect .dropdown-menu {
  margin: 0;
  width: 109px;
  z-index: 9;
  padding: 0;
  background: #d53b3b;
  border: 1px solid #adadad;
  border-top: none;
}

.categorySelect .dropdown-menu li.selected:focus a,
.categorySelect .dropdown-menu li.selected:hover a {
  background: #a13333;
  color: #fff;
}

.categorySelect .dropdown-menu li:focus a,
.categorySelect .dropdown-menu li:hover a {
  background: #a13333;
  color: #fff;
}

.categorySelect .dropdown-menu li a {
  color: #fff;
  padding-left: 11px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
}

.categorySelect .dropdown-menu li a:focus {
  background: transparent;
}

.categorySelect.open button {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.categorySelect.open button:hover,
.categorySelect.open button:focus {
  border-color: #adadad !important;
  outline: 0 !important;
}

.categorySelect.open button .bs-caret .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.categorySelect.open .dropdown-menu {
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  border-top-right-radius: 0px !important;
}

.breadBack {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  float: right;
  text-transform: uppercase;
  margin-top: 4px;
  color: #fff;
}

.breadBack:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 6px;
  background-position: -20px -144px;
  margin: 0 15px 2px 0;
}

.articlePart {
  padding-left: 0;
  margin: 31px 0 0;
}

.articlePart li {
  list-style: none;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 18px;
}

.articlePart li:last-child {
  padding-right: 0;
}

.articleHeart {
  float: right;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background-position: -296px -55px;
}

.articleAction {
  padding: 0 0 26px;
  margin: 0;
  display: table;
}

.articleAction li {
  list-style: none;
  float: left;
  font-size: 11px;
  padding-right: 13px;
  position: relative;
}

.articleAction li:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 11px;
  background-position: -179px -166px;
  margin: -3px 3px 0 0;
}

.articleAction li:nth-child(2):before {
  background-position: -121px -166px;
}

.articleAction li:last-child {
  padding-right: 0;
}

.articleAction li:last-child:before {
  background-position: -205px -166px;
}

.articlePart+h2 {
  margin-top: 9px;
  display: block;
}

.filter {
  padding: 30px 0;
}

.filterBox {
  position: relative;
}

.filterBox p {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  float: left;
  margin: 10px 0 0;
  position: absolute;
  left: 0;
}

.filterBoxOuter {
  padding-left: 77px;
  display: inline-block;
  margin-top: 2px;
}

.filterBoxInner {
  display: inline;
}

.filterValue {
  padding-right: 10px;
  float: left;
  min-width: 91px;
  margin-bottom: 10px;
}

.filterText {
  padding: 8px;
  display: inline-block;
  font-size: 11px;
  color: #848484;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-width: 80px;
  font-weight: 300;
  line-height: 14px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.filterText:hover {
  color: #D53B3B;
  border-color: #D53B3B;
}

.filterText:hover .filterClose:after {
  background-position: -44px -73px;
}

.filterClose {
  float: right;
  cursor: pointer;
  line-height: 11px;
  margin-left: 10px;
}

.filterClose:after {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 7px;
  background-position: -44px -55px;
}

.filterRemove {
  color: #F58023;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  line-height: 14px;
}

.filterOption {
  padding-left: 0;
  margin: 0;
  text-align: right;
  padding: 6px 0;
}

.filterOption li {
  list-style: none;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.filterOption li:before {
  content: '';
  margin-right: 11px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 12px;
  background-position: -44px -154px;
}

.filterOption li a {
  color: #F58023;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 14px;
}

.filterOption li:last-child {
  padding-right: 0;
}

.filterOption li:last-child:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-position: -44px -131px;
}

.filterOption .caret {
  border: none;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  background-position: -44px -20px;
}

.readArticle {
  padding-top: 30px;
}

.readArticleBox p {
  font-size: 14px;
  padding: 7px 0 23px;
  line-height: 2.2;
  margin: 0;
}

.readArticleBox img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 1px 0 23px;
}

.readArticleBox img+span {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #5E5E5E;
  margin: -13px 0 10px 20px;
  display: block;
}

.readArticleBox ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 31px;
}

.readArticleBox ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.readArticleBox ul li:last-of-type {
  margin-bottom: 0;
}

.readArticleBox ul li:before {
  background: #333;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.readArticleBox h3 {
  font-size: 1.25em;
  margin-bottom: 4px;
  line-height: 36px;
  font-weight: 600;
}

.readArticle .icon-waveBlack {
  margin-left: 18px;
}

.readAside {
  top: 0;
  position: relative;
  -webkit-transition: top .5s ease-in;
  -o-transition: top .5s ease-in;
  -moz-transition: top .5s ease-in;
  transition: top .5s ease-in;
}

.readAside.affix {
  top: 195px;
  width: 379px;
}

.readAside.affix-top {
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  transition: top 0.5s ease;
  position: relative;
}

.readAside.affix-bottom {
  position: absolute;
  width: 379px;
}

.readAside--fixed {
  position: fixed;
  width: 379px;
  -webkit-transition: top .5s ease-in;
  -o-transition: top .5s ease-in;
  -moz-transition: top .5s ease-in;
  transition: top .5s ease-in;
}

.readAside .heading {
  margin-top: 3px;
}

.mustreadTop {
  margin-top: 31px;
  padding-bottom: 2px;
  border-bottom: 1px solid #D8D8D8;
}

.mustreadTop__heading {
  font: 1.875em/34px "Montserrat-Regular";
  color: #333;
  margin-top: 8px;
  margin-bottom: 17px;
}

.mustreadTop__heading span {
  float: right;
}

.mustreadTop__shareBlock {
  margin-bottom: 28px;
}

.mustreadTop .postTop__topic {
  margin-right: 18px;
}

.mustreadTop .mustreadTop__heading {
  margin-top: 10px;
}

.postshareBottom {
  padding-bottom: 30px;
}

.trendSection {
  padding: 22px 0 40px;
}

.trendSection .heading {
  margin-bottom: 31px;
}

.allreadSection {
  background: #f5f5f5;
  padding: 53px 0 30px;
}

.allreadSection .heading {
  margin-bottom: 33px;
}

.commentSection {
  background: #f5f5f5;
  padding: 30px 0;
}

.commentSection .communitySpeak {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  border: 1px solid #BCBCBC;
  padding: 28px 30px 34px;
  margin-bottom: 30px;
}

.commentSection .communitySpeak--whitebg {
  background: #fff;
  border: 1px solid transparent;
  overflow: hidden;
}

.commentSection .communitySpeak--whitebg .form-group,
.commentSection .communitySpeak--whitebg label {
  margin: 0;
}

.commentSection .communitySpeak--whitebg .button--red {
  float: right;
}

.commentSection .communitySpeak--whitebg .vErrMsg {
  text-transform: none;
}

.commentSection .communitySpeak .media-left {
  padding-right: 20px;
}

.commentSection .communitySpeak .media {
  margin-bottom: 29px;
}

.commentSection .communitySpeak .postTop {
  float: right;
}

.commentSection .communitySpeak__title {
  color: #EC121B;
  line-height: 20px;
  font-size: 12px;
  margin: 1px 0 0px;
}

.commentSection .communitySpeak__subtitle {
  letter-spacing: 1px;
  line-height: 20px;
  color: #848484;
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 4px;
}

.commentSection .communitySpeak__avathar {
  width: 60px;
  height: 60px;
  max-width: 60px;
}

.commentSection .communitySpeak__textarea {
  font: 12px/16px "Montserrat-Light";
  height: 35px;
  width: 100%;
  color: #848484;
  resize: none;
  border: none;
  overflow: hidden;
  border-bottom: 1px solid #bcbcbc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.commentSection .communitySpeak__textarea:focus {
  outline: none;
}

.commentSection .communitySpeak__holder {
  margin-bottom: 30px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.commentSection .communitySpeak__block .media {
  margin-bottom: 20px;
}

.commentSection .communitySpeak__block:not(:last-of-type) {
  padding-bottom: 18px;
}

.rating__star {
  background: url("../images/rating.png") repeat-x;
  width: 70px;
  height: 16px;
  display: inline-block;
  height: 19px;
  vertical-align: top;
}

.rating__star--active {
  background: url("../images/rating.png") repeat-x;
  background-position: 0 100%;
  display: inline-block;
  height: 19px;
  vertical-align: top;
}

.paginationBlock {
  position: relative;
  padding-top: 10px;
}

.paginationBlock__button {
  background: #fff;
  position: absolute;
  top: 8px;
  right: 10px;
  min-width: 121px;
  float: right;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 5px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D53B3B;
  color: #D53B3B;
  text-align: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.paginationBlock__button:hover {
  background: #D53B3B;
  color: #fff;
}

.postshareBottom ul {
  margin-bottom: 0;
}

.postshareBottom ul li:before {
  content: none;
}

.postWhitebgDisplayFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.postWhitebgDisplayFlex [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.postWhitebgDisplayFlex .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.postWhitebgDisplayFlex .post__contentBlock {
  width: 100%;
  display: block;
}

.breadCrumbBox span {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.breadCrumbBox span+.btn-group {
  margin-left: 10px !important;
}

.mentorSearch {
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
  margin-top: 18px;
}

.mentorSearch input {
  background: transparent;
  border: 1px solid #FF9595;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.2s ease-in;
  -o-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  font-size: 13px;
  padding: 0 15px;
}

.mentorSearch input::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.mentorSearch input::-moz-placeholder {
  color: #fff;
  font-size: 13px;
}

.mentorSearch input:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.mentorSearch input:-moz-placeholder {
  color: #fff;
  font-size: 13px;
}

.mentorSearch input:focus,
.mentorSearch input.active {
  outline: 0;
  width: 280px;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  padding: 0 25px 0 15px;
}

.mentorSearch input:focus+button,
.mentorSearch input.active+button {
  pointer-events: initial;
}

.mentorSearch button {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  margin: auto;
  pointer-events: none;
}

.mentorSearch button:focus {
  outline: 0;
}

.mentorSearch .search-icon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 9px;
  background-position: -20px -20px;
}

.mentors--detailBread .breadBack {
  margin-top: 30px;
}

.mentors--detail .post {
  border-width: 0 0 1px 0;
}

.mentors--detail h5 {
  text-transform: uppercase;
  font: 14px/20px "Montserrat-SemiBold";
  color: #333;
  margin-bottom: 10px;
}

.mentors--detail ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.mentors--detail ul li {
  list-style: none;
  position: relative;
  font: 12px/18px "Montserrat-Light";
  color: #5E5E5E;
  padding: 0 0 10px 15px;
}

.mentors--detail ul li:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  background-position: -44px -20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.members--content .post__imageBlock {
  width: 25%;
}

.members--content .post__contentBlock {
  width: 75%;
}

.members--content .rating {
  margin-top: 10px;
  display: table;
}

.connected--icon {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #29AF67;
}

.breadNav+.button {
  float: right;
  margin: 12px 0 0 15px;
}

.progress--text {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #F58023;
}

.faqs__accord {
  display: none;
  position: relative;
  padding: 0px 0px 30px 30px;
}

.faqs__accord--Open {
  display: block;
}

.faqs__subAccord {
  display: none;
  position: relative;
}

.faqs__subAccord--Open {
  display: block;
}

.faqs__mainHead {
  background: #D53B3B;
  padding: 16px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  margin-top: 0;
}

.faqs__mainHead:before {
  content: "";
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 13px;
  background-position: -108px -520px;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.faqs__mainHeadArrow:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.faqs__subHead {
  color: #7A818A;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  line-height: initial;
}

.faqs__subHead:before {
  content: "";
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background-position: -20px -55px;
  position: absolute;
  top: 2px;
  right: 0px;
  left: -21px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.faqs__subAccordPara {
  font-size: 12px;
  line-height: initial;
}

.faqs__subBlk {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 0px;
}

.faqs__subBlk:last-child {
  border-bottom: 1px solid transparent;
}

.faqs__subBlk p {
  font-size: 12px;
  line-height: initial;
}

.faqs__subHeadArrow {
  color: #7A818A;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  line-height: initial;
}

.faqs__subHeadArrow:before {
  content: "";
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background-position: -20px -55px;
  position: absolute;
  top: 2px;
  right: 0px;
  left: -21px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.hublistBlock {
  margin-bottom: 40px;
}

.arrowList {
  padding-left: 0;
  margin-bottom: 20px;
}

.arrowList li {
  list-style: none;
  position: relative;
  font: 12px/18px "Montserrat-Light";
  color: #5E5E5E;
  padding: 0 0 10px 15px;
}

.arrowList li:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 4px;
  background-position: -44px -20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.media-left .max-width100 {
  max-width: 100px;
}

.madia-left10 {
  padding-right: 10px;
}

.media--mb20 {
  margin-bottom: 20px;
}

.media-body__title {
  margin-top: 0;
}

.media-body__subtitle {
  margin-bottom: 0;
}

.media-xsImg {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
}

.media-xsImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.heading__View {
  font: 1.875em/34px "Montserrat-Regular";
  color: #333;
  margin-top: 8px;
  margin-bottom: 30px;
}

.post--pb0 {
  padding-bottom: 0;
}

.post__subHeading--mb10 {
  margin: 0 0 10px;
}

.post__address {
  font-size: 10px;
  text-transform: uppercase;
  color: #848484;
  margin-bottom: 0px;
}

.post__address span {
  display: block;
  margin-bottom: 5px;
}

.post__contentBlock .iconheading {
  margin-bottom: 15px;
}

.postInfo--mb0 {
  margin-bottom: 0;
}

.postInfo__item a {
  color: #848484;
}

.postInfo__item a.blue {
  color: #337ab7;
}

h5 {
  text-transform: uppercase;
  font: 14px/20px "Montserrat-SemiBold";
  color: #333;
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.externalIconLink {
  position: absolute;
  right: 0;
}

.externalIconLink--pr30 {
  padding-right: 30px;
}

.hubGallery {
  padding: 0 30px;
  margin-bottom: 30px;
}

.hubGallery__item__images {
  padding: 10px;
}

.hubGallery__item__images img {
  display: block;
  width: 100%;
}

.hubGallery .slick-prev {
  position: absolute;
  left: 0;
  z-index: 9;
}

.hubGallery .slick-prev:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 21px;
  background-position: -44px -91px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hubGallery .slick-prev:hover:before {
  background-position: -20px -91px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hubGallery .slick-next {
  position: absolute;
  right: 0;
}

.hubGallery .slick-next:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 21px;
  background-position: -44px -91px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hubGallery .slick-next:hover:before {
  background-position: -20px -91px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-position: -20px -91px;
  transform: rotate(0deg);
}

.imageBlock--xsSize {
  margin-bottom: 10px;
}

.imageBlock--xsSize .imageBlock__inner {
  width: 80px;
  height: 80px;
}

.sectionStartups h5 {
  margin-bottom: 20px;
}

.startupsimageBlockList li {
  width: 80px;
  margin: 0 20px 20px 0;
}

.hubsStartupsHeading {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
}

.hubs--bg {
  position: relative;
  text-align: center;
  padding: 50px 0 0;
}

.hubs--bg:before {
  content: '';
  background: url("../images/banner-hubs.jpg") no-repeat center/cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 26%;
  z-index: -1;
}

.home--bg {
  position: relative;
  text-align: center;
  padding: 0px 0 0;
}

.home--bg:before {
  content: '';
  background: url("../images/image-revolution.jpg") no-repeat center/cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.hubs--bg h3 {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  margin-top: 12px;
}

.hubs--block {
  background: #D53B3B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 38px;
  padding: 31px 17% 39px;
}

.hubs--block h4 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.home--banner {
  /* background: #00000088; */
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 75%);
   /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%); 
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 65%); 
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
/* IE6-9 */

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* margin-top: 38px; */
  padding: 172px 17% 15px;
}
.home--banner h1, h2, h3{
  color:#fff;
  font-weight:bold;
  font-family:Georgia, 'Times New Roman', Times, serif;
  text-align:left;
}
.home--banner h1 {
  font-size: 36px;
}
.home--banner h2 {
  font-size: 26px;
}
.home--banner h3 {
  font-size: 26px;
}

.hubs--feature {
  padding-top: 50px;
}

.hubs--featureBox {
  width: 33.33333%;
  float: left;
  padding: 0 60px;
  position: relative;
  min-height: 215px;
}

.hubs--featureBox:before {
  content: '';
  background: #D8D8D8;
  width: 1px;
  height: 47%;
  position: absolute;
  top: 23px;
  right: 0;
}

.hubs--featureBox:nth-child(3n+3):before {
  content: none;
}

.hubs--featureBox p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

.hubs--incubation {
  background: #f5f5f5;
  padding: 45px 0 40px;
}

.hubs--incubation h3 {
  font: 18px/20px "Montserrat-SemiBold";
  margin-bottom: 29px;
}

.hubs--incubationBox .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hubs--incubationBoxOuter {
  width: 50%;
  float: left;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hubs--incubationBoxOuter a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hubs--incubationBoxOuter a:hover h4 {
  text-decoration: underline;
}

.hubs--incubationBoxInner {
  background: #fff;
  padding: 19px;
  border: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

.hubs--incubationBoxInner:hover {
  border-color: #D53B3B;
}

.hubs--incubationImg {
  width: 37%;
  float: left;
}

.hubs--incubationContent {
  width: 63%;
  float: left;
  padding-left: 20px;
}

.hubs--incubationContent h4 {
  font-size: 18px;
  line-height: 24px;
  color: #D53B3B;
  margin-top: 0;
}

.hubs--incubationContent p {
  font-size: 12px;
  line-height: 18px;
}

.hubs--view {
  padding: 40px 0 0px;
}

.hubs--view .head {
  font-size: 18px;
  line-height: 16px;
  color: #D53B3B;
}

.hubs--view .address {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 9px;
  /* margin: 21px 0 20px; */
}

.hubs--view .address:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 12px;
  background-position: -360px -348px;
  margin-right: 10px;
}

.hubs--viewFeatureBox {
  float: left;
  padding: 0 10px;
}

.hubs--viewFeatureBox:first-child {
  width: 30%;
}

.hubs--viewFeatureBox:last-child {
  width: 70%;
}

.hubs--viewFeatureBox h4 {
  font: 14px/20px "Montserrat-SemiBold";
  margin-top: 0;
}

.hubs--viewFeatureBox p {
  font-size: 14px;
  line-height: 26px;
}

.hubs--viewAddress {
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px 30px;
  /* margin-top: 20px; */
}

.hubs--viewAddress h3 {
  font-size: 18px;
  line-height: 16px;
  border-bottom: 1px solid #BCBCBC;
  color: #D53B3B;
  padding-bottom: 20px;
  margin-top: 9px;
}

.hubs--viewAddress ul {
  padding: 0;
  margin: 0;
}

.hubs--viewAddress ul li {
  list-style: none;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 6px 0;
  color: #848484;
}

.hubs--viewAddress ul li:nth-child(even) a {
  color: #D53B3B;
}

.hubs--viewAddress ul li:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 12px;
  background-position: 0 0;
  margin-right: 7px;
}

.hubs--viewAddress ul li:nth-child(1):before {
  background-position: -187px -450px;
}

.hubs--viewAddress ul li:nth-child(2):before {
  background-position: -132px -450px;
}

.hubs--viewAddress ul li:nth-child(3):before {
  background-position: -159px -450px;
}

.hubs--viewAddress ul li:nth-child(4):before {
  background-position: -104px -450px;
}

.hubs--viewAddress ul a {
  color: #848484;
}

.hubs--startup {
  background: #f5f5f5;
  padding: 50px 0 40px;
}

.hubs--startup h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 29px;
}

.hubs--startup .media-object {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hubs--startup .post {
  background: #fff;
  padding-bottom: 18px;
}

.hubs--startup .media-xsImg {
  width: 45px;
  height: 45px;
}

.hubs--startup .media {
  margin-bottom: 15px;
}

.hubs--startup .mb30 {
  margin-bottom: 0;
}

.hubs--startup .externalIconLink--pr30 {
  padding-left: 10px;
}

.hubs--startup .media-body__title {
  font-size: 18px;
  line-height: 16px;
  text-transform: capitalize;
}

.hubs--startup .media-body__subtitle {
  font: 14px/20px "Montserrat-Regular";
  text-transform: capitalize;
}

.hubs--startup .imageBlock__inner {
  width: 60px;
  height: 60px;
}

.hubs--startup .hubsStartupsHeading {
  font-size: 10px;
  line-height: 14px;
}

.hubs--startup .startupsimageBlockList li {
  width: 70px;
  margin: 10px 15px 0 0;
}

.hubs--startup .startupsimageBlockList li:nth-child(6n+6) {
  margin-right: 0;
}

.hubs--startup .startupsimageBlockList li:last-child {
  margin-right: 0;
}

.hubs--startup .startupsimageBlockList li a .userTooltip {
  display: none;
  position: absolute;
  right: -50%;
  bottom: 115%;
  left: -50%;
  margin: auto;
  background: #f5f5f5;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 5px;
  z-index: 9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100px;
  text-align: center;
}

.hubs--startup .startupsimageBlockList li a .userTooltip:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  margin: auto;
}

.hubs--startup .startupsimageBlockList li a .userTooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f5f5f5;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
}

.hubs--startup .startupsimageBlockList li a:hover .userTooltip {
  display: block;
}

.hubs--startup .imageBlock__link {
  width: 30px;
  height: 30px;
}

.hubs--startup .icon-linkedin {
  background-position: -20px -521px;
  width: 30px;
  height: 30px;
}

.hubs--startup .icon-externalLink {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-position: -360px -447px;
}

.hubs--gallery {
  padding: 0px 0 30px;
}

.hubs--gallery .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}

.hubs--gallery .title span {
  margin-left: 15px;
}

.hubs--gallery .gallerySlider .slick-list {
  padding-bottom: 70px;
}

.hubs--gallery .gallerySlider .slick-prev,
.hubs--gallery .gallerySlider .slick-next {
  bottom: 0;
}

.hubs--gallery .gallerySlider .sliderStatus {
  bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.hubs--joinUs {
  background: #D53B3B;
  padding: 32px 30px 10px;
  display: table;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 20px;
}

.hubs--joinUs span {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  padding-top: 8px;
  display: inline-block;
}

.hubs--joinUs a {
  float: right;
  margin-bottom: 20px;
}

.news:hover {
  border: 1px solid #D53B3B;
}

.news a:hover {
  color: #848484;
}

.news a:hover h2 {
  text-decoration: underline;
}

.news--date {
  font-size: 10px;
  text-transform: uppercase;
  color: #848484;
  display: block;
}

.news img {
  float: left;
  margin-right: 10px;
}

.news--source {
  font-size: 10px;
  text-transform: capitalize;
  color: #D53B3B;
  display: inline-block;
  margin-bottom: 10px;
}

.course--filter {
  padding-bottom: 15px;
}

.newsDisplayFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsDisplayFlex [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDisplayFlex .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDisplayFlex .post__contentBlock {
  width: 100%;
}

.overviewFirstSection {
  background: #f5f5f5;
}

.innerBanner {
  text-align: center;
}

.innerBanner__heading {
  font-size: 1.625em;
  line-height: 34px;
  color: #fff;
  margin-top: 62px;
}

.overviewBanner {
  background: url("../images/overviewbanner.jpg") center/cover no-repeat;
  height: 244px;
  width: 100%;
}

.wrapperBgGray {
  background: #f5f5f5;
}

.overviewTabs {
  padding-left: 0;
  overflow: hidden;
  margin: -120px auto 60px;
  display: table;
}

.overviewTabs__icon {
  display: inline-block;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 39px;
  background-position: 0 0;
  margin: 0 0 23px;
}

.overviewTabs__icon.we {
  background-position: -235px -261px;
  width: 38px;
}

.overviewTabs__icon.offer {
  background-position: -178px -201px;
  width: 47px;
}

.overviewTabs__icon.for {
  background-position: -20px -305px;
}

.overviewTabs__list {
  float: left;
}

.overviewTabs__list:nth-child(2) {
  padding: 0 70px;
}

.overviewTabs__link {
  background: #fff;
  width: 280px;
  padding: 49px 30px;
  text-align: center;
  border: 1px solid #D53B3B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  text-align: center;
  color: #848484;
}

.overviewTabs__link:hover,
.overviewTabs__link--active {
  background: #D53B3B;
  color: #fff;
}

.overviewTabs__link:hover .we,
.overviewTabs__link--active .we {
  background-position: -289px -261px;
}

.overviewTabs__link:hover .offer,
.overviewTabs__link--active .offer {
  background-position: -239px -201px;
}

.overviewTabs__link:hover .for,
.overviewTabs__link--active .for {
  background-position: -89px -305px;
}

.overviewTabs__heading {
  font-size: 18px;
  line-height: 16px;
  display: block;
}

.borderHeading {
  position: relative;
  color: #D53B3B;
  font-size: 18px;
  line-height: 16px;
  padding-bottom: 17px;
  margin-bottom: 20px;
}

.borderHeading:before {
  background: #D8D8D8;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
}

.borderHeading--small {
  font: 14px/20px "Montserrat-Regular";
  padding-bottom: 10px;
  margin-top: 7px;
}

.borderHeading--small:before {
  width: 40px;
}

.borderHeading--colorBlack {
  color: #333;
}

.borderHeading--icon span {
  display: table-cell;
  vertical-align: middle;
}

.borderHeading--icon__text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  left: 20px;
}

.borderHeading--icon .icon {
  position: absolute;
  left: 0;
}

.borderHeading--fullWidth:before {
  width: 100%;
}

.borderHeading--center {
  display: inline-block;
}

.borderHeading--center:before {
  position: relative;
  top: 0;
  display: block;
  top: 26px;
  margin: 0 auto;
}

.overviewFirstSection .borderHeading {
  margin: 0 0 20px;
}

.overviewFirstSection p {
  margin-bottom: 28px;
}

.overviewFirstSection .overviewRevolution {
  padding-right: 30px;
}

.whoweareFirstSection {
  margin-bottom: 20px;
}

.overviewMobileWill {
  padding: 40px 0;
}

.overviewMobileWill .borderHeading {
  margin-bottom: 43px;
}

.overviewMobileWill__block {
  position: relative;
  width: 280px;
  margin: 0 auto 20px;
}

.overviewMobileWill__block:before {
  background: #D8D8D8;
  content: '';
  position: absolute;
  top: 14px;
  bottom: 0;
  left: -59px;
  width: 1px;
  height: 100px;
}

.overviewMobileWill__block__icon {
  min-height: 80px;
}

.overviewMobileWill__block p {
  line-height: 24px;
  color: #848484;
}

.overviewFeat [class|="col"]:first-child>div:before {
  content: none;
}

.overviewFive {
  padding: 40px 0 60px;
  position: relative;
}

.overviewFive:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: url("../images/five-pillars-bg.jpg") center/cover no-repeat;
  z-index: -9;
}

.overviewFive:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37%;
  background: #fff;
  z-index: -9;
}

.overviewFive .borderHeading {
  color: #fff;
}

.overviewFive__top p {
  color: #fff;
}

.overviewFiveTab {
  padding-top: 16px;
}

.overviewFiveTab__block {
  background: #f5f5f5;
  margin: 40px -1px 0 0;
  padding: 20px 0;
  border: 1px solid #BCBCBC;
  border-right: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 25.5%;
  float: left;
}

.overviewFiveTab__block li {
  list-style: none;
  display: block;
}

.overviewFiveTab__block a {
  font-size: 14px;
  line-height: 20px;
  color: #5E5E5E;
  display: block;
  background: #f5f5f5;
  padding: 10px 28px;
  text-transform: uppercase;
}

.overviewFiveTab__block a.active,
.overviewFiveTab__block a:hover {
  background: #D53B3B;
  color: #fff;
}

.overviewFiveTab__contentBox {
  width: 74.5%;
  float: left;
  border: 1px solid #D53B3B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  min-height: 320px;
}

.overviewFiveTab__content {
  padding: 20px 30px 60px 30px;
  display: none;
}

.overviewFiveTab__content.active {
  display: block;
}

.overviewFiveTab__content h4 {
  font-size: 18px;
  line-height: 16px;
  color: #D53B3B;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.overviewFiveTab__content p {
  font-size: 14px;
  line-height: 26px;
}

.overviewFiveTab__content ul {
  margin: 15px 0 0;
  padding: 0;
}

.overviewFiveTab__content ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  line-height: 28px;
  padding-left: 30px;
}

.overviewFiveTab__content ul li:before {
  content: '';
  height: 5px;
  width: 5px;
  background: #D53B3B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 15px;
}

.overviewOfferSec {
  position: relative;
  padding-bottom: 20px;
}

.overviewOfferSec:before {
  content: '';
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40%;
  z-index: -1;
}

.overviewOfferSec:after {
  content: '';
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  z-index: -1;
}

.overviewOfferSec h2 {
  margin-top: 0;
}

.overviewOffer {
  padding-top: 46px;
}

.offerBox {
  position: relative;
  margin-bottom: 20px;
}

.offerBoxInner {
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 100%;
  padding: 30px;
  color: #fff;
}

.offerBoxInner span {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 40px;
  background-position: 0 0;
  float: left;
}

.offerBoxInner .mentorship {
  background-position: -339px -214px;
}

.offerBoxInner .training {
  background-position: -332px -20px;
}

.offerBoxInner .events {
  background-position: -340px -267px;
}

.offerBoxInner .resources {
  background-position: -337px -166px;
  height: 35px;
}

.offerBoxInner .project {
  background-position: -333px -70px;
  height: 36px;
}

.offerBoxInner .online {
  background-position: -296px -201px;
}

.offerBoxInner .hubs {
  background-position: -336px -115px;
}

.offerBoxInner h4 {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  float: left;
  clear: both;
  padding-bottom: 10px;
}

.offerBoxInner h4:after {
  content: '';
  background: #D8D8D8;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.offerBoxInner p {
  font-size: 12px;
  line-height: 18px;
  color: inherit;
  clear: both;
}

.borderHeading__fullWidthBorder:before {
  width: 100%;
}

.borderHeading__categoriesHeading:before {
  width: 80px;
}

.categoriesView__block {
  margin-bottom: 20px;
  border: 1px solid #BCBCBC;
  min-height: 360px;
}

.categoriesView__imageBlock {
  margin-bottom: 30px;
  border-bottom: 5px solid #D53B3B;
}

.categoriesView__textBlock {
  padding: 0 30px 15px;
}

.categoriesView__textBlockpara {
  line-height: 18px;
  color: #5e5e5e;
  font-size: 12px;
}

.categoriesView__icons {
  margin-right: 14px;
}

.categoriesView h2 {
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.categoriesView h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.contactBanner {
  height: 200px;
}

.contactBanner .innerBanner__heading {
  margin-top: 80px;
}

.locationView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
}

.locationView [class|="col"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contactBox {
  margin-bottom: 20px;
}

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

.contactBox .selectBox {
  margin: 10px 0 36px;
}

.contactBox .selectBox__label {
  position: absolute;
  top: -5px;
}

.contactForm {
  position: relative;
  margin-bottom: 20px;
}

.contactForm input,
.contactForm textarea {
  width: 100%;
  border: none;
  height: 40px;
  font-size: 12px;
  color: #333;
}

.contactForm input:focus,
.contactForm input.active,
.contactForm textarea:focus,
.contactForm textarea.active {
  outline: 0;
}

.contactForm input:focus+label,
.contactForm input.active+label,
.contactForm textarea:focus+label,
.contactForm textarea.active+label {
  top: -9px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  color: #1D1D1D;
}

.contactForm input:focus+label+span:before,
.contactForm input.active+label+span:before,
.contactForm textarea:focus+label+span:before,
.contactForm textarea.active+label+span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.contactForm textarea {
  height: 50px;
  resize: none;
  padding: 15px 0;
  height: 110px;
}

.contactForm label {
  color: #848484;
  font-size: 10px;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  pointer-events: none;
}

.contactForm span {
  border-top: 1px solid #D8D8D8;
  display: block;
  position: relative;
}

.contactForm span:before {
  content: '';
  width: 0;
  height: 1px;
  background: #F58023;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
  position: absolute;
  top: -1px;
}

.overviewRevolutionRight {
  background: url(../images/overview-signup.jpg) no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 33px 33px;
  text-align: center;
  position: relative;
}

.overviewRevolutionRight div {
  display: table-cell;
  vertical-align: middle;
}

.overviewRevolutionRight p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.overviewRevolutionRight span {
  display: block;
  color: #fff;
}

.overviewRevolutionRight .joinTxt {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.modal {
  background: rgba(29,29,29,0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}

.modal:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99999;
}

.modal__inner {
  display: inline-block;
  vertical-align: middle;
  width: 980px;
  text-align: left;
  margin: 15px auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.modal__inner.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
}

.signBox {
  width: 100%;
  display: table;
  position: relative;
  padding: 0 40px;
}

.signBox:after {
  content: '';
  background: #f5f5f5;
  width: 100%;
  height: 92%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.signBox__close {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: -117px -360px;
  position: absolute;
  top: 26px;
  right: 20px;
}

.signForm {
  width: 42%;
  float: left;
  padding: 31px 29px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.signForm h3 {
  font: 300 18px/16px "Montserrat-Regular";
  color: #D53B3B;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.signForm ul {
  padding-left: 0;
  margin: 0;
}

.signForm ul li {
  list-style: none;
  margin-bottom: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.signForm ul li a {
  font: 12px "Montserrat-Regular";
  color: #fff;
  padding: 18px 0 18px 65px;
  display: block;
  position: relative;
}

.signForm ul li a:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  background-position: 0px 0px;
  position: absolute;
  top: 15px;
  left: 30px;
}

.signForm ul li:nth-child(1) {
  background: #E36554;
}

.signForm ul li:nth-child(1) a:before {
  background-position: -44px -357px;
}

.signForm ul li:nth-child(2) {
  background: #118CCC;
}

.signForm ul li:nth-child(2) a:before {
  background-position: -84px -360px;
}

.signForm ul li:nth-child(3) {
  background: #5778BE;
}

.signForm ul li:nth-child(3) a:before {
  background-position: -20px -360px;
}

.signForm form {
  padding-right: 0px;
}

.signForm .sep {
  margin: -6px 0 0;
  position: relative;
  text-align: center;
  font-size: 12px;
  margin-right: 18px;
}

.signForm .sep:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.signForm .sep span {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

.signForm__input {
  position: relative;
}

.signForm__input:nth-child(2) {
  margin: 28px 0 18px;
}

.signForm__input input {
  width: 100%;
  border: none;
  height: 40px;
  font-size: 12px;
  color: #333;
}

.signForm__input input:focus,
.signForm__input input.active {
  outline: 0;
}

.signForm__input input:focus+label,
.signForm__input input.active+label {
  top: -9px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  color: #1D1D1D;
}

.signForm__input input:focus+label+span:before,
.signForm__input input.active+label+span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.signForm__input textarea {
  width: 100%;
  border: none;
  height: 80px;
  padding-top: 10px;
  font-size: 12px;
  color: #333;
  resize: none;
}

.signForm__input textarea:focus,
.signForm__input textarea.active {
  outline: 0;
}

.signForm__input textarea:focus+label,
.signForm__input textarea.active+label {
  top: -9px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  color: #1D1D1D;
}

.signForm__input textarea:focus+label+span:before,
.signForm__input textarea.active+label+span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.signForm__input label {
  color: #848484;
  font-size: 10px;
  position: absolute;
  top: 19px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  pointer-events: none;
  left: 0;
}

.signForm__input span {
  border-top: 1px solid #D8D8D8;
  display: block;
  position: relative;
  color: red;
  font-size: 12px;
  padding-top: 7px;
}

.signForm__input span:before {
  content: '';
  width: 0;
  height: 1px;
  background: #F58023;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
  position: absolute;
  top: -1px;
}

.signForm__input .visible {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-position: -78px -394px;
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
}

.signForm__forgot {
  position: relative;
}

.signForm__forgot span {
  display: inline-block;
  margin-top: 10px;
}

.signForm__forgot input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.signForm__forgot input:checked+label:before {
  background-position: -104px -422px;
}

.signForm__forgot label {
  font: 11px "Montserrat-Light";
  color: #5E5E5E;
  padding-left: 25px;
  cursor: pointer;
  position: relative;
}

.signForm__forgot label:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -132px -422px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.signForm__forgot a {
  float: right;
  color: #D53B3B;
  font-size: 11px;
  margin-top: 14px;
}

.signForm__forgot a:hover {
  text-decoration: underline;
}

.signForm__btnBox {
  margin-top: 23px;
}

.signForm__btnBox a {
  font: 11px "Montserrat-Light";
  color: #333;
  text-decoration: underline;
  margin-top: 13px;
  display: inline-block;
}

.signForm__btnBox button {
  color: #fff;
  background: #D53B3B;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  width: 100%;
}

.signForm__btnBox .regBtn a {
  text-decoration:none;
  display:block;
  color: #fff;
  background: #1fb2fe;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 14px;
  float: right;
  width: 100%;
  text-align: center;
 
}


.signJoin {
  width: 58%;
  float: left;
  padding: 53px 0 0 32px;
}

.signJoin h3 {
  font: 300 18px/16px "Montserrat-Regular";
  color: #D53B3B;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.signJoin__box {
  margin-top: -15px;
}

.signJoin__boxInner {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}

.signJoin__boxInner:nth-child(1) span {
  background-position: -20px -261px;
}

.signJoin__boxInner:nth-child(2) span {
  background-position: -68px -261px;
}

.signJoin__boxInner:nth-child(3) span {
  background-position: -114px -261px;
}

.signJoin__boxInner:nth-child(4) span {
  background-position: -159px -261px;
}

.signJoin__boxInner:nth-child(5) span {
  background-position: -202px -261px;
}

.signJoin__boxInner:nth-child(6) span {
  background-position: -20px -222px;
}

.signJoin__boxInner:before {
  content: '';
  width: 1px;
  background: #E0E0E0;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.signJoin__boxInner:after {
  content: '';
  width: 90%;
  background: #E0E0E0;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.signJoin__boxInner:nth-child(2n+2):before {
  content: none;
}

.signJoin__boxInner:nth-child(1n+5):after {
  content: none;
}

.signJoin__box a {
  display: block;
  padding: 34px 67px;
}

.signJoin__box a:hover {
  text-decoration: underline;
  color: #5E5E5E;
}

.signJoin__box span {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 30px;
  background-position: 0px 0px;
}

.signJoin__box p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #5E5E5E;
  line-height: 18px;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.signupBanner {
  padding-top: 62px;
  min-height: 200px;
}

.signupBanner__heading {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 44px;
}

.signupBannerMenu {
  display: none;
  cursor: pointer;
  position: relative;
}

.signupBannerMenu--toggle {
  position: absolute;
  right: 15px;
  top: 8px;
}

.signupBannerMenu--toggle .hamburger span {
  background: #fff;
}

.listTabsBorder {
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  text-align: center;
}

.listTabsBorder li {
  padding-left: 20px;
  display: table-cell;
}

.listTabsBorder li:first-child {
  padding-left: 0;
}

.listTabsBorder__link {
  position: relative;
  line-height: 16px;
  color: #F5F5F5;
  display: block;
  padding: 22px 40px;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.listTabsBorder__link:before {
  content: '';
  position: absolute;
  top: 96%;
  width: 100%;
  border-top: 2px solid red;
  left: 0;
  background: #fff;
  -webkit-transition-property: top, height;
  -o-transition-property: top, height;
  -moz-transition-property: top, height;
  transition-property: top, height;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -webkit-transition-delay: 0s, 1s;
  -moz-transition-delay: 0s, 1s;
  -o-transition-delay: 0s, 1s;
  transition-delay: 0s, 1s;
}

.listTabsBorder__link:hover:before,
.listTabsBorder__link--active:before {
  top: 0;
  height: 100%;
}

.listTabsBorder__link span {
  position: relative;
  z-index: 1;
}

.listTabsBorder__link:hover span,
.listTabsBorder__link--active span {
  color: #333;
}

.devpostSection {
  margin-bottom: 20px;
}

.post--borderNone {
  border: none;
}

.post--borderNone:hover {
  border: none;
}

.post--borderBottomLeft {
  border: none;
  position: relative;
  padding: 24px 30px 18px;
  margin-bottom: 0;
}

.post--borderBottomLeft:before,
.post--borderBottomLeft:after {
  content: '';
  position: absolute;
  background: #E0E0E0;
}

.post--borderBottomLeft:before {
  width: 1px;
  height: 88%;
  top: 9px;
  right: -10px;
}

.post--borderBottomLeft:after {
  width: 100%;
  height: 1px;
  right: 0;
  left: 0;
  bottom: 0;
}

.post--borderBottomLeft:hover {
  border: none;
}

.post--borderBottomLeft p {
  min-height: 60px;
}

.col-sm-6:nth-child(2n+2) .post--borderBottomLeft:before {
  content: none;
}

.col-sm-6:last-child .post--borderBottomLeft:after,
.col-sm-6:nth-last-child(2) .post--borderBottomLeft:after {
  content: none;
}

.devCourses {
  background: #F5F5F5;
  padding: 22px 30px 0;
  overflow: hidden;
}

.devCourses__block {
  margin-bottom: 22px;
}

.devCourses .post {
  margin-bottom: 0;
  padding: 0;
}

.devCourses .borderHeading {
  margin-bottom: 10px;
}

.devCourses p {
  margin-bottom: 18px;
}

.devCourses .borderHeading--icon__text {
  left: 10px;
}

.col-md-6:nth-child(2n+2) .devCourses__block {
  padding-left: 30px;
}

.devProfile h5 {
  font: 18px/16px "Montserrat-Light";
}

.devProfile h6 {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
}

.devProfile .media {
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.devProfile .media-body {
  vertical-align: middle;
}

.devProfile .media-left {
  padding-right: 19px;
}

.devProfile p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.devProfile img {
  max-width: 80px;
}

.minBullet__list {
  position: relative;
  display: block;
  padding-left: 5px;
}

.minBullet__list:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #5E5E5E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.signFormPage {
  width: 100%;
}

.signFormPage h4 {
  color: #D53B3B;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.signFormPage .signForm__input {
  margin-bottom: 18px;
}

.signFormPage .signForm__btnBox {
  margin-top: 32px;
}

.mb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .signupBanner .container {
    position: relative;
  }

  .signupBannerMenu {
    display: block;
    background: #D53B3B;
    padding: 14px 20px;
    color: #fff;
  }

  .listTabsBorder {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    background: #F5F5F5;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .listTabsBorder.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .listTabsBorder li {
    display: block;
    padding: 0;
  }

  .listTabsBorder__link {
    color: #333;
    border-top: 1px solid #ccc;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .listTabsBorder__link:before {
    background: #D53B3B;
    border: none;
    -webkit-transition-property: inherit;
    -o-transition-property: inherit;
    -moz-transition-property: inherit;
    transition-property: inherit;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    transition: 0.6s ease-in;
  }

  .listTabsBorder__link:hover:before,
  .listTabsBorder__link--active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
  }

  .listTabsBorder__link:hover span,
  .listTabsBorder__link--active span {
    color: #fff;
  }
}

.galleryModal {
  position: relative;
}

.galleryModal__close {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: -242px -437px;
  position: absolute;
  top: 19px;
  right: 2px;
}

.gallerymodal__inner {
  width: 1180px;
}

.gallery__box {
  margin-bottom: 20px;
}

.gallery__box .slick-prev:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-position: -249px -477px;
}

.gallery__box .slick-next:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  background-position: -192px -477px;
}

.gallery__box .slick-prev {
  z-index: 9;
  top: 80px;
  bottom: 0;
  left: 7px;
  margin: auto;
}

.gallery__box .slick-next {
  z-index: 9;
  top: 81px;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.gallery__box h3 {
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}

.gallery__box p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.gallery__thumbnail .item {
  padding-right: 20px;
}

.gallery__thumbnail .item.slick-current img {
  opacity: 1;
}

.gallery__thumbnail .item img {
  width: 100%;
  opacity: 0.5;
}

.gallery__thumbnail .item:hover img {
  opacity: 1;
}

.galleryCarousel {
  margin-top: 60px;
}

.galleryCarousel figure {
  position: relative;
}

.galleryCarousel figcaption {
  width: 454px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(0,0,0,0.9);
  padding: 21px 30px;
}

.galleryCarousel figcaption:after {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 26px;
  background-position: -311px -442px;
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
}

.galleryCarousel h4 {
  font-size: 18px;
  line-height: 16px;
  color: #fff;
}

.galleryCarousel p {
  font-size: 12px;
  color: #BCBCBC;
  line-height: 18px;
}

.galleryCarousel .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: right;
  padding-right: 24px;
}

.galleryCarousel .slick-dots li {
  width: initial;
  height: initial;
}

.galleryCarousel .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: 0;
}

.galleryCarousel .slick-dots .slick-active button {
  background: #D53B3B;
}

.galleryEvent {
  border-top: 1px solid #BCBCBC;
  margin-top: 30px;
  padding-bottom: 30px;
}

.galleryEventOuter--box {
  border-top: 1px solid #BCBCBC;
}

.galleryEventOuter--box:first-child {
  border-top: none;
}

.galleryEventOuter--box h3 {
  font: 18px/20px "Montserrat-SemiBold";
  text-transform: uppercase;
  margin-top: 30px;
  margin-right: 22px;
  float: left;
}

.galleryEventOuter--box>p {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  color: #F58023;
  float: left;
  margin-top: 33px;
  cursor: pointer;
}

.galleryEvent__top {
  width: 100%;
}

.galleryEvent__top .selectBox {
  margin-top: 20px;
}

.galleryEventInner--box {
  clear: both;
  padding-top: 20px;
}

.galleryEventInner--boxInactive {
  display: none;
}

.galleryEventInner--box .col-sm-3 {
  padding-bottom: 40px;
}

.galleryEventInner--box h5 {
  font: 12px/20px "Montserrat-Regular";
  letter-spacing: 1px;
  margin-bottom: 0;
}

.galleryEventInner--box p {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
}

.modifyFiltersModal {
  text-align: center;
}

.modifyFiltersModal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.modifyFiltersModal__inner {
  background: #FFFFFF;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 979px;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.modifyFiltersModal__header {
  padding: 27px 80px 16px 20px;
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
}

.modifyFiltersModal__heading {
  font-size: 18px;
  font-weight: 300;
  line-height: 16px;
  color: #D53B3B;
  display: inline-block;
  margin: 0;
}

.modifyFiltersModal__search {
  float: right;
}

.modifyFiltersModal__search__box {
  width: 220px;
  position: relative;
  padding: 0 20px;
  -webkit-border-radius: 0.5px;
  -moz-border-radius: 0.5px;
  border-radius: 0.5px;
  border-bottom: 1px solid #D8D8D8;
}

.modifyFiltersModal__search__box:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background-position: -104px -395px;
  position: absolute;
  top: 4px;
  left: 0;
}

.modifyFiltersModal__search__box .searchfiled {
  width: 100%;
  border: none;
  background: transparent;
  color: #848484;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
}

.modifyFiltersModal__search__box .searchfiled:focus,
.modifyFiltersModal__search__box .searchfiled.active {
  outline: 0;
}

.modifyFiltersModal__search__box .searchfiled:focus+label,
.modifyFiltersModal__search__box .searchfiled.active+label {
  top: -16px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  color: #1D1D1D;
}

.modifyFiltersModal__search__box .searchfiled:focus+label+span:before,
.modifyFiltersModal__search__box .searchfiled.active+label+span:before {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.modifyFiltersModal__search__box .searchfiled:focus {
  outline: none;
}

.modifyFiltersModal__search__box label {
  color: #848484;
  font-size: 10px;
  font-weight: 300;
  position: absolute;
  top: 0px;
  left: 20px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  pointer-events: none;
  line-height: 18px;
}

.modifyFiltersModal__block {
  padding: 20px;
  width: 100%;
  float: left;
}

.modifyFiltersModal__block__heading {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 17px;
}

.js--modalClose {
  background: #fff url(../images/sprite.svg) no-repeat -112px -360px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 21px;
  right: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.checkboxBlock {
  margin: 0 0 16px;
}

.checkboxBlock__list {
  margin-bottom: 7px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.modify-ok {
  float: right;
  margin: 0 20px 20px 0;
}

.dash-Head {
  padding: 8px 0 33px;
}

.dash-Head h2 {
  font-size: 20px;
  margin: 27px 0 0;
}

.dash-Head h2 span {
  color: #D53B3B;
}

.dash-Head h3 {
  font-size: 20px;
  margin: 8px 0 0;
}

.dash-Rec {
  padding: 3px 0 30px;
}

.dash-RecBg {
  background: #D53B3B;
}

.dash-RecBg .recText {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 26px 0 0;
}

.dash-RecBox {
  padding: 11px 21px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 179px;
  position: relative;
}

.dash-RecBox h4 {
  font-size: 58px;
  color: #D53B3B;
  line-height: 42px;
  margin: 20px 0px 0px;
}

.dash-RecBox h5 {
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: none;
}

.dash-RecBox h5 span:before,
.dash-RecBox h5 span:after {
  font-family: "Montserrat-Regular";
  line-height: 16px;
}

.dash-RecBox p {
  font-size: 14px;
  color: #5E5E5E;
  line-height: 19px;
  margin: 10px 0 0;
}

.dash-RecBox a:hover h5,
.dash-RecBox a:hover p {
  text-decoration: underline;
}

.dash-Rec [class|="col"] .dash-RecBox:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.dash-Rec [class|="col"]:nth-child(1) .dash-RecBox:before {
  background: url("../images/job.png") no-repeat center right;
}

.dash-Rec [class|="col"]:nth-child(2) .dash-RecBox:before {
  background: url("../images/dashboard--projects.png") no-repeat center right;
}

.dash-Rec [class|="col"]:nth-child(3) .dash-RecBox:before {
  background: url("../images/events.png") no-repeat center right;
}

.dash-Rec [class|="col"]:nth-child(4) .dash-RecBox:before {
  background: url("../images/challenge.png") no-repeat center right;
}

.dash-forum {
  padding: 56px 0 0;
}

.dash-forumSec {
  overflow: hidden;
}

.dash-forum>p {
  font-size: 20px;
  border-bottom: 1px solid #BCBCBC;
  display: inline-block;
  padding-bottom: 4px;
}

.dash-forum>p span {
  color: #D53B3B;
}

.dash-tab {
  padding-top: 52px;
}

.dash-nav {
  padding-left: 0;
  margin: 0;
  display: table;
  width: 100%;
  text-align: center;
}

.dash-nav>li {
  display: table-cell;
  padding-right: 20px;
}

.dash-nav>li:last-child {
  padding-right: 0;
}

.dash-nav>li>a {
  display: block;
  padding: 20px;
  font-size: 16px;
  color: #5E5E5E;
  position: relative;
}

.dash-nav>li>a.active,
.dash-nav>li>a:hover {
  color: #D53B3B;
}

.dash-nav>li>a.active:before,
.dash-nav>li>a:hover:before {
  height: 100%;
  -webkit-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}

.dash-nav>li>a:before {
  content: '';
  width: 100%;
  height: 0;
  background: #F5F5F5;
  border-top: 2px solid #D53B3B;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.4s ease-in;
  -o-transition: height 0.4s ease-in;
  -moz-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  z-index: -1;
}

.dash-tabBox {
  padding: 30px 0 10px;
  display: table;
  width: 100%;
  position: relative;
}

.dash-tabBox:before {
  content: '';
  background: #F5F5F5;
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.dash-tabBox:after {
  content: '';
  background: #F5F5F5;
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.dash-tabBoxOuter {
  display: none;
  margin: 0 -10px;
}

.dash-tabBoxOuter.active {
  display: block;
}

.dash-tabBoxInner {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.dash-tabBoxInner .post {
  padding: 20px;
}

.dash-tabBoxInner .postTop {
  text-align: left;
}

.dash-tabBoxInner .postTop .postTop__topic {
  float: none;
  margin: 0;
  padding-left: 28px;
}

.dash-tabBoxInner .post__subHeading {
  font: 18px "Montserrat-Regular";
  margin-bottom: 13px;
}

.dash-tabBoxInner .post__subHeading a {
  color: #D53B3B;
}

.dash-tabBoxInner .post__hint {
  margin-bottom: 7px;
}

.dash-tabBoxInner .shareList__link {
  position: relative;
}

.dash-tabBoxInner .shareList__link:hover {
  color: #848484;
  cursor: default;
}

.dash-news {
  padding: 56px 0px 50px;
}

.dash-newsBox {
  padding-bottom: 50px;
}

.dash-newsSec .minheading {
  font-size: 12px;
  text-transform: inherit;
}

.dash-newsSec .sectionMust {
  margin: 0;
}

.dash-newsSec .minheading__head {
  color: #848484;
  text-transform: inherit;
  font-size: 10px;
  line-height: 20px;
}

.dash-newsSec .listborder--link:hover .minheading__head {
  text-decoration: underline;
}

.dash-news>p {
  font-size: 20px;
  border-bottom: 1px solid #BCBCBC;
  display: inline-block;
  padding-bottom: 4px;
}

.dash-forum .dash-tabBoxOuter.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dash-forum .dash-tabBoxInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dash-forum .dash-tabBoxInner .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.job-position {
  padding: 22px 0 10px;
}

.job-position h3 {
  color: #D53B3B;
  font-size: 18px;
  margin-top: 8px;
}

.job-position h4 {
  font-size: 14px;
}

.job-position .btn-box {
  text-align: right;
  padding: 8px 10px;
}

.job-position .btn-box .button {
  margin-bottom: 15px;
}

.job-position .prg-text {
  font: 14px "Montserrat-SemiBold";
  line-height: 16px;
  color: #29AF67;
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

.job-position .prg-text:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-position: -129px -395px;
  margin-right: 2px;
}

.job-description {
  border: 1px solid #BCBCBC;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 15px;
}

.job-description .postInfo {
  margin-bottom: 9px;
}

.job-description .postInfo__item {
  display: inline-block;
}

.job-description .postInfo__item:first-child {
  padding-right: 25px;
}

.job-description h5 {
  font-size: 14px;
  text-transform: capitalize;
}

.job-descriptionList {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.job-descriptionList li {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
}

.job-descriptionList li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #D53B3B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.job-description p {
  line-height: 24px;
}

.job-description h6 {
  font: 12px/16px "Montserrat-Regular";
}

.job-exp {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-exp li {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  padding-left: 15px;
}

.job-exp li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #D53B3B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.job-company {
  padding: 15px 0 30px;
}

.job-company h5 {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  margin-top: 1px;
}

.job-company p {
  font-size: 12px;
  line-height: 18px;
}

.jobList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jobList .col-md-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.jobList .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.jobBox {
  position: relative;
  background: #fff;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.jobBox--head {
  padding: 22px 19px 16px;
  border-bottom: 1px solid #D8D8D8;
}

.jobBox--head h3 {
  font-size: 18px;
  line-height: 16px;
  color: #D53B3B;
  margin: 5px 0;
}

.jobBox--body {
  padding: 30px;
}

.jobBox--body h4 {
  font: 14px/20px "Montserrat-SemiBold";
  margin: 2px 0 0;
}

.jobBox--body p {
  font-size: 12px;
  line-height: 18px;
}

.jobBox--body textarea {
  border: 1px solid #979797;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  resize: none;
  min-height: 203px;
  line-height: 18px;
  padding: 24px 19px;
}

.jobBox--body textarea::-webkit-input-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.jobBox--body textarea::-moz-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.jobBox--body textarea:-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.jobBox--body textarea:-moz-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.jobBox--body textarea:focus {
  outline: 0;
}

.jobBox--uploadBox {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.jobBox--uploadBoxFullWith {
  width: 100%;
}

.jobBox--file {
  position: relative;
  margin-top: 28px;
}

.jobBox--file input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.jobBox--file label {
  font: 13px/20px "Montserrat-SemiBold";
  display: inline-block;
  margin: 0;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 9px 56px 9px 35px;
  border: 1px solid #979797;
}

.jobBox--file label:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 19px;
  background-position: -360px -315px;
}

.jobBox--file label .required {
  color: red;
}

.jobBox--files {
  margin-top: 11px;
}

.jobBox--files .fileName {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
}

.jobBox--files .delete {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background-position: -78px -419px;
  float: right;
  margin: 1px 0 0 9px;
  cursor: pointer;
}

.jobBox--charLeft {
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
  display: block;
  margin-top: 8px;
}

.jobBox--btnBox {
  text-align: right;
  padding-top: 30px;
}

.jobBox--btnBox a {
  font-size: 11px;
  line-height: 18px;
  color: #333;
  display: inline-block;
  text-decoration: underline;
  margin-right: 25px;
}

.jobBox--close {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: -117px -360px;
  position: absolute;
  top: 22px;
  right: 19px;
}

.forum--box {
  padding-top: 19px;
}

.forum--box+.paginationBlock {
  padding-bottom: 30px;
}

.forum--innerBox {
  display: table;
  width: 100%;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.forum--innerBox:hover {
  border-color: #D53B3B;
}

.forum--innerComment {
  border-top: 1px solid #BCBCBC !important;
  background: #F5F5F5;
}

.forum--innerUser {
  width: 13%;
  display: table-cell;
  vertical-align: top;
  padding: 29px 5px 20px;
  text-align: center;
}

.forum--innerUser .forum--avatar {
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #D8D8D8;
}

.forum--innerUser .forum--avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.forum--innerUser h4 {
  margin: 13px 0 1px;
  font-size: 10px;
  text-transform: uppercase;
  color: #D53B3B;
  line-height: 14px;
  letter-spacing: 1px;
}

.forum--innerUser p {
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  margin-bottom: 0;
  line-height: 16px;
}

.forum--innerUser .rating__star {
  margin-top: -4px;
}

.forum--innerUser .rating__star span {
  float: left;
}

.forum--innerContent {
  width: 85.5%;
  display: table-cell;
  vertical-align: top;
  padding: 30px 30px 30px 4px;
}

.forum--innerContent h3 {
  font-size: 18px;
  line-height: 25px;
  color: #D53B3B;
  margin: 0;
}

.forum--innerContent .postTop {
  margin: 10px 0 15px;
}

.forum--innerContent .postTop__topic {
  margin: 0 0 0 25px;
}

.forum--innerContent p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.forum--innerTextarea {
  padding: 19px;
}

.forum--innerTextarea textarea {
  border: 1px solid #979797;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  width: 100%;
  min-height: 203px;
  font-size: 12px;
  line-height: 18px;
  padding: 23px 19px;
}

.forum--innerTextarea textarea::-webkit-input-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.forum--innerTextarea textarea::-moz-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.forum--innerTextarea textarea:-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.forum--innerTextarea textarea:-moz-placeholder {
  color: #5E5E5E;
  font-size: 12px;
}

.forum--innerTextarea textarea:focus {
  outline: 0;
}

.forum--innerTextarea .jobBox--charLeft {
  display: inline-block;
}

.forum--innerTextarea button {
  float: right;
  margin-top: 8px;
}

.forum--contentShare {
  list-style: none;
  padding: 9px 0 0;
  margin: 0;
  display: inline-block;
}

.forum--contentShare li {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 5px;
}

.forum--contentShare li:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  margin-right: 9px;
}

.forum--contentShare li a {
  color: inherit;
}

.forum--contentShare .share:before {
  background-position: -169px -55px;
}

.forum--contentShare .comment:before {
  background-position: -169px -20px;
  width: 16px;
}

.forum--contentShare .found:before {
  background-position: -270px -380px;
}

.forum--contentShare .notfound:before {
  background-position: -242px -412px;
}

.forum--contentShare .report:before {
  background-position: -159px -422px;
}

.forum--contentShare+button {
  float: right;
}

.forum--contentInfo {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}

.forum--contentInfo li {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 20px;
  letter-spacing: 1px;
}

.forum--contentInfo li a {
  color: inherit;
}

.forum--contentInfo li span {
  color: #F58023;
}

.forum--contentInfo .report:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-position: -242px -412px;
  margin-right: 9px;
}

.forum--contentInfo .tech {
  color: #D53B3B;
}

.forum--tabSec {
  overflow: hidden;
}

.forum--tab {
  padding-top: 0;
  position: relative;
}

.forum--tab>a {
  position: absolute;
  top: 0;
  right: 0;
}

.forum--tab .dash-nav>li {
  list-style: none;
  float: left;
}

.forum--tab .dash-nav>a {
  padding: 20px 40px;
}

.forum--tab .dash-tabBox {
  padding-bottom: 30px;
}

.forum--tab .dash-tabBox:before {
  z-index: -1;
}

.forum--tab .dash-tabBox .dash-tabBoxOuter {
  margin: 0;
}

.forum--tab .dash-tabBox .forum--innerBox {
  background: #fff;
}

.forum--listInfo {
  padding: 10px 0;
}

.forum--listInfo .postTop {
  margin: 0;
  float: left;
  margin-left: 38px;
}

.forum--listInfo .postTop {
  margin-left: 0;
  display: block;
  float: none;
  padding-top: 2px;
}

.forum--body h4 {
  margin-bottom: 10px;
}

.forum--detail {
  margin-top: 11px;
}

.forum--detail>div:first-child {
  padding-left: 0;
}

.forum--detail>div:last-child {
  padding-right: 0;
}

.forum--detail .forum--innerUser {
  width: 18%;
}

.forum--detail .forum--innerContent {
  width: 82%;
}

.forum--detail .forum--innerTextarea {
  padding: 30px 25px 30px 0 !important;
}

.forum--detail .forum--innerTextarea textarea {
  min-height: 195px;
}

.forum--detail .forum--innerTextarea button {
  margin-top: 25px;
}

.forum--outerBox {
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
}

.forum--outerBox .forum--innerBox {
  border: none;
  margin-bottom: 0;
}

.forum--outerBox:hover {
  border-color: #D53B3B;
}

.forum--outerBox .forum--innerContent {
  padding-bottom: 0;
  padding-left: 1px;
}

.forum--innerOptions {
  border-top: 1px solid #BCBCBC;
  padding: 30px 29px;
  margin-top: 0;
  -webkit-transition: padding 0.5s ease-in, margin 0.5s ease-in, border 0.5s ease-in;
  -o-transition: padding 0.5s ease-in, margin 0.5s ease-in, border 0.5s ease-in;
  -moz-transition: padding 0.5s ease-in, margin 0.5s ease-in, border 0.5s ease-in;
  transition: padding 0.5s ease-in, margin 0.5s ease-in, border 0.5s ease-in;
  position: relative;
}

.forum--innerOptions.active {
  border-color: transparent;
  padding-left: 18.3%;
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: -12px;
  -webkit-transition: padding 0.5s ease-out, margin 0.5s ease-out, border 0.5s ease-out;
  -o-transition: padding 0.5s ease-out, margin 0.5s ease-out, border 0.5s ease-out;
  -moz-transition: padding 0.5s ease-out, margin 0.5s ease-out, border 0.5s ease-out;
  transition: padding 0.5s ease-out, margin 0.5s ease-out, border 0.5s ease-out;
}

.forum--innerOptions .forum--contentOption {
  display: inline-block;
}

.forum--innerOptions button {
  float: right;
}

.forum--innerOptions .forum--contentShare {
  padding: 11px 0 10px;
}

.forum--innerOptions .forum--contentShare li {
  font-size: 12px;
  line-height: 18px;
  padding-right: 20px;
}

.forum--innerOptions .forum--contentShare li a {
  text-transform: capitalize;
}

.forum--innerTextBox {
  display: none;
  position: relative;
}

.forum--answerBox {
  border: none;
}

.forum--answerBox .forum--innerContent {
  background: #F5F5F5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 31px 32px;
}

.forum--answerBox .forum--contentInfo {
  float: none;
  display: block;
  padding-bottom: 20px;
}

.forum--answerBox .forum--contentInfo li {
  padding-left: 0;
}

.forum--answerBox p {
  margin-bottom: 10px;
}

.forum--answerBox .forum--contentShare {
  padding-top: 0;
}

.forum--topics {
  padding: 10px 0 10px 5px;
  -webkit-transition: top .5s ease-in;
  -o-transition: top .5s ease-in;
  -moz-transition: top .5s ease-in;
  transition: top .5s ease-in;
}

.forum--topics--fixed {
  position: fixed;
  width: 285px;
  -webkit-transition: top .8s ease-out;
  -o-transition: top .8s ease-out;
  -moz-transition: top .8s ease-out;
  transition: top .8s ease-out;
}

.forum--topics h3 {
  font: 14px/20px "Montserrat-SemiBold";
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 14px;
}

.forum--topics ul {
  margin: 20px 0 0;
  padding: 0;
}

.forum--topics ul li {
  list-style: none;
  display: block;
  padding-bottom: 10px;
}

.forum--topics ul li a {
  font-size: 12px;
  line-height: 18px;
}

.forum--topics ul li a:hover {
  color: #5E5E5E;
}

.forum--strip {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: #333;
  display: none;
}

.forum--stripBox {
  padding: 13px 10px;
}

.forum--stripBox__img {
  width: 65px;
  float: left;
  margin: 7px 16px 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.forum--stripBtn {
  text-align: right;
  padding-top: 30px;
}

.forum--strip img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.forum--strip h3 {
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  margin: 18px 0 0;
}

.forum--strip p {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
}

.forum--body .rating__star--active {
  float: left;
}

.modal__inner__block {
  position: relative;
  background: #fff;
  border: 1px solid #BCBCBC;
}

.alertModal__submitted h2 {
  color: #29AF67;
}

.alertModal__error h2 {
  color: #D53B3B;
  margin-bottom: 22px;
}

.alertModal .modal__inner__block {
  padding: 28px 20px;
  text-align: center;
}

.alertModal h2 {
  font: 14px/22px "Montserrat-SemiBold";
}

.alertModal p {
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 22px;
}

.alertModal .button {
  min-width: auto;
}

.eventSection {
  padding-top: 30px;
}

.eventSection__textBox input {
  background: none;
}

.eventSection__datepickerBox input {
  font: 12px/16px "Montserrat-SemiBold";
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #F58023;
  color: #333;
}

.eventSection__datepickerBox input:hover,
.eventSection__datepickerBox input:focus {
  outline: none;
}

.eventSection__dateSelect [class*="col-sm"] {
  margin-bottom: 30px;
}

.eventSection__textBox {
  position: relative;
}

.eventSection__selectBoxicon {
  position: absolute;
  top: 16px;
  right: 10px;
}

.eventSection__tabBox {
  padding-top: 32px;
  padding-bottom: 18px;
}

.eventSection .dash-tabBox {
  padding-bottom: 18px;
}

.eventSection__searchBox {
  margin-top: 15px;
}

.eventSection__searchBoxIcon {
  position: absolute;
  top: 4px;
  left: 0;
}

.eventSection__boxPara {
  line-height: 26px;
}

.eventSection__registerBlock {
  background: #fff;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-align: center;
  margin-bottom: 20px;
}

.eventSection__registerTopBlock {
  border-bottom: 1px solid #BCBCBC;
  padding: 20px 15px;
}

.eventSection__registerBlockHeader {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}

.eventSection__registerBlockAmount {
  color: #D53B3B;
  font-size: 18px;
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 0;
}

.eventSection__registerBottomBlock {
  background: #f5f5f5;
  text-align: center;
  padding: 20px 15px;
}

.eventSection__registerBottomBlocktxts {
  color: #5E5E5E;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

.eventSection__tabBoxBlockList {
  padding-left: 0;
}

.eventSection__tabBoxListBlock li {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.eventSection__tabBoxListBlock li::before {
  content: "•";
  color: #D53B3B;
  display: inline-block;
  font-size: 2.1875em;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: 0;
}

.eventSection__textBoxLabel {
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  color: #1D1D1D;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
}

.eventsBlocks__heading {
  font-size: 18px;
  line-height: 24px;
  color: #D53B3B;
  margin: 0;
  margin-bottom: 20px;
}

.eventsBlocks__section {
  background: #fff;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 27px 20px 30px 30px;
  margin-bottom: 20px;
}

.eventsBlocks__listBlock ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.eventsBlocks__listBlock li {
  color: #848484;
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  padding-left: 19px;
}

.eventsBlocks__listBlock--first:before {
  content: '';
  position: absolute;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -80px -460px;
  position: absolute;
  left: 0;
}

.eventsBlocks__listBlock--second:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -359px -343px;
  position: absolute;
  top: -2px;
  left: 0;
}

.eventsBlocks__image {
  margin-bottom: 12px;
}

.eventsBlocks__lastDateTxts {
  color: #848484;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.eventsBlocks__lastDateTxts--redtxts {
  color: #D53B3B;
}

.eventsBlocks__btnlink {
  color: #F58023;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.eventsBlocks__btnlink:after {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-position: -44px -18px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 5px 12px;
}

.eventsBlocks__listBlock {
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 10px;
  width: 100%;
}

.eventsBlocks__sectionBottomLgspace {
  margin-bottom: 50px;
}

.eventsBlocks__registerBlock {
  border: 1px solid #BCBCBC;
}

.dash-tab-events {
  margin-bottom: 30px;
}

.eventsGallery {
  padding-bottom: 13px;
}

.eventsGallery [class*='col-'] {
  margin-bottom: 16px;
}

.eventsGallery .gallerySlider {
  margin-bottom: 30px;
}

.ui-datepicker td span,
.ui-datepicker td a.ui-state-default {
  border: none;
  background: none;
  padding: 8px;
}

.ui-datepicker td a.ui-state-default.ui-state-highlight {
  background: #D53B3B;
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar th {
  font-weight: normal;
  color: #BCBCBC;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: normal;
  color: #333;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #D53B3B;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-title select,
.ui-datepicker .ui-datepicker-title select:focus {
  background: none;
  border: none;
  outline: none;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -15px -491px;
}

.ui-widget-header .ui-datepicker-prev:hover,
.ui-widget-header .ui-datepicker-next:hover {
  border: none;
  background: none;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -40px -491px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev:focus {
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.ui-datepicker-next:hover,
.ui-datepicker-next:focus {
  top: 2px;
  right: 2px;
  cursor: pointer;
}

.eventSection__datepickerBox ::-webkit-input-placeholder {
  color: #333;
  font-family: "Montserrat-SemiBold";
}

.eventSection__datepickerBox ::-moz-placeholder {
  color: #333;
  font-family: "Montserrat-SemiBold";
}

.eventSection__datepickerBox :-ms-input-placeholder {
  color: #333;
  font-family: "Montserrat-SemiBold";
}

.eventSection__datepickerBox :-moz-placeholder {
  color: #333;
  font-family: "Montserrat-SemiBold";
}

.eventsBlocks__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eventsBlocks__row .col-sm-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.eventsBlocks__row .eventsBlocks__section {
  width: 100%;
}

.eventsBlocks__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eventsBlocks__link:hover h3 {
  text-decoration: underline;
}

.jobapplication {
  margin-bottom: 50px;
  padding-top: 11px;
}

.jobapplication__heading {
  font: 1.125em/20px "Montserrat-Regular";
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.jobapplication__sortbyFont {
  color: #F58023;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  margin-left: 5px;
  text-transform: uppercase;
}

.jobapplication__sortbyFontIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -40px -125px;
  margin-left: 5px;
}

.jobapplication__sortbyFontIcon.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jobapplication__roles {
  background: #fff;
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px 12px 20px 20px;
  margin-bottom: 20px;
}

.jobapplication__roles .jobapplication__rolesAnchor {
  width: 180px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: pre;
}

.jobapplication__roles .button {
  margin-top: 10px;
}

.jobapplication__rolesheading {
  font: 14px/20px "Montserrat-SemiBold";
  color: #333;
  margin: 0;
  margin-bottom: 5px;
}

.jobapplication__rolesAnchor {
  color: #333;
}

.jobapplication__rolesAnchor:hover {
  text-decoration: underline;
}

.jobapplication__date {
  color: #848484;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  float: right;
  text-transform: uppercase;
  position: relative;
}

.jobapplication__date:before {
  content: '';
  position: absolute;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -80px -460px;
  position: absolute;
  left: -20px;
}

.jobapplication__moreJobsDetails {
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 30px 30px 25px;
  margin-bottom: 20px;
}

.jobapplication__moreJobsDetailsHeading {
  font: 300 18px/16px "Montserrat-Regular";
  color: #D53B3B;
  margin-top: 0;
  margin-bottom: 10px;
}

.jobapplication__moreJobsDetailsHeadingAnchor {
  color: #D53B3B;
}

.jobapplication__moreJobsDetailsHeadingAnchor:hover {
  text-decoration: underline;
}

.jobapplication__moreJobsDetailsPara {
  line-height: 20px;
  color: #333;
  margin-bottom: 15px;
  font-family: "Montserrat-SemiBold";
}

.jobapplication__txts {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #5E5E5E;
}

.jobapplication__listBlock ul {
  padding-left: 0;
  margin-bottom: 0;
}

.jobapplication__listBlock li {
  color: #848484;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
  padding-left: 19px;
  letter-spacing: 1px;
}

.jobapplication__listBlock--first:before {
  content: '';
  position: absolute;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -294px -92px;
  position: absolute;
  left: 0;
}

.jobapplication__listBlock--second:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -356px -347px;
  position: absolute;
  left: 0;
}

.expert--tab {
  position: relative;
  padding-top: 30px;
}

.expert--tab .button {
  position: absolute;
  top: 30px;
  right: 0;
}

.expert--tab .dash-nav li {
  float: left;
  display: block;
}

.expert--tab .dash-nav>a {
  padding: 20px 40px;
}

.expert--tab .table-responsive {
  padding: 0 10px;
}

.expert--tab .dash-tabBox {
  padding-bottom: 30px;
}

.expert--table {
  margin-bottom: 0;
}

.expert--table thead tr th {
  font: 14px/20px "Montserrat-SemiBold";
  color: #333;
  padding-top: 2px;
  padding-bottom: 28px;
  border: none;
}

.expert--table thead tr th:nth-child(1) {
  width: 20%;
  padding-left: 40px;
}

.expert--table thead tr th:nth-child(2) {
  width: 55%;
  padding-left: 0;
}

.expert--table thead tr th:nth-child(3) {
  width: 25%;
}

.expert--table thead span {
  display: inline-block;
}

.expert--table thead span:after {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 8px;
  background-position: -44px -131px;
  margin-left: 10px;
}

.expert--table tbody tr {
  background: #fff;
  border-bottom: 20px solid #f5f5f5;
}

.expert--table tbody tr td {
  font: 12px/18px "Montserrat-Regular";
  color: #5E5E5E;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.expert--table tbody tr td:nth-child(1) {
  padding-left: 40px;
}

.expert--table tbody tr td:nth-child(2) {
  padding-left: 0;
  padding-right: 10%;
}

.expert--table tbody tr span {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.expert--table tbody tr span:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 11px;
  background-position: -82px -438px;
  position: absolute;
  top: 5px;
  left: 0;
}

.expert--body .request--title {
  position: relative;
}

.expert--body .request--title input {
  font: 12px/16px "Montserrat-Regular";
  width: 100%;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 0;
  padding: 7px 0;
  height: 40px;
  color: #848484;
  -webkit-transition: margin 0.3s ease-in;
  -o-transition: margin 0.3s ease-in;
  -moz-transition: margin 0.3s ease-in;
  transition: margin 0.3s ease-in;
}

.expert--body .request--title input:focus,
.expert--body .request--title input.active {
  outline: 0;
  border-color: #F58023;
}

.expert--body .request--title input:focus+label,
.expert--body .request--title input.active+label {
  top: -14px;
  color: #1D1D1D;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  font-weight: 600;
}

.expert--body .request--title label {
  font: 10px/18px "Montserrat-Light";
  position: absolute;
  top: 2px;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
}

.expert--body textarea {
  margin-top: 20px;
  min-height: 140px;
}

.expert--btn {
  width: 30%;
  float: left;
}

.expert--fileUpload {
  width: 70%;
  float: left;
}

.expert--fileUpload .jobBox--file {
  display: inline-block;
}

.expert--fileUpload .jobBox--files {
  display: inline-block;
}

.advice--head {
  padding-top: 15px;
}

.advice--head h3 {
  line-height: 26px;
}

.advice--body {
  padding: 0 0 25px;
}

.advice--body textarea {
  margin-top: 10px;
}

.advice--content {
  height: 305px;
  margin: 0 -20px;
  overflow: hidden;
  padding: 0 30px 5px;
}

.advice--content .mCSB_container {
  margin-right: 11px;
}

.advice--content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #BCBCBC;
}

.advice--content .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.advice--content .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background: #5e5e5e;
}

.advice--contentHead {
  display: table;
  width: 100%;
  font-family: "Montserrat-Light";
  position: relative;
  z-index: 9;
  padding: 10px 20px;
}

.advice--contentHead:before {
  content: '';
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.advice--contentHead:after {
  content: '';
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.advice--user {
  margin: 0;
  padding: 0;
  float: left;
}

.advice--user img {
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.advice--user li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 10px;
}

.advice--user li:nth-child(2) {
  color: #F58023;
}

.advice--status {
  margin: 0;
  padding: 5px 0 0;
  float: right;
}

.advice--status li {
  list-style: none;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  padding-left: 15px;
}

.advice--status li span {
  color: #F58023;
}

.advice--contentBody {
  padding: 20px;
}

.advice--contentBody p {
  font-size: 12px;
  line-height: 18px;
  color: #5e5e5e;
}

.advice--attachments P {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #F58023;
  margin: 20px 0 0;
}

.advice--attachments span {
  font-size: 12px;
  line-height: 18px;
  color: #5e5e5e;
  padding-right: 15px;
}

.advice--attachments span:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 11px;
  background-position: -82px -438px;
  margin-right: 10px;
}

.advice--btnBox {
  padding: 0 20px;
  border-top: 1px solid #f5f5f5;
  margin: 10px 10px 0;
}

.advice--btnBox .jobBox--btnBox {
  padding-top: 20px;
}

.advice--textarea {
  padding: 0 30px 0;
  display: none;
}

.myAccountProfile__heading {
  font-size: 18px;
  line-height: 16px;
  color: #D53B3B;
  position: relative;
  padding-right: 50px;
  margin: 0 0 5px;
}

.myAccountProfile__edit {
  float: right;
  position: absolute;
  right: 0;
}

.myAccountProfile__block {
  zoom: 1;
}

.myAccountProfile__img {
  width: 180px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.myAccountProfile__imgEditButton {
  margin-top: 15px;
  display: inline-block;
}

.myAccountProfile__details {
  position: relative;
  padding-top: 20px;
  display: table-cell;
  vertical-align: top;
  width: 10000px;
  zoom: 1;
  font-size: 14px;
  line-height: 30px;
}

.myAccountProfile__details__list {
  list-style: none;
  padding-top: 2px;
}

.myAccountProfile__details__list li {
  margin-bottom: 11px;
}

.myAccountProfile__details__list li:last-child {
  margin-bottom: 0px;
}

.myAccountProfile__details__list span {
  display: table-cell;
}

.myAccountProfile__details .form-groupCustomMoblie {
  margin-bottom: 7px;
}

.myAccountProfile__details .textareaForm__group {
  margin-bottom: 30px;
}

.myAccountProfile__detailsTitle {
  color: #333;
  width: 103px;
}

.myAccountProfile__details .clr-red {
  color: #D53B3B;
}

.myAccountProfile__detailsText {
  color: #848484;
}

.myAccountProfile__detailsMobile {
  position: relative;
}

.myAccountProfile__detailsMobile:before {
  content: '+91';
  display: inline-block;
  padding-right: 5px;
}

.myAccountProfile__detailsForm {
  padding-left: 40px;
  line-height: 1;
  display: none;
}

.myAccountProfile__detailsForm textarea {
  min-height: 100px;
}

.myAccountProfile__detailsForm .cancelButton {
  margin-left: 20px;
}

.myAccountProfile .editLink {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #F58023;
  cursor: pointer;
}

.myAccountProfile .editLink:hover {
  text-decoration: underline;
}

.myAccountProfile__imgEdit {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}

.myAccountProfile__imgEdit .uploadImg {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.myAccountProfile__imgEditImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.myAccountProfile__imgEditAdd {
  background: #E45656;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 56px;
  cursor: pointer;
}

.myAccountProfile__imgEditAdd__text {
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  display: block;
  padding-top: 10px;
}

.myAccountProfile__imgEditButton .uploadEdit {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
}

.loginInformation {
  padding-bottom: 18px;
  border: 1px solid #BCBCBC;
}

.loginInformation .myAccountProfile__heading {
  margin: 0 0 30px;
}

.loginInformation__formBlock label {
  font: 14px/30px "Montserrat-Light";
  color: #333;
  width: 84px;
  margin-bottom: 10px;
}

.loginInformation__formBlock:nth-child(2) span {
  display: inline-block;
  width: 70%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.loginInformation__button {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #F58023;
  border: none;
  background: transparent;
  text-transform: uppercase;
  margin-left: 5px;
}

.loginInformation__button:hover,
.loginInformation__button:focus {
  outline: none;
  background: transparent;
}

.loginInformation__button--updated {
  display: none;
}

.loginInformation__pwd {
  border-bottom: 1px dotted transparent;
  display: inline-block;
  width: 30%;
}

.loginInformation__pwd.active {
  border-bottom: 1px dotted #D8D8D8;
  padding-right: 20px;
}

.loginInformation__pwd.active .icon-password {
  display: block;
}

.loginInformation__pwd.active input {
  letter-spacing: 0;
}

.loginInformation__pwd input {
  border: none;
  background: transparent;
  color: #848484;
  font-size: 14px;
  letter-spacing: 5px;
  width: 100%;
}

.loginInformation__pwd input::-webkit-input-placeholder {
  color: #848484;
  font-size: 18px;
}

.loginInformation__pwd input::-moz-placeholder {
  color: #848484;
  font-size: 18px;
}

.loginInformation__pwd input:-ms-input-placeholder {
  color: #848484;
  font-size: 18px;
}

.loginInformation__pwd input:-moz-placeholder {
  color: #848484;
  font-size: 18px;
}

.loginInformation__pwd input:focus {
  outline: none;
}

.loginInformation__pwd .icon-password {
  display: none;
}

.myAccountProfileFilter {
  padding: 30px 30px;
  border: 1px solid #BCBCBC;
  width: 1180px;
  display: block;
  overflow: hidden;
  position: relative;
}

.myAccountProfileFilter:hover {
  border: 1px solid #D53B3B;
}

.myAccountProfileFilter .myAccountProfile__heading {
  margin: 0 0 10px;
}

.myAccountProfileFilter__editLink {
  position: absolute;
  right: 0;
}

.myAccountProfileFilter .editLink {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  position: static;
  right: auto;
  float: none;
}

.myAccountProfileFilter .editLink:hover {
  text-decoration: underline;
}

.myAccountProfileFilter .myAccountProfile__edit {
  color: #F58023;
}

.myAccountProfileFilter .myAccountProfile__cancel {
  color: #848484;
  margin-right: 10px;
  display: none;
}

.myAccountProfileFilter .modify-ok {
  position: relative;
  bottom: 0;
  float: right;
}

.myAccountProfileFilter .modifyFiltersModal__block {
  padding: 20px 0 0;
}

.myAccountProfileFilter__Details {
  padding: 20px 0 0;
}

.myAccountProfileFilter__Details ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.myAccountProfileFilter__Details li {
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-top: 30px;
}

.myAccountProfileFilter__Details li:first-child,
.myAccountProfileFilter__Details li:nth-child(2) {
  margin-top: 0;
}

.myAccountProfileFilter__Details li strong {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: block;
  margin-bottom: 12px;
}

.myAccountProfileFilter__Details li span {
  font-size: 12px;
  display: block;
  color: #5e5e5e;
  line-height: 14px;
}

.myAccountProfileFilter__block {
  display: none;
}

.passwordForm {
  position: relative;
}

.passwordForm .icon-password {
  position: absolute;
  top: 0;
  right: 0;
}

.message {
  background: #f5f5f5;
}

.message--btn {
  text-align: right;
  padding: 31px 0;
}

.messageBox {
  background: #fff;
  display: table;
  width: 100%;
  padding-bottom: 55px;
}

.messageBox--outer {
  width: 24%;
  float: left;
}

.messageBox--outer:first-child {
  border-right: 1px solid #f5f5f5;
}

.messageBox--outer:nth-child(2) {
  width: 76%;
}

.messageBox--head {
  border-bottom: 1px solid #f5f5f5;
  padding: 21px 40px 0 17px;
  height: 99px;
}

.messageBox--head h3 {
  font-size: 18px;
  line-height: 16px;
  color: #D53B3B;
  padding-left: 13px;
}

.messageBox--head h4 {
  font: 14px/20px "Montserrat-SemiBold";
  text-transform: uppercase;
  margin-bottom: 0;
}

.messageBox--head p {
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
}

.messageBox--head .setting {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -281px -442px;
  position: relative;
  cursor: pointer;
  float: right;
  margin-top: 18px;
}

.messageBox--head .popup {
  position: absolute;
  top: 32px;
  right: -4px;
  width: 270px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  background: #fff;
  padding: 0 0 28px;
  margin: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.messageBox--head .popup:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin-bottom: -2px;
  position: absolute;
  top: -5px;
  right: 8px;
}

.messageBox--head .popup.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
}

.messageBox--head li {
  list-style: none;
  padding: 30px 30px 0px 30px;
}

.messageBox--head a {
  font: 11px/14px "Montserrat-Regular";
  letter-spacing: 1px;
  color: #5E5E5E;
  text-transform: uppercase;
  display: block;
}

.messageBox--head a:hover {
  color: #D53B3B;
}

.messageBox--users {
  margin: 10px 0 50px;
  padding-left: 10px;
  height: 700px;
}

.messageBox--users li {
  list-style: none;
  display: block;
  padding: 20px 25px 10px 20px;
}

.messageBox--users li:hover,
.messageBox--users li.active {
  background: #f5f5f5;
}

.messageBox--users li div {
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin-right: 10px;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.messageBox--users li div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto;
}

.messageBox--users span {
  float: right;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #F58023;
  text-transform: uppercase;
}

.messageBox--users h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  color: #D53B3B;
  margin: 2px 0 0;
}

.messageBox--users p {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 18px;
}

.messageBox--users .mCSB_container {
  margin-right: 0;
}

.messageBox--users .mCSB_dragger .mCSB_dragger_bar {
  background: #BCBCBC;
  width: 4px !important;
}

.messageBox--users .mCSB_scrollTools .mCSB_draggerRail,
.messageBox--users .mCSB_scrollTools .mCSB_draggerRail {
  background: #5E5E5E;
  width: 4px !important;
}

.messageBox--conOuter {
  float: left;
  width: 69%;
}

.messageBox--conOuter:first-child {
  border-right: 1px solid #f5f5f5;
}

.messageBox--conOuter:last-child {
  width: 31%;
}

.messageBox--conRec,
.messageBox--conSend,
.messageBox--conDays {
  display: table;
  width: 100%;
  padding: 20px 41px 0 29px;
}

.messageBox--conDays {
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}

.messageBox--conDays span {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #F58023;
  position: relative;
  display: inline-block;
  padding: 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 15px;
  background: #f5f5f5;
}

.messageBox--conDays span:before,
.messageBox--conDays span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
}

.messageBox--conDays span:before {
  left: -30px;
}

.messageBox--conDays span:after {
  right: -30px;
}

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

.messageBox--conBox {
  height: 700px;
  padding-top: 9px;
}

.messageBox--conBox--Empty {
  height: auto;
}

.messageBox--conBox .mCSB_dragger .mCSB_dragger_bar {
  background: #BCBCBC;
  width: 4px !important;
}

.messageBox--conBox .mCSB_scrollTools .mCSB_draggerRail,
.messageBox--conBox .mCSB_scrollTools .mCSB_draggerRail {
  background: #5E5E5E;
  width: 4px !important;
}

.messageBox--conBox .recAvatar {
  display: table-cell;
  vertical-align: top;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.messageBox--conBox .recAvatar img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-height: 100%;
}

.messageBox--conBox .recMessage {
  display: table-cell;
  vertical-align: top;
  padding-left: 9px;
}

.messageBox--conBox .recMessage span {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #F58023;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.messageBox--conBox .recMessage p {
  font-size: 12px;
  line-height: 18px;
  clear: left;
}

.messageBox--conBox .recMessage p span {
  border: 1px solid #BCBCBC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333;
  padding: 9px 10px;
  display: inline-block;
}

.messageBox--conBox .senMessage {
  display: table-cell;
  vertical-align: top;
}

.messageBox--conBox .senMessage span {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #F58023;
  display: block;
  margin-bottom: 10px;
}

.messageBox--conBox .senMessage p {
  font-size: 12px;
  line-height: 18px;
}

.messageBox--conBox .senMessage p span {
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 9px 10px;
  display: inline-block;
  clear: right;
  color: #333;
  background: #f5f5f5;
}

.messageBox--conMess {
  background: rgba(213,59,59,0.1);
  padding: 21px 28px;
  margin-top: 30px;
}

.messageBox--conMess form {
  position: relative;
}

.messageBox--conMess input {
  background: #fff;
  border: 1px solid #979797;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
  padding: 0 60px 0 19px;
}

.messageBox--conMess input:focus {
  outline: 0;
}

.messageBox--conMess button {
  position: absolute;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
}

.messageBox--conMess button:focus {
  outline: 0;
}

.messageBox--conMess .send {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -211px -422px;
}

.messageBox--userBox {
  padding: 10px 10px 0 0;
}

.messageBox--userProfile {
  background: #f5f5f5;
  text-align: center;
  padding: 60px 0;
}

.messageBox--userProfile .profileBox {
  width: 100px;
  height: 100px;
  position: relative;
  margin: auto;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.messageBox--userProfile .profileBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  margin: auto;
}

.messageBox--userProfile h4 {
  font-size: 18px;
  line-height: 16px;
  text-transform: capitalize;
  color: #D53B3B;
  margin-top: 20px;
}

.messageBox--userProfile p {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  color: #848484;
}

.messageBox--userProfile .rating__star--active {
  float: left;
}

.messageBox--userProfile a {
  border-color: #D53B3B;
  margin-top: 30px;
}

.messageBox--recip {
  padding-top: 13px;
  position: relative;
}

.messageBox--recip span {
  font-size: 14px;
  line-height: 26px;
}

.messageBox--recip input {
  font-size: 14px;
  line-height: 26px;
  border: 0;
}

.messageBox--recip input:focus {
  outline: 0;
}

.messageBox--recip .recip--list {
  position: absolute;
  top: 59px;
  left: 0;
  width: 218px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  background: #fff;
  margin: 0;
  padding: 6px 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.messageBox--recip .recip--list:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin-bottom: -2px;
  position: absolute;
  top: -5px;
  left: 8px;
}

.messageBox--recip .recip--list.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
}

.messageBox--recip .recip--list li {
  display: block;
  padding: 8px 21px;
  cursor: pointer;
}

.messageBox--recip .recip--list li:hover {
  background: #f5f5f5;
}

.messageBox--recip .recip--list img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.messageBox--recip .recip--list p {
  font: 12px/20px "Montserrat-Regular";
  margin: 5px 0;
  text-transform: uppercase;
}

.messageBox--recip .recip--list p.active {
  color: #D53B3B;
}

.messageBox--message {
  display: none;
}

.messageBox--msgArea {
  padding: 15px;
}

.messageBox--msgArea textarea {
  border: 1px solid #979797;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  font-size: 12px;
  line-height: 18px;
  color: #5E5E5E;
  padding: 20px;
  resize: none;
  margin-bottom: 15px;
}

.messageBox--msgArea textarea:focus {
  outline: 0;
}

.messageBox--msgArea button {
  float: right;
  padding: 8px 30px;
  border: 1px solid #979797;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.messageBox--msgArea button:focus {
  outline: 0;
}

.messageBox--msgArea .send {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: -211px -422px;
}

.searchWrapper {
  border-right: 1px solid #D8D8D8;
  margin: 35px 0;
  padding-right: 15px;
}

.searchWrapper--container {
  margin-bottom: 20px;
}

.searchWrapper--container .col-md-4 {
  float: right;
}

.searchContainer {
  padding-bottom: 20px;
  display: table;
  width: 100%;
}

.searchContainer h3 {
  font-size: 20px;
  float: left;
}

.searchContainer h3 span {
  font-weight: bold;
}

.searchDisplay {
  padding: 0 0 15px;
}

.searchDisplay--box {
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #BCBCBC;
}

.searchDisplay--box:first-child {
  padding-top: 0;
}

.searchDisplay--box:last-child {
  border-bottom: none;
}

.searchDisplay--box span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  color: #D53B3B;
  display: block;
  margin-bottom: 5px;
}

.searchDisplay--box h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #D53B3B;
  line-height: 20px;
}

.searchDisplay--box h4 a {
  color: #D53B3B;
}

.searchDisplay--box p {
  font: 12px/18px "Montserrat-Light";
  color: #5E5E5E;
  margin-bottom: 0;
}

.searchFilter {
  margin-top: 35px;
  background: #f5f5f5;
  padding: 1px 15px 15px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

.searchFilter .searchInput {
  margin-bottom: 15px;
}

.searchFilter .searchInput .button {
  padding: 5px 10px;
  top: -6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.searchFilter--outer {
  display: inline-block;
  padding: 0 5px;
}

.searchFilter__arrow {
  position: absolute;
  top: 35px;
  right: 15px;
  display: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #D53B3B;
  padding: 3px 10px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.searchFilter__arrowIcon {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 21px;
  background-position: -20px -91px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.searchFilter--fixed {
  position: fixed;
  width: 380px;
  -webkit-transition: top 0.4s ease-in;
  -o-transition: top 0.4s ease-in;
  -moz-transition: top 0.4s ease-in;
  transition: top 0.4s ease-in;
}

.open .searchFilter__arrowIcon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.error404 {
  background: #f5f5f5;
  padding: 115px 0;
}

.error404__img img {
  padding-left: 38px;
}

.error404__content h1 {
  font: 6.25em "Montserrat-SemiBold";
  letter-spacing: 1px;
  color: #D53B3B;
  margin: 12px 0 30px;
}

.error404__content h2 {
  font: 20px/30px "Montserrat-Regular";
  color: #848484;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}

.error404__content h2 span {
  display: block;
}

.error404__content h3 {
  font: 20px "Montserrat-Light";
  color: #8b8b8b;
  letter-spacing: 1.1px;
  margin-bottom: 14px;
}

.error404__content ul {
  padding-left: 0;
  margin: 0 -7px;
}

.error404__content ul li {
  list-style: none;
  display: inline-block;
  padding: 0 7px 5px;
  line-height: 10px;
  letter-spacing: 1.8px;
  position: relative;
}

.error404__content ul li:first-child {
  border-left: transparent;
}

.error404__content ul li:last-child:before {
  content: none;
}

.error404__content ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  right: -3px;
  background: #D53B3B;
  width: 1px;
  height: 10px;
}

.error404__content ul a {
  font: 11px "Montserrat-Regular";
  color: #333;
  text-transform: uppercase;
}

.form-selectTwo {
  position: relative;
  margin-top: 20px;
}

.form-selectTwo label {
  font-size: 10px;
  color: #848484;
  position: absolute;
  top: -15px;
  z-index: 1;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

.form-selectTwo .select2-container--default .select2-selection--multiple,
.form-selectTwo .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #D8D8D8;
  min-height: 0px;
  margin-bottom: 0;
}

.form-selectTwo .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.form-selectTwo .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
  padding: 0 5px 4px;
}

.form-selectTwo .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.form-selectTwo .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background: #D53B3B;
  color: #fff;
  border: 1px solid #D53B3B;
  padding: 3px 5px;
  font-size: 14px;
}

.form-selectTwo .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,
.form-selectTwo .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 5px;
}

.form-selectTwo .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field,
.form-selectTwo .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  margin: 0;
  width: 100%;
}

.onlineChallengeTabs {
  width: 100%;
  float: left;
  padding: 20px 0 30px;
}

.onlineChallengeTabs__link {
  font-size: 14px;
  line-height: 20px;
  color: #848484;
  display: inline-block;
  background: #fff;
  margin-right: 20px;
  border: 1px solid #D53B3B;
  padding: 10px 28px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.onlineChallengeTabs__link.active,
.onlineChallengeTabs__link:hover {
  background: #D53B3B;
  color: #fff;
}

.empty-fav {
  text-align: center;
  display: block;
}

.loader {
  display: block;
  text-align: center;
}

.notificationModal .modal__inner {
  width: 630px;
}

.notificationModal .apply-hubModal {
  height: 600px;
}

.notificationModal .post {
  padding: 20px;
  margin: 0 0 20px 20px;
  width: 90%;
}

.notificationModal .post__subHeading {
  font: normal 12px "Montserrat-Light";
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-word;
  padding-right: 140px;
}

.notificationModal .post__subHeading:hover a {
  color: #D53B3B;
}

.notificationModal .post__hint {
  position: absolute;
  top: 0;
  right: 0;
}

.stButton .stLarge {
  background: none !important;
  width: 60px !important;
  height: auto !important;
}

.forum--contentShare li {
  position: relative;
}

.stButton {
  width: 60px;
  position: absolute !important;
  left: 0;
}

.editerBlock ul,
.ctrl-project-detail ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.editerBlock ul li,
.ctrl-project-detail ul li {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
}

.editerBlock ul li:before,
.ctrl-project-detail ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #D53B3B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 0;
}

.form-group--applyPromo input {
  padding-right: 60px;
}

.form-group--applyPromo input[readonly] {
  background: transparent;
}

.form-group--applyPromo .apply-promo {
  position: absolute;
  top: 12px;
  right: 0;
}

.form-group--applyPromo .applied-promo {
  color: #29AF67;
  margin: 0 15px 0 0;
}

.form-group--applyPromo .applied-promo:before {
  content: '';
  background: url(../images/sprite.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-position: -129px -395px;
}

.formTotalAmountTable tr {
  font-size: 14px;
}

.uploadimgsize180 {
  font-size: 10px;
}

.jobapplicationRoles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jobapplicationRoles [class*="col-sm"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.jobapplicationRoles .jobapplication__roles {
  width: 100%;
}

.assessmentsRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.assessmentsRow [class*="col-sm"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.assessmentsRow .post {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner.assessmentsModal {
  width: 600px;
}

.form-control[readonly] {
  background: transparent;
}

.eventRegistration .modal__inner {
  width: 600px;
}

.eventRegistration .jobBox--btnBox {
  padding-top: 0;
}

.expert--table thead span {
  cursor: pointer;
}

.expert--table thead span.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.searchPage .searchInput input {
  padding-right: 40px;
}

.searchPage .searchInput input:focus+label,
.searchPage .searchInput input.active+label {
  font-size: 10px;
  top: -19px;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
}

.searchPage .searchInput label {
  color: #848484;
  font-size: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transition: top 0.2s ease;
  -o-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  transition: top 0.2s ease;
  pointer-events: none;
}

.searchPage .searchFilter__block {
  padding-top: 10px;
}

.searchPage .searchFilter__block .searchFilter--outer {
  margin-bottom: 7px;
}

.searchPage .searchFilter__block .searchFilter--outer label:after {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.onlineChallengeTabs__link {
  margin-bottom: 5px;
}

.loading,
.loading1 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading:before,
.loading1:before {
  content: '';
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.loading:after,
.loading1:after {
  content: '';
  background: url("../images/loader.gif") no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}

.force-detail .form-group.selectBox {
  min-height: 60px;
}

.force-detail .form-group.selectBox .dropdown-toggle {
  height: 41px;
}

.force-detail .form-group.selectBox label {
  color: #1D1D1D;
  top: -10px;
  font-size: 10px;
  position: absolute;
}

.loginInformation__formBlock:nth-child(2) .accountemail {
  display: inline;
}

.investor .post:before,
.investor .post:after {
  content: none;
}

.devpostSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.devpostSection [class|='col'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.devpostSection .post {
  height: 100%;
}

.post--doubleBlock {
  min-height: initial;
}

.form-groupCustomMoblie:before {
  top: 15px;
  font-size: 12px;
}

.form-groupCustomMoblie input+label,
.form-groupCustomMoblie input:focus+label,
.form-groupCustomMoblie input.active+label {
  top: 16px;
}

.form-groupCustomMoblie input+label {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in, -moz-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in, -moz-transform 0.2s ease-in, -o-transform 0.2s ease-in;
}

.form-groupCustomMoblie input:focus+label,
.form-groupCustomMoblie input.active+label {
  -webkit-transform: translate(-29px, -22px);
  -moz-transform: translate(-29px, -22px);
  -ms-transform: translate(-29px, -22px);
  -o-transform: translate(-29px, -22px);
  transform: translate(-29px, -22px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -moz-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}

.post__imageBlock {
  width: 210px;
}

.communitySpeak p {
  text-transform: none;
}

.shareList__item .icon-share {
  margin-right: 5px;
}

.forgotPassword>span {
  color: #D53B3B;
  font-size: 11px;
  display: inline-block;
  margin-bottom: 15px;
}

.forgotPassword i {
  font-size: 11px;
}

.jobapplicationRoles .jobapplication__roles {
  position: relative;
}

.jobapplicationRoles .jobapplication__roles .recommend_challenge {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.signFormPage .error_msg {
  font-size: 12px;
  margin: 0 -10px 30px;
  display: inline-block;
  color: red;
}

.bio-box {
  height: 130px;
  overflow: hidden;
}

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

.reset--body {
  padding: 30px 0;
}

.reset--body P {
  font-size: 16px;
}

.courses .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.courses .row [class|="col"],
.courses .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modifyFiltersModal__block__heading {
  margin-bottom: 7px;
}

.checkboxBlock {
  margin-bottom: 0;
}

.hubapplication .jobapplication__roles .button {
  position: absolute;
  bottom: 10px;
}

.post--doubleBlock .post__rightBlock {
  position: relative;
}

.post--doubleBlock .post__buttonHolder {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  text-align: center;
}

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

#js-focus a {
  text-decoration: underline;
  font-weight: bold;
}

.startup-detail-click {
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
  font: 14px "Montserrat-SemiBold";
}

.appliedButton {
  font: 14px "Montserrat-SemiBold";
  line-height: 16px;
  color: #29AF67;
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

.appliedButton:before {
  content: '';
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 10px;
  background-position: -129px -395px;
  margin-right: 2px;
}

.word-break {
  word-break: break-all;
}

.green-clr {
  color: #29AF67;
}

.select2-container {
  z-index: 99999;
}

.forum--tabSecMyforum .forum--innerContent {
  padding-left: 30px;
}

.select2-search__field::-webkit-input-placeholder {
  color: #848484;
  font-size: 12px;
}

.select2-search__field::-moz-placeholder {
  color: #848484;
  font-size: 12px;
}

.select2-search__field:-ms-input-placeholder {
  color: #848484;
  font-size: 12px;
}

.select2-search__field:-moz-placeholder {
  color: #848484;
  font-size: 12px;
}

.select2-results__option {
  font-size: 12px;
}

.postEqualHeight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.postEqualHeight [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.postEqualHeight .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--MenteeRequests {
  width: 500px;
}

.modal--MenteeRequests .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.modal--MenteeRequests .form-groupRadio {
  margin-left: 10px;
}

.modal--MenteeRequests .jobBox--uploadBox {
  width: 100%;
  margin-bottom: 15px;
}

.modal--MenteeRequests .jobBox--uploadBox label {
  margin-bottom: 0;
}

.modal--MenteeRequests .jobBox--body textarea {
  min-height: 140px;
}

.toSearchInput {
  display: inline-block;
  position: relative;
  width: 400px;
}

.toSearchInput .select2-container--default .select2-selection--single {
  border: none;
  font-size: 14px;
  line-height: 26px;
}

.toSearchInput .select2-container--default .select2-selection--single:focus {
  outline: none;
}

.toSearchInput .select2-selection__arrow {
  display: none;
}

.toSearchInput .select2-container {
  width: 100% !important;
}

.toSearchInput .vErrMsg {
  position: absolute;
}

.locationMap {
  height: 400px;
}

.categorySelectPopup .selectBox {
  min-height: 60px;
  margin-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li input {
  position: relative;
  top: 2px;
}

.share-this-ques .stButton {
  width: 140px;
}

.addnewconnectionBlock {
  margin-bottom: 20px;
  text-align: right;
}

.partner-bottom {
  margin-top: 20px;
}

.partner-bottom .foundingPartners:before {
  content: none;
}

.form-groupCustom span.urlMsg {
  color: #848484;
}

.messagePage .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  width: 400px;
}

.messagePage .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.messagePage .select2-dropdown {
  border: none;
  top: -33px;
}

.messagePage .select2-results__options {
  width: 250px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  background: #fff;
  margin: 0;
  padding: 6px 0;
  position: relative;
}

.messagePage .select2-results__options:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin-bottom: -2px;
  position: absolute;
  top: -5px;
  left: 8px;
}

.messagePage .select2-results__options img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.messagePage .select2-container--default .select2-results>.select2-results__options {
  overflow: visible;
}

.messagePage .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.messagePage .select2-container--open .select2-dropdown--below {
  width: 250px !important;
}

.jobapplication__roles .appliedButton {
  margin-top: 10px;
}

.appliedButton.notApplied {
  color: #D53B3B;
}

.appliedButton.notApplied:before {
  content: none;
}

.hubs--view .head {
  position: relative;
  padding-right: 180px;
}

.hubs--view .head .appliedButton {
  position: absolute;
  top: 0;
  right: 0;
}

.g-recaptcha {
  width: 100%;
  overflow: hidden;
}

.booked-slot {
  font-weight: bold;
  margin-top: 10px;
}

.ui-widget.ui-widget-content {
  z-index: 999 !important;
}

.sectiongallery__heading--eventView .sectiongallery__headingsub {
  padding-left: 0;
}

.booked-slot {
  position: relative;
  padding-right: 100px;
}

.changeSlot {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: underline;
}

.jobapplication__heading.challenges__heading {
  font-size: 14px;
}

.emptyRecord {
  line-height: 16px;
  font-size: 14px;
  font-style: italic;
  color: #333;
  display: block;
}

.post--doubleBlock .post__buttonHolder .appliedButton {
  top: -12px;
}

.forum--answerBlock .alert {
  margin: 15px 0 0;
}

.post__link {
  display: block;
  width: 100%;
}

.forumvErrMsg {
  margin: 0;
  padding: 0;
}

.jobapplication__roles.recommend-btn-position {
  padding-bottom: 50px;
}

.mce-window {
  z-index: 99999 !important;
}

.vErrMsg--Must {
  display: block;
  padding-top: 15px;
}

#stwrapper .stwrapperClose {
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 100%;
  background: #fff;
  color: #333;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 30px;
}

.ctrl-project-detail {
  font: 300 14px/24px "Montserrat-Light";
}

.smallFont {
  font-size: 12px !important;
}

.card__textItalic--img {
  overflow: hidden;
}

.card__textItalic--img img {
  float: right;
  margin-left: 20px;
  width: 90px;
}

.breadCrumbBox--img {
  padding-right: 130px;
  position: relative;
}

.breadCrumbBox--img img {
  position: absolute;
  right: 0;
  width: 120px;
}

.trendSection .post {
  min-height: 200px;
}

.search-form-global .form-group {
  margin-left: 0;
  margin-right: 0;
}

.footerTop {
  background: #131313;
}

.footerBox {
  padding: 0px 0 31px;
  display: table;
  width: 100%;
  margin: 60px 0 0 0;
  border-bottom: 1px solid rgba(51,51,51,0.6);
}

.footerBox>li {
  list-style: none;
  width: 16.66667%;
  float: left;
}

.footerBox p {
  color: #D53B3B;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
}

.footerInfo {
  margin-bottom: 14px;
}

.footerNav {
  padding-left: 0;
  margin-top: 30px;
}

.footerNav li {
  list-style: none;
  padding: 6px 0;
}

.footerNav a {
  font-size: 10px;
  color: #BCBCBC;
  text-transform: uppercase;
  line-height: 13px;
}

.footerNav a:hover {
  text-decoration: underline;
}

.footerInfo img {
  margin: 32px 25px 0 0;
  float: left;
}

.footerInfo p {
  margin-top: 33px;
  font-size: 12px;
  line-height: 20px;
  color: #848484;
}

.footerSocial {
  padding-left: 0;
  text-align: right;
  margin: 43px 0 0;
}

.footerSocial li {
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}

.footerSocial li:last-child {
  padding-right: 0;
}

.footerSocial .facebook {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -104px -131px;
}
.navTopList .facebook {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -104px -131px;
}

.footerSocial .twitter {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -202px -131px;
}
.navTopList .twitter {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -202px -131px;
}

.footerSocial .instagram {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -139px -131px;
}

.navTopList .instagram {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -139px -131px;
}

.footerSocial .youtube {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -68px -131px;
}

.navTopList .youtube {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -68px -131px;
}

.footerSocial .linkedin {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -169px -131px;
}

.navTopList .linkedin {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background-position: -169px -131px;
}


.footerSocial .wordpress {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -20px -565px;
}

.navTopList .wordpress {
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -20px -565px;
}
.navTopList .pinterest {
  background: url("../images/pinterest.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}

.footerSocial .pinterest {
  background: url("../images/pinterest.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}

.navTopList .gplus {
  background: url("../images/g-plus.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}

.footerSocial .gplus {
  background: url("../images/g-plus.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}
.navTopList .linkedin {
  background: url("../images/linkedin.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}
.footerSocial .linkedin {
  background: url("../images/linkedin.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
}


.footerBottom {
  background: #090909;
}

.footerBottom p {
  font-size: 10px;
  text-align: right;
  margin: 0;
  padding: 23px 0;
  color: #848484;
  line-height: 12px;
}

.slideUp {
  position: fixed;
  right: 60px;
  bottom: 30px;
  background: url("../images/sprite.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-position: -122px -201px;
  z-index: 100;
  font-size: 0px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: none;
}

@media screen and (max-width: 1230px) {
  .overviewTabs__list:nth-child(2) {
    padding: 0 34px;
  }

  .gallerymodal__inner {
    width: 90%;
  }

  .hubs--view {
    padding: 20px 0;
  }

  .hubs--view .head,
  .hubs--viewAddress h3 {
    font-size: 16px;
  }

  .hubs--gallery .sliderGallery__itemImgBlock {
    height: initial;
  }

  .hubs--gallery .sliderGallery__itemImgBlock__img {
    position: static;
  }

  .readArticle>div {
    width: 100%;
  }

  .readArticleBox img {
    display: block;
    margin: 0 auto 20px;
  }

  .myAccountProfileFilter {
    width: 100%;
  }

  .borderHeading {
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .mentorsBlockOverley {
    padding: 15px;
  }

  .offerBox {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
    background: #4a4a4a;
  }

  .offerBoxInner {
    position: relative;
  }

  .eventsGallery .sliderGallery__itemImgBlock {
    height: initial;
  }

  .eventsGallery .sliderGallery__itemImgBlock__img {
    position: static;
  }

  .galleryCarousel.slick-initialized {
    margin: 15px 0;
  }

  .galleryEvent {
    margin-top: 10px;
  }

  .signupBanner .signupBanner__heading {
    margin-bottom: 56px;
  }

  .listTabsBorder__link {
    padding: 16px 10px;
    font-size: 14px;
  }

  .news {
    min-height: 100px;
  }

  .filter .modal__inner {
    text-align: center;
    width: 98%;
  }

  .filter .modifyFiltersModal__inner {
    width: 600px;
  }

  .overviewMobileWill__block {
    width: auto;
    padding: 0 4%;
  }

  .overviewMobileWill__block:before {
    left: 0;
  }

  .submenu--myActivity {
    right: -13px;
    left: auto;
  }

  .submenu--myCommunity {
    left: -107px;
  }

  .searchFilter--fixed {
    width: 300px;
  }

  .error404__content h1 {
    font-size: 3.125em;
    margin-top: 0;
  }

  .error404__content h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .submenu--myActivity {
    right: 0;
  }

  .submenu--myCommunity {
    left: 0;
  }

  .sectionMust,
  .sectionMobile {
    max-width: 100%;
  }

  .eventsBlocks__section {
    padding: 15px 10px 15px 15px;
  }

  .eventsBlocks__heading {
    font-size: 15px;
  }

  .slideUp {
    bottom: 10px;
    right: 10px;
  }

  .filter {
    padding: 0 0 10px;
  }

  .filterBox p {
    display: block;
    float: none;
    position: static;
  }

  .filterBoxOuter {
    padding: 15px 0 0 0;
  }

  .filterValue {
    padding: 0 5px;
  }

  .filterRemove {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    display: block;
  }

  .modal__inner {
    width: 90%;
  }

  .dash-RecBox {
    min-height: 185px;
  }

  .dash-RecBox h4 {
    font-size: 35px;
    line-height: 30px;
    margin: 0px 0px 0px;
  }

  .dash-RecBox h5 {
    font-size: 14px;
  }

  .dash-RecBox p {
    font-size: 12px;
  }

  .dash-forum {
    padding: 20px 0 0;
  }

  .dash-tab {
    padding-top: 20px;
  }

  .dash-news {
    padding: 25px 0px 20px;
  }

  .dash-newsBox .col-sm-4 {
    width: 100%;
    margin-bottom: 25px;
  }

  .dash-newsBox {
    padding-bottom: 0;
  }

  .overviewTabs__list:nth-child(2) {
    padding: 0 20px;
  }

  .overviewTabs__link {
    width: 220px;
  }

  .overviewRevolutionRight {
    width: 380px;
    margin: 0 auto;
  }

  .offerBox {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 20px;
    background: #4a4a4a;
  }

  .offerBoxInner {
    position: relative;
  }

  .modal__inner .signBox {
    padding: 0 20px;
  }

  .modal__inner .signJoin__boxInner a {
    padding: 34px 30px;
  }

  .footerSocial {
    text-align: left;
  }

  .footerSocial li {
    padding-bottom: 8px;
  }

  .expert--table thead tr th:nth-child(1) {
    width: 30%;
  }

  .expert--fileUpload {
    width: 100%;
  }

  .expert--btn {
    width: 100%;
  }

  .jobBox--body {
    padding: 25px;
  }

  .jobBox--head h3 {
    padding-right: 30px;
    word-wrap: break-word;
  }

  .forum--detail>div {
    width: 100%;
  }

  .forum--topics h3 {
    margin-top: 0;
  }

  .forum--topics {
    margin-bottom: 10px;
  }

  .hubs--block {
    padding: 15px;
  }

  .hubs--block h4 {
    font-size: 15px;
  }

  .hubs--featureBox {
    width: 50%;
    padding: 0 20px;
    min-height: 165px;
  }

  .hubs--featureBox:nth-child(3n+3):before {
    content: '';
  }

  .hubs--featureBox:nth-child(2n+2):before {
    content: none;
  }

  .hubs--feature {
    padding-top: 20px;
  }

  .hubs--incubationContent h4 {
    font-size: 14px;
  }

  .hubs--incubation {
    padding: 25px 0 40px;
  }

  .hubs--view .row>div {
    width: 100%;
  }

  .hubs--viewFeatureBox {
    padding-bottom: 15px;
  }

  .hubs--viewFeatureBox img {
    display: block;
    margin: auto;
  }

  .hubs--gallery .gallerySlider .sliderStatus {
    text-align: center;
  }

  .jobapplication__date {
    float: none;
    display: block;
    padding-left: 25px;
  }

  .jobList {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .jobList [class*="col-"] {
    display: block;
  }

  .jobapplication__date:before {
    left: 0;
  }

  .jobapplication__rolesAnchor {
    width: 186px;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: pre;
  }

  .filter .modifyFiltersModal__inner {
    width: 560px;
  }

  .overviewMobileWill__block:before {
    position: static;
    display: block;
    width: 100px;
    height: 1px;
    margin: 0 auto 20px;
  }

  .breadCrumbBox h2,
  .breadCrumbBox h2+span {
    clear: left;
    padding-left: 0;
  }

  .breadCrumbBox span {
    padding-top: 3px;
  }

  .breadCrumbBox p {
    clear: left;
  }

  .mentorSearch {
    margin-top: -7px;
  }

  .mentorSearch input:focus,
  .mentorSearch input.active {
    width: 265px;
  }

  .searchWrapper {
    border-right: none;
    padding-right: 0;
  }

  .searchFilter {
    position: relative;
    z-index: 1;
    min-height: 120px;
  }

  .searchFilter__arrow {
    display: block;
  }

  .searchFilter .searchInput .button {
    right: 40px;
  }

  .searchFilter .searchInput {
    width: 100%;
  }

  .searchWrapper--container .col-md-4 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .searchFilter__block {
    display: none;
  }

  .newsDisplayFlex [class*="col-"] {
    width: 100%;
  }

  .modal--MenteeRequests {
    width: 90%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
  .forum--topics--fixed {
    width: 225px;
  }
}

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

  header {
    position: static;
  }

  main {
    margin-top: 0;
  }

  .sectionpadding {
    padding: 30px 0;
  }

  .foundingplatinumCard {
    margin-bottom: 0;
  }

  .logolistLink {
    /* margin-bottom: 10px; */
  }

  .foundingPartners {
    padding-right: 0;
    border: none;
  }

  .foundingPartners:before {
    content: none;
  }

  .platinumSponsor {
    padding-left: 0;
  }

  .platinumSponsor img {
    margin: 0;
  }

  .platinumSponsor .logolistLink {
    margin-bottom: 0px;
  }

  .serviceListBottom {
    border: none;
  }

  .serviceListBottom--mentorshipcommunity .serviceListBottom__button {
    right: 22px;
  }

  .mentorsBlockContainer {
    width: 280px;
    margin: 0 auto 20px;
  }

  .serviceListBottom .icon-investmentopportunities {
    padding-left: 46px;
  }

  .icon-investmentopportunities:before {
    left: 10px;
  }

  .sectionIncubationMentors {
    margin-bottom: 10px;
  }

  .sectionStrip {
    margin-bottom: 28px;
  }

  .iconheading {
    margin-bottom: 15px;
  }

  .sectionMust,
  .sectionMobile {
    margin: 0 0 25px;
  }

  .communitySpeak {
    margin-top: 30px;
  }

  .homemobilerevolution {
    padding-bottom: 0;
  }

  .mobilerevolution__item {
    width: 30%;
    min-height: 180px;
  }

  .mobilerevolution .sectionHeading {
    margin-top: 0;
    line-height: 24px;
  }

  .mobilerevolution .sectionHeading__light {
    margin-bottom: 30px;
  }

  .mobilerevolution p {
    margin-bottom: 20px;
  }

  .sliderGallery__item {
    text-align: center;
  }

  .sliderGallery__itemImgBlock {
    margin: 0 auto;
  }

  .gallerySlider .col-sm-3 {
    width: 50%;
    float: left;
  }

  .gallerySlider .sliderGallery__itemImgBlock__img {
    width: 100%;
  }

  .gallerySlider .slick-prev {
    left: 40%;
  }

  .gallerySlider .slick-next {
    right: 42%;
  }

  .imageBlock__inner {
    width: 140px;
    height: 140px;
  }

  .mentors--detailBread {
    position: relative;
  }

  .mentors--detailBread h2 {
    margin-right: 70px;
  }

  .mentors--detailBread .breadBack {
    position: absolute;
    top: 14px;
    right: 0;
  }

  .post--borderBottomLeft:before {
    content: none;
  }

  .col-sm-6:nth-last-child(2) .post--borderBottomLeft:after {
    content: '';
  }

  .joinUs {
    width: 100px;
    height: 40px;
    font: 0.8em/18px "Montserrat-SemiBold";
  }

  .signupBanner .signupBanner__heading {
    margin-bottom: 60px;
  }

  .overviewTabs {
    display: block;
    margin: -70px auto 40px;
  }

  .overviewFirstSection {
    padding-bottom: 0;
  }

  .overviewTabs__list {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .overviewFiveTab__content h4 {
    margin-top: 0;
  }

  .overviewFiveTab__content {
    padding-bottom: 20px;
  }

  .overviewFirstSection p {
    margin-bottom: 15px;
  }

  .overviewMobileWill {
    padding-bottom: 15px;
  }

  .overviewFive {
    padding: 20px 0 40px;
  }

  .overviewFiveTab__block {
    margin-top: 8px;
  }

  .overviewMobileWill .borderHeading {
    margin-top: 0;
  }

  .overviewTabs__list:nth-child(2) {
    padding: 0;
    margin: 20px 0;
  }

  .overviewOffer {
    padding-top: 25px;
  }

  .overviewOfferSec {
    padding-bottom: 22px;
  }

  .overviewTabs__link {
    display: block;
    width: 100%;
    padding: 30px;
  }

  .overviewFiveTab__contentBox {
    min-height: 0px;
  }

  .whoweareFirstSection {
    margin-bottom: 0;
  }

  .overviewFiveTab__block,
  .overviewFiveTab__contentBox {
    width: 100%;
  }

  .overviewFiveTab__block {
    background: #fff;
    padding: 0;
    border: 1px solid #BCBCBC;
  }

  .overviewTabs__icon {
    margin-bottom: 0;
  }

  .overviewTabs__heading {
    display: inline-block;
    padding-left: 15px;
  }

  .categoriesView__block {
    min-height: 100px;
  }

  .categoriesView__block {
    width: 380px;
    margin: 0 auto 30px;
  }

  .eventsBlocks__section {
    width: 380px;
    margin: 0 auto 20px;
  }

  .eventSection__registerBlock {
    margin-bottom: 15px;
  }

  .eventSection__dateSelect [class*="col-sm"] {
    margin-bottom: 15px;
  }

  .eventSection__dateSelect .modifyFiltersModal__search__box {
    margin-top: 5px;
    width: 100%;
  }

  .eventsBlocks__row {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eventsBlocks__row .col-sm-4 {
    display: block;
  }

  .eventsBlocks__row .eventsBlocks__section {
    width: 100%;
  }

  .dash-RecBox {
    min-height: initial;
    margin-bottom: 15px;
  }

  .dash-Rec {
    padding: 3px 0 5px;
  }

  .dash-RecBg .recText {
    margin-top: 5px;
  }

  .dash-tabBox {
    padding: 0;
  }

  .dash-tabBox:before,
  .dash-tabBox:after {
    content: none;
  }

  .dash-Head {
    padding: 8px 0 20px;
  }

  .dash-Head h2 {
    margin-top: 10px;
  }

  .dash-tab {
    padding-top: 5px;
  }

  .dash-tabBoxOuter {
    padding: 10px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #D53B3B;
    border-top: none;
    margin: -5px 0 5px;
  }

  .dash-nav>li {
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .dash-nav>li>a {
    border: 1px solid #BCBCBC;
    margin-bottom: 5px;
    text-align: left;
  }

  .dash-nav>li>a:before {
    content: none;
  }

  .dash-nav>li>a.active,
  .dash-nav>li>a:hover {
    border-color: #D53B3B;
  }

  .dash-tabBoxInner {
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .dash-tabBoxOuter .dash-tabBoxInner:last-child .post {
    margin-bottom: 10px;
  }

  .modal__inner .signBox {
    padding: 20px 20px;
  }

  .modal__inner .signBox:after {
    height: 100%;
  }

  .signForm,
  .signJoin {
    width: 100%;
  }

  .signJoin {
    padding: 30px 0 0 0;
  }

  .modal__inner .signBox__close {
    top: 10px;
    right: 10px;
  }

  .footerBox>li {
    width: 100%;
    margin-bottom: 20px;
  }

  .footerBox {
    margin: 30px 0 0 0;
    padding: 0px 0 5px;
    overflow: hidden;
  }

  .footerBox p {
    margin-bottom: 0;
  }

  .footerNav {
    margin: 0 -15px;
  }

  .footerNav li {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 5px;
  }

  .footerInfo {
    margin-bottom: 30px;
  }

  .footerInfo img {
    float: none;
    margin: 22px 0 0 0;
  }

  .footerInfo p {
    margin-top: 15px;
  }

  .footerSocial {
    text-align: left;
    margin: 15px 0 0;
  }

  .footerBottom p {
    text-align: center;
  }

  .eventsBlocks__sectionBottomLgspace {
    width: 100%;
  }

  .dash-tab-events .dash-nav li {
    float: none;
  }

  .dash-tab-events .dash-nav {
    text-align: left;
  }

  .eventsGallery .sliderGallery__itemImgBlock {
    width: 280px;
  }

  .dash-tab-events .eventSection__tabBox {
    padding-bottom: 0;
  }

  .eventSection .dash-nav li {
    float: none;
  }

  .eventSection {
    padding-bottom: 15px;
  }

  .forum--tab .dash-tabBoxOuter {
    padding: 10px;
  }

  .eventSection__dateSelect {
    margin: 0 0 20px;
  }

  .eventSection__datepickerBox input {
    margin-bottom: 10px;
  }

  .eventSection .dash-nav li {
    text-align: left;
  }

  .eventsBlocks__section a.eventsBlocks__btnlink {
    padding: 20px 0px;
  }

  .eventsBlocks__image {
    display: block;
    margin: 0 auto 15px;
  }

  .expert--tab .dash-nav li {
    float: none;
  }

  .expert--tab .button {
    position: static;
    margin: 10px 0;
  }

  .expert--tab .dash-nav {
    display: block;
  }

  .expert--table thead tr th:nth-child(1),
  .expert--table tbody tr td:nth-child(1) {
    padding-left: 20px;
  }

  .expert--table thead tr th,
  .expert--table tbody tr td {
    padding: 20px;
    text-align: left;
  }

  .faqs__mainHead {
    font-size: 15px;
  }

  .content--wrapper {
    padding: 15px 0;
  }

  .faqs__accord {
    padding: 0px 0px 0px 30px;
  }

  .contentSection__heading {
    margin-bottom: 25px;
  }

  .forum--tab .dash-nav>li {
    display: block;
    float: none;
  }

  .forum--tab>a {
    position: static;
    margin-bottom: 15px;
  }

  .forum--innerUser,
  .forum--innerContent {
    width: 100%;
    display: block;
  }

  .forum--innerContent {
    padding: 10px;
    text-align: left;
    overflow: hidden;
  }

  .forum--innerContent h3 {
    line-height: 22px;
  }

  .forum--innerContent .postTop__topic {
    margin: 0;
  }

  .forum--contentShare {
    display: block;
    margin-bottom: 15px;
  }

  .forum--innerContent p {
    margin-bottom: 0;
  }

  .forum--detail .forum--innerUser {
    width: 100%;
  }

  .forum--detail .forum--innerContent {
    width: 100%;
    padding: 15px !important;
  }

  .forum--detail>div:last-child {
    padding: 0;
  }

  .forum--innerOptions {
    overflow: hidden;
    padding: 15px;
  }

  .forum--answerBox .forum--contentShare {
    margin-top: 15px;
  }

  .forum--innerOptions.active {
    padding: 0 15px;
  }

  .forum--innerUser {
    padding: 15px;
  }

  .galleryEventInner--box .col-sm-3 {
    padding-bottom: 5px;
    width: 50%;
    float: left;
  }

  .galleryEventOuter--box h3 {
    margin-top: 15px;
  }

  .galleryEvent__top .selectBox {
    margin-top: 5px;
  }

  .hubs--featureBox {
    width: 100%;
    min-height: initial;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .hubs--featureBox:before {
    content: '';
    height: 1px;
    width: 50%;
    left: 0;
    top: initial;
    bottom: 0;
    margin: auto;
  }

  .hubs--featureBox:nth-child(2n+2):before {
    content: '';
  }

  .hubs--featureBox:last-child {
    padding-bottom: 0;
  }

  .hubs--featureBox:last-child:before {
    content: none;
  }

  .hubs--bg:before {
    height: 15%;
  }

  .hubs--incubationBoxOuter {
    width: 100%;
  }

  .hubs--incubationImg img {
    width: 100%;
  }

  .hubs--incubation {
    padding: 25px 0 30px;
  }

  .hubs--view {
    padding-top: 0;
  }

  .hubs--viewAddress {
    margin-top: 0;
  }

  .hubs--startup {
    padding: 20px 0;
  }

  .hubs--gallery .sliderGallery__itemImgBlock__img {
    width: 100%;
  }

  .hubs--gallery .col-sm-3 {
    width: 50%;
    float: left;
  }

  .hubs--gallery {
    padding: 25px 0;
  }

  .hubs--joinUs {
    padding: 15px;
    text-align: center;
  }

  .hubs--joinUs a {
    margin-bottom: 0;
  }

  .hubs--incubation h3 {
    margin-top: 0;
  }

  .hubs--block h4 {
    margin-top: 0;
  }

  .hubs--incubationBox .row,
  .hubs--incubationBoxOuter,
  .hubs--incubationBoxOuter a,
  .hubs--incubationBoxInner {
    overflow: hidden;
    display: block;
  }

  .jobapplicationRoles [class*="col-sm"] {
    display: block;
    width: 100%;
  }

  .jobapplication {
    margin-bottom: 5px;
  }

  .jobapplication__roles .jobapplication__rolesAnchor {
    width: initial;
    -o-text-overflow: initial;
    text-overflow: initial;
    white-space: initial;
  }

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

  .job-company h5 {
    margin-top: 10px;
  }

  .job-position .prg-text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .job-position {
    padding-bottom: 5px;
  }

  .card__bodyImgBlock img {
    display: block;
    margin: 0 auto 20px;
  }

  .trendSection {
    padding-bottom: 10px;
  }

  .allreadSection {
    padding: 25px 0;
  }

  .mustreadTop__heading {
    font-size: 22px;
  }

  .commentSection {
    padding: 0;
  }

  .postshareBottom ul li {
    margin-bottom: 0;
  }

  .postWhitebgDisplayFlex {
    display: block;
  }

  .postWhitebgDisplayFlex [class*="col-"] {
    display: block;
  }

  .postWhitebgDisplayFlex .post {
    display: block;
  }

  .job-company img {
    margin: auto;
    display: block;
  }

  .brand>a {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }

  .contactBox .selectBox {
    margin-bottom: 28px;
  }

  .contactBox .selectBox label {
    position: relative;
    top: 0;
  }

  .locationView [class|="col"] {
    display: block;
    width: 100%;
  }

  .error404 {
    padding: 40px 0;
    text-align: center;
  }

  .error404 img {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .error404__content h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 34px;
  }

  .error404__content h2,
  .error404__content h3 {
    font-size: 14px;
    margin: 0 15px 20px;
    line-height: 20px;
  }

  .error404__content h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .post__imageBlock {
    width: 100%;
    padding: 0 0 15px 0;
    display: block;
    text-align: center;
  }

  .post__imageBlock+.post__contentBlock {
    display: block;
    text-align: center;
  }

  .members--content .post__imageBlock,
  .members--content .post__contentBlock {
    width: 100%;
  }

  .mentors--detailBread {
    position: relative;
  }

  .mentors--detailBread .breadBack {
    margin: 0;
  }

  .post .rating {
    display: block;
  }

  .post .rating span {
    float: none;
    text-align: left;
  }

  .post {
    padding: 25px 15px;
  }

  .post--doubleBlock {
    padding: 0;
  }

  .post--doubleBlock .post__leftBlock,
  .post--doubleBlock .post__rightBlock {
    max-width: 100%;
    display: block;
    width: 100%;
  }

  .post--doubleBlock .post__leftBlock {
    border-bottom: 1px solid #BCBCBC;
  }

  .post--doubleBlock .post__leftBlock,
  .post--doubleBlock:hover .post__leftBlock {
    border-right: 1px solid transparent;
  }

  .post--doubleBlock:hover .post__leftBlock {
    border-bottom: 1px solid #D53B3B;
  }

  .jobList .post {
    display: block;
  }

  .breadCrumb {
    padding: 10px 0;
  }

  .breadNav {
    display: none;
  }

  .breadCrumbBox h2 {
    display: block;
    margin-top: 0;
  }

  .breadCrumbBox span {
    padding-left: 0;
  }

  .breadNav+.button {
    float: none;
    margin: 0 0 10px 0;
  }

  .breadCrumbBox p {
    margin-top: 10px;
  }

  .categorySelect {
    margin-left: 0 !important;
    margin-top: 0;
  }

  .mentorSearch {
    width: 100%;
    margin: 10px 0;
  }

  .mentorSearch input,
  .mentorSearch input:focus {
    width: 100%;
    padding: 0 20px 0 15px;
  }

  .mentorSearch button {
    left: initial;
    pointer-events: initial;
  }

  .fav__close {
    right: 0;
    top: -10px;
  }

  .pagination {
    margin: 0;
  }

  .connected--icon {
    top: 7px;
  }

  .advice--user li {
    display: block;
  }

  .advice--status {
    float: left;
  }

  .advice--status li {
    padding-left: 0;
  }

  .advice--contentHead {
    padding: 10px;
  }

  .advice--contentBody,
  .advice--body {
    padding: 10px;
  }

  .advice--btnBox a {
    margin-bottom: 10px;
  }

  .eventsGallery .col-xs-6 {
    width: 100%;
  }

  .galleryCarousel figcaption {
    display: none;
  }

  .gallery__thumbnail .item {
    padding-right: 10px;
  }

  .gallery__box .slick-prev:before {
    background-position: -258px -532px;
    width: 36px;
    height: 36px;
  }

  .gallery__box .slick-next:before {
    background-position: -212px -533px;
    width: 36px;
    height: 35px;
  }

  .gallerySlider .slick-prev {
    left: 30%;
  }

  .gallerySlider .slick-next {
    right: 30%;
  }

  .jobapplication .col-sm-6 {
    width: 100%;
  }

  .job-position .btn-box .button {
    width: 100%;
    margin-right: 0;
  }

  .myAccountProfile__img {
    margin: 0 auto;
    display: block;
  }

  .myAccountProfile__details {
    width: 100%;
    display: block;
  }

  .myAccountProfile__details__list {
    padding-left: 0;
  }

  .myAccountProfile__detailsForm {
    padding-left: 0;
  }

  .myAccountProfileFilter__Details li {
    width: 100%;
  }

  .filter .modifyFiltersModal__inner {
    width: 290px;
    height: 600px;
  }

  .modifyFiltersModal__search {
    float: left;
    margin-top: 20px;
  }

  .mentors--detail .post__imageBlock,
  .mentors--detail .post__contentBlock {
    width: 100%;
  }

  .jobBox--uploadBox {
    width: 100%;
  }

  .jobBox--uploadBox .jobBox--files {
    margin-bottom: 10px;
  }

  .jobBox--body {
    padding: 15px;
  }

  .searchModal__inner.modal__inner {
    width: 90%;
  }

  .job-position .btn-box a:nth-last-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .forum--tab .dash-nav>a {
    padding: 15px;
    font-size: 13px;
  }

  .eventsBlocks__lastDateTxts a.eventsBlocks__lastDateTxts--redtxts {
    display: block;
    padding: 0;
    font-size: 10px;
  }

  .eventsBlocks__section a.eventsBlocks__btnlink {
    padding: 20px 0px;
  }

  .paginationBlock {
    text-align: center;
    padding-top: 0;
  }

  .paginationBlock__button {
    position: static;
    float: none;
    display: inline-block;
    margin-top: 15px;
  }

  .jobapplication__rolesheading {
    font-size: 12px;
  }

  .jobapplication__roles {
    padding: 10px 5px;
  }

  .jobapplication__heading {
    font-size: 14px;
    margin: 0 0 15px;
  }

  .jobapplication__moreJobsDetails {
    padding: 20px 15px 15px;
  }

  .hubs--joinUs span {
    margin: 0 5px 10px 0;
  }

  .hubs--joinUs a {
    float: none;
    padding: 10px;
  }

  span.postTop__topic {
    display: block;
  }

  .commentSection .communitySpeak {
    padding: 15px;
  }

  .commentSection .communitySpeak .postTop {
    float: none;
  }

  .jobBox--btnBox a {
    margin-bottom: 5px;
  }

  .expert--body {
    padding: 25px;
  }

  .overviewRevolutionRight {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .xs-hidden-420 {
    display: none;
  }

  .media {
    margin: 0 0 10px;
  }

  .ourIncubationHubs .media-left {
    display: none;
  }

  .foundingPartners {
    margin-bottom: 30px;
  }

  .foundingPartners .col-xs-3 {
    width: 100%;
  }

  .mobilerevolution__item {
    width: 100%;
    margin-bottom: 25px;
    min-height: 0px;
  }

  .mobilerevolution__icon {
    min-height: 0px;
    margin-bottom: 10px;
  }

  .breadCrumbBox span+.btn-group {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }

  .breadCrumbBox span {
    display: block;
  }

  .categoriesView__block {
    width: 100%;
  }

  .eventsBlocks__section {
    width: 100%;
  }

  .galleryEventInner--box .sliderGallery__itemImgBlock {
    width: 100%;
  }

  .galleryEventInner--box .sliderGallery__itemImgBlock img {
    width: 100%;
  }

  .hubs--incubationImg,
  .hubs--incubationContent {
    width: 100%;
  }

  .hubs--incubationImg img {
    width: initial;
    display: block;
    margin: auto;
  }

  .hubs--incubationContent {
    padding: 10px 0 0;
  }

  .hubs--incubationContent p {
    margin-bottom: 0;
  }

  .hubs--startup .startupsimageBlockList li {
    width: 50%;
    float: left;
    margin: 10px 0 0;
    text-align: center;
  }

  .hubs--gallery .sliderGallery__itemImgBlock__img {
    width: 100%;
  }

  .hubs--gallery .col-sm-3,
  .gallerySlider .col-sm-3 {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .searchModal__inner.modal__inner,
  .modal__inner.assessmentsModal {
    width: 90%;
  }

  .searchModal {
    padding: 40px 15px;
  }

  .searchModal__inner .searchInput button {
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -12px;
  }
}

@media screen and (max-width: 767px) {
  .notificationModal .modal__inner {
    width: 90%;
  }

  .notificationModal .apply-hubModal {
    height: 400px;
  }

  .eventRegistrationFrom .form-groupCustom {
    min-height: 40px;
  }

  .eventRegistration .modal__inner {
    width: 90%;
  }

  .jobapplication__txts a {
    word-break: break-word;
  }

  .coursesPost [class*="col-"] {
    width: 100%;
  }

  .signForm form {
    padding-right: 0;
  }

  .modal__inner .signBox {
    padding: 5px;
  }

  .modal__inner .signForm,
  .modal__inner .signJoin {
    padding: 15px;
  }

  .page-heading {
    font-size: 22px;
  }

  .notificationModal .post {
    margin-left: 0;
    width: 100%;
  }

  .notificationModal .post__subHeading {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .notificationModal .post__hint {
    top: initial;
    bottom: -5px;
    margin: 0;
  }

  #js-notification-container .row {
    margin: 0;
  }

  #js-notification-containe .mCSB_container {
    margin-right: 20px;
  }

  .postEqualHeight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .postEqualHeight [class*="col-"] {
    display: block;
    width: 100%;
  }

  .postEqualHeight .post {
    display: block;
    width: 100%;
  }

  .hubs--view .head {
    position: relative;
    padding-right: 0;
  }

  .hubs--view .head .appliedButton {
    display: block;
    position: relative;
    margin: 10px 0 0;
  }

  .assessmentsRow {
    display: block;
  }

  .assessmentsRow [class*="col-sm"] {
    display: block;
  }

  .assessmentsRow .post {
    display: block;
    width: 100%;
  }
  .signJoin__box {
    display: flex;
    flex-wrap: wrap;
}
  .signJoin__boxInner:after {
    bottom: 0;
}

}

@media screen and (max-width: 600px) {
  .post--doubleBlock .post__rightBlock .post__buttonHolder {
    position: static;
  }
}

@media screen and (max-width: 500px) {
  .onlineChallengeTabs {
    padding: 15px 0;
  }

  .onlineChallengeTabs__link {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .jobapplicationRoles .jobapplication__roles .recommend_challenge {
    left: 5px;
  }
}
.sliderGallery__titleBlock{
	min-height:114px;
}
.expert-comm-reply{
	padding-left: 12px;
}
@media screen and (max-width: 767px) {
 .sliderGallery__titleBlock{
	min-height:auto;
}
}