/*--------------------------------------------------------------------------
*
*	Vars
*	
*-------------------------------------------------------------------------*/
/* columns */
/* colors */
/* responsive */
/*--------------------------------------------------------------------------------------------
*
*	Mixins
*
*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
*
*	Global
*	
*-------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:first-child {
  margin-top: 0;
}
body {
  margin: 0;
}
/*--------------------------------------------------------------------------
*
*	Columns
*	
*-------------------------------------------------------------------------*/
.container {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
}
.row,
[class^="row-"],
[class*=" row-"] {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
[class^="col-"],
[class*=" col-"] {
  float: left;
  min-height: 1px;
  padding: 0 15px;
}
/* row defined widths */
.row-1 .col {
  width: 100%;
}
.row-2 .col {
  width: 50%;
}
.row-3 .col {
  width: 33.3333%;
}
.row-4 .col {
  width: 25%;
}
.row-5 .col {
  width: 20%;
}
.row-6 .col {
  width: 16.6667%;
}
.row-1 .col:nth-child(1n+1),
.row-2 .col:nth-child(2n+1),
.row-3 .col:nth-child(3n+1),
.row-4 .col:nth-child(4n+1),
.row-5 .col:nth-child(5n+1),
.row-6 .col:nth-child(6n+1) {
  clear: both;
}
@media (max-width: 880px) {
  .md-row-1 .col {
    width: 100%;
  }
  .md-row-2 .col {
    width: 50%;
  }
  .md-row-3 .col {
    width: 33.3333%;
  }
  .md-row-4 .col {
    width: 25%;
  }
  .md-row-5 .col {
    width: 20%;
  }
  .md-row-6 .col {
    width: 16.6667%;
  }
  .md-row-1 .col:nth-child(1n+1),
  .md-row-2 .col:nth-child(2n+1),
  .md-row-3 .col:nth-child(3n+1),
  .md-row-4 .col:nth-child(4n+1),
  .md-row-5 .col:nth-child(5n+1),
  .md-row-6 .col:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 640px) {
  .sm-row-1 .col {
    clear: none;
    width: 100%;
  }
  .sm-row-2 .col {
    clear: none;
    width: 50%;
  }
  .sm-row-3 .col {
    clear: none;
    width: 33.3333%;
  }
  .sm-row-4 .col {
    clear: none;
    width: 25%;
  }
  .sm-row-5 .col {
    clear: none;
    width: 20%;
  }
  .sm-row-6 .col {
    clear: none;
    width: 16.6667%;
  }
  .sm-row-1 .col:nth-child(1n+1),
  .sm-row-2 .col:nth-child(2n+1),
  .sm-row-3 .col:nth-child(3n+1),
  .sm-row-4 .col:nth-child(4n+1),
  .sm-row-5 .col:nth-child(5n+1),
  .sm-row-6 .col:nth-child(6n+1) {
    clear: both;
  }
  .sm-show-2 .col:nth-child(n+3) {
    display: none;
  }
  .sm-show-3 .col:nth-child(n+4) {
    display: none;
  }
  .sm-show-4 .col:nth-child(n+5) {
    display: none;
  }
}
/* column defined widths */
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.6667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6667%;
}
.col-12 {
  width: 100%;
}
@media (max-width: 880px) {
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.6667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.3333%;
  }
  .md-col-5 {
    width: 41.6667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.3333%;
  }
  .md-col-8 {
    width: 66.6667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.3333%;
  }
  .md-col-11 {
    width: 91.6667%;
  }
  .md-col-12 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.6667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.3333%;
  }
  .sm-col-5 {
    width: 41.6667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.3333%;
  }
  .sm-col-8 {
    width: 66.6667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.3333%;
  }
  .sm-col-11 {
    width: 91.6667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}
/*--------------------------------------------------------------------------
*
*	Helpers
*	
*-------------------------------------------------------------------------*/
/* Image Replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  font-size: 0;
  line-height: 0;
}
input.ir {
  border: 0 none;
  background: none;
}
/* Horizontal List */
.hl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}
.hl > li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.hl > li.fr {
  float: right;
}
/* Horizontal List: Clearfix */
.hl:after,
.bl:after,
.cf:after,
.row:after,
[class*="row-"]:after,
.container:after {
  clear: both;
  content: "";
  display: table;
  line-height: 0;
}
/* clear */
.clear {
  clear: both;
}
br.clear {
  height: 0;
  line-height: 0;
  display: block;
}
/* Block List */
.bl {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
}
.bl > li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}
/* Full width */
img.fw {
  width: 100%;
}
/* icon */
[class^="sprite-"],
[class*=" sprite-"] {
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  background: url(../images/sprite.png);
  margin: 0;
}
/* Browser */
.visible {
  display: block;
  visibility: visible;
}
.hidden {
  display: none;
  visibility: visible;
}
/* Float */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
/* Align */
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
/* Tablet (medium) */
@media (max-width: 880px) {
  .md-visible {
    display: block;
  }
  .md-hidden {
    display: none;
  }
  /* Horizontal List */
  .md-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .md-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .md-hl > li.fr {
    float: right;
  }
  /* Block List */
  .md-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .md-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
  /* Float */
  .md-fl {
    float: left;
  }
  .md-fr {
    float: right;
  }
  .md-fn {
    float: none;
  }
  /* Align */
  .md-al {
    text-align: left;
  }
  .md-ar {
    text-align: right;
  }
  .md-ac {
    text-align: center;
  }
  .md-margin {
    margin-top: 20px !important;
  }
}
/* Phone (small) */
@media (max-width: 640px) {
  .sm-visible {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
  /* Horizontal List */
  .sm-hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .sm-hl > li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .sm-hl > li.fr {
    float: right;
  }
  /* Block List */
  .sm-bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative;
  }
  .sm-bl > li {
    display: block;
    margin: 0;
    padding: 0;
    float: none;
  }
  /* Float */
  .sm-fl {
    float: left;
  }
  .sm-fr {
    float: right;
  }
  .sm-fn {
    float: none;
  }
  /* Align */
  .sm-al {
    text-align: left;
  }
  .sm-ar {
    text-align: right;
  }
  .sm-ac {
    text-align: center;
  }
  .sm-margin {
    margin-top: 20px !important;
  }
}
/* show on hover */
.soh .soh-target {
  -webkit-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;
  visibility: hidden;
  opacity: 0;
}
.soh:hover .soh-target {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
/* tooltip */
.tooltip {
  background: #2F353E;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  z-index: 9999;
  font-size: 12px;
}
.tooltip:before {
  border: solid;
  border-color: #2F353E transparent;
  border-width: 6px 6px 0 6px;
  bottom: 0px;
  margin: 0 0 -6px -6px;
  content: "";
  left: 50%;
  position: absolute;
}
/* font awesome */
[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------------------
*
*	Typography
*	
*-------------------------------------------------------------------------*/
body {
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  margin: 2em 0 0.5em;
  line-height: 1.25;
}
ul,
ol {
  padding: 0 0 0 40px;
  margin: 1em 0;
}
ul {
  list-style: disc;
}
p {
  line-height: 1.75em;
  margin: 1em 0;
}
a {
  color: #0088cc;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.1s linear;
  /* Firefox 4-15 */
  -o-transition: all 0.1s linear;
  /* Opera 10.5–12.00 */
  transition: all 0.1s linear;
  /* Firefox 16+, Opera 12.50+ */
}
a:hover,
a:focus {
  outline: none;
  color: #005580;
}
a:hover {
  text-decoration: underline;
}
hr {
  border: 0 none;
  background: #ebebeb;
  height: 1px;
  display: block;
  margin: 20px 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
table {
  border-top: #F2F2F2 solid 1px;
  border-left: #F2F2F2 solid 1px;
  width: 100%;
}
table th,
table td {
  border-bottom: #F2F2F2 solid 1px;
  border-right: #F2F2F2 solid 1px;
  padding: 9px 14px;
  text-align: left;
}
table h3 {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
pre {
  background: #f7f7f9;
  border: 1px solid #e1e1e8;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  color: #708090;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
/* override prism*/
#wrap pre[class*="language-"] {
  padding: 20px;
  background: #f7f7f9;
}
code.inline {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  color: #708090;
  padding: 2px 4px;
  white-space: nowrap;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  font-size: 14px;
}
/*--------------------------------------------------------------------------
*
*	Gallery
*	
*-------------------------------------------------------------------------*/
.content img {
  border-radius: 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 5px #f2f2f2;
}
.gallery {
  margin: 20px -10px;
}
.content .gallery {
  margin: 20px -10px !important;
}
.gallery .gallery-item {
  padding: 10px;
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 50%;
}
.gallery .gallery-item.-icon .gallery-icon {
  border: #f2f2f2 solid 1px;
}
.gallery .gallery-item.-icon img {
  margin: 40px auto;
}
.gallery .gallery-item:nth-child(2n+1) {
  clear: both;
}
.gallery .gallery-item img {
  border: 0 none !important;
  /* wp inline style*/
}
.gallery .gallery-caption,
.wp-caption-text {
  color: #aaa;
  font-size: 13px;
  line-height: 13px;
  height: 34px;
  display: inline-block;
  padding: 9px 13px 0;
  border-radius: 20px;
  border: #E1E1E8 solid 1px;
  margin: 15px 0 0;
}
.wp-caption {
  margin: 1em 0;
  text-align: center;
  width: auto !important;
}
/*--------------------------------------------------------------------------
*
*	Forms
*	
*-------------------------------------------------------------------------*/
form {
  position: relative;
  margin: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  margin: 0;
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  padding: 13px 11px;
  width: 100%;
}
textarea {
  height: auto;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 0 0 1px #66afe9;
  outline: 0 none;
}
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  font-size: inherit;
}
form .field {
  display: block;
  position: relative;
}
label {
  color: #666;
  font-size: 14px;
  line-height: 1.25;
}
fieldset {
  border: #EFEFEF 1px solid;
  margin: 20px 0 0;
}
fieldset legend {
  font-weight: bold;
}
select {
  padding: 3px;
  font-size: 14px;
}
/*--------------------------------------------------------------------------
*
*	WordPress
*	
*-------------------------------------------------------------------------*/
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.aligncenter {
  float: left;
  margin: 0 auto;
}
/*--------------------------------------------------------------------------
*
*	thumbnails
*	
*-------------------------------------------------------------------------*/
.thumbnails {
  margin: 20px 0 0 -20px;
}
.thumbnails li {
  margin: 0 0 20px 20px;
}
.thumbnails .thumbnail {
  background: #fff;
  border: #E1E1E1 solid 1px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 140px;
  height: 170px;
}
.thumbnails .thumbnail img {
  margin: 0 auto;
}
.thumbnails .thumbnail .mime-type-icon {
  margin-top: 30px;
}
.thumbnails .thumbnail:hover,
.thumbnails .thumbnail:focus {
  border-color: #B7BFC7;
  text-decoration: none;
}
.thumbnails .thumbnail .caption {
  padding: 10px;
  border-top: #E1E1E1 solid 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.thumbnails .thumbnail .caption p {
  font-size: 12px;
  color: #B7BFC7;
  font-weight: normal;
  font-style: italic;
  margin: 0;
}
/*--------------------------------------------------------------------------
*
*	Retina
*	
*-------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^="sprite-"],
  [class*=" sprite-"] {
    background-image: url(../images/sprite@2x.png);
    background-size: 500px 500px;
  }
}
/*--------------------------------------------------------------------------
*
*	Global
*	
*-------------------------------------------------------------------------*/
body {
  background: #f1f3f4;
}
#wrap {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}
#content-wrap {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
#content-wrap.overflow {
  overflow: visible;
}
.v {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f2f2f2;
}
/*--------------------------------------------------------------------------
*
*	Typography
*	
*-------------------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #3a4a56;
  font-size: 16px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4 {
  margin: 2em 0 0.5em;
  color: #2f353e;
}
h1 {
  font-size: 51px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 12px;
  text-transform: uppercase;
}
p,
li,
td,
th {
  line-height: 1.75;
}
a {
  color: #12ce96;
}
a:hover,
a:focus {
  color: #10b282;
}
hr {
  background: #ebebeb;
}
table .numeric {
  text-align: right;
}
.acf-tip {
  border: 2px solid #707cf2;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin: 1.5em 0 1em;
  color: #253540;
  position: relative;
}
.acf-tip i {
  position: absolute;
  left: -20px;
  margin-top: -8px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #4d5cf1;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-weight: normal;
  font-style: normal;
}
.acf-tip p {
  line-height: 1.5;
}
.acf-tip i + * {
  margin-top: 0;
}
.acf-tip *:last-child {
  margin-bottom: 0;
}
.badge {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background: #fc9700;
  color: #fff;
  font-size: 12px;
  padding: 5px 8px;
}
/*--------------------------------------------------------------------------
*
*	Zoomable
*	
*-------------------------------------------------------------------------*/
.zoomable {
  cursor: zoom-in;
  /* find correct width & height */
  /* active */
}
.zoomable.-calculate {
  position: fixed;
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
}
.zoomable.-calculate img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.zoomable.-active {
  display: block;
  position: relative;
}
.zoomable.-active img {
  position: absolute;
  transition: all 0.3s ease;
  z-index: 999;
  max-width: none !important;
  max-height: none !important;
}
.zoomable.-active:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 998;
}
.zoomable.-zoom {
  cursor: zoom-out;
}
.zoomable.-zoom:before {
  opacity: 1;
}
/*--------------------------------------------------------------------------
*
*	Code Block
*	
*-------------------------------------------------------------------------*/
.code-block {
  margin: 10px 0 20px;
  /* hover */
  /* open / close*/
}
.code-block .pre-title {
  display: block;
  border: #E1E1E8 solid 1px;
  margin: 0;
  padding: 14px 20px;
  position: relative;
}
.code-block .pre-title + pre {
  border-top-width: 0;
}
.code-block .pre-title .fa {
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  text-align: center;
  background: #F7F7F9;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #708090;
  display: none;
}
.code-block code {
  border: none;
  background: none;
  padding: 0;
}
.code-block pre {
  margin: 0 !important;
  position: relative;
}
.code-block pre:before {
  content: attr(data-title);
  font-size: 13px;
  text-transform: uppercase;
  color: #cbccce;
  position: absolute;
  top: 20px;
  right: 20px;
}
.code-block pre.result {
  border-top: none;
  background: #fff !important;
}
.code-block:hover .fa-angle-up {
  display: block;
}
.code-block.closed pre {
  display: none;
}
.code-block.closed .fa-angle-down {
  display: block;
}
.code-block.closed .fa-angle-up {
  display: none;
}
/*--------------------------------------------------------------------------
*
*	Button
*	
*-------------------------------------------------------------------------*/
.button {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding: 15px 19px;
  border-radius: 3px;
  background: #21dca4;
  border: none;
  /* input */
  /* states */
  /* alt */
  /* alt2 */
  /* outline */
  /* purple */
  /* purple outline */
  /* blue */
  /* red */
  /* red outline */
  /* white */
  /* red outline */
}
.button:hover {
  color: #fff;
  background-color: #28dfa8;
  text-decoration: none;
}
.button:active,
.button:focus {
  color: #fff;
  outline: none;
}
.button:active {
  transform: translate(0, 1px);
}
.button.alt {
  background: #4d5cf1;
}
.button.alt:hover {
  background-color: #6572f3;
}
.button i {
  font-size: 19px;
  margin: -3px 0;
}
.button.alt2 {
  background: transparent;
  border: #21dca4 solid 1px;
  color: #12ce96;
}
.button.alt2:hover {
  color: #0e9f74;
  border-color: #1ab083;
}
.button.-outline {
  background: transparent;
  border: #00cba7 solid 1px;
  color: #00cba7;
}
.button.-outline:hover {
  color: #00b192;
  border-color: #00b192;
}
.button.-purple {
  background: #4d5cf1;
}
.button.-purple:hover {
  background-color: #3546ef;
}
.button.-purple.-outline {
  background: transparent;
  border-color: #4d5cf1;
  color: #4d5cf1;
}
.button.-purple.-outline:hover {
  color: #1e31ed;
  border-color: #1e31ed;
}
.button.-blue {
  background: #2ea2d4;
}
.button.-blue:hover {
  background-color: #2893c1;
}
.button.-big {
  font-size: 17px;
  padding: 20px 25px;
}
.button.-red {
  background: #ff584c;
}
.button.-red:hover {
  background-color: #ff4032;
}
.button.-red.-outline {
  background: transparent;
  border-color: #ff584c;
  color: #ff584c;
}
.button.-red.-outline:hover {
  color: #ff2819;
  border-color: #ff2819;
}
.button.-white {
  background: #fff;
  color: #12ce96;
}
.button.-white:hover {
  background-color: #f2f2f2;
}
.button.-white.-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button.-white.-outline:hover {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
/* btn group */
.button-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.button-group .button {
  float: left;
  margin: 0;
  border-radius: 0;
}
.button-group .button + .button {
  margin-left: -1px;
}
.button-group .button:first-child {
  margin-left: 0;
  border-radius: 3px 0 0 3px;
}
.button-group .button:last-child {
  border-radius: 0 3px 3px 0;
}
.button-group .button.button:first-child:last-child {
  border-radius: 3px 3px 3px 3px;
}
/* tags */
a.tag {
  color: #aaa;
  font-size: 13px;
  line-height: 13px;
  height: 34px;
  display: inline-block;
  padding: 9px 13px 0;
  border-radius: 20px;
  border: #E1E1E8 solid 1px;
  margin: 0 5px 5px 0;
}
a.tag:hover {
  border-color: #009f70;
  color: #009f70;
  text-decoration: none;
}
/*--------------------------------------------------------------------------
*
*	nav
*	
*-------------------------------------------------------------------------*/
.nav {
  background: #F7F7F7;
  margin: 0 0 40px;
}
.nav li {
  color: #B2B2B2;
}
.nav li.avatar {
  margin-right: 10px;
}
.nav li a {
  color: inherit;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  display: block;
}
.nav li.current a {
  color: #2F353E;
  font-weight: bold;
}
.nav li a:hover {
  text-decoration: none;
  color: #2F353E;
}
.nav .count {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  line-height: 1;
  padding: 5px;
  border-radius: 100%;
  background: #5ee8bf;
  color: #fff;
}
/*---------------------------------------------------------------------------------------------
*
*  callout
*
*---------------------------------------------------------------------------------------------*/
.acf-callout {
  margin: 0 0 40px;
  padding: 20px;
  background-color: #FCF8F2;
  border-left: 3px solid #F0AD4E;
}
.acf-callout h4 {
  color: #F0AD4E;
}
.acf-callout p {
  margin: 0;
}
.acf-callout .fa {
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  background: #F0AD4E;
  color: #FCF8F2;
  margin: 0 2px 0 0;
}
.acf-callout .icons-ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.acf-callout .icons-ul li i {
  color: #F0AD4E;
}
.acf-callout.danger {
  border-color: #D9534F;
  background-color: #FDF7F7;
}
.acf-callout.danger h4 {
  color: #D9534F;
}
.acf-callout.danger .icons-ul li i {
  color: #D9534F;
}
.acf-callout.danger .fa {
  background-color: #D9534F;
  color: #FDF7F7;
}
.acf-callout.success {
  background-color: #5EE8BF;
  border-color: #bcf1c5;
}
.acf-callout.success h4 {
  color: #3aad60;
}
.acf-callout.success .icons-ul li i {
  color: #3aad60;
}
.acf-callout.success .fa {
  background-color: #5EE8BF;
  color: #f4faf6;
}
/*--------------------------------------------------------------------------
*
*	Header
*	
*-------------------------------------------------------------------------*/
#header {
  background: transparent;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  height: 70px;
  z-index: 99;
  color: #fff;
  /* animation */
  opacity: 1;
  transition: background 0.25s linear;
  /* fix chrom flicker? */
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  /* admin bar */
  /* menu */
  /* white */
}
.admin-bar #header {
  top: 32px;
}
#header .menu .menu-item-wrap {
  line-height: 30px;
  margin: 0;
  padding: 0;
  /* mobile */
  /* actions */
  /* margins */
}
#header .menu .menu-item-wrap.-mobile {
  display: none;
}
#header .menu .menu-item-wrap.-cart,
#header .menu .menu-item-wrap.-my-account,
#header .menu .menu-item-wrap.-download {
  float: right;
}
#header .menu .menu-item-wrap.-home {
  margin-left: -15px;
}
#header .menu .menu-item-wrap.-mobile {
  margin-right: -15px;
}
#header .menu h3 {
  height: 70px;
  margin: 0;
}
#header .menu h3 i {
  width: 65px;
  height: 30px;
  float: none;
}
#header .menu .menu-item {
  display: block;
  height: 70px;
  padding: 20px 15px 0;
  color: inherit;
  position: relative;
  font-weight: bold;
}
#header .menu .menu-item:hover,
#header .menu .menu-item:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.03);
}
#header .menu .menu-item .count {
  position: absolute;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  vertical-align: top;
  border-radius: 100%;
  background: #21dca4;
  color: #fff;
  height: 15px;
  width: 15px;
  text-align: center;
  margin: -2px 0 0 2px;
}
#header .menu .button {
  margin: 15px 15px 0;
}
#header.-white {
  color: #2f353e;
  background: #fff !important;
  box-shadow: 0 0 2px rgba(6, 8, 8, 0.15);
  transition-delay: 0s;
  transition-duration: 0s;
}
#header.-white .menu h3 i {
  background-position: -100px 0;
  width: 67px;
  height: 32px;
  margin: -1px 0 0 -1px;
}
#header.-white .menu .menu-item:hover,
#header.-white .menu .menu-item:focus {
  background: #fafafb !important;
}
#header.-white .menu .menu-item.-active:after {
  content: "";
  display: block;
  background: #21dca4;
  height: 3px;
  left: 15px;
  right: 15px;
  position: absolute;
  bottom: 0;
}
#header.-white .menu .menu-item .count {
  background: #cbccce;
}
#acf-christmas-hat {
  position: absolute;
  width: 30px;
  height: auto;
  top: 12px;
  left: 19px;
}
/*--------------------------------------------------------------------------------------------
*
*	Sub Header
*	
*--------------------------------------------------------------------------------------------*/
#sub-header {
  background: #00e4bc;
  padding: 75px 0;
  margin: 0;
  color: #fff;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
#sub-header h1,
#sub-header h2,
#sub-header h3,
#sub-header h4 {
  color: inherit;
  margin: 0.5em 0;
}
#sub-header h2 {
  font-style: italic;
  font-weight: normal;
  font-size: 34px;
}
#sub-header h2.h1 {
  margin: 0;
  font-size: 51px;
  line-height: 1.1em;
  font-weight: bold;
  font-style: normal;
}
#sub-header .test {
  display: none;
  display: block;
}
#sub-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
}
#sub-header h1 {
  margin: 0;
  line-height: 1.1em;
}
#sub-header .v {
  background: #7EEFD5;
}
#sub-header h1 a,
#sub-header h2 a,
#sub-header h3 a {
  color: inherit;
}
#sub-header .tag {
  color: #fff;
  border-color: #fff;
}
/* search form */
#sub-header-search {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
}
#sub-header-search input[type="text"] {
  border: #97F3DF solid 1px;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  line-height: 26px;
  height: 62px;
  padding: 17px 20px;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
}
/* input placeholder */
#sub-header-search input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1;
  color: #fff;
}
#sub-header-search input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1;
  color: #fff;
}
#sub-header-search input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: #fff;
}
#sub-header-search input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1;
  color: #fff;
}
/* icon */
#sub-header-search .fa {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  height: 62px;
  width: 62px;
  text-align: center;
  line-height: 62px;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  background: transparent;
}
#sub-header-search .fa #sub-header-search input[type="text"] {
  transition: border 0.2s linear 0s;
}
#sub-header-search input[type="text"]:hover,
#sub-header-search input[type="text"]:focus {
  border-color: #fff;
}
/* results */
#sub-header-search .field-results {
  display: none;
  background: #f7f7f9;
  color: #52606d;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
#sub-header-search p {
  margin: 0;
}
.search-result-items,
.search-result-item {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.search-result-items {
  margin: -15px;
}
.search-result-item {
  padding: 10px;
  margin: 5px;
  border-radius: 3px;
}
.search-result-item:hover {
  background: #fff;
}
.search-result-title {
  color: #2f353e;
  font-weight: bold;
  font-size: 16px;
}
.search-result-title a {
  color: inherit;
}
.search-result-detail {
  font-size: 13px;
}
.search-result-excerpt {
  display: block;
}
/* is-open */
#sub-header-search.is-open input[type="text"] {
  border-color: #fff;
  border-radius: 5px 5px 0 0;
}
#sub-header-search.is-open .field-results {
  display: block;
}
/* buttons */
#sub-header-search .fa-search {
  display: block;
}
#sub-header-search .fa-times {
  display: none;
}
#sub-header-search .fa-spinner {
  display: none;
}
/* loading */
#sub-header-search.is-loading .fa-search {
  display: none;
}
#sub-header-search.is-loading .fa-times {
  display: none;
}
#sub-header-search.is-loading .fa-spinner {
  display: block;
}
/* open */
#sub-header-search.is-open .fa-search {
  display: none;
}
#sub-header-search.is-open .fa-times {
  display: block;
}
/*--------------------------------------------------------------------------------------------
*
*	WP Box
*
*--------------------------------------------------------------------------------------------*/
.wp-box {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  position: relative;
}
.wp-box .inner {
  padding: 15px;
}
.wp-box .header {
  background: #FCFCFC;
  border-bottom: #e1e1e1 solid 1px;
  padding: 15px;
  position: relative;
}
.wp-box .footer {
  background: #FCFCFC;
  border-top: #e1e1e1 solid 1px;
  padding: 15px;
  position: relative;
}
/*--------------------------------------------------------------------------
*
*	Breadcrumbs
*	
*-------------------------------------------------------------------------*/
#breadcrumbs {
  margin: 0 0 50px;
}
#breadcrumbs p {
  margin: 0;
}
#breadcrumbs i {
  margin: 0 5px;
}
#breadcrumbs .active {
  font-weight: bold;
}
/*--------------------------------------------------------------------------
*
*	Sidebar
*	
*-------------------------------------------------------------------------*/
.col-main {
  width: 70%;
}
.col-side {
  width: 30%;
}
#sidebar {
  padding-left: 30px;
  z-index: 1;
}
#sidebar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background: #fafafb;
  border-left: #ebebeb solid 1px;
  width: 50%;
  margin-left: -30px;
}
#sidebar .widget {
  z-index: 1;
  position: relative;
}
.has-sidebar {
  overflow: hidden;
}
/*--------------------------------------------------------------------------
*
*	Sidebar Widget
*	
*-------------------------------------------------------------------------*/
.widget {
  margin: 0 0 50px;
}
.widget h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 15px;
}
.widget h3 a {
  color: inherit;
}
.widget h3 .acf-icon {
  margin-right: 5px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.widget .links-list li {
  font-size: 14px;
}
/*--------------------------------------------------------------------------------------------
*
*	Footer
*
*--------------------------------------------------------------------------------------------*/
#footer {
  clear: both;
  border-top: 1px solid #ebebeb;
  padding: 50px 0;
  font-size: 14px;
  /* fixed */
  /* signup */
  /* author */
}
.footer-fixed #footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
#footer form .form-row {
  margin: 0;
  padding: 0;
  position: relative;
}
#footer h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 13px;
  line-height: 1.1em;
}
#footer h3 span {
  color: #ccc;
  text-transform: none;
  font-weight: normal;
}
#footer ul,
#footer li {
  display: block;
  margin: 0;
  padding: 0;
}
#footer .col.-twitter {
  width: 40%;
}
#footer blockquote.twitter-tweet {
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 20px;
  margin: 0;
}
#footer iframe {
  margin: 0 !important;
}
#footer input[type="email"] {
  padding: 15px 15px;
  height: 50px;
  width: 100%;
}
#footer input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: transparent;
  color: #52606d;
  font-weight: bold;
  height: 50px;
}
#footer .fa-wordpress {
  color: #f1f3f4;
  font-size: 75px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
#footer .fa-wordpress:hover {
  color: #0073aa;
  text-decoration: none;
}
#footer .sprite-elliot {
  width: 65px;
  height: 80px;
  float: left;
  background-position: 0 -150px;
  opacity: 0.5;
}
#footer .sprite-elliot:hover {
  opacity: 1;
}
#footer .sprite-elliot + p {
  margin: 10px 0 0;
  max-width: 400px;
}
#footer hr {
  margin: 40px 0;
}
#footer p.credits {
  color: #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 1em;
  margin: 0;
}
#footer p.credits a {
  color: inherit;
  color: #aaa;
}
/*--------------------------------------------------------------------------------------------
*
*	Popup
*
*--------------------------------------------------------------------------------------------*/
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  background: #fff;
  transition: all 0.3s ease;
}
.popup .container {
  max-width: 900px;
  margin: 100px auto;
  transition: all 0.3s ease;
  transform: translate(0, -30px);
}
.popup.-active {
  display: block;
}
.popup.-open {
  opacity: 1;
}
.popup.-open .container {
  transform: translate(0, 0);
}
.popup .close-popup {
  margin: 50px;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
  background: #4d5cf1;
  color: #fff;
}
.popup .close-popup i {
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.popup .close-popup:hover {
  background: #7c87f5;
}
/*--------------------------------------------------------------------------------------------
*
*	announcement
*
*--------------------------------------------------------------------------------------------*/
.announcement {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #4d5cf1;
  color: #fff;
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.announcement p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}
.announcement .button {
  display: block;
  width: 100%;
  text-align: center;
}
/*--------------------------------------------------------------------------------------------
*
*	link-box
*
*--------------------------------------------------------------------------------------------*/
.link-box {
  display: block;
  border: #e1e8ed solid 1px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  color: #3a4a56;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.link-box:hover {
  border-color: #ccd6dd;
  text-decoration: none;
  color: #3a4a56;
}
.link-box:hover .media {
  border-color: #ccd6dd;
}
.link-box:hover .inside h3,
.link-box:hover .inside .url {
  color: #0e9f74;
}
.link-box:hover .inside .url {
  text-decoration: underline;
}
.link-box .inside {
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
}
.link-box .inside h3 {
  font-size: 18px;
}
.link-box .inside p {
  font-size: inherit;
  line-height: inherit;
}
.link-box .inside .url {
  color: #8899a6;
}
.link-box .media {
  background: #fff;
  display: block;
  margin: -20px;
  padding: 20px;
  border-bottom: #e1e8ed solid 1px;
}
.link-box .media img {
  margin: 0 auto;
}
/*--------------------------------------------------------------------------------------------
*
*	banner
*
*--------------------------------------------------------------------------------------------*/
.acf-banner {
  border-radius: 3px;
  padding: 12px;
  margin: -30px auto 90px;
  text-align: center;
  background: #23282d;
}
.acf-banner p {
  margin: 0;
}
.acf-banner .badge {
  vertical-align: text-top;
  display: inline-block;
  padding: 4px;
  line-height: 1;
  background: #4d5cf1;
}
.acf-banner a {
  color: #00e4bc;
}
/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */
/* =bbPress Style
-------------------------------------------------------------- */
/* =Topic and reply content
-------------------------------------------------------------- */
/* =Breadcrumb and Tags
-------------------------------------------------------------- */
/* =Search
-------------------------------------------------------------- */
#bbpress-forums #bbp-search-form {
  clear: left;
}
#bbpress-forums div.bbp-search-form {
  float: right;
}
/* =Admin Links
-------------------------------------------------------------- */
span.bbp-admin-links {
  float: right;
  color: #ddd;
}
span.bbp-admin-links a {
  color: #bbb;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
fieldset span.bbp-admin-links {
  float: left;
}
tr td span.bbp-admin-links a:hover {
  color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
  width: 50%;
}
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: right;
  margin-left: 10px;
  color: #ccc;
}
/* =Toggles
-------------------------------------------------------------- */
.bbp-topic-action #favorite-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
}
.bbp-topic-action #favorite-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-topic-action #favorite-toggle span.is-favorite a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}
.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
.bbp-topic-action #subscription-toggle a {
  text-decoration: none;
  padding: 0 3px 1px;
  color: #7c7;
  border: 1px solid #aca;
  background-color: #dfd;
  font-weight: bold;
  font-size: 13px;
}
.bbp-topic-action #subscription-toggle a:hover {
  color: #5a5;
  border-color: #7c7;
  background-color: #beb;
}
.bbp-topic-action #subscription-toggle span.is-subscribed a {
  color: #faa;
  border: 1px solid #faa;
  background-color: #fee;
}
.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
  color: #c88;
  border-color: #c88;
  background-color: #fdd;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  margin: 5px 0 5px;
  padding: 0;
  font-size: 11px;
}
#bbpress-forums p.bbp-topic-meta span {
  white-space: nowrap;
}
/* =Pagination
-------------------------------------------------------------- */
/*
.bbp-pagination-count {
	float: left;
	border: 1px solid transparent;
}

.bbp-pagination-links {
	float: right;
	list-style: none;
	display: inline;
	}
	.bbp-pagination-links a,
	.bbp-pagination-links span.current {
		display: block;
		float: left;
		padding: 0px 5px;
		margin-left: 5px;
		border: 1px solid #efefef;
		text-decoration: none;
		}
		.bbp-pagination-links a:hover,
		.bbp-pagination-links span.current {
			background: #eee;
			opacity: 0.8;
			border: 1px solid #ddd;
		}

	.bbp-pagination-links span.dots {
		display: block;
		float: left;
		padding: 1px 4px;
		margin-left: 5px;
	}

.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
	}
	.bbp-topic-pagination a {
		font-size: 10px;
		line-height: 10px;
		padding: 1px 3px;
		border: 1px solid #ddd;
		text-decoration: none;
	}
*/
/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form {
  clear: left;
}
#bbpress-forums fieldset.bbp-form {
  border: 1px solid #eee;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 5px;
}
#bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form textarea,
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums fieldset.bbp-form input {
  margin: 0 0 8px;
}
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 97%;
  box-sizing: border-box;
}
textarea#bbp_forum_content {
  height: 210px;
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
  width: 200px;
  float: right;
  clear: none;
  margin-left: 25px;
}
/**
 * Fix for too-long forum names, usually from conversion
 */
#bbpress-forums fieldset select#bbp_forum_id {
  max-width: 200px;
}
.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
  clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
  margin-right: 0;
  padding: 10px;
  border: 1px solid #ddd;
  line-height: 0;
  background-color: #efefef;
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
  font-size: 10px;
  background-color: #f0fff8;
  border: 1px solid #CEEFE1;
  display: block;
  padding: 8px;
  margin-top: 5px;
  width: 369px;
}
#merge_tag,
#delete_tag {
  display: inline;
}
div.bbp-submit-wrapper {
  margin-top: 15px;
  float: right;
  clear: both;
}
p.form-allowed-tags {
  width: 462px;
}
/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  width: 100%;
  margin: 0;
  font-size: 12px;
}
#bbpress-forums div.bbp-the-content-wrapper table,
#bbpress-forums div.bbp-the-content-wrapper tbody,
#bbpress-forums div.bbp-the-content-wrapper tr,
#bbpress-forums div.bbp-the-content-wrapper td {
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper input {
  font-size: 12px;
  padding: 5px;
  margin: 0 2px 0 0;
  line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  padding: 5px;
  min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
  padding: 4px 4px 8px;
}
#bbpress-forums div.wp-editor-container {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
  line-height: 16px;
}
/* =Edit User
-------------------------------------------------------------- */
#bbpress-forums #bbp-your-profile fieldset {
  padding: 20px 20px 0 20px;
}
#bbpress-forums #bbp-your-profile fieldset div {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  clear: left;
}
#bbpress-forums #bbp-your-profile fieldset select {
  margin-bottom: 0;
}
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset textarea {
  margin-bottom: 0;
  width: 60%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 5px 8px;
  border-radius: 0;
}
#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline-color: rgba(240, 255, 240, 0.1);
}
#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
  width: auto;
}
#bbpress-forums #bbp-your-profile fieldset legend {
  display: none;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
  float: left;
  width: 20%;
  padding: 5px 20px 5px 0;
  text-align: right;
  cursor: pointer;
}
#bbpress-forums #bbp-your-profile fieldset dl label[for] {
  text-align: left;
  width: 60%;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
  margin: 5px 0 0 20%;
  font-size: 12px;
  font-style: italic;
  float: left;
  clear: left;
  width: 60%;
  padding: 5px 8px;
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
  margin: 0;
  border: none;
  padding: 0;
  clear: none;
  float: none;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
  width: 60%;
  display: inline;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password input,
#bbpress-forums #bbp-your-profile fieldset fieldset.password span {
  width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
  margin: 0;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-left: 0;
  margin-bottom: 20px;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: right;
}
/* =Notices
-------------------------------------------------------------- */
.bbp-template-notice,
.indicator-hint {
  margin: 20px 0;
  padding: 10px 20px;
  border-left: 3px solid #f1b32d;
  font-style: italic;
}
div.bbp-template-notice.info {
  border-color: #cee1ef;
}
div.bbp-template-notice.important {
  border-color: #e6db55;
}
div.bbp-template-notice.error,
div.bbp-template-notice.warning {
  border-color: #ffebe8;
}
div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
  color: #c00;
}
/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
  background-color: #ffffe0 !important;
  font-size: 1.1em;
}
/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
  border-top: 1px dotted #ddd;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  font-size: 11px;
  color: #aaa;
}
#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,
#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li {
  list-style-type: none;
}
/* =Widgets
-------------------------------------------------------------- */
.bbp-login-form fieldset legend {
  display: none;
}
.bbp-login-form label {
  display: inline-block;
  margin: 0 0 5px;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
  margin-top: 20px;
}
.bbp-login-form .bbp-submit-wrapper {
  text-align: right;
}
.bbp-login-form .bbp-login-links a {
  float: left;
  clear: left;
}
.bbp-logged-in img.avatar {
  float: left;
  margin: 0 15px 0 0;
}
.bbp-logged-in h4 {
  font-weight: bold;
  font-size: 1.3em;
  clear: none;
  margin-bottom: 10px;
}
/* =Avatars
-------------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
  float: none;
  margin-bottom: -7px;
  border: 3px double #ddd;
}
fieldset div.avatar {
  float: right;
}
/* =BuddyPress Activity Streams
-------------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
  border-left: 2px solid #eaeaea;
  margin-left: 5px;
  padding-left: 10px;
}
/* =User Pages
-------------------------------------------------------------- */
#bbpress-forums #bbp-user-wrapper {
  float: left;
  width: 100%;
}
#bbpress-forums .bbp-user-section {
  overflow: auto;
}
#bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 1.4em;
  padding-top: 0;
  clear: none;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies,
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
  clear: none;
}
#bbpress-forums #bbp-single-user-details {
  margin: 0;
  width: 150px;
  float: left;
  overflow: hidden;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0;
  width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border: none;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 150px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-description {
  float: none;
  margin-left: 180px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  float: none;
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  padding: 5px 8px;
  display: block;
  border: 1px solid transparent;
  text-decoration: none;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background: #eee;
  opacity: 0.8;
}
#bbpress-forums #bbp-user-body {
  margin-left: 180px;
}
body.my-account #bbpress-forums {
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}
/* =User Capabilities
-------------------------------------------------------------- */
#bbpress-forums dl.bbp-user-capabilities {
  display: inline-block;
  vertical-align: top;
}
#bbpress-forums dl.bbp-user-capabilities dt {
  margin: 0 0 10px;
  text-transform: capitalize;
}
#bbpress-forums dl.bbp-user-capabilities dd {
  margin: 0;
  padding: 0;
}
/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
  font-size: 11px;
  visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
  visibility: visible;
}
/*--------------------------------------------------------------------------------------------
*
*	avatar
*	
*--------------------------------------------------------------------------------------------*/
.avatar-wrap {
  position: absolute;
  height: 64px;
  width: 64px;
}
.avatar-wrap .avatar-badge {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  right: 0;
  z-index: 3;
}
.avatar-wrap .avatar-badge img {
  width: 100%;
  height: auto;
  left: auto;
  margin: 0;
  right: 0;
  top: -14px;
}
.avatar-wrap .ring-1,
.avatar-wrap .ring-2,
.avatar-wrap img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  -moz-transition: all 0.25s;
}
.avatar-wrap .ring-1 {
  box-shadow: #fff 0 0 0 2px;
  z-index: 1;
}
.avatar-wrap .ring-2 {
  box-shadow: #97F3DF 0 0 0 1px;
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
  z-index: 2;
}
/*--------------------------------------------------------------------------
*
*	Misc
*	
*-------------------------------------------------------------------------*/
h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.25em;
  padding-bottom: 0;
  padding: 0;
  color: #2F353E;
  margin: 0 0 25px;
}
#bbpress-forums fieldset.bbp-form {
  border: 1px solid #EEEEEE;
  margin-bottom: 10px;
  padding: 20px;
}
#bbpress-forums .bbp-template-notice img.avatar {
  display: inline-block !important;
  vertical-align: text-top !important;
  border: 0 none !important;
  border-radius: 7px !important;
}
.wp-smiley {
  display: inline-block;
  margin: 0 3px 0 0;
}
code {
  display: inline-block;
  margin: 20px 0;
  white-space: normal;
}
p code {
  margin: 0;
  color: #dd4a68;
  background: #F7F7F9;
  border: #E1E1E8 solid 1px;
  padding: 0 5px;
}
pre code {
  margin: 0;
}
/*--------------------------------------------------------------------------------------------
*
*	Breadcrumbs
*	
*--------------------------------------------------------------------------------------------*/
.bbp-breadcrumb {
  margin: 0 0 50px;
}
.bbp-breadcrumb p {
  margin: 0;
}
.bbp-breadcrumb span {
  margin: 0 5px;
}
.bbp-breadcrumb .active {
  font-weight: bold;
}
body.single-topic .bbp-breadcrumb .bbp-breadcrumb-current {
  display: none;
}
/*--------------------------------------------------------------------------------------------
*
*	sub-header
*	
*--------------------------------------------------------------------------------------------*/
#sub-header {
  padding: 75px 0;
}
#sub-header h2 {
  margin: 0;
  font-size: 51px;
  line-height: 1.1em;
  font-weight: bold;
  opacity: 1;
}
/* user */
#bbp-user {
  padding-left: 20px;
}
#sub-header .avatar-wrap {
  position: relative;
  margin: 0 auto;
}
#sub-header .button-group {
  margin: 10px 0 0;
}
/* user logged in */
#bbp-user .logged-in {
  text-align: center;
}
#bbp-user .logged-in h3 {
  font-size: 20px;
  line-height: 1em;
  margin: 12px 0 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#bbp-user.hover-profile .ring-1 {
  box-shadow: #fff 0 0 0 4px;
}
#bbp-user.hover-signout .ring-2 {
  -moz-transform: scale(1.1);
}
/* user logged out */
#bbp-user .logged-out form {
  margin: 0;
  padding: 0;
}
#bbp-user .logged-out h3 {
  margin: 0;
}
#bbp-user .logged-out li,
#bbp-user .logged-out label {
  font-size: 13px;
  color: #00b796;
}
#bbp-user .logged-out li a {
  color: inherit;
}
#bbp-user .field {
  position: relative;
  overflow: hidden;
  border-radius: 1px;
  margin: 9px 0 9px;
  padding: 0 0 0 35px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
}
#bbp-user .prefix {
  position: absolute;
  background: #f1f3f4;
  left: 0;
  top: 0;
  height: 100%;
  width: 36px;
  border-right: #ebebeb solid 1px;
}
#bbp-user .logged-out .fa {
  color: #cbccce;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}
#bbp-user .logged-out input[type="text"],
#bbp-user .logged-out input[type="password"] {
  font-size: 13px;
  line-height: 15px;
  padding: 10px;
  background: #FFFFFF;
  border: 0 none;
  margin: 0;
  width: 100%;
  border-radius: 0;
}
#bbp-user .logged-out input[type="text"]:focus,
#bbp-user .logged-out input[type="password"]:focus {
  box-shadow: none;
  outline: none;
}
#bbp-user .logged-out .field-password .postfix {
  position: absolute;
  background: #4d5cf1;
  right: 0;
  top: 0;
  height: 100%;
  width: 36px;
}
#bbp-user .logged-out button[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0 none;
  z-index: 1;
  color: #fff;
  font-size: 15px;
}
#bbp-user .logged-out input[type="checkbox"] {
  margin: 0 0 0 0;
}
/*--------------------------------------------------------------------------
*
*	Forum
*	
*-------------------------------------------------------------------------*/
#bbpress-forums + #bbpress-forums {
  margin-top: 50px;
}
.bbp-list {
  clear: both;
}
.bbp-list > li {
  padding: 15px 20px 15px 20px;
  border-radius: 1px;
  position: relative;
  min-height: 50px;
  background-color: #fff;
}
.bbp-list a {
  /* color: #b7bfc7; */
}
.bbp-list > li.odd {
  border: #F2F2F2 solid 1px;
  background: #FAFBFC;
}
.bbp-list > li.super-sticky,
.bbp-list > li.sticky {
  border-color: #f3e3b8;
  background: #fffdf0;
}
.bbp-list h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 5px;
  color: #2F343E;
}
/*
*  Status
*/
.bbp-topic-status {
  float: right;
  margin: 5px 0 0 20px;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
  background-color: inherit;
}
.bbp-list > li.odd .bbp-topic-status {
  background-color: inherit;
}
.bbp-topic-status .color,
.bbp-topic-status .mask {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: inherit;
  -moz-transition: all 0.25s;
}
.bbp-topic-status .mask {
  z-index: 2;
  width: 36px;
  height: 36px;
  top: 2px;
  left: 2px;
  text-indent: -999px;
}
.bbp-topic-status .step {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f1f3f4;
  top: 50%;
  left: 50%;
}
.bbp-topic-status .step.step-1 {
  margin-top: -50px;
}
.bbp-topic-status .step.step-3 {
  margin-left: -50px;
}
.bbp-topic-status .step.step-4 {
  margin-left: -50px;
  margin-top: -50px;
}
.bbp-topic-status-1 .step-1 {
  background-color: #f9504a;
}
.bbp-topic-status-2 .step-1,
.bbp-topic-status-2 .step-2 {
  background-color: #d15db9;
}
.bbp-topic-status-3 .step-1,
.bbp-topic-status-3 .step-2,
.bbp-topic-status-3 .step-3 {
  background-color: #3397e2;
}
.bbp-topic-status-4 .step-1,
.bbp-topic-status-4 .step-2,
.bbp-topic-status-4 .step-3,
.bbp-topic-status-4 .step-4 {
  background-color: #21dca4;
}
.bbp-list > li:hover .bbp-topic-status .mask {
  -moz-transform: scale(0.9);
}
.bbp-list > li:hover .bbp-topic-status .color {
  -moz-transform: scale(1.1);
}
.bbp-topic-status-1,
.bbp-list .topic-status-1 h3 {
  color: #f9504a;
}
.bbp-topic-status-2,
.bbp-list .topic-status-2 h3 {
  color: #d15db9;
}
.bbp-topic-status-3,
.bbp-list .topic-status-3 h3 {
  color: #3397e2;
}
.bbp-topic-status-4,
.bbp-list .topic-status-4 h3 {
  color: #12ce96;
}
.bbp-list h3 a {
  color: inherit;
}
.bbp-list .meta li {
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
  margin: 0 15px 0 0 !important;
  color: #B7BFC7;
}
.bbp-list .meta li a {
  color: inherit;
}
.bbp-list .meta li i {
  margin: 4px 3px 0 0;
  font-size: 14px;
  color: #E1E5EA;
  float: left;
}
.bbp-list .meta li .fa-comment {
  margin-top: 3px;
}
.bbp-unread {
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #ffba27;
  color: #fff;
  box-shadow: #fff 0 0 0 4px, #F2F2F2 0 0 0 5px;
  margin: -7px 0 0 -7px;
}
#bbpress-forums .bbp-list-sub-forums {
  margin: 10px 0 0;
}
.bbp-list-sub-forums li {
  padding: 10px 15px;
  border-radius: 1px;
  color: #b7bfc7;
  position: relative;
  min-height: 0;
  font-size: 14px;
  color: #2F343E;
}
.bbp-list-sub-forums li a {
  color: inherit;
}
.bbp-list-sub-forums li:nth-child(odd) {
  border: #F2F2F2 solid 1px;
  background: #FAFBFC;
}
/*--------------------------------------------------------------------------
*
*	Single Topic
*	
*-------------------------------------------------------------------------*/
.bbp-status-actions {
  margin: 20px 0 0;
}
.bbp-topic-status-large {
  width: 76px;
  height: 76px;
  position: absolute;
  right: 0;
  margin: -10px 0 0;
  border-radius: 100%;
}
.bbp-topic-status-large .color,
.bbp-topic-status-large .mask {
  width: 76px;
  height: 76px;
  line-height: 72px;
  font-size: 12px;
  text-align: center;
}
.bbp-topic-status-large .mask {
  width: 72px;
  height: 72px;
  text-indent: 0px;
}
.bbpress-single-topic {
  position: relative;
  background: #fff;
}
.bbpress-single-topic h1 {
  margin-right: 86px;
}
#bbpress-forums .bbp-list-replies {
  margin: 40px 0 0;
}
#bbpress-forums .bbp-list-replies > li {
  margin: 0 0 20px;
}
.bbp-forum-content,
.bbp-topic-content,
.bbp-reply-content {
  margin: 20px 0 20px 84px;
  position: relative;
  padding: 0;
}
.bbp-topic-content {
  margin-left: 0;
  margin-bottom: 0;
}
.bbp-reply-user-meta {
  margin: 0 0 5px;
}
.bbp-reply-user-meta h3 {
  margin: 0;
  padding: 0;
}
/*--------------------------------------------------------------------------
*
*	topic-ajax-actions
*	
*-------------------------------------------------------------------------*/
#topic-ajax-actions {
  margin: 5px 60px 0 10px;
  float: right;
  border: #DFDFDF solid 1px;
  border-radius: 3px;
  padding-right: 16px;
}
#topic-ajax-actions > li {
  padding: 10px;
  border-left: #DFDFDF solid 1px;
  font-size: 21px;
  line-height: 1em;
  position: relative;
}
#topic-ajax-actions a {
  text-decoration: none !important;
}
#topic-ajax-actions > li:first-child {
  border-left-width: 0;
}
#topic-ajax-actions .fa {
  line-height: inherit;
  vertical-align: top;
  color: #999;
}
#topic-ajax-actions .active .fa {
  color: #FFCA5A;
}
#topic-ajax-actions .fa-caret-down {
  font-size: 12px;
  margin: 0 -2px;
}
#topic-ajax-actions .dropdown-menu {
  margin-left: -5px;
  margin-top: 5px;
}
/* dropdown menu */
.dropdown-menu:before,
.dropdown-menu:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  margin: -4px 0 0 1px;
  left: 10px;
  height: 0;
  width: 0;
  border: transparent solid 5px;
  border-bottom-color: #fff;
}
.dropdown-menu:before {
  top: -6px;
  margin: -6px 0 0 0;
  border-width: 6px;
  border-bottom-color: #DFDFDF;
}
.dropdown-menu {
  position: absolute;
  background: #fff;
  border-radius: 3px;
  border: #DFDFDF solid 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 5px;
  z-index: 999;
  display: none;
}
.dropdown-menu.open {
  display: block;
}
.dropdown-menu-list {
  width: 100px;
}
.dropdown-menu-list li {
  font-size: 14px;
  line-height: 1.1;
}
.dropdown-menu-list li a {
  color: #52606d;
  display: block;
  padding: 7px 10px;
  transition: none;
}
.dropdown-menu-list li a:hover {
  background: #21dca4;
  color: #fff;
}
.dropdown-menu-list li a.active {
  font-weight: bold;
}
/*--------------------------------------------------------------------------
*
*	Form actions
*	
*-------------------------------------------------------------------------*/
#bbp-form-actions {
  background: #FAFBFC;
  border: #CCCCCC solid 1px;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
#bbp-form-actions li {
  margin: 0 20px 0 0;
}
/*--------------------------------------------------------------------------
*
*	Form uploads
*	
*-------------------------------------------------------------------------*/
#acf-attachments {
  padding: 0;
}
#acf-attachments .acf-label,
#acf-attachments thead {
  display: none;
}
#acf-attachments .acf-repeater.-empty table {
  display: none;
}
#acf-attachments .acf-repeater table {
  width: 100%;
  border-collapse: inherit;
  vertical-align: middle;
  border-top-width: 0;
  border-color: #CCCCCC;
  border-bottom-color: #DFDFDF;
  margin: 0;
}
#acf-attachments .acf-button {
  display: block;
  border: 0 none;
  background: #CCCCCC;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  margin: -40px 0 0 -50px;
  padding: 0;
}
#acf-attachments .acf-button:hover {
  background: #F55E4F;
}
#acf-attachments .acf-repeater-add-row .fa {
  font-size: 20px;
  line-height: 40px;
}
#acf-attachments td {
  box-sizing: unset;
}
/*--------------------------------------------------------------------------
*
*	Form submit
*	
*-------------------------------------------------------------------------*/
.control-group-submit {
  margin: 15px 10px 0 0;
  float: left;
}
.control-group-submit + p {
  padding-top: 9px;
}
/*--------------------------------------------------------------------------
*
*	tags
*	
*-------------------------------------------------------------------------*/
.bbp-pagination-links,
.admin-links {
  position: relative;
  overflow: hidden;
}
.bbp-pagination-links *,
.admin-links a {
  border: 1px solid #e1e1e8;
  color: #aaa;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  margin: 0 0 0 -1px;
  padding: 0 13px;
  float: left;
}
.bbp-pagination-links *:first-child,
.admin-links a:first-child {
  border-radius: 3px 0 0 3px;
  margin: 0;
}
.bbp-pagination-links *:last-child,
.admin-links a:last-child {
  border-radius: 0 3px 3px 0;
}
.bbp-pagination-links a:hover,
.admin-links a:hover {
  color: #f85d49;
  border-color: #f85d49;
  opacity: 1;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
/*--------------------------------------------------------------------------
*
*	pagination
*	
*-------------------------------------------------------------------------*/
.bbp-pagination {
  float: none;
  margin: 30px 0;
  clear: both;
  width: auto;
}
.bbp-pagination .bbp-pagination-count {
  font-weight: bold;
  border: none;
  line-height: 34px;
  float: left;
}
.bbp-pagination .bbp-pagination-links {
  float: right;
}
.bbp-pagination-links span.current {
  color: #52606d;
  border-color: #52606d;
  background: transparent;
  opacity: 1;
  position: relative;
  z-index: 1;
}
/*--------------------------------------------------------------------------
*
*	admin-links (hover over reply)
*	
*-------------------------------------------------------------------------*/
.admin-links {
  position: absolute;
  top: -1px;
  right: -1px;
}
.admin-links a {
  background: #fff;
}
/*--------------------------------------------------------------------------
*
*	single topic
*	
*-------------------------------------------------------------------------*/
/* topic tags */
#bbpress-forums .bbp-topic-tags {
  float: none !important;
  font-size: 13px;
}
/* editor */
#bbpress-forums .quicktags-toolbar {
  background: #FAFBFC;
  padding: 9px !important;
  border-radius: 3px 3px 0 0;
}
#bbpress-forums .quicktags-toolbar .button,
#bbpress-forums .quicktags-toolbar .button-secondary {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
/* reply-icons */
.reply-icons {
  position: absolute;
  bottom: -15px;
  right: 0;
}
.reply-icons li {
  margin: 0 0 0 10px;
  font-size: 24px;
  display: none;
  color: #CCCCCC;
}
.reply-icons li a:hover {
  text-decoration: none;
}
/* reply-is-private */
.reply.reply-is-private {
  border: #DEDEDE solid 2px !important;
  background-color: #FAFBFC !important;
  border-radius: 5px;
}
.reply-is-private .reply-icon-private {
  display: block;
}
/* reply-is-note */
.reply.reply-is-note {
  border: #FFCA5A solid 2px !important;
  background-color: #fff !important;
  border-radius: 5px;
}
.reply-is-note .reply-icon-note {
  display: block;
  color: #FFCA5A;
}
#new-post[data-reply-type="note"] #qt_bbp_reply_content_toolbar,
#new-post[data-reply-type="note"] #bbp-form-actions {
  background-color: #FFF9E6;
}
/* reply-is-solution */
.reply.reply-is-solution {
  border: #5EE8BF solid 2px !important;
  background-color: #fff !important;
  border-radius: 5px;
}
.reply-is-solution .reply-icon-solution {
  display: block;
  color: #5EE8BF;
}
.reply-is-solution .bbp-reply-user .ring-1 {
  box-shadow: 0 0 0 2px #cbe8d6;
}
.reply-is-solution .bbp-reply-user .ring-2 {
  box-shadow: 0 0 0 1px #cbe8d6;
}
.bbp-reply-revision-log {
  display: none;
}
.bbp-topic-tags {
  float: none;
  color: #B7BFC7;
}
.bbp-topic-tags a {
  color: inherit;
}
/*--------------------------------------------------------------------------
*
*	Reply form
*	
*-------------------------------------------------------------------------*/
.bbp-reply-form {
  margin: 20px 0 0;
}
.bbp-reply-form form {
  padding: 0 0 1px;
}
.bbp-reply-form .bbp-reply-user-meta {
  margin-bottom: 10px;
}
.bbp-reply-form p label {
  display: inline;
  margin: 0;
}
.bbp-reply-form p input[type="checkbox"] {
  margin: 0 1px 0 0;
}
.wp-editor-container {
  border-color: #CCCCCC #CCCCCC #DFDFDF;
  border-style: solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-width: 1px;
}
/*--------------------------------------------------------------------------
*
*	Sidebar
*	
*-------------------------------------------------------------------------*/
#widget-documentation .thumbnails {
  margin-left: -5%;
}
#widget-documentation .thumbnails li {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
}
#widget-documentation .thumbnails .thumbnail {
  padding: 0;
  border: 0 none;
  opacity: 0.5;
}
#widget-documentation .thumbnails .thumbnail:hover {
  opacity: 1;
}
/*--------------------------------------------------------------------------------------------
*
*	Edit Topic
*
*--------------------------------------------------------------------------------------------*/
#bbp_topic_title {
  color: #2F353E;
  font-size: 36px;
  line-height: 36px;
  height: auto;
  font-weight: normal;
  line-height: 1.25em;
  padding: 15px 0;
  width: 100%;
  border: 0 none;
  border-bottom: #DFDFDF dotted 1px;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
/*--------------------------------------------------------------------------------------------
*
*	Forum List
*
*--------------------------------------------------------------------------------------------*/
.bbp-list-table {
  border-top: #F2F2F2 solid 1px;
  border-left: #F2F2F2 solid 1px;
  width: 100%;
}
.bbp-list-table th,
.bbp-list-table td {
  border-bottom: #F2F2F2 solid 1px;
  border-right: #F2F2F2 solid 1px;
  padding: 9px 14px;
  text-align: left;
}
.bbp-list-table h3 {
  font-size: 15px;
  padding: 10px 0;
  margin: 0;
}
.bbp-list-table .numeric {
  text-align: right;
}
.bbp-list-table tr.bbp-forum-category td {
  border-right-color: transparent;
  color: #fff;
}
.bbp-list-table tr.bbp-forum-category td:last-child {
  border-right-color: #F2F2F2;
}
.bbp-list-table tr.bbp-forum-child h3 {
  padding-left: 20px;
}
/*--------------------------------------------------------------------------------------------
*
*	Search
*
*--------------------------------------------------------------------------------------------*/
#bbp-search-results pre {
  max-height: 200px;
}
.bbp-search-results-group {
  border: 1px solid #F2F2F2;
  border-radius: 1px;
  margin: 20px 0 0;
  position: relative;
}
.bbp-search-results-group .group-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: #FAFBFC;
  border-right: 1px solid #F2F2F2;
}
.bbp-search-results-group .group-title h3 {
  font-size: 12px;
  line-height: 20px;
  color: #abb0b6;
  padding: 15px;
  text-align: right;
  margin: 0;
}
.bbp-search-results-group .bbp-list-results {
  margin-left: 121px;
}
.bbp-search-results-group .bbp-list-results > li {
  background: #fff;
  padding: 15px;
  border: 0 none !important;
  border-top: 1px solid #F2F2F2 !important;
}
.bbp-search-results-group .bbp-list-results > li:first-child {
  border-top: 0 none !important;
}
/*
*  Resource
*/
.bbp-search-results-group li.resource .resource-thumbanil {
  width: 64px;
  position: absolute;
}
.bbp-search-results-group li.resource .resource-thumbanil img {
  width: 100%;
  height: auto;
}
.bbp-search-results-group li.resource .bbp-reply-content {
  margin-top: 0;
  min-height: 65px;
}
/*--------------------------------------------------------------------------------------------
*
*	Forms
*
*--------------------------------------------------------------------------------------------*/
#new-post .input-prepend {
  display: block;
}
#new-post .input-prepend .add-on {
  width: 80px;
  text-align: left;
  padding-left: 10px;
}
#new-post .input-prepend .help-inline {
  font-size: 12px;
  line-height: 30px;
  color: #8F9297;
  font-style: italic;
  padding: 0 0 0 7px;
}
#new-post .alert {
  font-size: 13px;
  padding: 10px;
}
/* bbp-tags */
.bbp-tags-wrapper {
  margin: 15px 0 0;
  position: relative;
  padding-left: 50px;
}
.bbp-tags-wrapper .select2-prepend,
.bbp-tags-wrapper .select2-choices {
  background: #fff;
  border: #DFDFDF solid 1px;
}
.bbp-tags-wrapper .select2-prepend {
  position: absolute;
  height: 100%;
  background: #FAFBFC;
  padding: 11px 10px;
  width: 51px;
  left: 0;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  line-height: 1;
}
.bbp-tags-wrapper .select2-choices {
  border-radius: 0 3px 3px 0;
  padding: 5px 5px 0;
}
.bbp-tags-wrapper .select2-choices li {
  margin: 5px;
  padding: 5px;
  font-size: 13px;
  line-height: 13px;
}
.bbp-tags-wrapper .select2-choices .select2-search-choice {
  background: #CCCCCC;
  color: #fff;
  text-shadow: none;
  border: 0 none;
  padding: 7px 10px 8px 20px;
  box-shadow: none;
  margin: 5px;
  border-radius: 20px;
}
.bbp-tags-wrapper .select2-choices .select2-search-choice:hover {
  background: #F55E4F;
}
.bbp-tags-wrapper .select2-choices .select2-search-field {
  margin: 5px 0;
  padding: 0;
}
.bbp-tags-wrapper .select2-choices .select2-search-field input {
  margin: 0 !important;
  padding: 7px 10px !important;
  height: auto;
}
.bbp-tags-wrapper .select2-choices .select2-search-choice-close {
  left: 8px;
  top: 7px;
}
.bbp-tags-wrapper .select2-search-field input:focus {
  border-color: #DA99CC;
}
/*--------------------------------------------------------------------------------------------
*
*	Profile
*
*--------------------------------------------------------------------------------------------*/
#bbpress-forums #bbp-user-body {
  margin-left: 0;
}
#bbp-user-profile {
  margin: 0 0 40px;
}
/* karma */
#bbp-user-karma .badge-icon {
  float: left;
}
#bbp-user-karma .wp-box h3,
#bbp-user-karma .wp-box p {
  margin: 0;
}
#bbp-user-karma .badge-content {
  margin-left: 140px;
  min-height: 128px;
  padding-top: 25px;
}
#bbp-user-karma .progress-wrap {
  position: relative;
}
#bbp-user-karma .progress {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  font-weight: bold;
  border: #E1E1E1 solid 2px;
  position: relative;
  overflow: hidden;
}
#bbp-user-karma .progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #E1E1E1;
  text-align: center;
}
.progress-wrap {
  margin: 10px !important;
}
.progress-marker {
  position: relative;
  float: left;
  width: 0;
  margin-top: 5px;
  left: 0px;
  text-align: center;
}
.progress-marker p {
  width: 60px;
  position: relative;
  left: -30px;
  margin: 0;
}
.progress-marker img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.progress-marker:first-child p {
  margin-left: 30px !important;
}
.progress-marker:last-child p {
  margin-left: -30px !important;
}
#bbpress-forums #bbp-your-profile fieldset {
  padding: 30px 20px 10px;
  margin-bottom: 30px;
}
/* user replies */
#bbpress-forums .bbp-user-section {
  overflow: visible;
}
/* edit profiles */
#bbp-user-body .form-table,
#bbp-user-body .form-table tbody,
#bbp-user-body .form-table tr,
#bbp-user-body .form-table td {
  border: 0 none;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
}
#bbp-user-body .form-table {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 30px 20px;
  margin: 20px 0 0;
}
#bbp-user-body .form-table td.acf-label {
  cursor: pointer;
  float: left;
  padding: 5px 20px 5px 0;
  text-align: right;
  width: 20%;
}
#bbp-user-body .form-table td.acf-label label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2em;
}
#bbp-user-body .form-table td.acf-input {
  width: 60%;
  margin-left: 20%;
}
#bbp-user-body fieldset.submit {
  border: 0 none;
  padding: 0 !important;
  margin: 30px 0 0 !important;
}
/*--------------------------------------------------------------------------------------------
*
*	Register
*
*--------------------------------------------------------------------------------------------*/
#bbp-register,
#bbp-lost-pass,
#bbp-login {
  max-width: 560px;
  margin: 0 auto;
}
#bbp-register .bbp-submit-wrapper,
#bbp-lost-pass .bbp-submit-wrapper,
#bbp-login .bbp-submit-wrapper {
  float: none;
}
#bbp-register .bbp-submit-wrapper .button,
#bbp-lost-pass .bbp-submit-wrapper .button,
#bbp-login .bbp-submit-wrapper .button {
  display: block;
  width: 100%;
}
/*--------------------------------------------------------------------------------------------
*
*	Lost Password
*
*--------------------------------------------------------------------------------------------*/
.funcaptcha a {
  -webkit-transition: none;
  /* Safari 3.2+, Chrome */
  -moz-transition: none;
  /* Firefox 4-15 */
  -o-transition: none;
  /* Opera 10.5–12.00 */
  transition: none;
  /* Firefox 16+, Opera 12.50+ */
}
/*--------------------------------------------------------------------------------------------
*
*	Announcements
*
*--------------------------------------------------------------------------------------------*/
#acf-announcement {
  position: relative;
  margin: 0 0 40px;
}
#acf-announcement .button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/*--------------------------------------------------------------------------------------------
*
*	Home
*
*--------------------------------------------------------------------------------------------*/
.support-box {
  margin: 0 0 20px;
  box-shadow: none;
  border-color: #efefef;
}
.support-box img {
  margin: 20px auto 0;
}
.support-box .inner {
  padding: 20px;
}
.support-box h2 {
  font-size: 22px;
  margin: 0 0 0.4em;
  color: #2F353E;
  line-height: 1.25em;
}
.support-box .footer {
  padding: 15px 20px;
  background: #FAFBFC;
  border-top-color: #efefef;
}
.support-box .bbp-list-table {
  border-left: 0 none;
}
.support-box .bbp-list-table tr th,
.support-box .bbp-list-table tr td {
  padding: 10px 20px;
}
.support-box .bbp-list-table tr th:last-child,
.support-box .bbp-list-table tr td:last-child {
  border-right: 0 none;
}
.support-box .bbp-list-table tr:last-child td {
  border-bottom: 0 none;
}
/* dashboard */
.support-box.dashboard p {
  margin: 0;
}
.count {
  display: inline-block;
  text-align: center;
  height: 16px;
  min-width: 16px;
  line-height: 16px;
  font-size: 10px;
  border-radius: 10px;
  background: #cbccce;
  color: #fff;
  padding: 0 6px;
  margin: 0 0 0 5px;
  vertical-align: top;
}
.nav-stacked li a {
  display: block;
}
.acf-icon {
  box-shadow: 0 0 0 10px rgba(77, 92, 241, 0.05);
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 18px;
  background: #4d5cf1 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  /* icon colors */
}
.acf-icon.-green {
  background: #00e7b9;
}
.acf-icon.-purple {
  background: #ba36ff;
}
.acf-icon.-red {
  background: #fd405a;
}
.acf-icon.-yellow {
  background: #ffbc1a;
}
.acf-icon.-pink {
  background: #f370e5;
}
.acf-icon.-blue {
  background: #2ea2d4;
}
.links-grid a {
  border: #ebebeb solid 1px;
  border-radius: 3px;
  padding: 20px;
  display: block;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.links-grid a:hover {
  text-decoration: none;
  border-color: #4d5cf1;
}
.links-grid i {
  margin: 0;
}
.links-grid h3 {
  margin: 15px 0 5px;
  font-size: 16px;
}
.links-grid span {
  color: #bbbbbb;
  font-size: 14px;
}
#wp-box-documentation {
  margin-bottom: 30px;
}
#wp-box-documentation .inner {
  padding: 30px;
}
/*--------------------------------------------------------------------------------------------
*
*	Widget 
*
*--------------------------------------------------------------------------------------------*/
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul,
.widget ul li {
  display: block;
  list-style: none;
}
.widget ul .count {
  float: right;
  background: #999999;
  color: #fff;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  min-width: 19px;
  margin-top: 3px;
}
/*--------------------------------------------------------------------------------------------
*
*	atwho
*
*--------------------------------------------------------------------------------------------*/
.atwho-view {
  border: #CCCCCC solid 1px;
  margin: 0 0 0 20px;
  font-size: 14px;
}
.atwho-view ul li {
  padding: 5px 12px;
  border-top: #DEDEDE solid 1px;
  border-bottom: 0 none;
}
.atwho-view ul li:first-child {
  border-top: 0 none;
}
.atwho-view ul li.cur {
  background: #08c;
}
/*--------------------------------------------------------------------------------------------
*
*	new-topic
*
*--------------------------------------------------------------------------------------------*/
#bbp-new-topic .field {
  margin-top: 15px;
  margin-left: 120px;
}
#bbp-new-topic .field:after {
  clear: both;
  content: "";
  display: table;
}
#bbp-new-topic .field label {
  display: block;
  background: #fff;
  border: #DFDFDF solid 1px;
  border-right-width: 0;
  float: left;
  background: #FAFBFC;
  padding: 0 13px;
  height: 50px;
  line-height: 48px;
  left: 0;
  border-radius: 3px 0 0 3px;
  width: 120px;
  margin-left: -120px;
}
#bbp-new-topic .field label span {
  color: #F55E4F;
}
#bbp-new-topic .field select,
#bbp-new-topic .field input,
#bbp-new-topic .field textarea,
#bbp-new-topic .field .select2-choices {
  height: 50px;
  border-radius: 0 3px 3px 0;
  box-shadow: none;
  border: none;
  background: transparent;
  border: 1px solid #d9d9d9;
  margin: 0;
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  padding: 13px 11px;
  width: 100%;
}
#bbp-new-topic .field .select2-choices input {
  border: none;
  padding: 0;
  height: 22px;
}
#bbp-new-topic .field .select2-choices .select2-search-choice {
  margin: 0 0 0 3px;
}
/*--------------------------------------------------------------------------------------------
*
*	new-ticket
*
*--------------------------------------------------------------------------------------------*/
#new-ticket #ticket-title {
  color: #2F353E;
  font-size: 36px;
  line-height: 36px;
  height: auto;
  font-weight: normal;
  line-height: 1.25em;
  padding: 15px 0;
  width: 100%;
  border: 0 none;
  border-bottom: #DFDFDF dotted 1px;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 35px;
}
#new-ticket .new-ticket-wrap {
  padding: 10px 0 20px 84px;
  position: relative;
}
#new-ticket .field {
  margin-top: 15px;
}
#new-ticket .field textarea {
  height: 300px;
  min-height: 300px;
  resize: vertical;
}
#new-ticket .field-input {
  margin-left: 120px;
}
#new-ticket .field-input label {
  background: #fff;
  border: #DFDFDF solid 1px;
  border-right-width: 0;
  float: left;
  background: #FAFBFC;
  padding: 0 13px;
  height: 50px;
  line-height: 48px;
  left: 0;
  border-radius: 3px 0 0 3px;
  width: 120px;
  margin-left: -120px;
}
#new-ticket .field-input label span {
  color: #F55E4F;
}
#new-ticket .field-input input {
  height: 50px;
  border-radius: 3px;
  box-shadow: none;
}
#new-ticket .field label + input {
  border-radius: 0 3px 3px 0;
}
#new-ticket .fa-spinner {
  font-size: 20px;
  color: #2f353e;
  margin: 0 0 0 5px;
}
.button[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}
/*--------------------------------------------------------------------------------------------
*
*	Dashboard
*
*--------------------------------------------------------------------------------------------*/
/* nav */
.button-group-title {
  margin: 0 0 40px;
}
.button-group-title h1 {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.button-group-title .button-group {
  vertical-align: top;
}
.button-group-title .button {
  border-color: #ebebeb;
  color: #52606d;
}
.button-group-title .button:hover {
  z-index: 1;
  position: relative;
}
.button-group-title .count {
  background: #21dca4;
  color: #fff;
  margin: 0 0 -3px 3px;
}
/* date range */
.date-range-toggle .preview {
  color: #ccc;
}
.date-range-toggle .dropdown-menu {
  display: none;
  left: auto;
  right: 10px;
  padding: 15px;
  margin-top: 5px;
}
.date-range-toggle .dropdown-menu::after,
.date-range-toggle .dropdown-menu::before {
  left: auto;
  right: 15px;
}
.date-range-toggle .dropdown-menu::before {
  margin-left: 0;
  margin-right: -1px;
}
.date-range-toggle .control-group {
  margin: 0 0 15px;
}
.date-range-toggle input,
.date-range-toggle select,
.date-range-toggle label,
.date-range-toggle .button {
  display: inline-block;
  margin: 0;
}
.date-range-toggle label {
  width: 80px;
  color: #2f353e;
  line-height: 28px;
}
.date-range-toggle select {
  margin-right: 10px;
}
.date-range-toggle input,
.date-range-toggle select {
  height: 28px;
  line-height: 1;
  font-size: 13px;
  padding: 3px 6px;
  width: auto;
  border: #CCCCCC solid 1px;
  border-radius: 3px;
}
.date-range-toggle input {
  max-width: 90px;
}
.date-range-toggle input[readonly] {
  background-color: #eee;
  border-color: #ccc;
  color: #999;
  cursor: not-allowed;
}
.date-range-toggle .control-actions {
  text-align: right;
}
.dropdown-menu .control-actions {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #e1e1e1;
  margin: 0 -15px -15px;
  padding: 10px 15px;
  text-align: right;
}
.date-range-toggle .button {
  height: 32px;
  padding: 7px 8px;
  vertical-align: top;
}
/* date range states */
.date-range-toggle.active .dropdown-menu {
  display: block;
}
/* stats-box */
.stats-box {
  margin: 40px 0 0;
}
.stats-box .hero,
.stats-box .inner {
  position: relative;
}
.stats-box .hero + .inner {
  border-top: #E1E1E1 solid 1px;
  margin-top: -1px;
}
.stats-box .hero-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  padding: 15px;
  border-left: #E1E1E1 solid 1px;
  margin-left: -1px;
}
.stats-box .hero-bar .chart-wrap {
  top: 50%;
}
.stats-box .hero-bar canvas {
  margin-top: -25%;
  position: relative;
}
.stats-box .hero-pies {
  width: 40%;
}
.stats-box .hero-pies li {
  width: 50%;
  text-align: center;
  padding: 15px;
  line-height: 1;
  border-right: #E1E1E1 solid 1px;
  border-bottom: #E1E1E1 solid 1px;
}
.stats-box .chart-wrap .stat-count,
.stats-box .chart-wrap .stat-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 0 -50px;
  z-index: -1;
}
.stats-box .chart-wrap .stat-count {
  margin-top: -20px;
}
.stats-box .chart-wrap .stat-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #52606d;
}
.stats-box .hero .hl .li-hero {
  width: 60%;
  float: right;
}
/* chart wrap */
.chart-wrap {
  position: relative;
  z-index: 0;
}
.chart-wrap canvas {
  height: auto !important;
  width: 100% !important;
}
/* stats-table */
/*
.table-stats h4 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 30px 0 15px;
	text-align: center;
}

.table-stats:first-child .v {
	display: none;
}
*/
.table-stats {
  table-layout: fixed;
}
.table-stats,
.table-stats th,
.table-stats td {
  border: 0 none;
  border-spacing: 0;
  font-size: 13px;
  line-height: 1.25;
}
.table-stats th {
  text-transform: uppercase;
}
.table-stats td {
  vertical-align: top;
}
.table-stats th,
.table-stats td {
  padding: 10px;
}
.table-stats tbody tr:nth-child(2n+1) {
  background-color: #FBFBFC;
}
.table-stats td p {
  margin: 0;
}
.table-stats td p + p {
  margin-top: 0.5em;
}
.table-stats td a {
  color: #0073aa;
}
.table-stats tr.hidden {
  display: none;
}
.table-stats.show-all tr.hidden {
  display: table-row;
}
.table-stats .avatar-wrap,
.table-stats .avatar-wrap img {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  float: left;
}
.table-stats .avatar-wrap {
  margin: 0 10px 0 0;
}
.table-stats .avatar-wrap .avatar-badge {
  top: -5px;
  right: -5px;
}
.table-stats .is-solution {
  background: #f7fffd !important;
}
.table-stats .is-solution td:first-child {
  border-left: #5EE8BF solid 5px;
}
.table-stats .th-bar,
.table-stats .td-bar {
  padding: 0;
  position: relative;
}
.table-stats .bar {
  position: absolute;
  width: 100%;
  height: 100%;
}
.table-stats .tag {
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 10px;
  background: #E2E2E2;
  color: #fff;
}
.table-stats .tag-E2E2E2 {
  color: #52606d;
}
/*--------------------------------------------------------------------------------------------
*
*	User stats
*
*--------------------------------------------------------------------------------------------*/
#user-stats-info .inner {
  padding: 25px;
}
#user-stats-info .avatar-wrap,
#user-stats-info .avatar-wrap img {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  left: auto;
  top: auto;
  float: left;
}
#user-stats-info .avatar-info {
  margin-left: 150px;
}
#user-stats-info h2 {
  margin: 0;
  line-height: 1;
}
#user-stats-info h2 a {
  color: inherit;
}
#user-stats-info h2 a:hover {
  text-decoration: underline;
}
#user-stats-info h2 span {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #52606d;
  vertical-align: top;
}
#user-stats-info p {
  line-height: 1em;
  color: #2f353e;
  margin-bottom: 0;
}
#user-stats-info p .fa {
  width: 15px;
  display: inline-block;
  color: #BABEC3;
}
.icon-stats {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin: 1em 0 0;
}
.icon-stats .fa {
  color: #E2E2E2;
}
@media (max-width: 880px) {
  /*--------------------------------------------------------------------------
*
*	Header
*	
*-------------------------------------------------------------------------*/
  #header {
    /* open */
    /* white */
  }
  #header .menu .menu-item-wrap {
    display: none;
    width: 100%;
  }
  #header .menu .menu-item-wrap.-home,
  #header .menu .menu-item-wrap.-mobile {
    display: block;
    width: auto;
  }
  #header .menu .menu-item-wrap.-mobile {
    float: right;
  }
  #header.-open {
    background: #2e343d;
    transition-delay: 0s;
    transition-duration: 0s;
  }
  #header.-open .menu {
    padding-bottom: 30px;
  }
  #header.-open .menu .menu-item-wrap {
    display: block;
  }
  #header.-white .menu .menu-item.-active:after {
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 3px;
    left: 0;
    position: absolute;
    height: auto;
  }
  /*--------------------------------------------------------------------------------------------
*
*	Pro
*	
*--------------------------------------------------------------------------------------------*/
  #wrap.pro .feature {
    padding: 50px 0;
    text-align: center;
  }
  #wrap.pro .feature img {
    margin: 0 auto;
  }
  #wrap.pro .feature .feature-image,
  #wrap.pro .feature .feature-text,
  #wrap.pro .feature .col {
    width: 100%;
    margin: 20px 0;
  }
  /* home */
  #hero {
    text-align: center;
    padding-bottom: 50px;
  }
  #hero img {
    margin-bottom: 50px;
  }
  #hero p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-box {
    padding: 50px 0;
  }
  .home-box:first-child {
    padding-top: 0;
  }
  .home-box img {
    margin: 0 0 20px;
  }
  .home-box .inner {
    padding: 0;
  }
  .admin-bar #header {
    top: 46px;
  }
  #header {
    height: auto;
    min-height: 70px;
  }
  #hero-fields {
    width: 90%;
    left: 5%;
  }
  #hero.pro img {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  /* blog */
  body.post-type-blog-archive .post-content {
    margin-right: 20px;
    margin-left: 90px;
  }
  .faq-content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  /*--------------------------------------------------------------------------------------------
*
*	Home
*	
*--------------------------------------------------------------------------------------------*/
  #hero {
    text-align: center;
  }
  #sub-header h1 {
    font-size: 40px;
  }
  .resource-category {
    text-align: center;
  }
  #hero-image-overlay {
    font-size: 12px;
  }
  #wrap.home .feature {
    padding: 50px 0;
    text-align: center;
  }
  #wrap.home .feature .feature-image,
  #wrap.home .feature .feature-text,
  #wrap.home .feature .col {
    width: 100%;
    margin: 20px 0;
  }
  /*--------------------------------------------------------------------------
*
*	Cart
*	
*-------------------------------------------------------------------------*/
  .cart .coupon {
    width: 70%;
  }
  .cart .coupon .input-text {
    width: 50%;
  }
  .cart_totals {
    margin-left: 0;
  }
  /*--------------------------------------------------------------------------
*
*	Checkout
*	
*-------------------------------------------------------------------------*/
  .checkout .col-side {
    display: none;
  }
  .form-row-first,
  .form-row-last {
    float: none;
    width: auto;
    padding: 0;
  }
  #payment .terms input {
    float: none;
  }
  /*--------------------------------------------------------------------------
*
*	My Account
*	
*-------------------------------------------------------------------------*/
  .sm-table,
  .sm-table tr,
  .sm-table td,
  .sm-table th,
  .sm-table tbody {
    display: block;
  }
  .sm-table thead {
    display: none;
  }
  .sm-table tr {
    padding: 15px;
    position: relative;
  }
  .sm-table td,
  .sm-table th {
    padding: 0 !important;
    text-align: left !important;
  }
  /* my orders */
  .my_account_orders .order-actions {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  /* receipt */
  #wc-receipt img {
    margin-bottom: 30px;
  }
  /*--------------------------------------------------------------------------
*
*	Sidebar
*	
*-------------------------------------------------------------------------*/
  .col-main {
    width: 100%;
  }
  .col-side {
    width: 100%;
    margin-top: 50px;
  }
  #sidebar {
    padding-left: 0;
  }
  #sidebar:after {
    display: none;
  }
  .page-sheet-wrap {
    margin: 0;
  }
  .pricing-box.developer {
    left: auto;
    top: auto;
  }
  .v {
    display: none;
  }
  body.post-type-blog-archive .post-content,
  .post-content,
  .faq-content {
    margin-right: 0;
    margin-left: 0;
  }
  body.archive .meta-bubble {
    display: none;
  }
  #sub-header.custom {
    padding: 50px 0;
  }
  #sub-header.custom .post-content {
    margin-top: 0;
  }
  .meta-bubble {
    position: relative;
    display: block;
    margin: 0 0 20px;
  }
  /* checkout */
  /* content nav */
  #content-nav {
    height: auto;
    position: relative !important;
    top: auto !important;
  }
  #content-nav + #content-wrap {
    margin-top: 0;
  }
  /*--------------------------------------------------------------------------
*
*	Accordion
*	
*-------------------------------------------------------------------------*/
  .sm-accordion {
    display: block;
  }
  .sm-accordion tbody,
  .sm-accordion thead,
  .sm-accordion tr,
  .sm-accordion td,
  .sm-accordion th {
    display: block;
  }
  .sm-accordion thead {
    display: none;
  }
  .sm-accordion th + td {
    display: none;
  }
  .sm-accordion tr.open th {
    border-left: #4d5cf1 5px solid;
  }
  .sm-accordion tr.open td {
    display: block;
    border-left: #dbdefc 5px solid;
  }
  /*--------------------------------------------------------------------------
*
*	Resources
*	
*-------------------------------------------------------------------------*/
  #resource-menu .links-grid .col {
    margin-top: 0 !important;
    margin-bottom: -1px;
    position: relative;
  }
  #resource-menu .links-grid .col a {
    text-align: left;
    margin-top: 0;
    border-radius: 0;
  }
  #resource-menu .links-grid .col h3 {
    margin: 0;
  }
  #resource-menu .links-grid .col i {
    float: left;
    margin: 0 15px 0 0;
  }
  #resource-menu .links-grid .col:hover {
    z-index: 1;
  }
  #resource-menu .links-grid .col:hover a {
    background: #f6f7ff;
  }
  #resource-menu .links-grid .col:first-child a {
    border-radius: 3px 3px 0 0;
  }
  #resource-menu .links-grid .col:last-child a {
    border-radius: 0 0 3px 3px;
  }
  .functions-list {
    border: none;
    margin-top: 20px;
  }
  .functions-list tbody,
  .functions-list thead,
  .functions-list tr,
  .functions-list td,
  .functions-list th {
    display: block;
  }
  .functions-list th,
  .functions-list td {
    border: none;
    padding: 0;
  }
  .functions-list tr {
    border: 1px solid #f2f2f2;
    margin-bottom: -1px;
    padding: 15px 20px;
  }
  #resource-sections .sm-row-1 .col + .col {
    margin-top: 10px;
  }
  /*--------------------------------------------------------------------------------------------
*
*	Footer
*
*--------------------------------------------------------------------------------------------*/
  #footer .col.-twitter {
    margin-top: 40px;
    width: 100%;
  }
}
.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    max-height: 200px;
    overflow: auto;
    z-index: 11110 !important;
}

.atwho-view .cur {
    background: #3366FF;
    color: white;
}
.atwho-view .cur small {
    color: white;
}
.atwho-view strong {
    color: #3366FF;
}
.atwho-view .cur strong {
    color: white;
    font:bold;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
}
.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('select2.png') no-repeat 100% -22px;
    background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('select2.png') no-repeat -37px -22px;
    background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100%;
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

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

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

