@charset "UTF-8";
/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 2.3.2 (26 May, 2015)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2015, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp, .cbp *, .cbp :after, .cbp :before, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-singlePage, .cbp-popup-singlePage * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline * {
  -webkit-tap-highlight-color: transparent; }

/*  ---------------------------------------------------------------
    Default style for plugin. Please change them carefully!
    --------------------------------------------------------------- */
.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0; }

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /* @editable properties */
  height: 400px; }
  .cbp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/Content/assets/plugins/cubeportfolio/img/cbp-loading.gif") no-repeat scroll center center transparent; }
  .cbp > * {
    visibility: hidden; }
  .cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .cbp img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%; }
  .cbp a, .cbp a:hover, .cbp a:active {
    text-decoration: none;
    outline: 0; }

.cbp-ready > * {
  visibility: visible; }
.cbp-ready:before {
  display: none; }

.cbp-wrapper-outer {
  overflow: hidden; }

.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden; }

.cbp-item-on2off {
  z-index: 0; }

.cbp-item-off2on {
  z-index: 1; }

.cbp-item-on2on {
  z-index: 2; }

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0; }

.cbp-l-project-related-wrap img, .cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto; }

.cbp-addItems {
  /* @editable properties */
  -webkit-transition: height .5s ease-in-out !important;
  transition: height .5s ease-in-out !important;
  will-change: height; }

.cbp-loading-fadeIn {
  -webkit-animation: fadeIn .6s ease-in;
  animation: fadeIn .6s ease-in; }

/*  END - Default style for plugin. Please change them carefully! */
.cbp-panel {
  /* @editable properties */
  width: 94%;
  max-width: 1170px;
  margin: 0 auto; }

.cbp-misc-video {
  /* @editable properties */
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000; }

.cbp-misc-video iframe {
  /* @editable properties */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* general caption style */
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
  display: block; }

.cbp-caption-activeWrap {
  background-color: #282727; }

.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0; }
.cbp-caption-active .cbp-caption-activeWrap {
  position: absolute;
  z-index: 2;
  height: 100%; }

/*  ---------------------------------------------------------------
    caption miscellaneous style
    --------------------------------------------------------------- */
.cbp-l-caption-title {
  /* @editable properties */
  color: #fff;
  font: 400 16px/21px "Open Sans", sans-serif; }

.cbp-l-caption-desc {
  /* @editable properties */
  color: #aaa;
  font: 400 12px/16px "Open Sans", sans-serif; }

.cbp-l-caption-text {
  /* @editable properties */
  font: 400 14px/21px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 6px; }

.cbp-l-caption-buttonLeft:not(.btn), .cbp-l-caption-buttonRight:not(.btn) {
  /* @editable properties */
  background-color: #3288C4;
  color: #FFFFFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px; }

.cbp-l-caption-buttonLeft:not(.btn):hover, .cbp-l-caption-buttonRight:not(.btn):hover {
  /* @editable properties */
  background-color: #2578B3;
  color: #fff; }

/*  END - caption miscellaneous style */
/*  ---------------------------------------------------------------
    none caption
    --------------------------------------------------------------- */
.cbp-caption-none .cbp-caption-activeWrap {
  display: none; }

/*  END - none caption */
/*  ---------------------------------------------------------------
    caption layout align left
    --------------------------------------------------------------- */
.cbp-l-caption-alignLeft .cbp-l-caption-body {
  /* @editable properties */
  padding: 12px 30px; }

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding-top: 30px; }

/*  END - caption layout left */
/*  ---------------------------------------------------------------
    caption layout center vertically and horizontally
    --------------------------------------------------------------- */
.cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%; }

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0; }

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  /* @editable properties */
  -webkit-transition: left .4s cubic-bezier(.19, 1, .22, 1);
  transition: left .4s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  /* @editable properties */
  left: -20px; }

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  /* @editable properties */
  left: 20px; }

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  /* @editable properties */
  left: 0; }

/*  END - caption layout center vertically and horizontally */
.cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  /* @editable properties */
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  /* @editable properties */
  top: 0;
  opacity: 1; }

.cbp-caption-minimal .cbp-l-caption-title, .cbp-caption-minimal .cbp-l-caption-desc {
  /* @editable properties */
  position: relative;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out; }

.cbp-caption-minimal .cbp-l-caption-title {
  /* @editable properties */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.cbp-caption-minimal .cbp-l-caption-desc {
  /* @editable properties */
  -webkit-transform: translateY(70%);
  transform: translateY(70%); }

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
  /* @editable properties */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.cbp-caption-minimal .cbp-caption-activeWrap {
  top: 0;
  /* @editable properties */
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  /* @editable properties */
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

.cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  /*@editable properties */
  height: 60px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  /*@editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  /* @editable properties */
  height: 60px; }

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
  /*@editable properties */
  -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
  transition: top .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  /* @editable properties */
  bottom: -60px;
  height: 60px;
  /*@editable properties */
  -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
  transition: bottom .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  /* @editable properties */
  top: -60px; }

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
  bottom: 0; }

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  z-index: 2;
  /*@editable properties */
  -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
  transition: top .5s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  /* @editable properties */
  height: 60px; }

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  /* @editable properties */
  top: -60px; }

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  /*@editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  top: 0;
  left: -50%;
  width: 50%; }

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateX(25%);
  transform: translateX(25%); }

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption-activeWrap {
  /*@editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-pushDown .cbp-caption-activeWrap {
  top: -102%;
  height: 102%; }

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(99%);
  transform: translateY(99%); }

.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
  /*@editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-pushTop .cbp-caption-activeWrap {
  height: 102%; }

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateY(-99%);
  transform: translateY(-99%); }

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
  z-index: 2;
  /*@editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-revealBottom .cbp-caption-activeWrap {
  top: 0;
  z-index: 1; }

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.cbp-caption-revealTop .cbp-caption-defaultWrap {
  z-index: 2;
  /*@editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-revealTop .cbp-caption-activeWrap {
  top: 0;
  z-index: 1; }

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.cbp-caption-zoom .cbp-caption-defaultWrap {
  /* @editable properties */
  -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
  transition: transform .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  /* @editable properties */
  -webkit-transform: scale(1.25);
  transform: scale(1.25); }

.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  /* @editable properties */
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
  transition: opacity .8s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  /* @editable properties */
  opacity: 1;
  top: 0; }

.cbp-caption-opacity .cbp-item {
  padding: 1px; }

.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
  background-color: transparent; }

.cbp-caption-opacity .cbp-caption {
  /* @editable properties */
  border: 1px solid transparent; }

.cbp-caption-opacity .cbp-caption:hover {
  /* @editable properties */
  border-color: #EDEDED; }

.cbp-caption-opacity .cbp-caption-defaultWrap {
  opacity: 1;
  /* @editable properties */
  -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1); }

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
  /* @editable properties */
  opacity: .8; }

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
  /* @editable properties */
  top: 0; }

.cbp-caption-expand .cbp-caption, .cbp-caption-expand .cbp-caption-activeWrap, .cbp-caption-expand .cbp-caption-defaultWrap {
  background-color: transparent; }

.cbp-caption-expand .cbp-caption-activeWrap {
  height: auto; }

.cbp-caption-expand .cbp-caption {
  border-bottom: 1px dotted #eaeaea; }

.cbp-caption-expand .cbp-caption-defaultWrap {
  cursor: pointer;
  font: 500 15px/23px "Roboto", sans-serif;
  color: #474747;
  padding: 12px 0 11px 0; }

.cbp-caption-expand .cbp-caption-defaultWrap .fa {
  margin-right: 6px;
  width: 16px;
  text-align: center;
  font-size: 14px; }

.cbp-caption-expand .cbp-caption-defaultWrap .fa-angle-down {
  position: absolute;
  right: 0;
  margin-top: 4px;
  width: 16px;
  text-align: center;
  font-size: 14px; }

.cbp-caption-expand .cbp-l-caption-body {
  font: 400 13px/21px "Roboto", sans-serif;
  color: #888;
  padding: 0 0 20px 26px; }

.cbp-caption-expand-active {
  transition: height .4s !important; }

.cbp-caption-expand-active .cbp-item {
  transition: left .4s, top .4s !important; }

.cbp-caption-expand-open .cbp-caption-activeWrap {
  transition: height .4s; }

.cbp-l-filters-alignCenter {
  /* @editable properties */
  margin-bottom: 40px;
  text-align: center;
  font: 400 12px/21px sans-serif;
  color: #DADADA; }

.cbp-l-filters-alignCenter .cbp-filter-item {
  /* @editable properties */
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Open Sans", sans-serif;
  padding: 0 12px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: visible;
  margin: 10px 0 0;
  display: inline-block; }

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  /* @editable properties */
  color: #2D2C2C; }

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  /* @editable properties */
  color: #2D2C2C;
  cursor: default; }

.cbp-l-filters-alignCenter .cbp-filter-counter {
  /* @editable properties */
  background: none repeat scroll 0 0 #626161;
  border-radius: 3px;
  color: #FFFFFF;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
  /* @editable properties */
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #626161;
  display: none; }

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
  display: block; }

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  /* @editable properties */
  bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-alignLeft {
  margin-bottom: 40px; }
  .cbp-l-filters-alignLeft .cbp-filter-item {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans", sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    color: #888888;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .cbp-l-filters-alignLeft .cbp-filter-item:hover {
      color: #111; }
    .cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
      background-color: #6C7A89;
      border: 1px solid #6C7A89;
      color: #fff;
      cursor: default; }
  .cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline; }

.cbp-l-filters-alignRight {
  /* @editable properties */
  margin-bottom: 40px;
  text-align: right; }
  .cbp-l-filters-alignRight .cbp-filter-item {
    background-color: transparent;
    color: #8B8B8B;
    cursor: pointer;
    font: 400 11px/29px "Open Sans", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #E4E2E2;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .cbp-l-filters-alignRight .cbp-filter-item:hover {
      /* @editable properties */
      color: #2B3444; }
      .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
        display: block; }
      .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
        /* @editable properties */
        bottom: 44px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1; }
    .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
      /* @editable properties */
      color: #FFFFFF;
      background-color: #049372;
      border-color: #049372;
      cursor: default; }
  .cbp-l-filters-alignRight .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #049372;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease; }
    .cbp-l-filters-alignRight .cbp-filter-counter:before {
      /* @editable properties */
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #049372;
      display: none; }

.cbp-l-filters-button {
  /* @editable properties */
  margin-bottom: 30px; }

.cbp-l-filters-button .cbp-filter-item {
  /* @editable properties */
  background-color: #FFFFFF;
  border: 2px solid #ECECEC;
  border-radius: 2px;
  color: #888888;
  cursor: pointer;
  font: 400 12px/29px "Open Sans", sans-serif;
  margin: 10px 10px 0 0;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out; }

.cbp-l-filters-button .cbp-filter-item:hover {
  /* @editable properties */
  color: #5d5d5d; }

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  /* @editable properties */
  background-color: #4D4C4D;
  color: #fff;
  border-color: #4D4C4D;
  cursor: default; }

.cbp-l-filters-button .cbp-filter-counter {
  /* @editable properties */
  background-color: #4D4C4D;
  border-radius: 3px;
  color: #fff;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity .25s ease, bottom .25s ease; }

.cbp-l-filters-button .cbp-filter-counter:before {
  /* @editable properties */
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4D4C4D;
  display: none; }

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
  display: block; }

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
  /* @editable properties */
  bottom: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-buttonCenter {
  /* @editable properties */
  margin-bottom: 40px;
  text-align: center; }

.cbp-l-filters-buttonCenter .cbp-filter-item {
  /* @editable properties */
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px Roboto, sans-serif;
  margin: 10px 10px 0 0;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  /* @editable properties */
  color: #5d5d5d; }

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  /* @editable properties */
  color: #3B9CB3;
  border-color: #8CD2E5;
  cursor: default; }

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  /* @editable properties */
  background-color: #68ABBC;
  border-radius: 3px;
  color: #fff;
  font: 400 11px/18px Roboto, sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .25s ease, bottom .25s ease;
  transition: opacity .25s ease, bottom .25s ease; }

.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
  /* @editable properties */
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #68ABBC;
  display: none; }

.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:before {
  display: block; }

.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
  /* @editable properties */
  bottom: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-dropdown {
  /* @editable properties */
  margin-bottom: 40px;
  height: 38px;
  position: relative;
  z-index: 5; }

.cbp-l-filters-dropdownWrap {
  /* @editable properties */
  width: 200px;
  position: absolute;
  right: 0;
  background: #3288C4; }

.cbp-l-filters-dropdownHeader {
  /* @editable properties */
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative; }

.cbp-l-filters-dropdownHeader:after {
  /* @editable properties */
  border-color: #FFFFFF transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px; }

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
  /* @editable properties */
  border-width: 0 5px 5px; }

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.cbp-l-filters-dropdownList > li {
  margin: 0;
  list-style: none; }

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
  display: block;
  margin: 0; }

.cbp-l-filters-dropdownList .cbp-filter-item {
  /* @editable properties */
  background: none;
  color: #9FBCE7;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #5592C2; }

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  /* @editable properties */
  color: #e6e6e6; }

.cbp-l-filters-dropdownList .cbp-filter-item-active {
  /* @editable properties */
  color: #e6e6e6;
  cursor: default; }

.cbp-l-filters-dropdownList .cbp-filter-counter {
  display: inline; }

.cbp-l-filters-list {
  /* @editable properties */
  margin-bottom: 40px;
  /* clearfix */
  content: "";
  display: table;
  clear: both; }

.cbp-l-filters-list .cbp-filter-item {
  /* @editable properties */
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px "Open Sans", sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin-top: 10px;
  float: left;
  border: 1px solid #3288C4;
  border-right-width: 0;
  -webkit-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out; }

.cbp-l-filters-list .cbp-filter-item:hover {
  /* @editable properties */
  color: #000; }

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  /* @editable properties */
  cursor: default;
  color: #FFFFFF;
  background-color: #3288C4; }

.cbp-l-filters-list-first {
  /* @editable properties */
  border-radius: 6px 0 0 6px; }

.cbp-l-filters-list-last {
  /* @editable properties */
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important; }

.cbp-l-filters-list .cbp-filter-counter {
  display: inline; }

@media only screen and (max-width: 600px) {
  .cbp-l-filters-list .cbp-filter-item {
    margin-right: 5px;
    border-radius: 6px;
    border-right-width: 1px; } }

.cbp-l-filters-work {
  /* @editable properties */
  margin-bottom: 40px;
  text-align: center; }

.cbp-l-filters-work .cbp-filter-item {
  /* @editable properties */
  background-color: #FFFFFF;
  color: #888;
  cursor: pointer;
  font: 600 11px/37px "Open Sans", sans-serif;
  margin: 10px 5px 0 0;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.cbp-l-filters-work .cbp-filter-item:hover {
  /* @editable properties */
  color: #fff;
  background: #607D8B; }

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  /* @editable properties */
  background: #607D8B;
  color: #fff;
  cursor: default; }

.cbp-l-filters-work .cbp-filter-counter {
  /* @editable properties */
  font: 600 11px/37px "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  margin-left: 8px; }

.cbp-l-filters-work .cbp-filter-counter:before {
  content: '('; }

.cbp-l-filters-work .cbp-filter-counter:after {
  content: ')'; }

.cbp-l-filters-big {
  margin-bottom: 40px;
  text-align: center; }
  .cbp-l-filters-big .cbp-filter-item {
    color: #444;
    cursor: pointer;
    font: 400 15px/22px Roboto, sans-serif;
    margin: 10px 15px 0 0;
    padding: 10px 23px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .cbp-l-filters-big .cbp-filter-item:hover {
      color: #888; }
    .cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
      border-color: #d5d5d5;
      cursor: default;
      color: #444; }

.cbp-l-filters-text {
  /* @editable properties */
  margin-bottom: 45px;
  text-align: center;
  font: 400 12px/21px Lato, sans-serif;
  color: #DADADA;
  padding: 0 15px; }

.cbp-l-filters-text .cbp-filter-item {
  /* @editable properties */
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px Lato, sans-serif;
  padding: 0 12px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: visible;
  margin: 10px 0 0;
  display: inline-block; }

.cbp-l-filters-text .cbp-filter-item:hover {
  /* @editable properties */
  color: #2D2C2C; }

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  /* @editable properties */
  color: #2D2C2C;
  cursor: default; }

.cbp-l-filters-text .cbp-filter-counter {
  /* @editable properties */
  background: none repeat scroll 0 0 #626161;
  border-radius: 3px;
  color: #FFFFFF;
  font: 400 11px/16px Lato, sans-serif;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.cbp-l-filters-text .cbp-filter-counter:before {
  /* @editable properties */
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #626161;
  display: none; }

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:before {
  display: block; }

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  /* @editable properties */
  bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.cbp-l-filters-text-sort {
  display: inline-block;
  font: 400 13px/21px Lato, sans-serif;
  color: #949494;
  margin-right: 15px; }

.cbp-l-filters-underline {
  margin-bottom: 40px; }
  .cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 10px 20px 0 0;
    display: inline-block;
    color: #787878;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .cbp-l-filters-underline .cbp-filter-item:hover {
      color: #111; }
    .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
      border-bottom-color: #666;
      color: #444;
      cursor: default; }
  .cbp-l-filters-underline .cbp-filter-counter {
    display: inline; }

.cbp-animation-quicksand {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-quicksand .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out; }

.cbp-animation-quicksand .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-quicksand .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: quicksand-off .6s ease-out both;
  animation: quicksand-off .6s ease-out both; }

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: quicksand-on .6s ease-out both;
  animation: quicksand-on .6s ease-out both; }

/* in */
/* @editable properties */
@-webkit-keyframes quicksand-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0); } }

@keyframes quicksand-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0); } }

/* out */
/* @editable properties */
@-webkit-keyframes quicksand-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0); } }

@keyframes quicksand-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0); } }

.cbp-animation-fadeOut, .cbp-animation-boxShadow {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out; }

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-fadeOut .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: fadeOut-off .6s ease-in-out both;
  animation: fadeOut-off .6s ease-in-out both; }

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: fadeOut-on .6s ease-in-out both;
  animation: fadeOut-on .6s ease-in-out both; }

/* in */
/* @editable properties */
@-webkit-keyframes fadeOut-off {
  0% {
    opacity: 1; }

  80%, 100% {
    opacity: 0; } }

@keyframes fadeOut-off {
  0% {
    opacity: 1; }

  80%, 100% {
    opacity: 0; } }

/* out */
/* @editable properties */
@-webkit-keyframes fadeOut-on {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeOut-on {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.cbp-animation-flipOut {
  /* @editable properties */
  -webkit-transition: height .7s ease-in-out;
  transition: height .7s ease-in-out;
  will-change: height; }

.cbp-animation-flipOut .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out; }

.cbp-animation-flipOut .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-flipOut .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipOut-out .7s both ease-in;
  animation: flipOut-out .7s both ease-in; }

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipOut-in .7s ease-out both;
  animation: flipOut-in .7s ease-out both; }

/* out */
/* @editable properties */
@-webkit-keyframes flipOut-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2; } }

@keyframes flipOut-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2; } }

/* in */
/* @editable properties */
@-webkit-keyframes flipOut-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2; } }

@keyframes flipOut-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2; } }

.cbp-animation-flipBottom {
  /* @editable properties */
  -webkit-transition: height .7s ease-in-out;
  transition: height .7s ease-in-out;
  will-change: height; }

.cbp-animation-flipBottom .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out; }

.cbp-animation-flipBottom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-flipBottom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: flipBottom-out .7s both ease-in;
  animation: flipBottom-out .7s both ease-in; }

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: flipBottom-in .7s ease-out both;
  animation: flipBottom-in .7s ease-out both; }

/* out */
/* @editable properties */
@-webkit-keyframes flipBottom-out {
  50%, 100% {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2; } }

@keyframes flipBottom-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2; } }

/* in */
/* @editable properties */
@-webkit-keyframes flipBottom-in {
  0%, 50% {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2; } }

@keyframes flipBottom-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2; } }

.cbp-animation-scaleSides {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-scaleSides .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out; }

.cbp-animation-scaleSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-scaleSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: scaleSides-out .9s ease both;
  animation: scaleSides-out .9s ease both; }

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: scaleSides-in .9s ease both;
  animation: scaleSides-in .9s ease both; }

/* out */
/* @editable properties */
@-webkit-keyframes scaleSides-out {
  50%, 100% {
    -webkit-transform: scale(.6);
    opacity: 0; } }

@keyframes scaleSides-out {
  50%, 100% {
    transform: scale(.6);
    opacity: 0; } }

/* in */
/* @editable properties */
@-webkit-keyframes scaleSides-in {
  0%, 50% {
    -webkit-transform: scale(.6);
    opacity: 0; } }

@keyframes scaleSides-in {
  0%, 50% {
    transform: scale(.6);
    opacity: 0; } }

.cbp-animation-skew {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-skew .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out; }

.cbp-animation-skew .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-skew .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
  -webkit-animation: skew-off .6s ease-out both;
  animation: skew-off .6s ease-out both; }

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
  -webkit-animation: skew-on .6s ease-out both;
  animation: skew-on .6s ease-out both; }

/* in */
/* @editable properties */
@-webkit-keyframes skew-off {
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0); } }

@keyframes skew-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(20deg, 0); } }

/* out */
/* @editable properties */
@-webkit-keyframes skew-on {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg); } }

@keyframes skew-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(0, 20deg); } }

.cbp-animation-fadeOutTop {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
  overflow: visible; }

.cbp-animation-fadeOutTop .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible; }

.cbp-animation-fadeOutTop .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out .6s both ease-in-out;
  animation: fadeOutTop-out .6s both ease-in-out; }

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in .6s both ease-in-out;
  animation: fadeOutTop-in .6s both ease-in-out; }

/* out */
/* @editable properties */
@-webkit-keyframes fadeOutTop-out {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1; }

  50%, 100% {
    -webkit-transform: translateY(-30px);
    opacity: 0; } }

@keyframes fadeOutTop-out {
  0% {
    transform: translateY(0);
    opacity: 1; }

  50%, 100% {
    transform: translateY(-30px);
    opacity: 0; } }

/* out */
/* @editable properties */
@-webkit-keyframes fadeOutTop-in {
  0%, 50% {
    -webkit-transform: translateY(-30px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes fadeOutTop-in {
  0%, 50% {
    transform: translateY(-30px);
    opacity: 0; }

  100% {
    transform: translateY(0);
    opacity: 1; } }

.cbp-animation-slideLeft {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-slideLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-slideLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideLeft-out .8s both ease-in-out;
  animation: slideLeft-out .8s both ease-in-out; }

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideLeft-in .8s both ease-in-out;
  animation: slideLeft-in .8s both ease-in-out; }

/* out */
/* @editable properties */
@-webkit-keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1); }

  25% {
    opacity: .75;
    -webkit-transform: scale(.8); }

  75% {
    opacity: .75;
    -webkit-transform: scale(.8) translateX(-200%); }

  100% {
    opacity: .75;
    -webkit-transform: scale(.8) translateX(-200%); } }

@keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1); }

  25% {
    opacity: .75;
    transform: scale(.8); }

  75% {
    opacity: .75;
    transform: scale(.8) translateX(-200%); }

  100% {
    opacity: .75;
    transform: scale(.8) translateX(-200%); } }

/* in */
/* @editable properties */
@-webkit-keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    -webkit-transform: scale(.8) translateX(200%); }

  75% {
    opacity: .75;
    -webkit-transform: scale(.8); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0); } }

@keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    transform: scale(.8) translateX(200%); }

  75% {
    opacity: .75;
    transform: scale(.8); }

  100% {
    opacity: 1;
    transform: scale(1) translateX(0); } }

.cbp-animation-sequentially {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-sequentially .cbp-wrapper-outer {
  overflow: visible; }

.cbp-animation-sequentially .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible; }

.cbp-animation-sequentially .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-out .6s both ease;
  animation: fadeOutTop-out .6s both ease; }

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: fadeOutTop-in .6s both ease-out;
  animation: fadeOutTop-in .6s both ease-out; }

.cbp-animation-3dflip {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-3dflip .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-3dflip .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip-out 0.6s both ease-in-out;
  animation: flip-out 0.6s both ease-in-out; }

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: flip-in 0.6s both ease-in-out;
  animation: flip-in 0.6s both ease-in-out; }

@-webkit-keyframes flip-out {
  100% {
    opacity: 0;
    -webkit-transform: rotateY(90deg); } }

@keyframes flip-out {
  100% {
    opacity: 0;
    transform: rotateY(90deg); } }

@-webkit-keyframes flip-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg); }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg); } }

@keyframes flip-in {
  0% {
    opacity: 0;
    transform: rotateY(-90deg); }

  100% {
    opacity: 1;
    transform: rotateY(0deg); } }

.cbp-animation-flipOutDelay {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-flipOutDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-flipOutDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: flipOut-out 1s both ease-in;
  animation: flipOut-out 1s both ease-in; }

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: flipOut-in 1s both ease-out;
  animation: flipOut-in 1s both ease-out; }

.cbp-animation-slideDelay {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-slideDelay .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-slideDelay .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: slideDelay-out 0.5s both ease-in-out;
  animation: slideDelay-out 0.5s both ease-in-out; }

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: slideDelay-in 0.5s both ease-in-out;
  animation: slideDelay-in 0.5s both ease-in-out; }

/* out */
@-webkit-keyframes slideDelay-out {
  100% {
    -webkit-transform: translateX(-100%); } }

@keyframes slideDelay-out {
  100% {
    transform: translateX(-100%); } }

@-webkit-keyframes slideDelay-in {
  0% {
    -webkit-transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0); } }

@keyframes slideDelay-in {
  0% {
    transform: translateX(100%); }

  100% {
    transform: translateX(0); } }

.cbp-animation-rotateSides {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-rotateSides .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-rotateSides .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSides-out .5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSides-out .5s both ease-in; }

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSides-in .6s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSides-in .6s both ease-out; }

/* out */
@-webkit-keyframes rotateSides-out {
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg); } }

@keyframes rotateSides-out {
  100% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg); } }

/* in */
/* @editable properties */
@-webkit-keyframes rotateSides-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg); }

  40% {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg); } }

@keyframes rotateSides-in {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg); }

  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg); } }

.cbp-animation-foldLeft {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-foldLeft .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-foldLeft .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: foldLeft-out .7s both ease;
  animation: foldLeft-out .7s both ease; }

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: foldLeft-in .7s both ease;
  animation: foldLeft-in .7s ease both; }

/* out */
@-webkit-keyframes foldLeft-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg); } }

@keyframes foldLeft-out {
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg); } }

/* in */
@-webkit-keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(100%); } }

@keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    transform: translateX(100%); } }

.cbp-animation-unfold {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-unfold .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-unfold .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: unfold-out .8s ease both;
  animation: unfold-out .8s ease both; }

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: unfold-in .8s both ease;
  transform-origin: 0% 50%;
  animation: unfold-in .8s both ease; }

/* out */
@-webkit-keyframes unfold-out {
  90% {
    opacity: 0.3; }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%); } }

@keyframes unfold-out {
  90% {
    opacity: 0.3; }

  100% {
    opacity: 0;
    transform: translateX(-100%); } }

/* in */
@-webkit-keyframes unfold-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg); } }

@keyframes unfold-in {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg); } }

.cbp-animation-scaleDown {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-scaleDown .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-scaleDown .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: scaleDown-out .7s ease both;
  animation: scaleDown-out .7s ease both; }

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: scaleDown-in .6s ease both;
  animation: scaleDown-in .6s ease both; }

/* out */
@-webkit-keyframes scaleDown-out {
  100% {
    opacity: 0;
    -webkit-transform: scale(.8); } }

@keyframes scaleDown-out {
  100% {
    opacity: 0;
    transform: scale(.8); } }

/* in */
@-webkit-keyframes scaleDown-in {
  0% {
    -webkit-transform: translateX(100%); } }

@keyframes scaleDown-in {
  0% {
    transform: translateX(100%); } }

.cbp-animation-frontRow {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-frontRow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-frontRow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: frontRow-out .7s both ease;
  animation: frontRow-out .7s both ease; }

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: frontRow-in .6s both ease;
  animation: frontRow-in .6s both ease; }

/* out */
@-webkit-keyframes frontRow-out {
  100% {
    -webkit-transform: translateX(-60%) scale(.8);
    opacity: 0; } }

@keyframes frontRow-out {
  100% {
    transform: translateX(-60%) scale(.8);
    opacity: 0; } }

/* in */
@-webkit-keyframes frontRow-in {
  0% {
    -webkit-transform: translateX(100%) scale(.8); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1); } }

@keyframes frontRow-in {
  0% {
    transform: translateX(100%) scale(.8); }

  100% {
    opacity: 1;
    transform: translateX(0%) scale(1); } }

.cbp-animation-rotateRoom {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-rotateRoom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-rotateRoom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoom-out .8s both ease;
  animation: rotateRoom-out .8s both ease; }

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoom-in .8s both ease;
  animation: rotateRoom-in .8s both ease; }

/* out */
@-webkit-keyframes rotateRoom-out {
  90% {
    opacity: .3; }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(90deg); } }

@keyframes rotateRoom-out {
  90% {
    opacity: .3; }

  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg); } }

/* in */
@-webkit-keyframes rotateRoom-in {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg); } }

@keyframes rotateRoom-in {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg); } }

.cbp-animation-bounceBottom {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-bounceBottom .cbp-wrapper-helper {
  /* @editable properties */
  -webkit-animation: bounceBottom-out .6s both ease-in-out;
  animation: bounceBottom-out .6s both ease-in-out; }

.cbp-animation-bounceBottom .cbp-wrapper {
  /* @editable properties */
  -webkit-animation: bounceBottom-in .6s both ease-in-out;
  animation: bounceBottom-in .6s both ease-in-out; }

/* out */
@-webkit-keyframes bounceBottom-out {
  100% {
    -webkit-transform: translateY(100%);
    opacity: 0; } }

@keyframes bounceBottom-out {
  100% {
    transform: translateY(100%);
    opacity: 0; } }

/* in */
@-webkit-keyframes bounceBottom-in {
  0% {
    -webkit-transform: translateY(100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes bounceBottom-in {
  0% {
    transform: translateY(100%);
    opacity: 0; }

  100% {
    transform: translateY(0);
    opacity: 1; } }

.cbp-animation-bounceLeft {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-bounceLeft .cbp-wrapper-helper {
  /* @editable properties */
  -webkit-animation: bounceLeft-out .6s both ease-in-out;
  animation: bounceLeft-out .6s both ease-in-out; }

.cbp-animation-bounceLeft .cbp-wrapper {
  /* @editable properties */
  -webkit-animation: bounceLeft-in .6s both ease-in-out;
  animation: bounceLeft-in .6s both ease-in-out; }

/* out */
@-webkit-keyframes bounceLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@keyframes bounceLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0; } }

/* in */
@-webkit-keyframes bounceLeft-in {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }

@keyframes bounceLeft-in {
  0% {
    transform: translateX(-100%);
    opacity: 0; }

  100% {
    transform: translateX(0);
    opacity: 1; } }

.cbp-animation-bounceTop {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-bounceTop .cbp-wrapper-helper {
  /* @editable properties */
  -webkit-animation: bounceTop-out .6s both ease-in-out;
  animation: bounceTop-out .6s both ease-in-out; }

.cbp-animation-bounceTop .cbp-wrapper {
  /* @editable properties */
  -webkit-animation: bounceTop-in .6s both ease-in-out;
  animation: bounceTop-in .6s both ease-in-out; }

/* out */
@-webkit-keyframes bounceTop-out {
  100% {
    -webkit-transform: translateY(-100%);
    opacity: 0; } }

@keyframes bounceTop-out {
  100% {
    transform: translateY(-100%);
    opacity: 0; } }

/* in */
@-webkit-keyframes bounceTop-in {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes bounceTop-in {
  0% {
    transform: translateY(-100%);
    opacity: 0; }

  100% {
    transform: translateY(0);
    opacity: 1; } }

.cbp-animation-moveLeft {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-moveLeft .cbp-wrapper-helper {
  /* @editable properties */
  -webkit-animation: moveLeft-out .6s both ease-in-out;
  animation: moveLeft-out .6s both ease-in-out; }

.cbp-animation-moveLeft .cbp-wrapper {
  /* @editable properties */
  -webkit-animation: moveLeft-in .6s both ease-in-out;
  animation: moveLeft-in .6s both ease-in-out; }

/* out */
@-webkit-keyframes moveLeft-out {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@keyframes moveLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0; } }

/* in */
@-webkit-keyframes moveLeft-in {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }

  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }

@keyframes moveLeft-in {
  0% {
    transform: translateX(100%);
    opacity: 0; }

  100% {
    transform: translateX(0);
    opacity: 1; } }

.cbp-displayType-lazyLoading {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn .5s both ease-in; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.cbp-displayType-fadeInToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-animation: fadeInToTop .5s both ease-in;
  animation: fadeInToTop .5s both ease-in; }

@-webkit-keyframes fadeInToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInToTop {
  0% {
    opacity: 0;
    transform: translateY(30px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.cbp-displayType-sequentially .cbp-item {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn .5s both ease-in; }

.cbp-displayType-bottomToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-displayType-bottomToTop .cbp-item {
  -webkit-animation: fadeInBottomToTop .4s both ease-in;
  animation: fadeInBottomToTop .4s both ease-in; }

@-webkit-keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

.cbp-popup-ie8bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* @editable properties */
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.cbp-popup-wrap {
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  /* @editable properties */
  z-index: 9990;
  padding: 0 10px; }

.cbp-popup-lightbox {
  /* @editable properties */
  background: rgba(0, 0, 0, 0.8); }

.cbp-popup-singlePage {
  /* @editable properties */
  background: white;
  padding: 0; }

.cbp-popup-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*margin-right: -.25em; // it breaks on mobile*/ }

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%; }

.cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  /* @editable properties */
  margin-top: 145px;
  max-width: 1024px;
  vertical-align: top;
  width: 94%; }

.cbp-popup-singlePage .cbp-popup-content-basic {
  position: relative;
  z-index: 1;
  /* @editable properties */
  margin-top: 104px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  text-align: left; }

.cbp-popup-lightbox-figure {
  position: relative; }

.cbp-popup-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  /* @editable properties */
  margin-top: 3px; }

.cbp-popup-lightbox-title {
  /* @editable properties */
  padding-right: 70px;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee; }

.cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  /* @editable properties */
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee; }

.cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  /* @editable properties */
  margin: 40px 0 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.cbp-popup-lightbox-img[data-action] {
  cursor: pointer; }

.cbp-popup-lightbox-isIframe .cbp-popup-content {
  /* @editable properties */
  width: 75%; }

@media only screen and (max-width: 768px) {
  .cbp-popup-lightbox-isIframe .cbp-popup-content {
    /* @editable properties */
    width: 95%; } }

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  /* @editable properties */
  margin-top: 3px; }

.cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  /* @editable properties */
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  background: #000; }

.cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* @editable properties */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.cbp-popup-lightbox-iframe audio {
  margin-top: 27%; }

/* NAVIGATION BUTTONS */
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  /* @editable properties */
  height: 104px;
  background-color: #34425C; }

.cbp-popup-singlePage .cbp-popup-navigation {
  position: relative;
  width: 100%;
  height: 100%; }

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed;
  top: 0 !important; }

.cbp-popup-singlePage-counter {
  /* @editable properties */
  color: #bbc0df;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font: 400 13px/30px "Open Sans", sans-serif;
  height: 30px; }

@media only screen and (max-width: 768px) {
  .cbp-popup-singlePage-counter {
    right: 3%; } }

.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-close {
  visibility: hidden; }

/* NAVOGATION BUTTONS */
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
  visibility: visible; }

/* PREVIOUS BUTTON LIGHBOX */
.cbp-popup-lightbox .cbp-popup-prev {
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto; }

.cbp-popup-lightbox .cbp-popup-prev:hover {
  /* @editable properties */
  background-position: 0 -46px; }

/* PREVIOUS BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-prev {
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 108px;
  bottom: 0;
  left: 0; }

.cbp-popup-singlePage .cbp-popup-prev:hover {
  /* @editable properties */
  background-position: 0 -138px; }

/* NEXT BUTTON LIGHTBOX */
.cbp-popup-lightbox .cbp-popup-next {
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto; }

.cbp-popup-lightbox .cbp-popup-next:hover {
  /* @editable properties */
  background-position: -46px -46px; }

/* NEXT BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-next {
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 108px; }

.cbp-popup-singlePage .cbp-popup-next:hover {
  /* @editable properties */
  background-position: -46px -138px; }

/* CLOSE BUTTON LIGTHBOX */
.cbp-popup-lightbox .cbp-popup-close {
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px; }

.cbp-popup-lightbox .cbp-popup-close:hover {
  /* @editable properties */
  background-position: -92px -46px; }

/* CLOSE BUTTON SINGLEPAGE */
.cbp-popup-singlePage .cbp-popup-close {
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cbp-popup-singlePage .cbp-popup-ie8bg {
  background-color: #fff; }

.cbp-popup-singlePage .cbp-popup-close:hover {
  /* @editable properties */
  background-position: -92px -138px; }

@media only screen and (max-width: 360px), (max-height: 600px) {
  .cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .cbp-popup-lightbox .cbp-popup-close {
    right: 10px;
    top: 10px; }
  .cbp-popup-lightbox .cbp-popup-next {
    right: 10px; }
  .cbp-popup-lightbox .cbp-popup-prev {
    left: 10px; }
  .cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 84px; }
  .cbp-popup-singlePage .cbp-popup-content {
    margin-top: 120px; } }

.cbp-popup-loadingBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-loading-popup.gif") no-repeat scroll center center #0D0D0D;
  border: 1px solid rgba(79, 80, 79, 0.3);
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=71)";
  opacity: .71;
  width: 50px;
  height: 50px; }

.cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden; }

.cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible; }

.cbp-popup-singlePage {
  left: 100%;
  /* @editable properties */
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out; }

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
  opacity: 0; }

.cbp-popup-singlePage-open {
  left: 0; }

.cbp-popup-singlePage.cbp-popup-singlePage-fade {
  left: 0;
  opacity: 0;
  /* @editable properties */
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
  opacity: 1; }

.cbp-popup-singlePage.cbp-popup-singlePage-right {
  left: -100%;
  /* @editable properties */
  -webkit-transition: left .6s ease-in-out;
  transition: left .6s ease-in-out; }

.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
  left: 0; }

.cbp-l-project-title {
  /* @editable properties */
  color: #454444;
  font: 600 42px/46px "Open Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase; }

.cbp-l-project-subtitle {
  /* @editable properties */
  color: #787878;
  font: 400 14px/21px "Open Sans", sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center; }

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.cbp-l-project-container {
  overflow: hidden;
  margin: 40px auto 0;
  clear: both; }

.cbp-l-project-desc {
  /* @editable properties */
  float: left;
  width: 64%; }

.cbp-l-project-social-wrapper, .cbp-l-inline-social-wrapper {
  display: inline-block;
  width: 100px;
  height: 20px;
  overflow: hidden; }

.cbp-l-inline-social-wrapper {
  margin-top: 5px; }

.cbp-l-project-details {
  /* @editable properties */
  float: right;
  width: 36%;
  padding-left: 40px;
  margin-bottom: 15px; }

@media only screen and (max-width: 768px) {
  .cbp-l-project-title {
    font-size: 30px;
    line-height: 34px; }
  .cbp-l-project-desc {
    /* @editable properties */
    width: 100%; }
  .cbp-l-project-details {
    /* @editable properties */
    width: 100%;
    margin-top: 20px;
    padding-left: 0; } }

.cbp-l-project-desc-title {
  /* @editable properties */
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444; }

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
  /* @editable properties */
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px 0;
  font: 400 16px/36px "Open Sans", sans-serif;
  padding: 0 5px 0 0; }

.cbp-l-project-desc-text {
  /* @editable properties */
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #555;
  margin-bottom: 20px; }

.cbp-l-project-details-title {
  /* @editable properties */
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  color: #444; }

.cbp-l-project-details-list {
  /* @editable properties */ }

.cbp-l-project-details-list > li, .cbp-l-project-details-list > div {
  /* @editable properties */
  border-bottom: 1px dotted #DFDFDF;
  padding: inherit;
  color: #666;
  font: 400 12px/30px "Open Sans", sans-serif; }

.cbp-l-project-details-list strong {
  /* @editable properties */
  display: inline-block;
  color: #696969;
  font-weight: 600;
  min-width: 100px; }

.cbp-l-project-details-visit:not(.btn) {
  /* @editable properties */
  color: #FFFFFF;
  float: right;
  clear: both;
  text-decoration: none;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin-top: 10px;
  background-color: #53668A;
  padding: 8px 19px; }

.cbp-l-project-details-visit:not(.btn):hover {
  /* @editable properties */
  opacity: 0.9;
  color: #fff; }

.cbp-l-project-related {
  /* @editable properties */ }

.cbp-l-project-related-wrap {
  /* @editable properties */
  font-size: 0;
  margin: 0; }

.cbp-l-project-related-item {
  /* @editable properties */
  margin-right: 5%;
  max-width: 30%;
  float: left; }

.cbp-l-project-related-item:last-child {
  /* @editable properties */
  margin-right: 0; }

.cbp-l-project-related-title {
  /* @editable properties */
  font: 700 14px/18px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 20px; }

.cbp-l-project-related-link {
  /* @editable properties */
  text-decoration: none; }

.cbp-l-project-related-link:hover {
  /* @editable properties */
  opacity: 0.9; }

.cbp-l-member-img {
  /* @editable properties */
  float: left;
  width: 40%;
  margin-top: 20px; }

.cbp-l-member-img img {
  /* @editable properties */
  border: 1px solid #e2e2e2;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block; }

.cbp-l-member-info {
  /* @editable properties */
  margin-top: 20px;
  padding-left: 25px;
  float: left;
  width: 60%; }

@media only screen and (max-width: 768px) {
  .cbp-l-member-img {
    width: 100%;
    text-align: center; }
  .cbp-l-member-info {
    width: 100%;
    padding-left: 0; } }

.cbp-l-member-name {
  /* @editable properties */
  font: 400 28px/28px "Open Sans", sans-serif;
  color: #474747; }

.cbp-l-member-position {
  /* @editable properties */
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 6px; }

.cbp-l-member-desc {
  /* @editable properties */
  font: 400 12px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  color: #474747; }

/* SINGLE PAGE INLINE */
.cbp-popup-singlePageInline-open {
  -webkit-transition: height .5s ease 0s !important;
  transition: height .5s ease 0s !important; }
  .cbp-popup-singlePageInline-open .cbp-item {
    -webkit-transition: -webkit-transform .5s ease 0s !important;
    transition: transform .5s ease 0s !important; }

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline::before {
  display: none; }
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.cbp-popup-singlePageInline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  /* CLOSE BUTTON singlePageInline */ }
  .cbp-popup-singlePageInline:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    content: '';
    /* @editable properties */
    width: 30px;
    height: 30px;
    border: 1px solid rgba(79, 80, 79, 0.3);
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 50%;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    animation: loading .5s infinite linear;
    -webkit-animation: loading .5s infinite linear;
    opacity: 0.6; }
  .cbp-popup-singlePageInline .cbp-popup-content {
    opacity: 0;
    width: 100%;
    z-index: 1;
    min-height: 300px; }
  .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition: opacity .4s ease-in .2s;
    transition: opacity .4s ease-in .2s; }
  .cbp-popup-singlePageInline .cbp-popup-navigation {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px; }
  .cbp-popup-singlePageInline .cbp-popup-close {
    /* @editable properties */
    background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px; }
  .cbp-popup-singlePageInline .cbp-popup-close:hover {
    /* @editable properties */
    opacity: 0.7; }

.cbp-popup-singlePageInline-ready {
  z-index: 4; }
  .cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
    opacity: 1; }
  .cbp-popup-singlePageInline-ready:before {
    display: none; }

.cbp-singlePageInline-active {
  opacity: 0.6 !important; }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.cbp-l-inline {
  margin: 20px 0;
  overflow: hidden;
  background: #FAFAFA;
  padding: 30px; }

.cbp-l-inline-left {
  float: left;
  width: 44%; }

.cbp-l-project-img {
  max-width: 100%; }

.cbp-l-inline-right {
  float: right;
  width: 56%;
  padding-left: inherit; }

@media only screen and (max-width: 768px) {
  .cbp-l-inline-left {
    width: 100%;
    text-align: center;
    margin-top: 40px; }
  .cbp-l-inline-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; } }

.cbp-l-inline-title {
  font: 400 28px/30px "Open Sans", sans-serif;
  color: #474747; }

.cbp-l-inline-subtitle {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 7px; }

.cbp-l-inline-desc {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 25px; }

.cbp-l-inline-view-wrap {
  text-align: right; }

.cbp-l-inline-view:not(.btn) {
  font: 400 13px/35px "Open Sans", sans-serif;
  color: #9C9C9C;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ccc;
  text-decoration: none; }

.cbp-l-inline-view:not(.btn):hover {
  color: #757575; }

.cbp-l-inline-details {
  margin-top: 15px;
  font: 13px/22px "Open Sans", sans-serif; }

/* default state */
.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
  display: block; }

.cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading {
  display: none; }

/* loading state */
.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
  display: block; }

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
  display: none; }

/* no more loading */
.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
  display: block; }

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
  display: none; }

.cbp-l-loadMore-button {
  /* @editable properties */
  text-align: center; }

.cbp-l-loadMore-button .cbp-l-loadMore-link:not(.btn), .cbp-l-loadMore-button .cbp-l-loadMore-button-link:not(.btn) {
  /* @editable properties */
  border: 2px solid #DEDEDE;
  border-radius: 2px;
  color: #7E7B7B;
  display: inline-block;
  font: 400 11px/34px "Open Sans", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 20px;
  outline: 0;
  margin-top: 30px;
  box-shadow: none; }

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
  /* @editable properties */
  color: #B0B0B0; }

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
  /* @editable properties */
  cursor: default;
  color: #B0B0B0; }

.cbp-l-loadMore-text {
  /* @editable properties */
  text-align: center;
  margin-top: 50px; }

.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  /* @editable properties */
  font: 400 15px "Open Sans", sans-serif;
  color: #5D5D5D;
  text-decoration: none;
  cursor: pointer; }

.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
  /* @editable properties */
  color: #5D5D5D;
  cursor: default; }

.cbp-mode-slider {
  /* @editable properties */
  -webkit-transition: height .35s cubic-bezier(0.22, 0.6, 0.345, 1);
  transition: height .35s cubic-bezier(0.22, 0.6, 0.345, 1); }

.cbp-mode-slider .cbp-wrapper, .cbp-mode-slider .cbp-item {
  /* @editable properties */
  -webkit-transition: -webkit-transform .35s cubic-bezier(0.22, 0.6, 0.345, 1);
  transition: transform .35s cubic-bezier(0.22, 0.6, 0.345, 1); }

.cbp-mode-slider-dragStart .cbp-wrapper {
  /* @editable properties */
  -webkit-transition: none;
  transition: none; }

.cbp-mode-slider-dragStart * {
  cursor: move !important;
  cursor: -webkit-grab !important;
  cursor: -o-grab !important;
  cursor: -ms-grab !important;
  cursor: grab !important; }

.cbp-nav-next, .cbp-nav-prev {
  position: relative;
  /* @editable properties */
  background: #7c8b90;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 22px;
  width: 21px; }

.cbp-nav-next {
  /* @editable properties */
  border-radius: 0 2px 2px 0; }

.cbp-nav-prev {
  /* @editable properties */
  border-radius: 2px 0 0 2px; }

.cbp-nav-next:hover, .cbp-nav-prev:hover {
  /* @editable properties */
  opacity: 0.8; }

.cbp-nav-next:after, .cbp-nav-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /* @editable properties */
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat;
  height: 10px;
  width: 7px; }

.cbp-nav-next:after {
  /* @editable properties */
  background-position: -134px 0; }

.cbp-nav-prev:after {
  /* @editable properties */
  background-position: -134px -12px; }

.cbp-nav-stop {
  /* @editable properties */
  opacity: 0.5 !important;
  cursor: default !important; }

.cbp-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cbp-nav-controls {
  /* @editable properties */
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 100; }

.cbp-nav-pagination {
  /* @editable properties */
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 100;
  left: 0;
  text-align: center; }

.cbp-nav-pagination-item {
  /* @editable properties */
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  background: #c2c2c2;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }

.cbp-nav-pagination-active {
  /* @editable properties */
  background: #797979; }

.cbp-slider-wrap, .cbp-slider-item {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.cbp-slider .cbp-nav-controls {
  /* @editable properties */
  position: static; }

.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
  /* @editable properties */
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px; }

.cbp-slider .cbp-nav-next {
  /* @editable properties */
  right: 25px;
  left: auto; }

.cbp-slider .cbp-nav-prev {
  /* @editable properties */
  left: 25px;
  right: auto; }

.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat;
  width: 44px;
  height: 44px; }

.cbp-slider .cbp-nav-next:after {
  /* @editable properties */
  background-position: -46px -92px; }

.cbp-slider .cbp-nav-next:hover:after {
  /* @editable properties */
  background-position: -46px -46px; }

.cbp-slider .cbp-nav-prev:after {
  /* @editable properties */
  background-position: 0 -92px; }

.cbp-slider .cbp-nav-prev:hover:after {
  /* @editable properties */
  background-position: 0 -46px; }

.cbp-slider .cbp-nav-pagination {
  /* @editable properties */
  text-align: right;
  bottom: 20px;
  right: 25px; }

.cbp-slider-edge .cbp-nav-controls {
  /* @editable properties */
  position: static; }

.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
  /* @editable properties */
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px; }

.cbp-slider-edge .cbp-nav-next {
  /* @editable properties */
  right: -14px;
  left: auto; }

.cbp-slider-edge .cbp-nav-prev {
  /* @editable properties */
  left: -14px;
  right: auto; }

.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
  background: url("/Content/assets/plugins/cubeportfolio/img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px; }

.cbp-slider-edge .cbp-nav-next:after {
  /* @editable properties */
  background-position: -134px -24px; }

.cbp-slider-edge .cbp-nav-prev:after {
  /* @editable properties */
  background-position: -134px -42px; }

.cbp-slider-edge .cbp-nav-pagination {
  /* @editable properties */
  bottom: -50px; }

.cbp-slider-edge .cbp-nav-pagination-item {
  /* @editable properties */
  border: 2px solid #0f0f0f;
  opacity: 0.4;
  background: transparent; }

.cbp-slider-edge .cbp-nav-pagination-active {
  /* @editable properties */
  background: #000; }

.cbp-l-grid-agency .cbp-caption:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  z-index: 1; }

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  /* @editable properties */
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

.cbp-l-grid-agency-title {
  /* @editable properties */
  margin-top: 18px;
  font: 700 17px/24px Lato, sans-serif;
  color: #666;
  text-align: center; }

.cbp-item:hover .cbp-l-grid-agency-title {
  /* @editable properties */
  color: #222; }

.cbp-l-grid-agency-desc {
  /* @editable properties */
  font: 400 12px/21px "Open Sans", sans-serif;
  color: #aaa;
  text-align: center; }

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7); }

.cbp-l-grid-work .cbp-item {
  padding: 3px; }

.cbp-l-grid-work .cbp-item-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 7px 27px;
  border-top: 1px solid #F4F4F4; }

.cbp-l-grid-work-title {
  /* @editable properties */
  margin-top: 17px;
  font: 400 17px/25px "Roboto Condensed", sans-serif;
  color: #607D8B;
  text-align: center;
  text-transform: uppercase;
  display: block; }

.cbp-l-grid-work-title:hover {
  /* @editable properties */
  color: #365D67; }

.cbp-l-grid-work-desc {
  /* @editable properties */
  font: 400 11px/16px "Open Sans", sans-serif;
  color: #888888;
  text-align: center;
  text-transform: uppercase; }

.cbp-l-grid-blog-title {
  /* @editable properties */
  font: 400 18px/30px "Open Sans", sans-serif;
  color: #444;
  display: block;
  margin-top: 17px; }

.cbp-l-grid-blog-title:hover {
  /* @editable properties */
  color: #787878; }

.cbp-l-grid-blog-date {
  /* @editable properties */
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block; }

.cbp-l-grid-blog-comments {
  /* @editable properties */
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #3C6FBB;
  display: inline-block; }

.cbp-l-grid-blog-comments:hover {
  /* @editable properties */
  opacity: .8; }

.cbp-l-grid-blog-desc {
  /* @editable properties */
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9B9B9B;
  margin-top: 9px; }

.cbp-l-grid-blog-split {
  /* @editable properties */
  margin: 0 4px;
  font: 400 13px/16px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block; }

.cbp-l-grid-clients {
  height: 180px; }

.cbp-l-clients-title-block {
  font: 400 32px/53px Roboto, sans-serif;
  color: #666464;
  text-align: center;
  margin-bottom: 40px; }

.cbp-l-grid-projects-title {
  /* @editable properties */
  font: 700 14px/21px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 15px; }

.cbp-l-grid-projects-desc {
  /* @editable properties */
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #888888;
  margin-top: 5px; }

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  /* @editable properties */
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.95); }

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  /* @editable properties */
  background-color: #4d4d4d; }

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
  /* @editable properties */
  background-color: #252424; }

.cbp-l-grid-masonry-projects-title {
  /* @editable properties */
  font: 500 15px/22px Roboto, sans-serif;
  color: #59a3b6;
  text-align: center;
  display: block;
  margin-top: 12px; }

/*
.cbp-l-grid-masonry-projects-title:hover {
  /* @editable properties */
  /*
  color: #457C8B; }
*/

.cbp-l-grid-masonry-projects-desc {
  /* @editable properties */
  font: 400 12px/18px Roboto, sans-serif;
  color: #b2b2b2;
  text-align: center; }

.cbp-l-grid-team .cbp-caption {
  /* @editable properties */
  border: 1px solid #E7E7E7; }

.cbp-l-grid-team-name {
  /* @editable properties */
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #456297;
  display: block;
  text-align: center;
  margin-top: 18px; }

.cbp-l-grid-team-name:hover {
  /* @editable properties */
  color: #34425C; }

.cbp-l-grid-team-position {
  /* @editable properties */
  font: italic 400 13px/21px "Open Sans", sans-serif;
  color: #999;
  text-align: center; }

.cbp-l-slider-title-block {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px; }

.cbp-l-slider-title-block div {
  padding: 0 2px 6px 0;
  display: inline-block;
  border-bottom: 1px solid #a9a5a5;
  color: #5e5e5e;
  margin-bottom: -1px;
  font: 15px/21px Roboto, sans-serif; }

.cbp-l-grid-slider-team-name {
  float: left;
  font: 20px/30px Roboto, sans-serif;
  color: #494949;
  margin-top: 16px; }

.cbp-l-grid-slider-team-position {
  clear: both;
  font: 14px/21px Roboto, sans-serif;
  color: #A6A6A6; }

.cbp-l-grid-slider-team-desc {
  font: 13px/20px Roboto, sans-serif;
  color: #969696;
  margin-top: 15px; }

.cbp-l-grid-slider-team-social {
  float: right;
  margin-top: 16px; }
  .cbp-l-grid-slider-team-social a {
    color: #737373;
    line-height: 30px;
    margin-left: 6px; }
  .cbp-l-grid-slider-team-social a:hover {
    opacity: 0.8; }

.cbp-l-slider-testimonials-wrap {
  background: #f8f9f9;
  padding: 80px 0 110px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dce1e2; }

.cbp-l-grid-slider-testimonials-body {
  color: #424242;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 20px; }

.cbp-l-grid-slider-testimonials-footer {
  font: 12px/19px Roboto, sans-serif;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px; }

.cbp-l-grid-tabs {
  height: 100px; }

.cbp-l-grid-tabs .cbp-item {
  font: 14px/24px Lato, sans-serif;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  text-align: center;
  color: #5a5a5a; }

.cbp-l-testimonials-title-block {
  position: relative;
  text-align: center;
  font: 26px/36px Roboto, sans-serif;
  color: #E7E7E7;
  margin-bottom: 60px; }
  .cbp-l-testimonials-title-block :after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 23px;
    height: 2px;
    bottom: -6px;
    background-color: #C2C2C2;
    left: 0;
    right: 0; }

.cbp-l-testimonials-wrap {
  background: #2D2D2D;
  padding: 60px 0 110px; }

.cbp-l-grid-testimonials-body {
  color: #e7e7e7;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 20px; }

.cbp-l-grid-testimonials-footer {
  font: 12px/19px Roboto, sans-serif;
  color: #C2C2C2;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/Content/assets/plugins/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/Content/assets/plugins/owl-carousel/AjaxLoader.gif) no-repeat center center
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Content/assets/plugins/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Content/assets/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Content/assets/plugins/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Content/assets/plugins/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/Content/assets/plugins/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/Content/assets/plugins/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}


/*********************************
COMPONENTS 
*********************************/
code {
  border: 1px solid #d4d4d4;
  border-radius: 2px; }

.close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #3f444a;
  font-size: 28px;
  outline: none !important;
  opacity: 0.5;
  filter: alphaopacity=50;
  -webkit-transition: back 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }
  .close:hover {
    opacity: 0.8;
    filter: alphaopacity=80;
    -webkit-transition: back 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; }

label {
  font-weight: 500;
  font-size: 18px; }

.badge {
  font-weight: 400;
  padding: 4px 7px; }

.pager li > a, .pager li > span {
  border-radius: 20px; }

.form-control {
  font-family: "Roboto Condensed",'Helvetica Neue', Helvetica, Arial, sans-serif; /* CPRO 17.08.2016*/
  font-size: medium; /* CPRO 17.08.2016*/
  box-shadow: none;
  outline: none;
  font-weight: 300;
  background: white;
  border-color: #d0d7de; }
  .input-group-lg .form-control,
  .form-control.input-lg {
    font-weight: 300;
    font-size: medium; }  /* CPRO 17.08.2016*/
  .form-control:active,
  .form-control:focus {
    box-shadow: none !important; }
  .form-control.c-square {
    border-radius: 0 !important; }
  .form-control.c-border-2px {
    border-color: white;
    border-width: 2px; }
  .form-control:focus,
  .form-control:active,
  .form-control.active {
    border-color: #94a4b4; }
    .form-control:focus.c-border-2px,
    .form-control:active.c-border-2px,
    .form-control.active.c-border-2px {
      border-color: #cccccc;
      border-width: 2px; }
  .form-control.form-control-transparent {
    background: none; }

.input-group .input-group-btn > .btn,
.input-group .input-group-addon {
  border-color: #d0d7de; }

.input-group.c-square .input-group-btn > .btn,
.input-group.c-square .input-group-addon {
  border-radius: 0 !important; }

.input-group.c-border-2px .input-group-btn > .btn,
.input-group.c-border-2px .input-group-addon {
  border-color: white;
  border-width: 2px; }

.help-block {
  color: #677581;
  font-size: 15px; }

label.control-label {
  padding-top: 5px;
  font-weight: 300;
  color: #2e353a; }

.checkbox label,
.radio label,
.c-checkbox label,
.c-radio label {
  color: #454e56;
  font-weight: 300; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5dc09c; }

.has-success .form-control {
  border-color: #5dc09c;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-success .form-control:focus {
    border-color: #42a883;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-success .input-group-addon {
  color: #5dc09c;
  border-color: #5dc09c;
  background-color: #cbebdf; }

.has-success .form-control-feedback {
  color: #5dc09c; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c8d046; }

.has-warning .form-control {
  border-color: #c8d046;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-warning .form-control:focus {
    border-color: #adb52e;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-warning .input-group-addon {
  color: #c8d046;
  border-color: #c8d046;
  background-color: #ecefc0; }

.has-warning .form-control-feedback {
  color: #c8d046; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e7505a; }

.has-error .form-control {
  border-color: #e7505a;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #e12330;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-error .input-group-addon {
  color: #e7505a;
  border-color: #e7505a;
  background-color: #f9d7d9; }

.has-error .form-control-feedback {
  color: #e7505a; }

.btn {
  outline: none !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  padding: 6px 20px 4px 20px;
  font-size: 16px; }
  .btn > i {
    margin-right: 5px;
    text-align: center;
    font-weight: 300; }
  .btn.btn-sm {
    padding: 6px 18px 4px 18px; }
    .btn.btn-sm > i {
      margin-right: 5px;
      font-size: 14px; }
  .btn.btn-md {
    padding: 9px 20px 7px 20px; }
  .btn.btn-xs {
    padding: 1px 8px 1px 8px; }
    .btn.btn-xs > i {
      margin-right: 3px;
      font-size: 14px; }
  .btn.btn-lg {
    padding: 11px 26px 9px 26px; }
  .btn.btn-xlg {
    padding: 16px 44px 14px 44px; }

.btn.c-btn-border-2x {
  border-width: 2px;
  padding: 6px 20px 4px 20px; }
  .btn.c-btn-border-2x.btn-sm {
    padding: 5px 18px 3px 18px; }
  .btn.c-btn-border-2x.btn-xs {
    padding: 0px 8px 1px 8px; }
  .btn.c-btn-border-2x.btn-md {
    padding: 8px 20px 6px 20px; }
  .btn.c-btn-border-2x.btn-lg {
    padding: 10px 26px 8px 26px; }
  .btn.c-btn-border-2x.btn-xlg {
    padding: 16px 44px 14px 44px; }
  .btn.c-btn-border-2x.c-btn-uppercase {
    padding: 6px 20px 4px 20px; }
    .btn.c-btn-border-2x.c-btn-uppercase.btn-sm {
      padding: 5px 18px 3px 18px; }
    .btn.c-btn-border-2x.c-btn-uppercase.btn-xs {
      padding: 1px 8px 0px 8px; }
    .btn.c-btn-border-2x.c-btn-uppercase.btn-md {
      padding: 10px 20px 8px 20px; }
    .btn.c-btn-border-2x.c-btn-uppercase.btn-lg {
      padding: 12px 26px 12px 26px; }
    .btn.c-btn-border-2x.c-btn-uppercase.btn-xlg {
      padding: 18px 44px 16px 44px; }

.btn.c-btn-border-1x {
  border-width: 1px; }

.btn + .btn {
  margin-left: 10px; }

.btn.c-btn-icon {
  min-height: 56px;
  padding: 0;
  padding: 5px 20px 5px 20px; }
  .btn.c-btn-icon > i {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin: -5px 0 0 -20px;
    float: left;
    display: block;
    position: absolute;
    height: 56px;
    width: 56px;
    font-size: 32px;
    vertical-align: middle;
    padding-top: 10px; }
  .btn.c-btn-icon > .c-helper {
    margin: 4px 20px -2px 55px;
    text-align: left;
    display: block;
    font-size: 14px; }
  .btn.c-btn-icon > .c-caption {
    text-align: left;
    margin: 0px 20px 0px 55px;
    display: block;
    font-size: 18px;
    font-weight: 500; }

.c-btn-circle {
  border-radius: 30px !important; }

.c-btn-bold {
  font-weight: bold; }

.c-btn-sbold {
  font-weight: 500; }

.c-btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.c-btn-uppercase {
  text-transform: uppercase; }
  .c-btn-uppercase.btn {
    font-size: 14px;
    padding: 7px 20px 5px 20px; }
  .c-btn-uppercase.btn-md {
    font-size: 16px;
    padding: 10px 20px 9px 20px; }
  .c-btn-uppercase.btn-lg {
    font-size: 16px;
    padding: 12px 26px 11px 26px; }
  .c-btn-uppercase.btn-xlg {
    font-size: 18px;
    padding: 20px 44px 15px 44px; }
  .c-btn-uppercase.btn-sm {
    padding: 6px 18px 4px 18px; }
  .c-btn-uppercase.btn-xs {
    padding: 2px 8px 0px 8px; }

.btn-default {
  color: #99a5b9;
  background: #ffffff;
  border-color: #e1e6ee; }
  .btn-default.btn-no-focus:focus,
  .btn-default.btn-no-focus.focus {
    color: #99a5b9;
    background: #ffffff;
    border-color: #e1e6ee; }
  .btn-default.btn-no-focus:hover,
  .btn-default:hover,
  .btn-default.btn-no-focus:active,
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background: #8998b5;
    border-color: #8998b5; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,
  .btn-default.disabled:hover,
  .btn-default.disabled:not(.btn-no-focus):focus,
  .btn-default.disabled:not(.btn-no-focus).focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:not(.btn-no-focus):focus,
  .btn-default[disabled]:not(.btn-no-focus).focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:not(.btn-no-focus):focus,
  fieldset[disabled] .btn-default:not(.btn-no-focus).focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background: #ffffff;
    border-color: #e1e6ee; }
  .btn-default .badge {
    color: #ffffff;
    background: #99a5b9; }

.btn-primary {
  color: #ffffff;
  background: #5e9cd1;
  border-color: #5e9cd1; }
  .btn-primary.btn-no-focus:focus,
  .btn-primary.btn-no-focus.focus {
    color: #ffffff;
    background: #5e9cd1;
    border-color: #5e9cd1; }
  .btn-primary.btn-no-focus:hover,
  .btn-primary:hover,
  .btn-primary.btn-no-focus:active,
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background: #3883c4;
    border-color: #3883c4; }
  .btn-primary:active,
  .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:not(.btn-no-focus):focus,
  .btn-primary.disabled:not(.btn-no-focus).focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:not(.btn-no-focus):focus,
  .btn-primary[disabled]:not(.btn-no-focus).focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:not(.btn-no-focus):focus,
  fieldset[disabled] .btn-primary:not(.btn-no-focus).focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background: #5e9cd1;
    border-color: #5e9cd1; }
  .btn-primary .badge {
    color: #5e9cd1;
    background: #ffffff; }

.btn-success {
  color: #ffffff;
  background: #5dc09c;
  border-color: #5dc09c; }
  .btn-success.btn-no-focus:focus,
  .btn-success.btn-no-focus.focus {
    color: #ffffff;
    background: #5dc09c;
    border-color: #5dc09c; }
  .btn-success.btn-no-focus:hover,
  .btn-success:hover,
  .btn-success.btn-no-focus:active,
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #ffffff;
    background: #42a883;
    border-color: #42a883; }
  .btn-success:active,
  .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled,
  .btn-success.disabled:hover,
  .btn-success.disabled:not(.btn-no-focus):focus,
  .btn-success.disabled:not(.btn-no-focus).focus,
  .btn-success.disabled:active,
  .btn-success.disabled.active,
  .btn-success[disabled],
  .btn-success[disabled]:hover,
  .btn-success[disabled]:not(.btn-no-focus):focus,
  .btn-success[disabled]:not(.btn-no-focus).focus,
  .btn-success[disabled]:active,
  .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:not(.btn-no-focus):focus,
  fieldset[disabled] .btn-success:not(.btn-no-focus).focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background: #5dc09c;
    border-color: #5dc09c; }
  .btn-success .badge {
    color: #5dc09c;
    background: #ffffff; }

.btn-danger {
  color: #ffffff;
  background: #e7505a;
  border-color: #e7505a; }
  .btn-danger.btn-no-focus:focus,
  .btn-danger.btn-no-focus.focus {
    color: #ffffff;
    background: #e7505a;
    border-color: #e7505a; }
  .btn-danger.btn-no-focus:hover,
  .btn-danger:hover,
  .btn-danger.btn-no-focus:active,
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background: #e12330;
    border-color: #e12330; }
  .btn-danger:active,
  .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled,
  .btn-danger.disabled:hover,
  .btn-danger.disabled:not(.btn-no-focus):focus,
  .btn-danger.disabled:not(.btn-no-focus).focus,
  .btn-danger.disabled:active,
  .btn-danger.disabled.active,
  .btn-danger[disabled],
  .btn-danger[disabled]:hover,
  .btn-danger[disabled]:not(.btn-no-focus):focus,
  .btn-danger[disabled]:not(.btn-no-focus).focus,
  .btn-danger[disabled]:active,
  .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:not(.btn-no-focus):focus,
  fieldset[disabled] .btn-danger:not(.btn-no-focus).focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background: #e7505a;
    border-color: #e7505a; }
  .btn-danger .badge {
    color: #e7505a;
    background: #ffffff; }

.btn-warning {
  color: #ffffff;
  background: #c8d046;
  border-color: #c8d046; }
  .btn-warning.btn-no-focus:focus,
  .btn-warning.btn-no-focus.focus {
    color: #ffffff;
    background: #c8d046;
    border-color: #c8d046; }
  .btn-warning.btn-no-focus:hover,
  .btn-warning:hover,
  .btn-warning.btn-no-focus:active,
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background: #adb52e;
    border-color: #adb52e; }
  .btn-warning:active,
  .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled,
  .btn-warning.disabled:hover,
  .btn-warning.disabled:not(.btn-no-focus):focus,
  .btn-warning.disabled:not(.btn-no-focus).focus,
  .btn-warning.disabled:active,
  .btn-warning.disabled.active,
  .btn-warning[disabled],
  .btn-warning[disabled]:hover,
  .btn-warning[disabled]:not(.btn-no-focus):focus,
  .btn-warning[disabled]:not(.btn-no-focus).focus,
  .btn-warning[disabled]:active,
  .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:not(.btn-no-focus):focus,
  fieldset[disabled] .btn-warning:not(.btn-no-focus).focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background: #c8d046;
    border-color: #c8d046; }
  .btn-warning .badge {
    color: #c8d046;
    background: #ffffff; }

.btn-info {
  color: #ffffff;
  background: #4eabe6;
  border-color: #4eabe6; }
  .btn-info.btn-no-focus:focus,
  .btn-info.btn-no-focus.focus {
    color: #ffffff;
    background: #4eabe6;
    border-color: #4eabe6; }
  .btn-info.btn-no-focus:hover,
  .btn-info:hover,
  .btn-info.btn-no-focus:active,
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #ffffff;
    background: #2196e0;
    border-color: #2196e0; }
  .btn-info:active,
  .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled,
  .btn-info.disabled:hover,
  .btn-info.disabled:not(.btn-no-focus):focus,
  .btn-info.disabled:not(.btn-no-focus).focus,
  .btn-info.disabled:active,
  .btn-info.disabled.active,
  .btn-info[disabled],
  .btn-info[disabled]:hover,
  .btn-info[disabled]:not(.btn-no-focus):focus,
  .btn-info[disabled]:not(.btn-no-focus).focus,
  .btn-info[disabled]:active,
  .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:not(.btn-no-focus):focus,
  fieldset[disabled] .btn-info:not(.btn-no-focus).focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background: #4eabe6;
    border-color: #4eabe6; }
  .btn-info .badge {
    color: #4eabe6;
    background: #ffffff; }

.c-btn-white {
  border-color: #FFFFFF;
  border-width: 1px;
  color: #2f353b;
  background: #FFFFFF;
  border-color: #FFFFFF; }
  .c-btn-white.btn-no-focus:focus,
  .c-btn-white.btn-no-focus.focus {
    color: #2f353b;
    background: #FFFFFF;
    border-color: #FFFFFF; }
  .c-btn-white.btn-no-focus:hover,
  .c-btn-white:hover,
  .c-btn-white.btn-no-focus:active,
  .c-btn-white:active,
  .c-btn-white.active,
  .open > .c-btn-white.dropdown-toggle {
    color: #2f353b;
    background: #ebebeb;
    border-color: #ebebeb; }
  .c-btn-white:active,
  .c-btn-white.active,
  .open > .c-btn-white.dropdown-toggle {
    background-image: none; }
  .c-btn-white.disabled,
  .c-btn-white.disabled:hover,
  .c-btn-white.disabled:not(.btn-no-focus):focus,
  .c-btn-white.disabled:not(.btn-no-focus).focus,
  .c-btn-white.disabled:active,
  .c-btn-white.disabled.active,
  .c-btn-white[disabled],
  .c-btn-white[disabled]:hover,
  .c-btn-white[disabled]:not(.btn-no-focus):focus,
  .c-btn-white[disabled]:not(.btn-no-focus).focus,
  .c-btn-white[disabled]:active,
  .c-btn-white[disabled].active,
  fieldset[disabled] .c-btn-white,
  fieldset[disabled] .c-btn-white:hover,
  fieldset[disabled] .c-btn-white:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-white:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-white:active,
  fieldset[disabled] .c-btn-white.active {
    background: #FFFFFF;
    border-color: #FFFFFF; }
  .c-btn-white .badge {
    color: #FFFFFF;
    background: #2f353b; }

.c-btn-black {
  border-color: #000000;
  border-width: 1px;
  color: #ffffff;
  background: #000000;
  border-color: #000000; }
  .c-btn-black.btn-no-focus:focus,
  .c-btn-black.btn-no-focus.focus {
    color: #ffffff;
    background: #000000;
    border-color: #000000; }
  .c-btn-black.btn-no-focus:hover,
  .c-btn-black:hover,
  .c-btn-black.btn-no-focus:active,
  .c-btn-black:active,
  .c-btn-black.active,
  .open > .c-btn-black.dropdown-toggle {
    color: #ffffff;
    background: black;
    border-color: black; }
  .c-btn-black:active,
  .c-btn-black.active,
  .open > .c-btn-black.dropdown-toggle {
    background-image: none; }
  .c-btn-black.disabled,
  .c-btn-black.disabled:hover,
  .c-btn-black.disabled:not(.btn-no-focus):focus,
  .c-btn-black.disabled:not(.btn-no-focus).focus,
  .c-btn-black.disabled:active,
  .c-btn-black.disabled.active,
  .c-btn-black[disabled],
  .c-btn-black[disabled]:hover,
  .c-btn-black[disabled]:not(.btn-no-focus):focus,
  .c-btn-black[disabled]:not(.btn-no-focus).focus,
  .c-btn-black[disabled]:active,
  .c-btn-black[disabled].active,
  fieldset[disabled] .c-btn-black,
  fieldset[disabled] .c-btn-black:hover,
  fieldset[disabled] .c-btn-black:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-black:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-black:active,
  fieldset[disabled] .c-btn-black.active {
    background: #000000;
    border-color: #000000; }
  .c-btn-black .badge {
    color: #000000;
    background: #ffffff; }

.c-btn-regular {
  border-color: #7f8c97;
  border-width: 1px;
  color: #ffffff;
  background: #7f8c97;
  border-color: #7f8c97; }
  .c-btn-regular.btn-no-focus:focus,
  .c-btn-regular.btn-no-focus.focus {
    color: #ffffff;
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-regular.btn-no-focus:hover,
  .c-btn-regular:hover,
  .c-btn-regular.btn-no-focus:active,
  .c-btn-regular:active,
  .c-btn-regular.active,
  .open > .c-btn-regular.dropdown-toggle {
    color: #ffffff;
    background: #6a7883;
    border-color: #6a7883; }
  .c-btn-regular:active,
  .c-btn-regular.active,
  .open > .c-btn-regular.dropdown-toggle {
    background-image: none; }
  .c-btn-regular.disabled,
  .c-btn-regular.disabled:hover,
  .c-btn-regular.disabled:not(.btn-no-focus):focus,
  .c-btn-regular.disabled:not(.btn-no-focus).focus,
  .c-btn-regular.disabled:active,
  .c-btn-regular.disabled.active,
  .c-btn-regular[disabled],
  .c-btn-regular[disabled]:hover,
  .c-btn-regular[disabled]:not(.btn-no-focus):focus,
  .c-btn-regular[disabled]:not(.btn-no-focus).focus,
  .c-btn-regular[disabled]:active,
  .c-btn-regular[disabled].active,
  fieldset[disabled] .c-btn-regular,
  fieldset[disabled] .c-btn-regular:hover,
  fieldset[disabled] .c-btn-regular:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-regular:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-regular:active,
  fieldset[disabled] .c-btn-regular.active {
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-regular .badge {
    color: #7f8c97;
    background: #ffffff; }

.c-btn-green {
  border-color: #32c5d2;
  border-width: 1px;
  color: #ffffff;
  background: #32c5d2;
  border-color: #32c5d2; }
  .c-btn-green.btn-no-focus:focus,
  .c-btn-green.btn-no-focus.focus {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2; }
  .c-btn-green.btn-no-focus:hover,
  .c-btn-green:hover,
  .c-btn-green.btn-no-focus:active,
  .c-btn-green:active,
  .c-btn-green.active,
  .open > .c-btn-green.dropdown-toggle {
    color: #ffffff;
    background: #27a8b4;
    border-color: #27a8b4; }
  .c-btn-green:active,
  .c-btn-green.active,
  .open > .c-btn-green.dropdown-toggle {
    background-image: none; }
  .c-btn-green.disabled,
  .c-btn-green.disabled:hover,
  .c-btn-green.disabled:not(.btn-no-focus):focus,
  .c-btn-green.disabled:not(.btn-no-focus).focus,
  .c-btn-green.disabled:active,
  .c-btn-green.disabled.active,
  .c-btn-green[disabled],
  .c-btn-green[disabled]:hover,
  .c-btn-green[disabled]:not(.btn-no-focus):focus,
  .c-btn-green[disabled]:not(.btn-no-focus).focus,
  .c-btn-green[disabled]:active,
  .c-btn-green[disabled].active,
  fieldset[disabled] .c-btn-green,
  fieldset[disabled] .c-btn-green:hover,
  fieldset[disabled] .c-btn-green:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-green:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-green:active,
  fieldset[disabled] .c-btn-green.active {
    background: #32c5d2;
    border-color: #32c5d2; }
  .c-btn-green .badge {
    color: #32c5d2;
    background: #ffffff; }

.c-btn-green-1 {
  border-color: #52c9ba;
  border-width: 1px;
  color: #ffffff;
  background: #52c9ba;
  border-color: #52c9ba; }
  .c-btn-green-1.btn-no-focus:focus,
  .c-btn-green-1.btn-no-focus.focus {
    color: #ffffff;
    background: #52c9ba;
    border-color: #52c9ba; }
  .c-btn-green-1.btn-no-focus:hover,
  .c-btn-green-1:hover,
  .c-btn-green-1.btn-no-focus:active,
  .c-btn-green-1:active,
  .c-btn-green-1.active,
  .open > .c-btn-green-1.dropdown-toggle {
    color: #ffffff;
    background: #3ab9a9;
    border-color: #3ab9a9; }
  .c-btn-green-1:active,
  .c-btn-green-1.active,
  .open > .c-btn-green-1.dropdown-toggle {
    background-image: none; }
  .c-btn-green-1.disabled,
  .c-btn-green-1.disabled:hover,
  .c-btn-green-1.disabled:not(.btn-no-focus):focus,
  .c-btn-green-1.disabled:not(.btn-no-focus).focus,
  .c-btn-green-1.disabled:active,
  .c-btn-green-1.disabled.active,
  .c-btn-green-1[disabled],
  .c-btn-green-1[disabled]:hover,
  .c-btn-green-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-green-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-green-1[disabled]:active,
  .c-btn-green-1[disabled].active,
  fieldset[disabled] .c-btn-green-1,
  fieldset[disabled] .c-btn-green-1:hover,
  fieldset[disabled] .c-btn-green-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-green-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-green-1:active,
  fieldset[disabled] .c-btn-green-1.active {
    background: #52c9ba;
    border-color: #52c9ba; }
  .c-btn-green-1 .badge {
    color: #52c9ba;
    background: #ffffff; }

.c-btn-green-2 {
  border-color: #5dc09c;
  border-width: 1px;
  color: #ffffff;
  background: #5dc09c;
  border-color: #5dc09c; }
  .c-btn-green-2.btn-no-focus:focus,
  .c-btn-green-2.btn-no-focus.focus {
    color: #ffffff;
    background: #5dc09c;
    border-color: #5dc09c; }
  .c-btn-green-2.btn-no-focus:hover,
  .c-btn-green-2:hover,
  .c-btn-green-2.btn-no-focus:active,
  .c-btn-green-2:active,
  .c-btn-green-2.active,
  .open > .c-btn-green-2.dropdown-toggle {
    color: #ffffff;
    background: #44b089;
    border-color: #44b089; }
  .c-btn-green-2:active,
  .c-btn-green-2.active,
  .open > .c-btn-green-2.dropdown-toggle {
    background-image: none; }
  .c-btn-green-2.disabled,
  .c-btn-green-2.disabled:hover,
  .c-btn-green-2.disabled:not(.btn-no-focus):focus,
  .c-btn-green-2.disabled:not(.btn-no-focus).focus,
  .c-btn-green-2.disabled:active,
  .c-btn-green-2.disabled.active,
  .c-btn-green-2[disabled],
  .c-btn-green-2[disabled]:hover,
  .c-btn-green-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-green-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-green-2[disabled]:active,
  .c-btn-green-2[disabled].active,
  fieldset[disabled] .c-btn-green-2,
  fieldset[disabled] .c-btn-green-2:hover,
  fieldset[disabled] .c-btn-green-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-green-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-green-2:active,
  fieldset[disabled] .c-btn-green-2.active {
    background: #5dc09c;
    border-color: #5dc09c; }
  .c-btn-green-2 .badge {
    color: #5dc09c;
    background: #ffffff; }

.c-btn-green-3 {
  border-color: #84c68f;
  border-width: 1px;
  color: #ffffff;
  background: #84c68f;
  border-color: #84c68f; }
  .c-btn-green-3.btn-no-focus:focus,
  .c-btn-green-3.btn-no-focus.focus {
    color: #ffffff;
    background: #84c68f;
    border-color: #84c68f; }
  .c-btn-green-3.btn-no-focus:hover,
  .c-btn-green-3:hover,
  .c-btn-green-3.btn-no-focus:active,
  .c-btn-green-3:active,
  .c-btn-green-3.active,
  .open > .c-btn-green-3.dropdown-toggle {
    color: #ffffff;
    background: #68b976;
    border-color: #68b976; }
  .c-btn-green-3:active,
  .c-btn-green-3.active,
  .open > .c-btn-green-3.dropdown-toggle {
    background-image: none; }
  .c-btn-green-3.disabled,
  .c-btn-green-3.disabled:hover,
  .c-btn-green-3.disabled:not(.btn-no-focus):focus,
  .c-btn-green-3.disabled:not(.btn-no-focus).focus,
  .c-btn-green-3.disabled:active,
  .c-btn-green-3.disabled.active,
  .c-btn-green-3[disabled],
  .c-btn-green-3[disabled]:hover,
  .c-btn-green-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-green-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-green-3[disabled]:active,
  .c-btn-green-3[disabled].active,
  fieldset[disabled] .c-btn-green-3,
  fieldset[disabled] .c-btn-green-3:hover,
  fieldset[disabled] .c-btn-green-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-green-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-green-3:active,
  fieldset[disabled] .c-btn-green-3.active {
    background: #84c68f;
    border-color: #84c68f; }
  .c-btn-green-3 .badge {
    color: #84c68f;
    background: #ffffff; }

.c-btn-red {
  border-color: #eb5d68;
  border-width: 1px;
  color: #ffffff;
  background: #eb5d68;
  border-color: #eb5d68; }
  .c-btn-red.btn-no-focus:focus,
  .c-btn-red.btn-no-focus.focus {
    color: #ffffff;
    background: #eb5d68;
    border-color: #eb5d68; }
  .c-btn-red.btn-no-focus:hover,
  .c-btn-red:hover,
  .c-btn-red.btn-no-focus:active,
  .c-btn-red:active,
  .c-btn-red.active,
  .open > .c-btn-red.dropdown-toggle {
    color: #ffffff;
    background: #e73946;
    border-color: #e73946; }
  .c-btn-red:active,
  .c-btn-red.active,
  .open > .c-btn-red.dropdown-toggle {
    background-image: none; }
  .c-btn-red.disabled,
  .c-btn-red.disabled:hover,
  .c-btn-red.disabled:not(.btn-no-focus):focus,
  .c-btn-red.disabled:not(.btn-no-focus).focus,
  .c-btn-red.disabled:active,
  .c-btn-red.disabled.active,
  .c-btn-red[disabled],
  .c-btn-red[disabled]:hover,
  .c-btn-red[disabled]:not(.btn-no-focus):focus,
  .c-btn-red[disabled]:not(.btn-no-focus).focus,
  .c-btn-red[disabled]:active,
  .c-btn-red[disabled].active,
  fieldset[disabled] .c-btn-red,
  fieldset[disabled] .c-btn-red:hover,
  fieldset[disabled] .c-btn-red:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-red:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-red:active,
  fieldset[disabled] .c-btn-red.active {
    background: #eb5d68;
    border-color: #eb5d68; }
  .c-btn-red .badge {
    color: #eb5d68;
    background: #ffffff; }

.c-btn-red-1 {
  border-color: #cd6262;
  border-width: 1px;
  color: #ffffff;
  background: #cd6262;
  border-color: #cd6262; }
  .c-btn-red-1.btn-no-focus:focus,
  .c-btn-red-1.btn-no-focus.focus {
    color: #ffffff;
    background: #cd6262;
    border-color: #cd6262; }
  .c-btn-red-1.btn-no-focus:hover,
  .c-btn-red-1:hover,
  .c-btn-red-1.btn-no-focus:active,
  .c-btn-red-1:active,
  .c-btn-red-1.active,
  .open > .c-btn-red-1.dropdown-toggle {
    color: #ffffff;
    background: #c34343;
    border-color: #c34343; }
  .c-btn-red-1:active,
  .c-btn-red-1.active,
  .open > .c-btn-red-1.dropdown-toggle {
    background-image: none; }
  .c-btn-red-1.disabled,
  .c-btn-red-1.disabled:hover,
  .c-btn-red-1.disabled:not(.btn-no-focus):focus,
  .c-btn-red-1.disabled:not(.btn-no-focus).focus,
  .c-btn-red-1.disabled:active,
  .c-btn-red-1.disabled.active,
  .c-btn-red-1[disabled],
  .c-btn-red-1[disabled]:hover,
  .c-btn-red-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-red-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-red-1[disabled]:active,
  .c-btn-red-1[disabled].active,
  fieldset[disabled] .c-btn-red-1,
  fieldset[disabled] .c-btn-red-1:hover,
  fieldset[disabled] .c-btn-red-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-red-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-red-1:active,
  fieldset[disabled] .c-btn-red-1.active {
    background: #cd6262;
    border-color: #cd6262; }
  .c-btn-red-1 .badge {
    color: #cd6262;
    background: #ffffff; }

.c-btn-red-2 {
  border-color: #e7505a;
  border-width: 1px;
  color: #ffffff;
  background: #e7505a;
  border-color: #e7505a; }
  .c-btn-red-2.btn-no-focus:focus,
  .c-btn-red-2.btn-no-focus.focus {
    color: #ffffff;
    background: #e7505a;
    border-color: #e7505a; }
  .c-btn-red-2.btn-no-focus:hover,
  .c-btn-red-2:hover,
  .c-btn-red-2.btn-no-focus:active,
  .c-btn-red-2:active,
  .c-btn-red-2.active,
  .open > .c-btn-red-2.dropdown-toggle {
    color: #ffffff;
    background: #e22c38;
    border-color: #e22c38; }
  .c-btn-red-2:active,
  .c-btn-red-2.active,
  .open > .c-btn-red-2.dropdown-toggle {
    background-image: none; }
  .c-btn-red-2.disabled,
  .c-btn-red-2.disabled:hover,
  .c-btn-red-2.disabled:not(.btn-no-focus):focus,
  .c-btn-red-2.disabled:not(.btn-no-focus).focus,
  .c-btn-red-2.disabled:active,
  .c-btn-red-2.disabled.active,
  .c-btn-red-2[disabled],
  .c-btn-red-2[disabled]:hover,
  .c-btn-red-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-red-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-red-2[disabled]:active,
  .c-btn-red-2[disabled].active,
  fieldset[disabled] .c-btn-red-2,
  fieldset[disabled] .c-btn-red-2:hover,
  fieldset[disabled] .c-btn-red-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-red-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-red-2:active,
  fieldset[disabled] .c-btn-red-2.active {
    background: #e7505a;
    border-color: #e7505a; }
  .c-btn-red-2 .badge {
    color: #e7505a;
    background: #ffffff; }

.c-btn-red-3 {
  border-color: #d05163;
  border-width: 1px;
  color: #ffffff;
  background: #d05163;
  border-color: #d05163; }
  .c-btn-red-3.btn-no-focus:focus,
  .c-btn-red-3.btn-no-focus.focus {
    color: #ffffff;
    background: #d05163;
    border-color: #d05163; }
  .c-btn-red-3.btn-no-focus:hover,
  .c-btn-red-3:hover,
  .c-btn-red-3.btn-no-focus:active,
  .c-btn-red-3:active,
  .c-btn-red-3.active,
  .open > .c-btn-red-3.dropdown-toggle {
    color: #ffffff;
    background: #c33549;
    border-color: #c33549; }
  .c-btn-red-3:active,
  .c-btn-red-3.active,
  .open > .c-btn-red-3.dropdown-toggle {
    background-image: none; }
  .c-btn-red-3.disabled,
  .c-btn-red-3.disabled:hover,
  .c-btn-red-3.disabled:not(.btn-no-focus):focus,
  .c-btn-red-3.disabled:not(.btn-no-focus).focus,
  .c-btn-red-3.disabled:active,
  .c-btn-red-3.disabled.active,
  .c-btn-red-3[disabled],
  .c-btn-red-3[disabled]:hover,
  .c-btn-red-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-red-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-red-3[disabled]:active,
  .c-btn-red-3[disabled].active,
  fieldset[disabled] .c-btn-red-3,
  fieldset[disabled] .c-btn-red-3:hover,
  fieldset[disabled] .c-btn-red-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-red-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-red-3:active,
  fieldset[disabled] .c-btn-red-3.active {
    background: #d05163;
    border-color: #d05163; }
  .c-btn-red-3 .badge {
    color: #d05163;
    background: #ffffff; }

.c-btn-yellow {
  border-color: #FF6B57;
  border-width: 1px;
  color: #ffffff;
  background: #FF6B57;
  border-color: #FF6B57; }
  .c-btn-yellow.btn-no-focus:focus,
  .c-btn-yellow.btn-no-focus.focus {
    color: #ffffff;
    background: #FF6B57;
    border-color: #FF6B57; }
  .c-btn-yellow.btn-no-focus:hover,
  .c-btn-yellow:hover,
  .c-btn-yellow.btn-no-focus:active,
  .c-btn-yellow:active,
  .c-btn-yellow.active,
  .open > .c-btn-yellow.dropdown-toggle {
    color: #ffffff;
    background: #ff472e;
    border-color: #ff472e; }
  .c-btn-yellow:active,
  .c-btn-yellow.active,
  .open > .c-btn-yellow.dropdown-toggle {
    background-image: none; }
  .c-btn-yellow.disabled,
  .c-btn-yellow.disabled:hover,
  .c-btn-yellow.disabled:not(.btn-no-focus):focus,
  .c-btn-yellow.disabled:not(.btn-no-focus).focus,
  .c-btn-yellow.disabled:active,
  .c-btn-yellow.disabled.active,
  .c-btn-yellow[disabled],
  .c-btn-yellow[disabled]:hover,
  .c-btn-yellow[disabled]:not(.btn-no-focus):focus,
  .c-btn-yellow[disabled]:not(.btn-no-focus).focus,
  .c-btn-yellow[disabled]:active,
  .c-btn-yellow[disabled].active,
  fieldset[disabled] .c-btn-yellow,
  fieldset[disabled] .c-btn-yellow:hover,
  fieldset[disabled] .c-btn-yellow:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-yellow:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-yellow:active,
  fieldset[disabled] .c-btn-yellow.active {
    background: #FF6B57;
    border-color: #FF6B57; }
  .c-btn-yellow .badge {
    color: #FF6B57;
    background: #ffffff; }

.c-btn-yellow-1 {
  border-color: #c8d046;
  border-width: 1px;
  color: #ffffff;
  background: #c8d046;
  border-color: #c8d046; }
  .c-btn-yellow-1.btn-no-focus:focus,
  .c-btn-yellow-1.btn-no-focus.focus {
    color: #ffffff;
    background: #c8d046;
    border-color: #c8d046; }
  .c-btn-yellow-1.btn-no-focus:hover,
  .c-btn-yellow-1:hover,
  .c-btn-yellow-1.btn-no-focus:active,
  .c-btn-yellow-1:active,
  .c-btn-yellow-1.active,
  .open > .c-btn-yellow-1.dropdown-toggle {
    color: #ffffff;
    background: #b5bd30;
    border-color: #b5bd30; }
  .c-btn-yellow-1:active,
  .c-btn-yellow-1.active,
  .open > .c-btn-yellow-1.dropdown-toggle {
    background-image: none; }
  .c-btn-yellow-1.disabled,
  .c-btn-yellow-1.disabled:hover,
  .c-btn-yellow-1.disabled:not(.btn-no-focus):focus,
  .c-btn-yellow-1.disabled:not(.btn-no-focus).focus,
  .c-btn-yellow-1.disabled:active,
  .c-btn-yellow-1.disabled.active,
  .c-btn-yellow-1[disabled],
  .c-btn-yellow-1[disabled]:hover,
  .c-btn-yellow-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-yellow-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-yellow-1[disabled]:active,
  .c-btn-yellow-1[disabled].active,
  fieldset[disabled] .c-btn-yellow-1,
  fieldset[disabled] .c-btn-yellow-1:hover,
  fieldset[disabled] .c-btn-yellow-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-yellow-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-yellow-1:active,
  fieldset[disabled] .c-btn-yellow-1.active {
    background: #c8d046;
    border-color: #c8d046; }
  .c-btn-yellow-1 .badge {
    color: #c8d046;
    background: #ffffff; }

.c-btn-yellow-2 {
  border-color: #c5bf66;
  border-width: 1px;
  color: #ffffff;
  background: #c5bf66;
  border-color: #c5bf66; }
  .c-btn-yellow-2.btn-no-focus:focus,
  .c-btn-yellow-2.btn-no-focus.focus {
    color: #ffffff;
    background: #c5bf66;
    border-color: #c5bf66; }
  .c-btn-yellow-2.btn-no-focus:hover,
  .c-btn-yellow-2:hover,
  .c-btn-yellow-2.btn-no-focus:active,
  .c-btn-yellow-2:active,
  .c-btn-yellow-2.active,
  .open > .c-btn-yellow-2.dropdown-toggle {
    color: #ffffff;
    background: #bab348;
    border-color: #bab348; }
  .c-btn-yellow-2:active,
  .c-btn-yellow-2.active,
  .open > .c-btn-yellow-2.dropdown-toggle {
    background-image: none; }
  .c-btn-yellow-2.disabled,
  .c-btn-yellow-2.disabled:hover,
  .c-btn-yellow-2.disabled:not(.btn-no-focus):focus,
  .c-btn-yellow-2.disabled:not(.btn-no-focus).focus,
  .c-btn-yellow-2.disabled:active,
  .c-btn-yellow-2.disabled.active,
  .c-btn-yellow-2[disabled],
  .c-btn-yellow-2[disabled]:hover,
  .c-btn-yellow-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-yellow-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-yellow-2[disabled]:active,
  .c-btn-yellow-2[disabled].active,
  fieldset[disabled] .c-btn-yellow-2,
  fieldset[disabled] .c-btn-yellow-2:hover,
  fieldset[disabled] .c-btn-yellow-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-yellow-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-yellow-2:active,
  fieldset[disabled] .c-btn-yellow-2.active {
    background: #c5bf66;
    border-color: #c5bf66; }
  .c-btn-yellow-2 .badge {
    color: #c5bf66;
    background: #ffffff; }

.c-btn-yellow-3 {
  border-color: #c5b96b;
  border-width: 1px;
  color: #ffffff;
  background: #c5b96b;
  border-color: #c5b96b; }
  .c-btn-yellow-3.btn-no-focus:focus,
  .c-btn-yellow-3.btn-no-focus.focus {
    color: #ffffff;
    background: #c5b96b;
    border-color: #c5b96b; }
  .c-btn-yellow-3.btn-no-focus:hover,
  .c-btn-yellow-3:hover,
  .c-btn-yellow-3.btn-no-focus:active,
  .c-btn-yellow-3:active,
  .c-btn-yellow-3.active,
  .open > .c-btn-yellow-3.dropdown-toggle {
    color: #ffffff;
    background: #baab4e;
    border-color: #baab4e; }
  .c-btn-yellow-3:active,
  .c-btn-yellow-3.active,
  .open > .c-btn-yellow-3.dropdown-toggle {
    background-image: none; }
  .c-btn-yellow-3.disabled,
  .c-btn-yellow-3.disabled:hover,
  .c-btn-yellow-3.disabled:not(.btn-no-focus):focus,
  .c-btn-yellow-3.disabled:not(.btn-no-focus).focus,
  .c-btn-yellow-3.disabled:active,
  .c-btn-yellow-3.disabled.active,
  .c-btn-yellow-3[disabled],
  .c-btn-yellow-3[disabled]:hover,
  .c-btn-yellow-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-yellow-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-yellow-3[disabled]:active,
  .c-btn-yellow-3[disabled].active,
  fieldset[disabled] .c-btn-yellow-3,
  fieldset[disabled] .c-btn-yellow-3:hover,
  fieldset[disabled] .c-btn-yellow-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-yellow-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-yellow-3:active,
  fieldset[disabled] .c-btn-yellow-3.active {
    background: #c5b96b;
    border-color: #c5b96b; }
  .c-btn-yellow-3 .badge {
    color: #c5b96b;
    background: #ffffff; }

.c-btn-blue {
  border-color: #3498DB;
  border-width: 1px;
  color: #ffffff;
  background: #3498DB;
  border-color: #3498DB; }
  .c-btn-blue.btn-no-focus:focus,
  .c-btn-blue.btn-no-focus.focus {
    color: #ffffff;
    background: #3498DB;
    border-color: #3498DB; }
  .c-btn-blue.btn-no-focus:hover,
  .c-btn-blue:hover,
  .c-btn-blue.btn-no-focus:active,
  .c-btn-blue:active,
  .c-btn-blue.active,
  .open > .c-btn-blue.dropdown-toggle {
    color: #ffffff;
    background: #2383c4;
    border-color: #2383c4; }
  .c-btn-blue:active,
  .c-btn-blue.active,
  .open > .c-btn-blue.dropdown-toggle {
    background-image: none; }
  .c-btn-blue.disabled,
  .c-btn-blue.disabled:hover,
  .c-btn-blue.disabled:not(.btn-no-focus):focus,
  .c-btn-blue.disabled:not(.btn-no-focus).focus,
  .c-btn-blue.disabled:active,
  .c-btn-blue.disabled.active,
  .c-btn-blue[disabled],
  .c-btn-blue[disabled]:hover,
  .c-btn-blue[disabled]:not(.btn-no-focus):focus,
  .c-btn-blue[disabled]:not(.btn-no-focus).focus,
  .c-btn-blue[disabled]:active,
  .c-btn-blue[disabled].active,
  fieldset[disabled] .c-btn-blue,
  fieldset[disabled] .c-btn-blue:hover,
  fieldset[disabled] .c-btn-blue:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-blue:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-blue:active,
  fieldset[disabled] .c-btn-blue.active {
    background: #3498DB;
    border-color: #3498DB; }
  .c-btn-blue .badge {
    color: #3498DB;
    background: #ffffff; }

.c-btn-blue-1 {
  border-color: #5e9cd1;
  border-width: 1px;
  color: #ffffff;
  background: #5e9cd1;
  border-color: #5e9cd1; }
  .c-btn-blue-1.btn-no-focus:focus,
  .c-btn-blue-1.btn-no-focus.focus {
    color: #ffffff;
    background: #5e9cd1;
    border-color: #5e9cd1; }
  .c-btn-blue-1.btn-no-focus:hover,
  .c-btn-blue-1:hover,
  .c-btn-blue-1.btn-no-focus:active,
  .c-btn-blue-1:active,
  .c-btn-blue-1.active,
  .open > .c-btn-blue-1.dropdown-toggle {
    color: #ffffff;
    background: #3e88c8;
    border-color: #3e88c8; }
  .c-btn-blue-1:active,
  .c-btn-blue-1.active,
  .open > .c-btn-blue-1.dropdown-toggle {
    background-image: none; }
  .c-btn-blue-1.disabled,
  .c-btn-blue-1.disabled:hover,
  .c-btn-blue-1.disabled:not(.btn-no-focus):focus,
  .c-btn-blue-1.disabled:not(.btn-no-focus).focus,
  .c-btn-blue-1.disabled:active,
  .c-btn-blue-1.disabled.active,
  .c-btn-blue-1[disabled],
  .c-btn-blue-1[disabled]:hover,
  .c-btn-blue-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-blue-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-blue-1[disabled]:active,
  .c-btn-blue-1[disabled].active,
  fieldset[disabled] .c-btn-blue-1,
  fieldset[disabled] .c-btn-blue-1:hover,
  fieldset[disabled] .c-btn-blue-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-blue-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-blue-1:active,
  fieldset[disabled] .c-btn-blue-1.active {
    background: #5e9cd1;
    border-color: #5e9cd1; }
  .c-btn-blue-1 .badge {
    color: #5e9cd1;
    background: #ffffff; }

.c-btn-blue-2 {
  border-color: #5893dd;
  border-width: 1px;
  color: #ffffff;
  background: #5893dd;
  border-color: #5893dd; }
  .c-btn-blue-2.btn-no-focus:focus,
  .c-btn-blue-2.btn-no-focus.focus {
    color: #ffffff;
    background: #5893dd;
    border-color: #5893dd; }
  .c-btn-blue-2.btn-no-focus:hover,
  .c-btn-blue-2:hover,
  .c-btn-blue-2.btn-no-focus:active,
  .c-btn-blue-2:active,
  .c-btn-blue-2.active,
  .open > .c-btn-blue-2.dropdown-toggle {
    color: #ffffff;
    background: #367dd6;
    border-color: #367dd6; }
  .c-btn-blue-2:active,
  .c-btn-blue-2.active,
  .open > .c-btn-blue-2.dropdown-toggle {
    background-image: none; }
  .c-btn-blue-2.disabled,
  .c-btn-blue-2.disabled:hover,
  .c-btn-blue-2.disabled:not(.btn-no-focus):focus,
  .c-btn-blue-2.disabled:not(.btn-no-focus).focus,
  .c-btn-blue-2.disabled:active,
  .c-btn-blue-2.disabled.active,
  .c-btn-blue-2[disabled],
  .c-btn-blue-2[disabled]:hover,
  .c-btn-blue-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-blue-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-blue-2[disabled]:active,
  .c-btn-blue-2[disabled].active,
  fieldset[disabled] .c-btn-blue-2,
  fieldset[disabled] .c-btn-blue-2:hover,
  fieldset[disabled] .c-btn-blue-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-blue-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-blue-2:active,
  fieldset[disabled] .c-btn-blue-2.active {
    background: #5893dd;
    border-color: #5893dd; }
  .c-btn-blue-2 .badge {
    color: #5893dd;
    background: #ffffff; }

.c-btn-blue-3 {
  border-color: #57bfe1;
  border-width: 1px;
  color: #ffffff;
  background: #57bfe1;
  border-color: #57bfe1; }
  .c-btn-blue-3.btn-no-focus:focus,
  .c-btn-blue-3.btn-no-focus.focus {
    color: #ffffff;
    background: #57bfe1;
    border-color: #57bfe1; }
  .c-btn-blue-3.btn-no-focus:hover,
  .c-btn-blue-3:hover,
  .c-btn-blue-3.btn-no-focus:active,
  .c-btn-blue-3:active,
  .c-btn-blue-3.active,
  .open > .c-btn-blue-3.dropdown-toggle {
    color: #ffffff;
    background: #34b2db;
    border-color: #34b2db; }
  .c-btn-blue-3:active,
  .c-btn-blue-3.active,
  .open > .c-btn-blue-3.dropdown-toggle {
    background-image: none; }
  .c-btn-blue-3.disabled,
  .c-btn-blue-3.disabled:hover,
  .c-btn-blue-3.disabled:not(.btn-no-focus):focus,
  .c-btn-blue-3.disabled:not(.btn-no-focus).focus,
  .c-btn-blue-3.disabled:active,
  .c-btn-blue-3.disabled.active,
  .c-btn-blue-3[disabled],
  .c-btn-blue-3[disabled]:hover,
  .c-btn-blue-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-blue-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-blue-3[disabled]:active,
  .c-btn-blue-3[disabled].active,
  fieldset[disabled] .c-btn-blue-3,
  fieldset[disabled] .c-btn-blue-3:hover,
  fieldset[disabled] .c-btn-blue-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-blue-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-blue-3:active,
  fieldset[disabled] .c-btn-blue-3.active {
    background: #57bfe1;
    border-color: #57bfe1; }
  .c-btn-blue-3 .badge {
    color: #57bfe1;
    background: #ffffff; }

.c-btn-purple {
  border-color: #b771b0;
  border-width: 1px;
  color: #ffffff;
  background: #b771b0;
  border-color: #b771b0; }
  .c-btn-purple.btn-no-focus:focus,
  .c-btn-purple.btn-no-focus.focus {
    color: #ffffff;
    background: #b771b0;
    border-color: #b771b0; }
  .c-btn-purple.btn-no-focus:hover,
  .c-btn-purple:hover,
  .c-btn-purple.btn-no-focus:active,
  .c-btn-purple:active,
  .c-btn-purple.active,
  .open > .c-btn-purple.dropdown-toggle {
    color: #ffffff;
    background: #a956a1;
    border-color: #a956a1; }
  .c-btn-purple:active,
  .c-btn-purple.active,
  .open > .c-btn-purple.dropdown-toggle {
    background-image: none; }
  .c-btn-purple.disabled,
  .c-btn-purple.disabled:hover,
  .c-btn-purple.disabled:not(.btn-no-focus):focus,
  .c-btn-purple.disabled:not(.btn-no-focus).focus,
  .c-btn-purple.disabled:active,
  .c-btn-purple.disabled.active,
  .c-btn-purple[disabled],
  .c-btn-purple[disabled]:hover,
  .c-btn-purple[disabled]:not(.btn-no-focus):focus,
  .c-btn-purple[disabled]:not(.btn-no-focus).focus,
  .c-btn-purple[disabled]:active,
  .c-btn-purple[disabled].active,
  fieldset[disabled] .c-btn-purple,
  fieldset[disabled] .c-btn-purple:hover,
  fieldset[disabled] .c-btn-purple:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-purple:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-purple:active,
  fieldset[disabled] .c-btn-purple.active {
    background: #b771b0;
    border-color: #b771b0; }
  .c-btn-purple .badge {
    color: #b771b0;
    background: #ffffff; }

.c-btn-purple-1 {
  border-color: #a962bb;
  border-width: 1px;
  color: #ffffff;
  background: #a962bb;
  border-color: #a962bb; }
  .c-btn-purple-1.btn-no-focus:focus,
  .c-btn-purple-1.btn-no-focus.focus {
    color: #ffffff;
    background: #a962bb;
    border-color: #a962bb; }
  .c-btn-purple-1.btn-no-focus:hover,
  .c-btn-purple-1:hover,
  .c-btn-purple-1.btn-no-focus:active,
  .c-btn-purple-1:active,
  .c-btn-purple-1.active,
  .open > .c-btn-purple-1.dropdown-toggle {
    color: #ffffff;
    background: #974aaa;
    border-color: #974aaa; }
  .c-btn-purple-1:active,
  .c-btn-purple-1.active,
  .open > .c-btn-purple-1.dropdown-toggle {
    background-image: none; }
  .c-btn-purple-1.disabled,
  .c-btn-purple-1.disabled:hover,
  .c-btn-purple-1.disabled:not(.btn-no-focus):focus,
  .c-btn-purple-1.disabled:not(.btn-no-focus).focus,
  .c-btn-purple-1.disabled:active,
  .c-btn-purple-1.disabled.active,
  .c-btn-purple-1[disabled],
  .c-btn-purple-1[disabled]:hover,
  .c-btn-purple-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-purple-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-purple-1[disabled]:active,
  .c-btn-purple-1[disabled].active,
  fieldset[disabled] .c-btn-purple-1,
  fieldset[disabled] .c-btn-purple-1:hover,
  fieldset[disabled] .c-btn-purple-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-purple-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-purple-1:active,
  fieldset[disabled] .c-btn-purple-1.active {
    background: #a962bb;
    border-color: #a962bb; }
  .c-btn-purple-1 .badge {
    color: #a962bb;
    background: #ffffff; }

.c-btn-purple-2 {
  border-color: #aa67a3;
  border-width: 1px;
  color: #ffffff;
  background: #aa67a3;
  border-color: #aa67a3; }
  .c-btn-purple-2.btn-no-focus:focus,
  .c-btn-purple-2.btn-no-focus.focus {
    color: #ffffff;
    background: #aa67a3;
    border-color: #aa67a3; }
  .c-btn-purple-2.btn-no-focus:hover,
  .c-btn-purple-2:hover,
  .c-btn-purple-2.btn-no-focus:active,
  .c-btn-purple-2:active,
  .c-btn-purple-2.active,
  .open > .c-btn-purple-2.dropdown-toggle {
    color: #ffffff;
    background: #95538e;
    border-color: #95538e; }
  .c-btn-purple-2:active,
  .c-btn-purple-2.active,
  .open > .c-btn-purple-2.dropdown-toggle {
    background-image: none; }
  .c-btn-purple-2.disabled,
  .c-btn-purple-2.disabled:hover,
  .c-btn-purple-2.disabled:not(.btn-no-focus):focus,
  .c-btn-purple-2.disabled:not(.btn-no-focus).focus,
  .c-btn-purple-2.disabled:active,
  .c-btn-purple-2.disabled.active,
  .c-btn-purple-2[disabled],
  .c-btn-purple-2[disabled]:hover,
  .c-btn-purple-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-purple-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-purple-2[disabled]:active,
  .c-btn-purple-2[disabled].active,
  fieldset[disabled] .c-btn-purple-2,
  fieldset[disabled] .c-btn-purple-2:hover,
  fieldset[disabled] .c-btn-purple-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-purple-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-purple-2:active,
  fieldset[disabled] .c-btn-purple-2.active {
    background: #aa67a3;
    border-color: #aa67a3; }
  .c-btn-purple-2 .badge {
    color: #aa67a3;
    background: #ffffff; }

.c-btn-purple-3 {
  border-color: #ac3773;
  border-width: 1px;
  color: #ffffff;
  background: #ac3773;
  border-color: #ac3773; }
  .c-btn-purple-3.btn-no-focus:focus,
  .c-btn-purple-3.btn-no-focus.focus {
    color: #ffffff;
    background: #ac3773;
    border-color: #ac3773; }
  .c-btn-purple-3.btn-no-focus:hover,
  .c-btn-purple-3:hover,
  .c-btn-purple-3.btn-no-focus:active,
  .c-btn-purple-3:active,
  .c-btn-purple-3.active,
  .open > .c-btn-purple-3.dropdown-toggle {
    color: #ffffff;
    background: #8d2d5e;
    border-color: #8d2d5e; }
  .c-btn-purple-3:active,
  .c-btn-purple-3.active,
  .open > .c-btn-purple-3.dropdown-toggle {
    background-image: none; }
  .c-btn-purple-3.disabled,
  .c-btn-purple-3.disabled:hover,
  .c-btn-purple-3.disabled:not(.btn-no-focus):focus,
  .c-btn-purple-3.disabled:not(.btn-no-focus).focus,
  .c-btn-purple-3.disabled:active,
  .c-btn-purple-3.disabled.active,
  .c-btn-purple-3[disabled],
  .c-btn-purple-3[disabled]:hover,
  .c-btn-purple-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-purple-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-purple-3[disabled]:active,
  .c-btn-purple-3[disabled].active,
  fieldset[disabled] .c-btn-purple-3,
  fieldset[disabled] .c-btn-purple-3:hover,
  fieldset[disabled] .c-btn-purple-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-purple-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-purple-3:active,
  fieldset[disabled] .c-btn-purple-3.active {
    background: #ac3773;
    border-color: #ac3773; }
  .c-btn-purple-3 .badge {
    color: #ac3773;
    background: #ffffff; }

.c-btn-brown {
  border-color: #8a7f68;
  border-width: 1px;
  color: #ffffff;
  background: #8a7f68;
  border-color: #8a7f68; }
  .c-btn-brown.btn-no-focus:focus,
  .c-btn-brown.btn-no-focus.focus {
    color: #ffffff;
    background: #8a7f68;
    border-color: #8a7f68; }
  .c-btn-brown.btn-no-focus:hover,
  .c-btn-brown:hover,
  .c-btn-brown.btn-no-focus:active,
  .c-btn-brown:active,
  .c-btn-brown.active,
  .open > .c-btn-brown.dropdown-toggle {
    color: #ffffff;
    background: #736a56;
    border-color: #736a56; }
  .c-btn-brown:active,
  .c-btn-brown.active,
  .open > .c-btn-brown.dropdown-toggle {
    background-image: none; }
  .c-btn-brown.disabled,
  .c-btn-brown.disabled:hover,
  .c-btn-brown.disabled:not(.btn-no-focus):focus,
  .c-btn-brown.disabled:not(.btn-no-focus).focus,
  .c-btn-brown.disabled:active,
  .c-btn-brown.disabled.active,
  .c-btn-brown[disabled],
  .c-btn-brown[disabled]:hover,
  .c-btn-brown[disabled]:not(.btn-no-focus):focus,
  .c-btn-brown[disabled]:not(.btn-no-focus).focus,
  .c-btn-brown[disabled]:active,
  .c-btn-brown[disabled].active,
  fieldset[disabled] .c-btn-brown,
  fieldset[disabled] .c-btn-brown:hover,
  fieldset[disabled] .c-btn-brown:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-brown:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-brown:active,
  fieldset[disabled] .c-btn-brown.active {
    background: #8a7f68;
    border-color: #8a7f68; }
  .c-btn-brown .badge {
    color: #8a7f68;
    background: #ffffff; }

.c-btn-brown-1 {
  border-color: #685e47;
  border-width: 1px;
  color: #ffffff;
  background: #685e47;
  border-color: #685e47; }
  .c-btn-brown-1.btn-no-focus:focus,
  .c-btn-brown-1.btn-no-focus.focus {
    color: #ffffff;
    background: #685e47;
    border-color: #685e47; }
  .c-btn-brown-1.btn-no-focus:hover,
  .c-btn-brown-1:hover,
  .c-btn-brown-1.btn-no-focus:active,
  .c-btn-brown-1:active,
  .c-btn-brown-1.active,
  .open > .c-btn-brown-1.dropdown-toggle {
    color: #ffffff;
    background: #504836;
    border-color: #504836; }
  .c-btn-brown-1:active,
  .c-btn-brown-1.active,
  .open > .c-btn-brown-1.dropdown-toggle {
    background-image: none; }
  .c-btn-brown-1.disabled,
  .c-btn-brown-1.disabled:hover,
  .c-btn-brown-1.disabled:not(.btn-no-focus):focus,
  .c-btn-brown-1.disabled:not(.btn-no-focus).focus,
  .c-btn-brown-1.disabled:active,
  .c-btn-brown-1.disabled.active,
  .c-btn-brown-1[disabled],
  .c-btn-brown-1[disabled]:hover,
  .c-btn-brown-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-brown-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-brown-1[disabled]:active,
  .c-btn-brown-1[disabled].active,
  fieldset[disabled] .c-btn-brown-1,
  fieldset[disabled] .c-btn-brown-1:hover,
  fieldset[disabled] .c-btn-brown-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-brown-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-brown-1:active,
  fieldset[disabled] .c-btn-brown-1.active {
    background: #685e47;
    border-color: #685e47; }
  .c-btn-brown-1 .badge {
    color: #685e47;
    background: #ffffff; }

.c-btn-brown-2 {
  border-color: #7a6a61;
  border-width: 1px;
  color: #ffffff;
  background: #7a6a61;
  border-color: #7a6a61; }
  .c-btn-brown-2.btn-no-focus:focus,
  .c-btn-brown-2.btn-no-focus.focus {
    color: #ffffff;
    background: #7a6a61;
    border-color: #7a6a61; }
  .c-btn-brown-2.btn-no-focus:hover,
  .c-btn-brown-2:hover,
  .c-btn-brown-2.btn-no-focus:active,
  .c-btn-brown-2:active,
  .c-btn-brown-2.active,
  .open > .c-btn-brown-2.dropdown-toggle {
    color: #ffffff;
    background: #63564f;
    border-color: #63564f; }
  .c-btn-brown-2:active,
  .c-btn-brown-2.active,
  .open > .c-btn-brown-2.dropdown-toggle {
    background-image: none; }
  .c-btn-brown-2.disabled,
  .c-btn-brown-2.disabled:hover,
  .c-btn-brown-2.disabled:not(.btn-no-focus):focus,
  .c-btn-brown-2.disabled:not(.btn-no-focus).focus,
  .c-btn-brown-2.disabled:active,
  .c-btn-brown-2.disabled.active,
  .c-btn-brown-2[disabled],
  .c-btn-brown-2[disabled]:hover,
  .c-btn-brown-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-brown-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-brown-2[disabled]:active,
  .c-btn-brown-2[disabled].active,
  fieldset[disabled] .c-btn-brown-2,
  fieldset[disabled] .c-btn-brown-2:hover,
  fieldset[disabled] .c-btn-brown-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-brown-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-brown-2:active,
  fieldset[disabled] .c-btn-brown-2.active {
    background: #7a6a61;
    border-color: #7a6a61; }
  .c-btn-brown-2 .badge {
    color: #7a6a61;
    background: #ffffff; }

.c-btn-brown-3 {
  border-color: #9d8b81;
  border-width: 1px;
  color: #ffffff;
  background: #9d8b81;
  border-color: #9d8b81; }
  .c-btn-brown-3.btn-no-focus:focus,
  .c-btn-brown-3.btn-no-focus.focus {
    color: #ffffff;
    background: #9d8b81;
    border-color: #9d8b81; }
  .c-btn-brown-3.btn-no-focus:hover,
  .c-btn-brown-3:hover,
  .c-btn-brown-3.btn-no-focus:active,
  .c-btn-brown-3:active,
  .c-btn-brown-3.active,
  .open > .c-btn-brown-3.dropdown-toggle {
    color: #ffffff;
    background: #8a766b;
    border-color: #8a766b; }
  .c-btn-brown-3:active,
  .c-btn-brown-3.active,
  .open > .c-btn-brown-3.dropdown-toggle {
    background-image: none; }
  .c-btn-brown-3.disabled,
  .c-btn-brown-3.disabled:hover,
  .c-btn-brown-3.disabled:not(.btn-no-focus):focus,
  .c-btn-brown-3.disabled:not(.btn-no-focus).focus,
  .c-btn-brown-3.disabled:active,
  .c-btn-brown-3.disabled.active,
  .c-btn-brown-3[disabled],
  .c-btn-brown-3[disabled]:hover,
  .c-btn-brown-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-brown-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-brown-3[disabled]:active,
  .c-btn-brown-3[disabled].active,
  fieldset[disabled] .c-btn-brown-3,
  fieldset[disabled] .c-btn-brown-3:hover,
  fieldset[disabled] .c-btn-brown-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-brown-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-brown-3:active,
  fieldset[disabled] .c-btn-brown-3.active {
    background: #9d8b81;
    border-color: #9d8b81; }
  .c-btn-brown-3 .badge {
    color: #9d8b81;
    background: #ffffff; }

.c-btn-dark {
  border-color: #2f353b;
  border-width: 1px;
  color: #ffffff;
  background: #2f353b;
  border-color: #2f353b; }
  .c-btn-dark.btn-no-focus:focus,
  .c-btn-dark.btn-no-focus.focus {
    color: #ffffff;
    background: #2f353b;
    border-color: #2f353b; }
  .c-btn-dark.btn-no-focus:hover,
  .c-btn-dark:hover,
  .c-btn-dark.btn-no-focus:active,
  .c-btn-dark:active,
  .c-btn-dark.active,
  .open > .c-btn-dark.dropdown-toggle {
    color: #ffffff;
    background: #1d2124;
    border-color: #1d2124; }
  .c-btn-dark:active,
  .c-btn-dark.active,
  .open > .c-btn-dark.dropdown-toggle {
    background-image: none; }
  .c-btn-dark.disabled,
  .c-btn-dark.disabled:hover,
  .c-btn-dark.disabled:not(.btn-no-focus):focus,
  .c-btn-dark.disabled:not(.btn-no-focus).focus,
  .c-btn-dark.disabled:active,
  .c-btn-dark.disabled.active,
  .c-btn-dark[disabled],
  .c-btn-dark[disabled]:hover,
  .c-btn-dark[disabled]:not(.btn-no-focus):focus,
  .c-btn-dark[disabled]:not(.btn-no-focus).focus,
  .c-btn-dark[disabled]:active,
  .c-btn-dark[disabled].active,
  fieldset[disabled] .c-btn-dark,
  fieldset[disabled] .c-btn-dark:hover,
  fieldset[disabled] .c-btn-dark:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-dark:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-dark:active,
  fieldset[disabled] .c-btn-dark.active {
    background: #2f353b;
    border-color: #2f353b; }
  .c-btn-dark .badge {
    color: #2f353b;
    background: #ffffff; }

.c-btn-dark-1 {
  border-color: #525e64;
  border-width: 1px;
  color: #ffffff;
  background: #525e64;
  border-color: #525e64; }
  .c-btn-dark-1.btn-no-focus:focus,
  .c-btn-dark-1.btn-no-focus.focus {
    color: #ffffff;
    background: #525e64;
    border-color: #525e64; }
  .c-btn-dark-1.btn-no-focus:hover,
  .c-btn-dark-1:hover,
  .c-btn-dark-1.btn-no-focus:active,
  .c-btn-dark-1:active,
  .c-btn-dark-1.active,
  .open > .c-btn-dark-1.dropdown-toggle {
    color: #ffffff;
    background: #40494e;
    border-color: #40494e; }
  .c-btn-dark-1:active,
  .c-btn-dark-1.active,
  .open > .c-btn-dark-1.dropdown-toggle {
    background-image: none; }
  .c-btn-dark-1.disabled,
  .c-btn-dark-1.disabled:hover,
  .c-btn-dark-1.disabled:not(.btn-no-focus):focus,
  .c-btn-dark-1.disabled:not(.btn-no-focus).focus,
  .c-btn-dark-1.disabled:active,
  .c-btn-dark-1.disabled.active,
  .c-btn-dark-1[disabled],
  .c-btn-dark-1[disabled]:hover,
  .c-btn-dark-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-dark-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-dark-1[disabled]:active,
  .c-btn-dark-1[disabled].active,
  fieldset[disabled] .c-btn-dark-1,
  fieldset[disabled] .c-btn-dark-1:hover,
  fieldset[disabled] .c-btn-dark-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-dark-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-dark-1:active,
  fieldset[disabled] .c-btn-dark-1.active {
    background: #525e64;
    border-color: #525e64; }
  .c-btn-dark-1 .badge {
    color: #525e64;
    background: #ffffff; }

.c-btn-dark-2 {
  border-color: #31383c;
  border-width: 1px;
  color: #ffffff;
  background: #31383c;
  border-color: #31383c; }
  .c-btn-dark-2.btn-no-focus:focus,
  .c-btn-dark-2.btn-no-focus.focus {
    color: #ffffff;
    background: #31383c;
    border-color: #31383c; }
  .c-btn-dark-2.btn-no-focus:hover,
  .c-btn-dark-2:hover,
  .c-btn-dark-2.btn-no-focus:active,
  .c-btn-dark-2:active,
  .c-btn-dark-2.active,
  .open > .c-btn-dark-2.dropdown-toggle {
    color: #ffffff;
    background: #1f2326;
    border-color: #1f2326; }
  .c-btn-dark-2:active,
  .c-btn-dark-2.active,
  .open > .c-btn-dark-2.dropdown-toggle {
    background-image: none; }
  .c-btn-dark-2.disabled,
  .c-btn-dark-2.disabled:hover,
  .c-btn-dark-2.disabled:not(.btn-no-focus):focus,
  .c-btn-dark-2.disabled:not(.btn-no-focus).focus,
  .c-btn-dark-2.disabled:active,
  .c-btn-dark-2.disabled.active,
  .c-btn-dark-2[disabled],
  .c-btn-dark-2[disabled]:hover,
  .c-btn-dark-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-dark-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-dark-2[disabled]:active,
  .c-btn-dark-2[disabled].active,
  fieldset[disabled] .c-btn-dark-2,
  fieldset[disabled] .c-btn-dark-2:hover,
  fieldset[disabled] .c-btn-dark-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-dark-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-dark-2:active,
  fieldset[disabled] .c-btn-dark-2.active {
    background: #31383c;
    border-color: #31383c; }
  .c-btn-dark-2 .badge {
    color: #31383c;
    background: #ffffff; }

.c-btn-dark-3 {
  border-color: #41515b;
  border-width: 1px;
  color: #ffffff;
  background: #41515b;
  border-color: #41515b; }
  .c-btn-dark-3.btn-no-focus:focus,
  .c-btn-dark-3.btn-no-focus.focus {
    color: #ffffff;
    background: #41515b;
    border-color: #41515b; }
  .c-btn-dark-3.btn-no-focus:hover,
  .c-btn-dark-3:hover,
  .c-btn-dark-3.btn-no-focus:active,
  .c-btn-dark-3:active,
  .c-btn-dark-3.active,
  .open > .c-btn-dark-3.dropdown-toggle {
    color: #ffffff;
    background: #303c43;
    border-color: #303c43; }
  .c-btn-dark-3:active,
  .c-btn-dark-3.active,
  .open > .c-btn-dark-3.dropdown-toggle {
    background-image: none; }
  .c-btn-dark-3.disabled,
  .c-btn-dark-3.disabled:hover,
  .c-btn-dark-3.disabled:not(.btn-no-focus):focus,
  .c-btn-dark-3.disabled:not(.btn-no-focus).focus,
  .c-btn-dark-3.disabled:active,
  .c-btn-dark-3.disabled.active,
  .c-btn-dark-3[disabled],
  .c-btn-dark-3[disabled]:hover,
  .c-btn-dark-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-dark-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-dark-3[disabled]:active,
  .c-btn-dark-3[disabled].active,
  fieldset[disabled] .c-btn-dark-3,
  fieldset[disabled] .c-btn-dark-3:hover,
  fieldset[disabled] .c-btn-dark-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-dark-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-dark-3:active,
  fieldset[disabled] .c-btn-dark-3.active {
    background: #41515b;
    border-color: #41515b; }
  .c-btn-dark-3 .badge {
    color: #41515b;
    background: #ffffff; }

.c-btn-grey {
  border-color: #eeeeee;
  border-width: 1px;
  color: #6e6e6e;
  background: #eeeeee;
  border-color: #eeeeee; }
  .c-btn-grey.btn-no-focus:focus,
  .c-btn-grey.btn-no-focus.focus {
    color: #6e6e6e;
    background: #eeeeee;
    border-color: #eeeeee; }
  .c-btn-grey.btn-no-focus:hover,
  .c-btn-grey:hover,
  .c-btn-grey.btn-no-focus:active,
  .c-btn-grey:active,
  .c-btn-grey.active,
  .open > .c-btn-grey.dropdown-toggle {
    color: #6e6e6e;
    background: #dadada;
    border-color: #dadada; }
  .c-btn-grey:active,
  .c-btn-grey.active,
  .open > .c-btn-grey.dropdown-toggle {
    background-image: none; }
  .c-btn-grey.disabled,
  .c-btn-grey.disabled:hover,
  .c-btn-grey.disabled:not(.btn-no-focus):focus,
  .c-btn-grey.disabled:not(.btn-no-focus).focus,
  .c-btn-grey.disabled:active,
  .c-btn-grey.disabled.active,
  .c-btn-grey[disabled],
  .c-btn-grey[disabled]:hover,
  .c-btn-grey[disabled]:not(.btn-no-focus):focus,
  .c-btn-grey[disabled]:not(.btn-no-focus).focus,
  .c-btn-grey[disabled]:active,
  .c-btn-grey[disabled].active,
  fieldset[disabled] .c-btn-grey,
  fieldset[disabled] .c-btn-grey:hover,
  fieldset[disabled] .c-btn-grey:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-grey:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-grey:active,
  fieldset[disabled] .c-btn-grey.active {
    background: #eeeeee;
    border-color: #eeeeee; }
  .c-btn-grey .badge {
    color: #eeeeee;
    background: #6e6e6e; }

.c-btn-grey-1 {
  border-color: #f7f7f7;
  border-width: 1px;
  color: #777777;
  background: #f7f7f7;
  border-color: #f7f7f7; }
  .c-btn-grey-1.btn-no-focus:focus,
  .c-btn-grey-1.btn-no-focus.focus {
    color: #777777;
    background: #f7f7f7;
    border-color: #f7f7f7; }
  .c-btn-grey-1.btn-no-focus:hover,
  .c-btn-grey-1:hover,
  .c-btn-grey-1.btn-no-focus:active,
  .c-btn-grey-1:active,
  .c-btn-grey-1.active,
  .open > .c-btn-grey-1.dropdown-toggle {
    color: #777777;
    background: #e3e3e3;
    border-color: #e3e3e3; }
  .c-btn-grey-1:active,
  .c-btn-grey-1.active,
  .open > .c-btn-grey-1.dropdown-toggle {
    background-image: none; }
  .c-btn-grey-1.disabled,
  .c-btn-grey-1.disabled:hover,
  .c-btn-grey-1.disabled:not(.btn-no-focus):focus,
  .c-btn-grey-1.disabled:not(.btn-no-focus).focus,
  .c-btn-grey-1.disabled:active,
  .c-btn-grey-1.disabled.active,
  .c-btn-grey-1[disabled],
  .c-btn-grey-1[disabled]:hover,
  .c-btn-grey-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-grey-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-grey-1[disabled]:active,
  .c-btn-grey-1[disabled].active,
  fieldset[disabled] .c-btn-grey-1,
  fieldset[disabled] .c-btn-grey-1:hover,
  fieldset[disabled] .c-btn-grey-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-grey-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-grey-1:active,
  fieldset[disabled] .c-btn-grey-1.active {
    background: #f7f7f7;
    border-color: #f7f7f7; }
  .c-btn-grey-1 .badge {
    color: #f7f7f7;
    background: #777777; }

.c-btn-grey-2 {
  border-color: #677083;
  border-width: 1px;
  color: #ffffff;
  background: #677083;
  border-color: #677083; }
  .c-btn-grey-2.btn-no-focus:focus,
  .c-btn-grey-2.btn-no-focus.focus {
    color: #ffffff;
    background: #677083;
    border-color: #677083; }
  .c-btn-grey-2.btn-no-focus:hover,
  .c-btn-grey-2:hover,
  .c-btn-grey-2.btn-no-focus:active,
  .c-btn-grey-2:active,
  .c-btn-grey-2.active,
  .open > .c-btn-grey-2.dropdown-toggle {
    color: #ffffff;
    background: #555c6c;
    border-color: #555c6c; }
  .c-btn-grey-2:active,
  .c-btn-grey-2.active,
  .open > .c-btn-grey-2.dropdown-toggle {
    background-image: none; }
  .c-btn-grey-2.disabled,
  .c-btn-grey-2.disabled:hover,
  .c-btn-grey-2.disabled:not(.btn-no-focus):focus,
  .c-btn-grey-2.disabled:not(.btn-no-focus).focus,
  .c-btn-grey-2.disabled:active,
  .c-btn-grey-2.disabled.active,
  .c-btn-grey-2[disabled],
  .c-btn-grey-2[disabled]:hover,
  .c-btn-grey-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-grey-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-grey-2[disabled]:active,
  .c-btn-grey-2[disabled].active,
  fieldset[disabled] .c-btn-grey-2,
  fieldset[disabled] .c-btn-grey-2:hover,
  fieldset[disabled] .c-btn-grey-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-grey-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-grey-2:active,
  fieldset[disabled] .c-btn-grey-2.active {
    background: #677083;
    border-color: #677083; }
  .c-btn-grey-2 .badge {
    color: #677083;
    background: #ffffff; }

.c-btn-grey-3 {
  border-color: #7f8c97;
  border-width: 1px;
  color: #ffffff;
  background: #7f8c97;
  border-color: #7f8c97; }
  .c-btn-grey-3.btn-no-focus:focus,
  .c-btn-grey-3.btn-no-focus.focus {
    color: #ffffff;
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-grey-3.btn-no-focus:hover,
  .c-btn-grey-3:hover,
  .c-btn-grey-3.btn-no-focus:active,
  .c-btn-grey-3:active,
  .c-btn-grey-3.active,
  .open > .c-btn-grey-3.dropdown-toggle {
    color: #ffffff;
    background: #6a7883;
    border-color: #6a7883; }
  .c-btn-grey-3:active,
  .c-btn-grey-3.active,
  .open > .c-btn-grey-3.dropdown-toggle {
    background-image: none; }
  .c-btn-grey-3.disabled,
  .c-btn-grey-3.disabled:hover,
  .c-btn-grey-3.disabled:not(.btn-no-focus):focus,
  .c-btn-grey-3.disabled:not(.btn-no-focus).focus,
  .c-btn-grey-3.disabled:active,
  .c-btn-grey-3.disabled.active,
  .c-btn-grey-3[disabled],
  .c-btn-grey-3[disabled]:hover,
  .c-btn-grey-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-grey-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-grey-3[disabled]:active,
  .c-btn-grey-3[disabled].active,
  fieldset[disabled] .c-btn-grey-3,
  fieldset[disabled] .c-btn-grey-3:hover,
  fieldset[disabled] .c-btn-grey-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-grey-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-grey-3:active,
  fieldset[disabled] .c-btn-grey-3.active {
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-grey-3 .badge {
    color: #7f8c97;
    background: #ffffff; }

.c-btn-border-1x.c-btn-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
  border-color: #FFFFFF; }
  .c-btn-border-1x.c-btn-white.c-btn-border-opacity-04 {
    border-color: rgba(255, 255, 255, 0.4); }
  .c-btn-border-1x.c-btn-white.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-white.btn-no-focus.focus {
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF; }
  .c-btn-border-1x.c-btn-white.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-white:hover,
  .c-btn-border-1x.c-btn-white.btn-no-focus:active,
  .c-btn-border-1x.c-btn-white:active,
  .c-btn-border-1x.c-btn-white.active,
  .open > .c-btn-border-1x.c-btn-white.dropdown-toggle {
    color: #2f353b;
    background: #FFFFFF;
    border-color: #FFFFFF; }
  .c-btn-border-1x.c-btn-white:active,
  .c-btn-border-1x.c-btn-white.active,
  .open > .c-btn-border-1x.c-btn-white.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-white.disabled,
  .c-btn-border-1x.c-btn-white.disabled:hover,
  .c-btn-border-1x.c-btn-white.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-white.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-white.disabled:active,
  .c-btn-border-1x.c-btn-white.disabled.active,
  .c-btn-border-1x.c-btn-white[disabled],
  .c-btn-border-1x.c-btn-white[disabled]:hover,
  .c-btn-border-1x.c-btn-white[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-white[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-white[disabled]:active,
  .c-btn-border-1x.c-btn-white[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-white,
  fieldset[disabled] .c-btn-border-1x.c-btn-white:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-white:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-white:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-white:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-white.active {
    background: none;
    border-color: #FFFFFF; }
  .c-btn-border-1x.c-btn-white .badge {
    color: none;
    background: #FFFFFF; }

.c-btn-border-1x.c-btn-black {
  border-color: #000000;
  color: #000000;
  background: none;
  border-color: #000000; }
  .c-btn-border-1x.c-btn-black.c-btn-border-opacity-04 {
    border-color: rgba(0, 0, 0, 0.4); }
  .c-btn-border-1x.c-btn-black.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-black.btn-no-focus.focus {
    color: #000000;
    background: none;
    border-color: #000000; }
  .c-btn-border-1x.c-btn-black.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-black:hover,
  .c-btn-border-1x.c-btn-black.btn-no-focus:active,
  .c-btn-border-1x.c-btn-black:active,
  .c-btn-border-1x.c-btn-black.active,
  .open > .c-btn-border-1x.c-btn-black.dropdown-toggle {
    color: #ffffff;
    background: #000000;
    border-color: #000000; }
  .c-btn-border-1x.c-btn-black:active,
  .c-btn-border-1x.c-btn-black.active,
  .open > .c-btn-border-1x.c-btn-black.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-black.disabled,
  .c-btn-border-1x.c-btn-black.disabled:hover,
  .c-btn-border-1x.c-btn-black.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-black.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-black.disabled:active,
  .c-btn-border-1x.c-btn-black.disabled.active,
  .c-btn-border-1x.c-btn-black[disabled],
  .c-btn-border-1x.c-btn-black[disabled]:hover,
  .c-btn-border-1x.c-btn-black[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-black[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-black[disabled]:active,
  .c-btn-border-1x.c-btn-black[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-black,
  fieldset[disabled] .c-btn-border-1x.c-btn-black:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-black:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-black:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-black:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-black.active {
    background: none;
    border-color: #000000; }
  .c-btn-border-1x.c-btn-black .badge {
    color: none;
    background: #000000; }

.c-btn-border-1x.c-btn-regular {
  border-color: #7f8c97;
  color: #7f8c97;
  background: none;
  border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-regular.c-btn-border-opacity-04 {
    border-color: rgba(127, 140, 151, 0.4); }
  .c-btn-border-1x.c-btn-regular.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-regular.btn-no-focus.focus {
    color: #7f8c97;
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-regular.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-regular:hover,
  .c-btn-border-1x.c-btn-regular.btn-no-focus:active,
  .c-btn-border-1x.c-btn-regular:active,
  .c-btn-border-1x.c-btn-regular.active,
  .open > .c-btn-border-1x.c-btn-regular.dropdown-toggle {
    color: #ffffff;
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-regular:active,
  .c-btn-border-1x.c-btn-regular.active,
  .open > .c-btn-border-1x.c-btn-regular.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-regular.disabled,
  .c-btn-border-1x.c-btn-regular.disabled:hover,
  .c-btn-border-1x.c-btn-regular.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-regular.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-regular.disabled:active,
  .c-btn-border-1x.c-btn-regular.disabled.active,
  .c-btn-border-1x.c-btn-regular[disabled],
  .c-btn-border-1x.c-btn-regular[disabled]:hover,
  .c-btn-border-1x.c-btn-regular[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-regular[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-regular[disabled]:active,
  .c-btn-border-1x.c-btn-regular[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-regular,
  fieldset[disabled] .c-btn-border-1x.c-btn-regular:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-regular:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-regular:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-regular:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-regular.active {
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-regular .badge {
    color: none;
    background: #7f8c97; }

.c-btn-border-1x.c-btn-green {
  border-color: #32c5d2;
  color: #32c5d2;
  background: none;
  border-color: #32c5d2; }
  .c-btn-border-1x.c-btn-green.c-btn-border-opacity-04 {
    border-color: rgba(50, 197, 210, 0.4); }
  .c-btn-border-1x.c-btn-green.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-green.btn-no-focus.focus {
    color: #32c5d2;
    background: none;
    border-color: #32c5d2; }
  .c-btn-border-1x.c-btn-green.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-green:hover,
  .c-btn-border-1x.c-btn-green.btn-no-focus:active,
  .c-btn-border-1x.c-btn-green:active,
  .c-btn-border-1x.c-btn-green.active,
  .open > .c-btn-border-1x.c-btn-green.dropdown-toggle {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2; }
  .c-btn-border-1x.c-btn-green:active,
  .c-btn-border-1x.c-btn-green.active,
  .open > .c-btn-border-1x.c-btn-green.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-green.disabled,
  .c-btn-border-1x.c-btn-green.disabled:hover,
  .c-btn-border-1x.c-btn-green.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green.disabled:active,
  .c-btn-border-1x.c-btn-green.disabled.active,
  .c-btn-border-1x.c-btn-green[disabled],
  .c-btn-border-1x.c-btn-green[disabled]:hover,
  .c-btn-border-1x.c-btn-green[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green[disabled]:active,
  .c-btn-border-1x.c-btn-green[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green,
  fieldset[disabled] .c-btn-border-1x.c-btn-green:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-green:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green.active {
    background: none;
    border-color: #32c5d2; }
  .c-btn-border-1x.c-btn-green .badge {
    color: none;
    background: #32c5d2; }

.c-btn-border-1x.c-btn-green-1 {
  border-color: #52c9ba;
  color: #52c9ba;
  background: none;
  border-color: #52c9ba; }
  .c-btn-border-1x.c-btn-green-1.c-btn-border-opacity-04 {
    border-color: rgba(82, 201, 186, 0.4); }
  .c-btn-border-1x.c-btn-green-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-green-1.btn-no-focus.focus {
    color: #52c9ba;
    background: none;
    border-color: #52c9ba; }
  .c-btn-border-1x.c-btn-green-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-green-1:hover,
  .c-btn-border-1x.c-btn-green-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-green-1:active,
  .c-btn-border-1x.c-btn-green-1.active,
  .open > .c-btn-border-1x.c-btn-green-1.dropdown-toggle {
    color: #ffffff;
    background: #52c9ba;
    border-color: #52c9ba; }
  .c-btn-border-1x.c-btn-green-1:active,
  .c-btn-border-1x.c-btn-green-1.active,
  .open > .c-btn-border-1x.c-btn-green-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-green-1.disabled,
  .c-btn-border-1x.c-btn-green-1.disabled:hover,
  .c-btn-border-1x.c-btn-green-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green-1.disabled:active,
  .c-btn-border-1x.c-btn-green-1.disabled.active,
  .c-btn-border-1x.c-btn-green-1[disabled],
  .c-btn-border-1x.c-btn-green-1[disabled]:hover,
  .c-btn-border-1x.c-btn-green-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green-1[disabled]:active,
  .c-btn-border-1x.c-btn-green-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-1.active {
    background: none;
    border-color: #52c9ba; }
  .c-btn-border-1x.c-btn-green-1 .badge {
    color: none;
    background: #52c9ba; }

.c-btn-border-1x.c-btn-green-2 {
  border-color: #5dc09c;
  color: #5dc09c;
  background: none;
  border-color: #5dc09c; }
  .c-btn-border-1x.c-btn-green-2.c-btn-border-opacity-04 {
    border-color: rgba(93, 192, 156, 0.4); }
  .c-btn-border-1x.c-btn-green-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-green-2.btn-no-focus.focus {
    color: #5dc09c;
    background: none;
    border-color: #5dc09c; }
  .c-btn-border-1x.c-btn-green-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-green-2:hover,
  .c-btn-border-1x.c-btn-green-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-green-2:active,
  .c-btn-border-1x.c-btn-green-2.active,
  .open > .c-btn-border-1x.c-btn-green-2.dropdown-toggle {
    color: #ffffff;
    background: #5dc09c;
    border-color: #5dc09c; }
  .c-btn-border-1x.c-btn-green-2:active,
  .c-btn-border-1x.c-btn-green-2.active,
  .open > .c-btn-border-1x.c-btn-green-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-green-2.disabled,
  .c-btn-border-1x.c-btn-green-2.disabled:hover,
  .c-btn-border-1x.c-btn-green-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green-2.disabled:active,
  .c-btn-border-1x.c-btn-green-2.disabled.active,
  .c-btn-border-1x.c-btn-green-2[disabled],
  .c-btn-border-1x.c-btn-green-2[disabled]:hover,
  .c-btn-border-1x.c-btn-green-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green-2[disabled]:active,
  .c-btn-border-1x.c-btn-green-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-2.active {
    background: none;
    border-color: #5dc09c; }
  .c-btn-border-1x.c-btn-green-2 .badge {
    color: none;
    background: #5dc09c; }

.c-btn-border-1x.c-btn-green-3 {
  border-color: #84c68f;
  color: #84c68f;
  background: none;
  border-color: #84c68f; }
  .c-btn-border-1x.c-btn-green-3.c-btn-border-opacity-04 {
    border-color: rgba(132, 198, 143, 0.4); }
  .c-btn-border-1x.c-btn-green-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-green-3.btn-no-focus.focus {
    color: #84c68f;
    background: none;
    border-color: #84c68f; }
  .c-btn-border-1x.c-btn-green-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-green-3:hover,
  .c-btn-border-1x.c-btn-green-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-green-3:active,
  .c-btn-border-1x.c-btn-green-3.active,
  .open > .c-btn-border-1x.c-btn-green-3.dropdown-toggle {
    color: #ffffff;
    background: #84c68f;
    border-color: #84c68f; }
  .c-btn-border-1x.c-btn-green-3:active,
  .c-btn-border-1x.c-btn-green-3.active,
  .open > .c-btn-border-1x.c-btn-green-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-green-3.disabled,
  .c-btn-border-1x.c-btn-green-3.disabled:hover,
  .c-btn-border-1x.c-btn-green-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green-3.disabled:active,
  .c-btn-border-1x.c-btn-green-3.disabled.active,
  .c-btn-border-1x.c-btn-green-3[disabled],
  .c-btn-border-1x.c-btn-green-3[disabled]:hover,
  .c-btn-border-1x.c-btn-green-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-green-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-green-3[disabled]:active,
  .c-btn-border-1x.c-btn-green-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-green-3.active {
    background: none;
    border-color: #84c68f; }
  .c-btn-border-1x.c-btn-green-3 .badge {
    color: none;
    background: #84c68f; }

.c-btn-border-1x.c-btn-red {
  border-color: #eb5d68;
  color: #eb5d68;
  background: none;
  border-color: #eb5d68; }
  .c-btn-border-1x.c-btn-red.c-btn-border-opacity-04 {
    border-color: rgba(235, 93, 104, 0.4); }
  .c-btn-border-1x.c-btn-red.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-red.btn-no-focus.focus {
    color: #eb5d68;
    background: none;
    border-color: #eb5d68; }
  .c-btn-border-1x.c-btn-red.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-red:hover,
  .c-btn-border-1x.c-btn-red.btn-no-focus:active,
  .c-btn-border-1x.c-btn-red:active,
  .c-btn-border-1x.c-btn-red.active,
  .open > .c-btn-border-1x.c-btn-red.dropdown-toggle {
    color: #ffffff;
    background: #eb5d68;
    border-color: #eb5d68; }
  .c-btn-border-1x.c-btn-red:active,
  .c-btn-border-1x.c-btn-red.active,
  .open > .c-btn-border-1x.c-btn-red.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-red.disabled,
  .c-btn-border-1x.c-btn-red.disabled:hover,
  .c-btn-border-1x.c-btn-red.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red.disabled:active,
  .c-btn-border-1x.c-btn-red.disabled.active,
  .c-btn-border-1x.c-btn-red[disabled],
  .c-btn-border-1x.c-btn-red[disabled]:hover,
  .c-btn-border-1x.c-btn-red[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red[disabled]:active,
  .c-btn-border-1x.c-btn-red[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red,
  fieldset[disabled] .c-btn-border-1x.c-btn-red:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-red:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red.active {
    background: none;
    border-color: #eb5d68; }
  .c-btn-border-1x.c-btn-red .badge {
    color: none;
    background: #eb5d68; }

.c-btn-border-1x.c-btn-red-1 {
  border-color: #cd6262;
  color: #cd6262;
  background: none;
  border-color: #cd6262; }
  .c-btn-border-1x.c-btn-red-1.c-btn-border-opacity-04 {
    border-color: rgba(205, 98, 98, 0.4); }
  .c-btn-border-1x.c-btn-red-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-red-1.btn-no-focus.focus {
    color: #cd6262;
    background: none;
    border-color: #cd6262; }
  .c-btn-border-1x.c-btn-red-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-red-1:hover,
  .c-btn-border-1x.c-btn-red-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-red-1:active,
  .c-btn-border-1x.c-btn-red-1.active,
  .open > .c-btn-border-1x.c-btn-red-1.dropdown-toggle {
    color: #ffffff;
    background: #cd6262;
    border-color: #cd6262; }
  .c-btn-border-1x.c-btn-red-1:active,
  .c-btn-border-1x.c-btn-red-1.active,
  .open > .c-btn-border-1x.c-btn-red-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-red-1.disabled,
  .c-btn-border-1x.c-btn-red-1.disabled:hover,
  .c-btn-border-1x.c-btn-red-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red-1.disabled:active,
  .c-btn-border-1x.c-btn-red-1.disabled.active,
  .c-btn-border-1x.c-btn-red-1[disabled],
  .c-btn-border-1x.c-btn-red-1[disabled]:hover,
  .c-btn-border-1x.c-btn-red-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red-1[disabled]:active,
  .c-btn-border-1x.c-btn-red-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-1.active {
    background: none;
    border-color: #cd6262; }
  .c-btn-border-1x.c-btn-red-1 .badge {
    color: none;
    background: #cd6262; }

.c-btn-border-1x.c-btn-red-2 {
  border-color: #e7505a;
  color: #e7505a;
  background: none;
  border-color: #e7505a; }
  .c-btn-border-1x.c-btn-red-2.c-btn-border-opacity-04 {
    border-color: rgba(231, 80, 90, 0.4); }
  .c-btn-border-1x.c-btn-red-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-red-2.btn-no-focus.focus {
    color: #e7505a;
    background: none;
    border-color: #e7505a; }
  .c-btn-border-1x.c-btn-red-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-red-2:hover,
  .c-btn-border-1x.c-btn-red-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-red-2:active,
  .c-btn-border-1x.c-btn-red-2.active,
  .open > .c-btn-border-1x.c-btn-red-2.dropdown-toggle {
    color: #ffffff;
    background: #e7505a;
    border-color: #e7505a; }
  .c-btn-border-1x.c-btn-red-2:active,
  .c-btn-border-1x.c-btn-red-2.active,
  .open > .c-btn-border-1x.c-btn-red-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-red-2.disabled,
  .c-btn-border-1x.c-btn-red-2.disabled:hover,
  .c-btn-border-1x.c-btn-red-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red-2.disabled:active,
  .c-btn-border-1x.c-btn-red-2.disabled.active,
  .c-btn-border-1x.c-btn-red-2[disabled],
  .c-btn-border-1x.c-btn-red-2[disabled]:hover,
  .c-btn-border-1x.c-btn-red-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red-2[disabled]:active,
  .c-btn-border-1x.c-btn-red-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-2.active {
    background: none;
    border-color: #e7505a; }
  .c-btn-border-1x.c-btn-red-2 .badge {
    color: none;
    background: #e7505a; }

.c-btn-border-1x.c-btn-red-3 {
  border-color: #d05163;
  color: #d05163;
  background: none;
  border-color: #d05163; }
  .c-btn-border-1x.c-btn-red-3.c-btn-border-opacity-04 {
    border-color: rgba(208, 81, 99, 0.4); }
  .c-btn-border-1x.c-btn-red-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-red-3.btn-no-focus.focus {
    color: #d05163;
    background: none;
    border-color: #d05163; }
  .c-btn-border-1x.c-btn-red-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-red-3:hover,
  .c-btn-border-1x.c-btn-red-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-red-3:active,
  .c-btn-border-1x.c-btn-red-3.active,
  .open > .c-btn-border-1x.c-btn-red-3.dropdown-toggle {
    color: #ffffff;
    background: #d05163;
    border-color: #d05163; }
  .c-btn-border-1x.c-btn-red-3:active,
  .c-btn-border-1x.c-btn-red-3.active,
  .open > .c-btn-border-1x.c-btn-red-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-red-3.disabled,
  .c-btn-border-1x.c-btn-red-3.disabled:hover,
  .c-btn-border-1x.c-btn-red-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red-3.disabled:active,
  .c-btn-border-1x.c-btn-red-3.disabled.active,
  .c-btn-border-1x.c-btn-red-3[disabled],
  .c-btn-border-1x.c-btn-red-3[disabled]:hover,
  .c-btn-border-1x.c-btn-red-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-red-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-red-3[disabled]:active,
  .c-btn-border-1x.c-btn-red-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-red-3.active {
    background: none;
    border-color: #d05163; }
  .c-btn-border-1x.c-btn-red-3 .badge {
    color: none;
    background: #d05163; }

.c-btn-border-1x.c-btn-yellow {
  border-color: #FF6B57;
  color: #FF6B57;
  background: none;
  border-color: #FF6B57; }
  .c-btn-border-1x.c-btn-yellow.c-btn-border-opacity-04 {
    border-color: rgba(255, 107, 87, 0.4); }
  .c-btn-border-1x.c-btn-yellow.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-yellow.btn-no-focus.focus {
    color: #FF6B57;
    background: none;
    border-color: #FF6B57; }
  .c-btn-border-1x.c-btn-yellow.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-yellow:hover,
  .c-btn-border-1x.c-btn-yellow.btn-no-focus:active,
  .c-btn-border-1x.c-btn-yellow:active,
  .c-btn-border-1x.c-btn-yellow.active,
  .open > .c-btn-border-1x.c-btn-yellow.dropdown-toggle {
    color: #ffffff;
    background: #FF6B57;
    border-color: #FF6B57; }
  .c-btn-border-1x.c-btn-yellow:active,
  .c-btn-border-1x.c-btn-yellow.active,
  .open > .c-btn-border-1x.c-btn-yellow.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-yellow.disabled,
  .c-btn-border-1x.c-btn-yellow.disabled:hover,
  .c-btn-border-1x.c-btn-yellow.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow.disabled:active,
  .c-btn-border-1x.c-btn-yellow.disabled.active,
  .c-btn-border-1x.c-btn-yellow[disabled],
  .c-btn-border-1x.c-btn-yellow[disabled]:hover,
  .c-btn-border-1x.c-btn-yellow[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow[disabled]:active,
  .c-btn-border-1x.c-btn-yellow[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow.active {
    background: none;
    border-color: #FF6B57; }
  .c-btn-border-1x.c-btn-yellow .badge {
    color: none;
    background: #FF6B57; }

.c-btn-border-1x.c-btn-yellow-1 {
  border-color: #c8d046;
  color: #c8d046;
  background: none;
  border-color: #c8d046; }
  .c-btn-border-1x.c-btn-yellow-1.c-btn-border-opacity-04 {
    border-color: rgba(200, 208, 70, 0.4); }
  .c-btn-border-1x.c-btn-yellow-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-yellow-1.btn-no-focus.focus {
    color: #c8d046;
    background: none;
    border-color: #c8d046; }
  .c-btn-border-1x.c-btn-yellow-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-yellow-1:hover,
  .c-btn-border-1x.c-btn-yellow-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-yellow-1:active,
  .c-btn-border-1x.c-btn-yellow-1.active,
  .open > .c-btn-border-1x.c-btn-yellow-1.dropdown-toggle {
    color: #ffffff;
    background: #c8d046;
    border-color: #c8d046; }
  .c-btn-border-1x.c-btn-yellow-1:active,
  .c-btn-border-1x.c-btn-yellow-1.active,
  .open > .c-btn-border-1x.c-btn-yellow-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-yellow-1.disabled,
  .c-btn-border-1x.c-btn-yellow-1.disabled:hover,
  .c-btn-border-1x.c-btn-yellow-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow-1.disabled:active,
  .c-btn-border-1x.c-btn-yellow-1.disabled.active,
  .c-btn-border-1x.c-btn-yellow-1[disabled],
  .c-btn-border-1x.c-btn-yellow-1[disabled]:hover,
  .c-btn-border-1x.c-btn-yellow-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow-1[disabled]:active,
  .c-btn-border-1x.c-btn-yellow-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-1.active {
    background: none;
    border-color: #c8d046; }
  .c-btn-border-1x.c-btn-yellow-1 .badge {
    color: none;
    background: #c8d046; }

.c-btn-border-1x.c-btn-yellow-2 {
  border-color: #c5bf66;
  color: #c5bf66;
  background: none;
  border-color: #c5bf66; }
  .c-btn-border-1x.c-btn-yellow-2.c-btn-border-opacity-04 {
    border-color: rgba(197, 191, 102, 0.4); }
  .c-btn-border-1x.c-btn-yellow-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-yellow-2.btn-no-focus.focus {
    color: #c5bf66;
    background: none;
    border-color: #c5bf66; }
  .c-btn-border-1x.c-btn-yellow-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-yellow-2:hover,
  .c-btn-border-1x.c-btn-yellow-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-yellow-2:active,
  .c-btn-border-1x.c-btn-yellow-2.active,
  .open > .c-btn-border-1x.c-btn-yellow-2.dropdown-toggle {
    color: #ffffff;
    background: #c5bf66;
    border-color: #c5bf66; }
  .c-btn-border-1x.c-btn-yellow-2:active,
  .c-btn-border-1x.c-btn-yellow-2.active,
  .open > .c-btn-border-1x.c-btn-yellow-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-yellow-2.disabled,
  .c-btn-border-1x.c-btn-yellow-2.disabled:hover,
  .c-btn-border-1x.c-btn-yellow-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow-2.disabled:active,
  .c-btn-border-1x.c-btn-yellow-2.disabled.active,
  .c-btn-border-1x.c-btn-yellow-2[disabled],
  .c-btn-border-1x.c-btn-yellow-2[disabled]:hover,
  .c-btn-border-1x.c-btn-yellow-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow-2[disabled]:active,
  .c-btn-border-1x.c-btn-yellow-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-2.active {
    background: none;
    border-color: #c5bf66; }
  .c-btn-border-1x.c-btn-yellow-2 .badge {
    color: none;
    background: #c5bf66; }

.c-btn-border-1x.c-btn-yellow-3 {
  border-color: #c5b96b;
  color: #c5b96b;
  background: none;
  border-color: #c5b96b; }
  .c-btn-border-1x.c-btn-yellow-3.c-btn-border-opacity-04 {
    border-color: rgba(197, 185, 107, 0.4); }
  .c-btn-border-1x.c-btn-yellow-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-yellow-3.btn-no-focus.focus {
    color: #c5b96b;
    background: none;
    border-color: #c5b96b; }
  .c-btn-border-1x.c-btn-yellow-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-yellow-3:hover,
  .c-btn-border-1x.c-btn-yellow-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-yellow-3:active,
  .c-btn-border-1x.c-btn-yellow-3.active,
  .open > .c-btn-border-1x.c-btn-yellow-3.dropdown-toggle {
    color: #ffffff;
    background: #c5b96b;
    border-color: #c5b96b; }
  .c-btn-border-1x.c-btn-yellow-3:active,
  .c-btn-border-1x.c-btn-yellow-3.active,
  .open > .c-btn-border-1x.c-btn-yellow-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-yellow-3.disabled,
  .c-btn-border-1x.c-btn-yellow-3.disabled:hover,
  .c-btn-border-1x.c-btn-yellow-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow-3.disabled:active,
  .c-btn-border-1x.c-btn-yellow-3.disabled.active,
  .c-btn-border-1x.c-btn-yellow-3[disabled],
  .c-btn-border-1x.c-btn-yellow-3[disabled]:hover,
  .c-btn-border-1x.c-btn-yellow-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-yellow-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-yellow-3[disabled]:active,
  .c-btn-border-1x.c-btn-yellow-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-yellow-3.active {
    background: none;
    border-color: #c5b96b; }
  .c-btn-border-1x.c-btn-yellow-3 .badge {
    color: none;
    background: #c5b96b; }

.c-btn-border-1x.c-btn-blue {
  border-color: #3498DB;
  color: #3498DB;
  background: none;
  border-color: #3498DB; }
  .c-btn-border-1x.c-btn-blue.c-btn-border-opacity-04 {
    border-color: rgba(52, 152, 219, 0.4); }
  .c-btn-border-1x.c-btn-blue.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-blue.btn-no-focus.focus {
    color: #3498DB;
    background: none;
    border-color: #3498DB; }
  .c-btn-border-1x.c-btn-blue.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-blue:hover,
  .c-btn-border-1x.c-btn-blue.btn-no-focus:active,
  .c-btn-border-1x.c-btn-blue:active,
  .c-btn-border-1x.c-btn-blue.active,
  .open > .c-btn-border-1x.c-btn-blue.dropdown-toggle {
    color: #ffffff;
    background: #3498DB;
    border-color: #3498DB; }
  .c-btn-border-1x.c-btn-blue:active,
  .c-btn-border-1x.c-btn-blue.active,
  .open > .c-btn-border-1x.c-btn-blue.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-blue.disabled,
  .c-btn-border-1x.c-btn-blue.disabled:hover,
  .c-btn-border-1x.c-btn-blue.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue.disabled:active,
  .c-btn-border-1x.c-btn-blue.disabled.active,
  .c-btn-border-1x.c-btn-blue[disabled],
  .c-btn-border-1x.c-btn-blue[disabled]:hover,
  .c-btn-border-1x.c-btn-blue[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue[disabled]:active,
  .c-btn-border-1x.c-btn-blue[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue.active {
    background: none;
    border-color: #3498DB; }
  .c-btn-border-1x.c-btn-blue .badge {
    color: none;
    background: #3498DB; }

.c-btn-border-1x.c-btn-blue-1 {
  border-color: #5e9cd1;
  color: #5e9cd1;
  background: none;
  border-color: #5e9cd1; }
  .c-btn-border-1x.c-btn-blue-1.c-btn-border-opacity-04 {
    border-color: rgba(94, 156, 209, 0.4); }
  .c-btn-border-1x.c-btn-blue-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-blue-1.btn-no-focus.focus {
    color: #5e9cd1;
    background: none;
    border-color: #5e9cd1; }
  .c-btn-border-1x.c-btn-blue-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-blue-1:hover,
  .c-btn-border-1x.c-btn-blue-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-blue-1:active,
  .c-btn-border-1x.c-btn-blue-1.active,
  .open > .c-btn-border-1x.c-btn-blue-1.dropdown-toggle {
    color: #ffffff;
    background: #5e9cd1;
    border-color: #5e9cd1; }
  .c-btn-border-1x.c-btn-blue-1:active,
  .c-btn-border-1x.c-btn-blue-1.active,
  .open > .c-btn-border-1x.c-btn-blue-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-blue-1.disabled,
  .c-btn-border-1x.c-btn-blue-1.disabled:hover,
  .c-btn-border-1x.c-btn-blue-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue-1.disabled:active,
  .c-btn-border-1x.c-btn-blue-1.disabled.active,
  .c-btn-border-1x.c-btn-blue-1[disabled],
  .c-btn-border-1x.c-btn-blue-1[disabled]:hover,
  .c-btn-border-1x.c-btn-blue-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue-1[disabled]:active,
  .c-btn-border-1x.c-btn-blue-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-1.active {
    background: none;
    border-color: #5e9cd1; }
  .c-btn-border-1x.c-btn-blue-1 .badge {
    color: none;
    background: #5e9cd1; }

.c-btn-border-1x.c-btn-blue-2 {
  border-color: #5893dd;
  color: #5893dd;
  background: none;
  border-color: #5893dd; }
  .c-btn-border-1x.c-btn-blue-2.c-btn-border-opacity-04 {
    border-color: rgba(88, 147, 221, 0.4); }
  .c-btn-border-1x.c-btn-blue-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-blue-2.btn-no-focus.focus {
    color: #5893dd;
    background: none;
    border-color: #5893dd; }
  .c-btn-border-1x.c-btn-blue-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-blue-2:hover,
  .c-btn-border-1x.c-btn-blue-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-blue-2:active,
  .c-btn-border-1x.c-btn-blue-2.active,
  .open > .c-btn-border-1x.c-btn-blue-2.dropdown-toggle {
    color: #ffffff;
    background: #5893dd;
    border-color: #5893dd; }
  .c-btn-border-1x.c-btn-blue-2:active,
  .c-btn-border-1x.c-btn-blue-2.active,
  .open > .c-btn-border-1x.c-btn-blue-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-blue-2.disabled,
  .c-btn-border-1x.c-btn-blue-2.disabled:hover,
  .c-btn-border-1x.c-btn-blue-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue-2.disabled:active,
  .c-btn-border-1x.c-btn-blue-2.disabled.active,
  .c-btn-border-1x.c-btn-blue-2[disabled],
  .c-btn-border-1x.c-btn-blue-2[disabled]:hover,
  .c-btn-border-1x.c-btn-blue-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue-2[disabled]:active,
  .c-btn-border-1x.c-btn-blue-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-2.active {
    background: none;
    border-color: #5893dd; }
  .c-btn-border-1x.c-btn-blue-2 .badge {
    color: none;
    background: #5893dd; }

.c-btn-border-1x.c-btn-blue-3 {
  border-color: #57bfe1;
  color: #57bfe1;
  background: none;
  border-color: #57bfe1; }
  .c-btn-border-1x.c-btn-blue-3.c-btn-border-opacity-04 {
    border-color: rgba(87, 191, 225, 0.4); }
  .c-btn-border-1x.c-btn-blue-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-blue-3.btn-no-focus.focus {
    color: #57bfe1;
    background: none;
    border-color: #57bfe1; }
  .c-btn-border-1x.c-btn-blue-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-blue-3:hover,
  .c-btn-border-1x.c-btn-blue-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-blue-3:active,
  .c-btn-border-1x.c-btn-blue-3.active,
  .open > .c-btn-border-1x.c-btn-blue-3.dropdown-toggle {
    color: #ffffff;
    background: #57bfe1;
    border-color: #57bfe1; }
  .c-btn-border-1x.c-btn-blue-3:active,
  .c-btn-border-1x.c-btn-blue-3.active,
  .open > .c-btn-border-1x.c-btn-blue-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-blue-3.disabled,
  .c-btn-border-1x.c-btn-blue-3.disabled:hover,
  .c-btn-border-1x.c-btn-blue-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue-3.disabled:active,
  .c-btn-border-1x.c-btn-blue-3.disabled.active,
  .c-btn-border-1x.c-btn-blue-3[disabled],
  .c-btn-border-1x.c-btn-blue-3[disabled]:hover,
  .c-btn-border-1x.c-btn-blue-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-blue-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-blue-3[disabled]:active,
  .c-btn-border-1x.c-btn-blue-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-blue-3.active {
    background: none;
    border-color: #57bfe1; }
  .c-btn-border-1x.c-btn-blue-3 .badge {
    color: none;
    background: #57bfe1; }

.c-btn-border-1x.c-btn-purple {
  border-color: #b771b0;
  color: #b771b0;
  background: none;
  border-color: #b771b0; }
  .c-btn-border-1x.c-btn-purple.c-btn-border-opacity-04 {
    border-color: rgba(183, 113, 176, 0.4); }
  .c-btn-border-1x.c-btn-purple.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-purple.btn-no-focus.focus {
    color: #b771b0;
    background: none;
    border-color: #b771b0; }
  .c-btn-border-1x.c-btn-purple.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-purple:hover,
  .c-btn-border-1x.c-btn-purple.btn-no-focus:active,
  .c-btn-border-1x.c-btn-purple:active,
  .c-btn-border-1x.c-btn-purple.active,
  .open > .c-btn-border-1x.c-btn-purple.dropdown-toggle {
    color: #ffffff;
    background: #b771b0;
    border-color: #b771b0; }
  .c-btn-border-1x.c-btn-purple:active,
  .c-btn-border-1x.c-btn-purple.active,
  .open > .c-btn-border-1x.c-btn-purple.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-purple.disabled,
  .c-btn-border-1x.c-btn-purple.disabled:hover,
  .c-btn-border-1x.c-btn-purple.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple.disabled:active,
  .c-btn-border-1x.c-btn-purple.disabled.active,
  .c-btn-border-1x.c-btn-purple[disabled],
  .c-btn-border-1x.c-btn-purple[disabled]:hover,
  .c-btn-border-1x.c-btn-purple[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple[disabled]:active,
  .c-btn-border-1x.c-btn-purple[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple.active {
    background: none;
    border-color: #b771b0; }
  .c-btn-border-1x.c-btn-purple .badge {
    color: none;
    background: #b771b0; }

.c-btn-border-1x.c-btn-purple-1 {
  border-color: #a962bb;
  color: #a962bb;
  background: none;
  border-color: #a962bb; }
  .c-btn-border-1x.c-btn-purple-1.c-btn-border-opacity-04 {
    border-color: rgba(169, 98, 187, 0.4); }
  .c-btn-border-1x.c-btn-purple-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-purple-1.btn-no-focus.focus {
    color: #a962bb;
    background: none;
    border-color: #a962bb; }
  .c-btn-border-1x.c-btn-purple-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-purple-1:hover,
  .c-btn-border-1x.c-btn-purple-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-purple-1:active,
  .c-btn-border-1x.c-btn-purple-1.active,
  .open > .c-btn-border-1x.c-btn-purple-1.dropdown-toggle {
    color: #ffffff;
    background: #a962bb;
    border-color: #a962bb; }
  .c-btn-border-1x.c-btn-purple-1:active,
  .c-btn-border-1x.c-btn-purple-1.active,
  .open > .c-btn-border-1x.c-btn-purple-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-purple-1.disabled,
  .c-btn-border-1x.c-btn-purple-1.disabled:hover,
  .c-btn-border-1x.c-btn-purple-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple-1.disabled:active,
  .c-btn-border-1x.c-btn-purple-1.disabled.active,
  .c-btn-border-1x.c-btn-purple-1[disabled],
  .c-btn-border-1x.c-btn-purple-1[disabled]:hover,
  .c-btn-border-1x.c-btn-purple-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple-1[disabled]:active,
  .c-btn-border-1x.c-btn-purple-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-1.active {
    background: none;
    border-color: #a962bb; }
  .c-btn-border-1x.c-btn-purple-1 .badge {
    color: none;
    background: #a962bb; }

.c-btn-border-1x.c-btn-purple-2 {
  border-color: #aa67a3;
  color: #aa67a3;
  background: none;
  border-color: #aa67a3; }
  .c-btn-border-1x.c-btn-purple-2.c-btn-border-opacity-04 {
    border-color: rgba(170, 103, 163, 0.4); }
  .c-btn-border-1x.c-btn-purple-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-purple-2.btn-no-focus.focus {
    color: #aa67a3;
    background: none;
    border-color: #aa67a3; }
  .c-btn-border-1x.c-btn-purple-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-purple-2:hover,
  .c-btn-border-1x.c-btn-purple-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-purple-2:active,
  .c-btn-border-1x.c-btn-purple-2.active,
  .open > .c-btn-border-1x.c-btn-purple-2.dropdown-toggle {
    color: #ffffff;
    background: #aa67a3;
    border-color: #aa67a3; }
  .c-btn-border-1x.c-btn-purple-2:active,
  .c-btn-border-1x.c-btn-purple-2.active,
  .open > .c-btn-border-1x.c-btn-purple-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-purple-2.disabled,
  .c-btn-border-1x.c-btn-purple-2.disabled:hover,
  .c-btn-border-1x.c-btn-purple-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple-2.disabled:active,
  .c-btn-border-1x.c-btn-purple-2.disabled.active,
  .c-btn-border-1x.c-btn-purple-2[disabled],
  .c-btn-border-1x.c-btn-purple-2[disabled]:hover,
  .c-btn-border-1x.c-btn-purple-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple-2[disabled]:active,
  .c-btn-border-1x.c-btn-purple-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-2.active {
    background: none;
    border-color: #aa67a3; }
  .c-btn-border-1x.c-btn-purple-2 .badge {
    color: none;
    background: #aa67a3; }

.c-btn-border-1x.c-btn-purple-3 {
  border-color: #ac3773;
  color: #ac3773;
  background: none;
  border-color: #ac3773; }
  .c-btn-border-1x.c-btn-purple-3.c-btn-border-opacity-04 {
    border-color: rgba(172, 55, 115, 0.4); }
  .c-btn-border-1x.c-btn-purple-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-purple-3.btn-no-focus.focus {
    color: #ac3773;
    background: none;
    border-color: #ac3773; }
  .c-btn-border-1x.c-btn-purple-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-purple-3:hover,
  .c-btn-border-1x.c-btn-purple-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-purple-3:active,
  .c-btn-border-1x.c-btn-purple-3.active,
  .open > .c-btn-border-1x.c-btn-purple-3.dropdown-toggle {
    color: #ffffff;
    background: #ac3773;
    border-color: #ac3773; }
  .c-btn-border-1x.c-btn-purple-3:active,
  .c-btn-border-1x.c-btn-purple-3.active,
  .open > .c-btn-border-1x.c-btn-purple-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-purple-3.disabled,
  .c-btn-border-1x.c-btn-purple-3.disabled:hover,
  .c-btn-border-1x.c-btn-purple-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple-3.disabled:active,
  .c-btn-border-1x.c-btn-purple-3.disabled.active,
  .c-btn-border-1x.c-btn-purple-3[disabled],
  .c-btn-border-1x.c-btn-purple-3[disabled]:hover,
  .c-btn-border-1x.c-btn-purple-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-purple-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-purple-3[disabled]:active,
  .c-btn-border-1x.c-btn-purple-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-purple-3.active {
    background: none;
    border-color: #ac3773; }
  .c-btn-border-1x.c-btn-purple-3 .badge {
    color: none;
    background: #ac3773; }

.c-btn-border-1x.c-btn-brown {
  border-color: #8a7f68;
  color: #8a7f68;
  background: none;
  border-color: #8a7f68; }
  .c-btn-border-1x.c-btn-brown.c-btn-border-opacity-04 {
    border-color: rgba(138, 127, 104, 0.4); }
  .c-btn-border-1x.c-btn-brown.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-brown.btn-no-focus.focus {
    color: #8a7f68;
    background: none;
    border-color: #8a7f68; }
  .c-btn-border-1x.c-btn-brown.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-brown:hover,
  .c-btn-border-1x.c-btn-brown.btn-no-focus:active,
  .c-btn-border-1x.c-btn-brown:active,
  .c-btn-border-1x.c-btn-brown.active,
  .open > .c-btn-border-1x.c-btn-brown.dropdown-toggle {
    color: #ffffff;
    background: #8a7f68;
    border-color: #8a7f68; }
  .c-btn-border-1x.c-btn-brown:active,
  .c-btn-border-1x.c-btn-brown.active,
  .open > .c-btn-border-1x.c-btn-brown.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-brown.disabled,
  .c-btn-border-1x.c-btn-brown.disabled:hover,
  .c-btn-border-1x.c-btn-brown.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown.disabled:active,
  .c-btn-border-1x.c-btn-brown.disabled.active,
  .c-btn-border-1x.c-btn-brown[disabled],
  .c-btn-border-1x.c-btn-brown[disabled]:hover,
  .c-btn-border-1x.c-btn-brown[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown[disabled]:active,
  .c-btn-border-1x.c-btn-brown[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown.active {
    background: none;
    border-color: #8a7f68; }
  .c-btn-border-1x.c-btn-brown .badge {
    color: none;
    background: #8a7f68; }

.c-btn-border-1x.c-btn-brown-1 {
  border-color: #685e47;
  color: #685e47;
  background: none;
  border-color: #685e47; }
  .c-btn-border-1x.c-btn-brown-1.c-btn-border-opacity-04 {
    border-color: rgba(104, 94, 71, 0.4); }
  .c-btn-border-1x.c-btn-brown-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-brown-1.btn-no-focus.focus {
    color: #685e47;
    background: none;
    border-color: #685e47; }
  .c-btn-border-1x.c-btn-brown-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-brown-1:hover,
  .c-btn-border-1x.c-btn-brown-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-brown-1:active,
  .c-btn-border-1x.c-btn-brown-1.active,
  .open > .c-btn-border-1x.c-btn-brown-1.dropdown-toggle {
    color: #ffffff;
    background: #685e47;
    border-color: #685e47; }
  .c-btn-border-1x.c-btn-brown-1:active,
  .c-btn-border-1x.c-btn-brown-1.active,
  .open > .c-btn-border-1x.c-btn-brown-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-brown-1.disabled,
  .c-btn-border-1x.c-btn-brown-1.disabled:hover,
  .c-btn-border-1x.c-btn-brown-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown-1.disabled:active,
  .c-btn-border-1x.c-btn-brown-1.disabled.active,
  .c-btn-border-1x.c-btn-brown-1[disabled],
  .c-btn-border-1x.c-btn-brown-1[disabled]:hover,
  .c-btn-border-1x.c-btn-brown-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown-1[disabled]:active,
  .c-btn-border-1x.c-btn-brown-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-1.active {
    background: none;
    border-color: #685e47; }
  .c-btn-border-1x.c-btn-brown-1 .badge {
    color: none;
    background: #685e47; }

.c-btn-border-1x.c-btn-brown-2 {
  border-color: #7a6a61;
  color: #7a6a61;
  background: none;
  border-color: #7a6a61; }
  .c-btn-border-1x.c-btn-brown-2.c-btn-border-opacity-04 {
    border-color: rgba(122, 106, 97, 0.4); }
  .c-btn-border-1x.c-btn-brown-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-brown-2.btn-no-focus.focus {
    color: #7a6a61;
    background: none;
    border-color: #7a6a61; }
  .c-btn-border-1x.c-btn-brown-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-brown-2:hover,
  .c-btn-border-1x.c-btn-brown-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-brown-2:active,
  .c-btn-border-1x.c-btn-brown-2.active,
  .open > .c-btn-border-1x.c-btn-brown-2.dropdown-toggle {
    color: #ffffff;
    background: #7a6a61;
    border-color: #7a6a61; }
  .c-btn-border-1x.c-btn-brown-2:active,
  .c-btn-border-1x.c-btn-brown-2.active,
  .open > .c-btn-border-1x.c-btn-brown-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-brown-2.disabled,
  .c-btn-border-1x.c-btn-brown-2.disabled:hover,
  .c-btn-border-1x.c-btn-brown-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown-2.disabled:active,
  .c-btn-border-1x.c-btn-brown-2.disabled.active,
  .c-btn-border-1x.c-btn-brown-2[disabled],
  .c-btn-border-1x.c-btn-brown-2[disabled]:hover,
  .c-btn-border-1x.c-btn-brown-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown-2[disabled]:active,
  .c-btn-border-1x.c-btn-brown-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-2.active {
    background: none;
    border-color: #7a6a61; }
  .c-btn-border-1x.c-btn-brown-2 .badge {
    color: none;
    background: #7a6a61; }

.c-btn-border-1x.c-btn-brown-3 {
  border-color: #9d8b81;
  color: #9d8b81;
  background: none;
  border-color: #9d8b81; }
  .c-btn-border-1x.c-btn-brown-3.c-btn-border-opacity-04 {
    border-color: rgba(157, 139, 129, 0.4); }
  .c-btn-border-1x.c-btn-brown-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-brown-3.btn-no-focus.focus {
    color: #9d8b81;
    background: none;
    border-color: #9d8b81; }
  .c-btn-border-1x.c-btn-brown-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-brown-3:hover,
  .c-btn-border-1x.c-btn-brown-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-brown-3:active,
  .c-btn-border-1x.c-btn-brown-3.active,
  .open > .c-btn-border-1x.c-btn-brown-3.dropdown-toggle {
    color: #ffffff;
    background: #9d8b81;
    border-color: #9d8b81; }
  .c-btn-border-1x.c-btn-brown-3:active,
  .c-btn-border-1x.c-btn-brown-3.active,
  .open > .c-btn-border-1x.c-btn-brown-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-brown-3.disabled,
  .c-btn-border-1x.c-btn-brown-3.disabled:hover,
  .c-btn-border-1x.c-btn-brown-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown-3.disabled:active,
  .c-btn-border-1x.c-btn-brown-3.disabled.active,
  .c-btn-border-1x.c-btn-brown-3[disabled],
  .c-btn-border-1x.c-btn-brown-3[disabled]:hover,
  .c-btn-border-1x.c-btn-brown-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-brown-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-brown-3[disabled]:active,
  .c-btn-border-1x.c-btn-brown-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-brown-3.active {
    background: none;
    border-color: #9d8b81; }
  .c-btn-border-1x.c-btn-brown-3 .badge {
    color: none;
    background: #9d8b81; }

.c-btn-border-1x.c-btn-dark {
  border-color: #2f353b;
  color: #2f353b;
  background: none;
  border-color: #2f353b; }
  .c-btn-border-1x.c-btn-dark.c-btn-border-opacity-04 {
    border-color: rgba(47, 53, 59, 0.4); }
  .c-btn-border-1x.c-btn-dark.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-dark.btn-no-focus.focus {
    color: #2f353b;
    background: none;
    border-color: #2f353b; }
  .c-btn-border-1x.c-btn-dark.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-dark:hover,
  .c-btn-border-1x.c-btn-dark.btn-no-focus:active,
  .c-btn-border-1x.c-btn-dark:active,
  .c-btn-border-1x.c-btn-dark.active,
  .open > .c-btn-border-1x.c-btn-dark.dropdown-toggle {
    color: #ffffff;
    background: #2f353b;
    border-color: #2f353b; }
  .c-btn-border-1x.c-btn-dark:active,
  .c-btn-border-1x.c-btn-dark.active,
  .open > .c-btn-border-1x.c-btn-dark.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-dark.disabled,
  .c-btn-border-1x.c-btn-dark.disabled:hover,
  .c-btn-border-1x.c-btn-dark.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark.disabled:active,
  .c-btn-border-1x.c-btn-dark.disabled.active,
  .c-btn-border-1x.c-btn-dark[disabled],
  .c-btn-border-1x.c-btn-dark[disabled]:hover,
  .c-btn-border-1x.c-btn-dark[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark[disabled]:active,
  .c-btn-border-1x.c-btn-dark[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark.active {
    background: none;
    border-color: #2f353b; }
  .c-btn-border-1x.c-btn-dark .badge {
    color: none;
    background: #2f353b; }

.c-btn-border-1x.c-btn-dark-1 {
  border-color: #525e64;
  color: #525e64;
  background: none;
  border-color: #525e64; }
  .c-btn-border-1x.c-btn-dark-1.c-btn-border-opacity-04 {
    border-color: rgba(82, 94, 100, 0.4); }
  .c-btn-border-1x.c-btn-dark-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-dark-1.btn-no-focus.focus {
    color: #525e64;
    background: none;
    border-color: #525e64; }
  .c-btn-border-1x.c-btn-dark-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-dark-1:hover,
  .c-btn-border-1x.c-btn-dark-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-dark-1:active,
  .c-btn-border-1x.c-btn-dark-1.active,
  .open > .c-btn-border-1x.c-btn-dark-1.dropdown-toggle {
    color: #ffffff;
    background: #525e64;
    border-color: #525e64; }
  .c-btn-border-1x.c-btn-dark-1:active,
  .c-btn-border-1x.c-btn-dark-1.active,
  .open > .c-btn-border-1x.c-btn-dark-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-dark-1.disabled,
  .c-btn-border-1x.c-btn-dark-1.disabled:hover,
  .c-btn-border-1x.c-btn-dark-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark-1.disabled:active,
  .c-btn-border-1x.c-btn-dark-1.disabled.active,
  .c-btn-border-1x.c-btn-dark-1[disabled],
  .c-btn-border-1x.c-btn-dark-1[disabled]:hover,
  .c-btn-border-1x.c-btn-dark-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark-1[disabled]:active,
  .c-btn-border-1x.c-btn-dark-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-1.active {
    background: none;
    border-color: #525e64; }
  .c-btn-border-1x.c-btn-dark-1 .badge {
    color: none;
    background: #525e64; }

.c-btn-border-1x.c-btn-dark-2 {
  border-color: #31383c;
  color: #31383c;
  background: none;
  border-color: #31383c; }
  .c-btn-border-1x.c-btn-dark-2.c-btn-border-opacity-04 {
    border-color: rgba(49, 56, 60, 0.4); }
  .c-btn-border-1x.c-btn-dark-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-dark-2.btn-no-focus.focus {
    color: #31383c;
    background: none;
    border-color: #31383c; }
  .c-btn-border-1x.c-btn-dark-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-dark-2:hover,
  .c-btn-border-1x.c-btn-dark-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-dark-2:active,
  .c-btn-border-1x.c-btn-dark-2.active,
  .open > .c-btn-border-1x.c-btn-dark-2.dropdown-toggle {
    color: #ffffff;
    background: #31383c;
    border-color: #31383c; }
  .c-btn-border-1x.c-btn-dark-2:active,
  .c-btn-border-1x.c-btn-dark-2.active,
  .open > .c-btn-border-1x.c-btn-dark-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-dark-2.disabled,
  .c-btn-border-1x.c-btn-dark-2.disabled:hover,
  .c-btn-border-1x.c-btn-dark-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark-2.disabled:active,
  .c-btn-border-1x.c-btn-dark-2.disabled.active,
  .c-btn-border-1x.c-btn-dark-2[disabled],
  .c-btn-border-1x.c-btn-dark-2[disabled]:hover,
  .c-btn-border-1x.c-btn-dark-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark-2[disabled]:active,
  .c-btn-border-1x.c-btn-dark-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-2.active {
    background: none;
    border-color: #31383c; }
  .c-btn-border-1x.c-btn-dark-2 .badge {
    color: none;
    background: #31383c; }

.c-btn-border-1x.c-btn-dark-3 {
  border-color: #41515b;
  color: #41515b;
  background: none;
  border-color: #41515b; }
  .c-btn-border-1x.c-btn-dark-3.c-btn-border-opacity-04 {
    border-color: rgba(65, 81, 91, 0.4); }
  .c-btn-border-1x.c-btn-dark-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-dark-3.btn-no-focus.focus {
    color: #41515b;
    background: none;
    border-color: #41515b; }
  .c-btn-border-1x.c-btn-dark-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-dark-3:hover,
  .c-btn-border-1x.c-btn-dark-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-dark-3:active,
  .c-btn-border-1x.c-btn-dark-3.active,
  .open > .c-btn-border-1x.c-btn-dark-3.dropdown-toggle {
    color: #ffffff;
    background: #41515b;
    border-color: #41515b; }
  .c-btn-border-1x.c-btn-dark-3:active,
  .c-btn-border-1x.c-btn-dark-3.active,
  .open > .c-btn-border-1x.c-btn-dark-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-dark-3.disabled,
  .c-btn-border-1x.c-btn-dark-3.disabled:hover,
  .c-btn-border-1x.c-btn-dark-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark-3.disabled:active,
  .c-btn-border-1x.c-btn-dark-3.disabled.active,
  .c-btn-border-1x.c-btn-dark-3[disabled],
  .c-btn-border-1x.c-btn-dark-3[disabled]:hover,
  .c-btn-border-1x.c-btn-dark-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-dark-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-dark-3[disabled]:active,
  .c-btn-border-1x.c-btn-dark-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-dark-3.active {
    background: none;
    border-color: #41515b; }
  .c-btn-border-1x.c-btn-dark-3 .badge {
    color: none;
    background: #41515b; }

.c-btn-border-1x.c-btn-grey {
  border-color: #eeeeee;
  color: #eeeeee;
  background: none;
  border-color: #eeeeee; }
  .c-btn-border-1x.c-btn-grey.c-btn-border-opacity-04 {
    border-color: rgba(238, 238, 238, 0.4); }
  .c-btn-border-1x.c-btn-grey.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-grey.btn-no-focus.focus {
    color: #eeeeee;
    background: none;
    border-color: #eeeeee; }
  .c-btn-border-1x.c-btn-grey.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-grey:hover,
  .c-btn-border-1x.c-btn-grey.btn-no-focus:active,
  .c-btn-border-1x.c-btn-grey:active,
  .c-btn-border-1x.c-btn-grey.active,
  .open > .c-btn-border-1x.c-btn-grey.dropdown-toggle {
    color: #6e6e6e;
    background: #eeeeee;
    border-color: #eeeeee; }
  .c-btn-border-1x.c-btn-grey:active,
  .c-btn-border-1x.c-btn-grey.active,
  .open > .c-btn-border-1x.c-btn-grey.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-grey.disabled,
  .c-btn-border-1x.c-btn-grey.disabled:hover,
  .c-btn-border-1x.c-btn-grey.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey.disabled:active,
  .c-btn-border-1x.c-btn-grey.disabled.active,
  .c-btn-border-1x.c-btn-grey[disabled],
  .c-btn-border-1x.c-btn-grey[disabled]:hover,
  .c-btn-border-1x.c-btn-grey[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey[disabled]:active,
  .c-btn-border-1x.c-btn-grey[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey.active {
    background: none;
    border-color: #eeeeee; }
  .c-btn-border-1x.c-btn-grey .badge {
    color: none;
    background: #eeeeee; }

.c-btn-border-1x.c-btn-grey-1 {
  border-color: #f7f7f7;
  color: #f7f7f7;
  background: none;
  border-color: #f7f7f7; }
  .c-btn-border-1x.c-btn-grey-1.c-btn-border-opacity-04 {
    border-color: rgba(247, 247, 247, 0.4); }
  .c-btn-border-1x.c-btn-grey-1.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-grey-1.btn-no-focus.focus {
    color: #f7f7f7;
    background: none;
    border-color: #f7f7f7; }
  .c-btn-border-1x.c-btn-grey-1.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-grey-1:hover,
  .c-btn-border-1x.c-btn-grey-1.btn-no-focus:active,
  .c-btn-border-1x.c-btn-grey-1:active,
  .c-btn-border-1x.c-btn-grey-1.active,
  .open > .c-btn-border-1x.c-btn-grey-1.dropdown-toggle {
    color: #777777;
    background: #f7f7f7;
    border-color: #f7f7f7; }
  .c-btn-border-1x.c-btn-grey-1:active,
  .c-btn-border-1x.c-btn-grey-1.active,
  .open > .c-btn-border-1x.c-btn-grey-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-grey-1.disabled,
  .c-btn-border-1x.c-btn-grey-1.disabled:hover,
  .c-btn-border-1x.c-btn-grey-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey-1.disabled:active,
  .c-btn-border-1x.c-btn-grey-1.disabled.active,
  .c-btn-border-1x.c-btn-grey-1[disabled],
  .c-btn-border-1x.c-btn-grey-1[disabled]:hover,
  .c-btn-border-1x.c-btn-grey-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey-1[disabled]:active,
  .c-btn-border-1x.c-btn-grey-1[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-1,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-1:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-1:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-1.active {
    background: none;
    border-color: #f7f7f7; }
  .c-btn-border-1x.c-btn-grey-1 .badge {
    color: none;
    background: #f7f7f7; }

.c-btn-border-1x.c-btn-grey-2 {
  border-color: #677083;
  color: #677083;
  background: none;
  border-color: #677083; }
  .c-btn-border-1x.c-btn-grey-2.c-btn-border-opacity-04 {
    border-color: rgba(103, 112, 131, 0.4); }
  .c-btn-border-1x.c-btn-grey-2.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-grey-2.btn-no-focus.focus {
    color: #677083;
    background: none;
    border-color: #677083; }
  .c-btn-border-1x.c-btn-grey-2.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-grey-2:hover,
  .c-btn-border-1x.c-btn-grey-2.btn-no-focus:active,
  .c-btn-border-1x.c-btn-grey-2:active,
  .c-btn-border-1x.c-btn-grey-2.active,
  .open > .c-btn-border-1x.c-btn-grey-2.dropdown-toggle {
    color: #ffffff;
    background: #677083;
    border-color: #677083; }
  .c-btn-border-1x.c-btn-grey-2:active,
  .c-btn-border-1x.c-btn-grey-2.active,
  .open > .c-btn-border-1x.c-btn-grey-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-grey-2.disabled,
  .c-btn-border-1x.c-btn-grey-2.disabled:hover,
  .c-btn-border-1x.c-btn-grey-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey-2.disabled:active,
  .c-btn-border-1x.c-btn-grey-2.disabled.active,
  .c-btn-border-1x.c-btn-grey-2[disabled],
  .c-btn-border-1x.c-btn-grey-2[disabled]:hover,
  .c-btn-border-1x.c-btn-grey-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey-2[disabled]:active,
  .c-btn-border-1x.c-btn-grey-2[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-2,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-2:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-2:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-2.active {
    background: none;
    border-color: #677083; }
  .c-btn-border-1x.c-btn-grey-2 .badge {
    color: none;
    background: #677083; }

.c-btn-border-1x.c-btn-grey-3 {
  border-color: #7f8c97;
  color: #7f8c97;
  background: none;
  border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-grey-3.c-btn-border-opacity-04 {
    border-color: rgba(127, 140, 151, 0.4); }
  .c-btn-border-1x.c-btn-grey-3.btn-no-focus:focus,
  .c-btn-border-1x.c-btn-grey-3.btn-no-focus.focus {
    color: #7f8c97;
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-grey-3.btn-no-focus:hover,
  .c-btn-border-1x.c-btn-grey-3:hover,
  .c-btn-border-1x.c-btn-grey-3.btn-no-focus:active,
  .c-btn-border-1x.c-btn-grey-3:active,
  .c-btn-border-1x.c-btn-grey-3.active,
  .open > .c-btn-border-1x.c-btn-grey-3.dropdown-toggle {
    color: #ffffff;
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-grey-3:active,
  .c-btn-border-1x.c-btn-grey-3.active,
  .open > .c-btn-border-1x.c-btn-grey-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-1x.c-btn-grey-3.disabled,
  .c-btn-border-1x.c-btn-grey-3.disabled:hover,
  .c-btn-border-1x.c-btn-grey-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey-3.disabled:active,
  .c-btn-border-1x.c-btn-grey-3.disabled.active,
  .c-btn-border-1x.c-btn-grey-3[disabled],
  .c-btn-border-1x.c-btn-grey-3[disabled]:hover,
  .c-btn-border-1x.c-btn-grey-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-1x.c-btn-grey-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-1x.c-btn-grey-3[disabled]:active,
  .c-btn-border-1x.c-btn-grey-3[disabled].active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-3,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-3:hover,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-3:active,
  fieldset[disabled] .c-btn-border-1x.c-btn-grey-3.active {
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-1x.c-btn-grey-3 .badge {
    color: none;
    background: #7f8c97; }

.c-btn-border-2x.c-btn-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
  border-color: #FFFFFF; }
  .c-btn-border-2x.c-btn-white.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-white.btn-no-focus.focus {
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF; }
  .c-btn-border-2x.c-btn-white.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-white:hover,
  .c-btn-border-2x.c-btn-white.btn-no-focus:active,
  .c-btn-border-2x.c-btn-white:active,
  .c-btn-border-2x.c-btn-white.active,
  .open > .c-btn-border-2x.c-btn-white.dropdown-toggle {
    color: #2f353b;
    background: #FFFFFF;
    border-color: #FFFFFF; }
  .c-btn-border-2x.c-btn-white:active,
  .c-btn-border-2x.c-btn-white.active,
  .open > .c-btn-border-2x.c-btn-white.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-white.disabled,
  .c-btn-border-2x.c-btn-white.disabled:hover,
  .c-btn-border-2x.c-btn-white.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-white.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-white.disabled:active,
  .c-btn-border-2x.c-btn-white.disabled.active,
  .c-btn-border-2x.c-btn-white[disabled],
  .c-btn-border-2x.c-btn-white[disabled]:hover,
  .c-btn-border-2x.c-btn-white[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-white[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-white[disabled]:active,
  .c-btn-border-2x.c-btn-white[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-white,
  fieldset[disabled] .c-btn-border-2x.c-btn-white:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-white:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-white:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-white:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-white.active {
    background: none;
    border-color: #FFFFFF; }
  .c-btn-border-2x.c-btn-white .badge {
    color: none;
    background: #FFFFFF; }

.c-btn-border-2x.c-btn-black {
  border-color: #000000;
  color: #000000;
  background: none;
  border-color: #000000; }
  .c-btn-border-2x.c-btn-black.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-black.btn-no-focus.focus {
    color: #000000;
    background: none;
    border-color: #000000; }
  .c-btn-border-2x.c-btn-black.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-black:hover,
  .c-btn-border-2x.c-btn-black.btn-no-focus:active,
  .c-btn-border-2x.c-btn-black:active,
  .c-btn-border-2x.c-btn-black.active,
  .open > .c-btn-border-2x.c-btn-black.dropdown-toggle {
    color: #ffffff;
    background: #000000;
    border-color: #000000; }
  .c-btn-border-2x.c-btn-black:active,
  .c-btn-border-2x.c-btn-black.active,
  .open > .c-btn-border-2x.c-btn-black.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-black.disabled,
  .c-btn-border-2x.c-btn-black.disabled:hover,
  .c-btn-border-2x.c-btn-black.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-black.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-black.disabled:active,
  .c-btn-border-2x.c-btn-black.disabled.active,
  .c-btn-border-2x.c-btn-black[disabled],
  .c-btn-border-2x.c-btn-black[disabled]:hover,
  .c-btn-border-2x.c-btn-black[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-black[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-black[disabled]:active,
  .c-btn-border-2x.c-btn-black[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-black,
  fieldset[disabled] .c-btn-border-2x.c-btn-black:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-black:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-black:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-black:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-black.active {
    background: none;
    border-color: #000000; }
  .c-btn-border-2x.c-btn-black .badge {
    color: none;
    background: #000000; }

.c-btn-border-2x.c-btn-regular {
  border-color: #7f8c97;
  color: #7f8c97;
  background: none;
  border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-regular.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-regular.btn-no-focus.focus {
    color: #7f8c97;
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-regular.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-regular:hover,
  .c-btn-border-2x.c-btn-regular.btn-no-focus:active,
  .c-btn-border-2x.c-btn-regular:active,
  .c-btn-border-2x.c-btn-regular.active,
  .open > .c-btn-border-2x.c-btn-regular.dropdown-toggle {
    color: #ffffff;
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-regular:active,
  .c-btn-border-2x.c-btn-regular.active,
  .open > .c-btn-border-2x.c-btn-regular.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-regular.disabled,
  .c-btn-border-2x.c-btn-regular.disabled:hover,
  .c-btn-border-2x.c-btn-regular.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-regular.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-regular.disabled:active,
  .c-btn-border-2x.c-btn-regular.disabled.active,
  .c-btn-border-2x.c-btn-regular[disabled],
  .c-btn-border-2x.c-btn-regular[disabled]:hover,
  .c-btn-border-2x.c-btn-regular[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-regular[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-regular[disabled]:active,
  .c-btn-border-2x.c-btn-regular[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-regular,
  fieldset[disabled] .c-btn-border-2x.c-btn-regular:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-regular:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-regular:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-regular:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-regular.active {
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-regular .badge {
    color: none;
    background: #7f8c97; }

.c-btn-border-2x.c-btn-green {
  border-color: #32c5d2;
  color: #32c5d2;
  background: none;
  border-color: #32c5d2; }
  .c-btn-border-2x.c-btn-green.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-green.btn-no-focus.focus {
    color: #32c5d2;
    background: none;
    border-color: #32c5d2; }
  .c-btn-border-2x.c-btn-green.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-green:hover,
  .c-btn-border-2x.c-btn-green.btn-no-focus:active,
  .c-btn-border-2x.c-btn-green:active,
  .c-btn-border-2x.c-btn-green.active,
  .open > .c-btn-border-2x.c-btn-green.dropdown-toggle {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2; }
  .c-btn-border-2x.c-btn-green:active,
  .c-btn-border-2x.c-btn-green.active,
  .open > .c-btn-border-2x.c-btn-green.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-green.disabled,
  .c-btn-border-2x.c-btn-green.disabled:hover,
  .c-btn-border-2x.c-btn-green.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green.disabled:active,
  .c-btn-border-2x.c-btn-green.disabled.active,
  .c-btn-border-2x.c-btn-green[disabled],
  .c-btn-border-2x.c-btn-green[disabled]:hover,
  .c-btn-border-2x.c-btn-green[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green[disabled]:active,
  .c-btn-border-2x.c-btn-green[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green,
  fieldset[disabled] .c-btn-border-2x.c-btn-green:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-green:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green.active {
    background: none;
    border-color: #32c5d2; }
  .c-btn-border-2x.c-btn-green .badge {
    color: none;
    background: #32c5d2; }

.c-btn-border-2x.c-btn-green-1 {
  border-color: #52c9ba;
  color: #52c9ba;
  background: none;
  border-color: #52c9ba; }
  .c-btn-border-2x.c-btn-green-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-green-1.btn-no-focus.focus {
    color: #52c9ba;
    background: none;
    border-color: #52c9ba; }
  .c-btn-border-2x.c-btn-green-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-green-1:hover,
  .c-btn-border-2x.c-btn-green-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-green-1:active,
  .c-btn-border-2x.c-btn-green-1.active,
  .open > .c-btn-border-2x.c-btn-green-1.dropdown-toggle {
    color: #ffffff;
    background: #52c9ba;
    border-color: #52c9ba; }
  .c-btn-border-2x.c-btn-green-1:active,
  .c-btn-border-2x.c-btn-green-1.active,
  .open > .c-btn-border-2x.c-btn-green-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-green-1.disabled,
  .c-btn-border-2x.c-btn-green-1.disabled:hover,
  .c-btn-border-2x.c-btn-green-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green-1.disabled:active,
  .c-btn-border-2x.c-btn-green-1.disabled.active,
  .c-btn-border-2x.c-btn-green-1[disabled],
  .c-btn-border-2x.c-btn-green-1[disabled]:hover,
  .c-btn-border-2x.c-btn-green-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green-1[disabled]:active,
  .c-btn-border-2x.c-btn-green-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-1.active {
    background: none;
    border-color: #52c9ba; }
  .c-btn-border-2x.c-btn-green-1 .badge {
    color: none;
    background: #52c9ba; }

.c-btn-border-2x.c-btn-green-2 {
  border-color: #5dc09c;
  color: #5dc09c;
  background: none;
  border-color: #5dc09c; }
  .c-btn-border-2x.c-btn-green-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-green-2.btn-no-focus.focus {
    color: #5dc09c;
    background: none;
    border-color: #5dc09c; }
  .c-btn-border-2x.c-btn-green-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-green-2:hover,
  .c-btn-border-2x.c-btn-green-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-green-2:active,
  .c-btn-border-2x.c-btn-green-2.active,
  .open > .c-btn-border-2x.c-btn-green-2.dropdown-toggle {
    color: #ffffff;
    background: #5dc09c;
    border-color: #5dc09c; }
  .c-btn-border-2x.c-btn-green-2:active,
  .c-btn-border-2x.c-btn-green-2.active,
  .open > .c-btn-border-2x.c-btn-green-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-green-2.disabled,
  .c-btn-border-2x.c-btn-green-2.disabled:hover,
  .c-btn-border-2x.c-btn-green-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green-2.disabled:active,
  .c-btn-border-2x.c-btn-green-2.disabled.active,
  .c-btn-border-2x.c-btn-green-2[disabled],
  .c-btn-border-2x.c-btn-green-2[disabled]:hover,
  .c-btn-border-2x.c-btn-green-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green-2[disabled]:active,
  .c-btn-border-2x.c-btn-green-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-2.active {
    background: none;
    border-color: #5dc09c; }
  .c-btn-border-2x.c-btn-green-2 .badge {
    color: none;
    background: #5dc09c; }

.c-btn-border-2x.c-btn-green-3 {
  border-color: #84c68f;
  color: #84c68f;
  background: none;
  border-color: #84c68f; }
  .c-btn-border-2x.c-btn-green-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-green-3.btn-no-focus.focus {
    color: #84c68f;
    background: none;
    border-color: #84c68f; }
  .c-btn-border-2x.c-btn-green-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-green-3:hover,
  .c-btn-border-2x.c-btn-green-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-green-3:active,
  .c-btn-border-2x.c-btn-green-3.active,
  .open > .c-btn-border-2x.c-btn-green-3.dropdown-toggle {
    color: #ffffff;
    background: #84c68f;
    border-color: #84c68f; }
  .c-btn-border-2x.c-btn-green-3:active,
  .c-btn-border-2x.c-btn-green-3.active,
  .open > .c-btn-border-2x.c-btn-green-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-green-3.disabled,
  .c-btn-border-2x.c-btn-green-3.disabled:hover,
  .c-btn-border-2x.c-btn-green-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green-3.disabled:active,
  .c-btn-border-2x.c-btn-green-3.disabled.active,
  .c-btn-border-2x.c-btn-green-3[disabled],
  .c-btn-border-2x.c-btn-green-3[disabled]:hover,
  .c-btn-border-2x.c-btn-green-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-green-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-green-3[disabled]:active,
  .c-btn-border-2x.c-btn-green-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-green-3.active {
    background: none;
    border-color: #84c68f; }
  .c-btn-border-2x.c-btn-green-3 .badge {
    color: none;
    background: #84c68f; }

.c-btn-border-2x.c-btn-red {
  border-color: #eb5d68;
  color: #eb5d68;
  background: none;
  border-color: #eb5d68; }
  .c-btn-border-2x.c-btn-red.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-red.btn-no-focus.focus {
    color: #eb5d68;
    background: none;
    border-color: #eb5d68; }
  .c-btn-border-2x.c-btn-red.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-red:hover,
  .c-btn-border-2x.c-btn-red.btn-no-focus:active,
  .c-btn-border-2x.c-btn-red:active,
  .c-btn-border-2x.c-btn-red.active,
  .open > .c-btn-border-2x.c-btn-red.dropdown-toggle {
    color: #ffffff;
    background: #eb5d68;
    border-color: #eb5d68; }
  .c-btn-border-2x.c-btn-red:active,
  .c-btn-border-2x.c-btn-red.active,
  .open > .c-btn-border-2x.c-btn-red.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-red.disabled,
  .c-btn-border-2x.c-btn-red.disabled:hover,
  .c-btn-border-2x.c-btn-red.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red.disabled:active,
  .c-btn-border-2x.c-btn-red.disabled.active,
  .c-btn-border-2x.c-btn-red[disabled],
  .c-btn-border-2x.c-btn-red[disabled]:hover,
  .c-btn-border-2x.c-btn-red[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red[disabled]:active,
  .c-btn-border-2x.c-btn-red[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red,
  fieldset[disabled] .c-btn-border-2x.c-btn-red:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-red:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red.active {
    background: none;
    border-color: #eb5d68; }
  .c-btn-border-2x.c-btn-red .badge {
    color: none;
    background: #eb5d68; }

.c-btn-border-2x.c-btn-red-1 {
  border-color: #cd6262;
  color: #cd6262;
  background: none;
  border-color: #cd6262; }
  .c-btn-border-2x.c-btn-red-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-red-1.btn-no-focus.focus {
    color: #cd6262;
    background: none;
    border-color: #cd6262; }
  .c-btn-border-2x.c-btn-red-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-red-1:hover,
  .c-btn-border-2x.c-btn-red-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-red-1:active,
  .c-btn-border-2x.c-btn-red-1.active,
  .open > .c-btn-border-2x.c-btn-red-1.dropdown-toggle {
    color: #ffffff;
    background: #cd6262;
    border-color: #cd6262; }
  .c-btn-border-2x.c-btn-red-1:active,
  .c-btn-border-2x.c-btn-red-1.active,
  .open > .c-btn-border-2x.c-btn-red-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-red-1.disabled,
  .c-btn-border-2x.c-btn-red-1.disabled:hover,
  .c-btn-border-2x.c-btn-red-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red-1.disabled:active,
  .c-btn-border-2x.c-btn-red-1.disabled.active,
  .c-btn-border-2x.c-btn-red-1[disabled],
  .c-btn-border-2x.c-btn-red-1[disabled]:hover,
  .c-btn-border-2x.c-btn-red-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red-1[disabled]:active,
  .c-btn-border-2x.c-btn-red-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-1.active {
    background: none;
    border-color: #cd6262; }
  .c-btn-border-2x.c-btn-red-1 .badge {
    color: none;
    background: #cd6262; }

.c-btn-border-2x.c-btn-red-2 {
  border-color: #e7505a;
  color: #e7505a;
  background: none;
  border-color: #e7505a; }
  .c-btn-border-2x.c-btn-red-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-red-2.btn-no-focus.focus {
    color: #e7505a;
    background: none;
    border-color: #e7505a; }
  .c-btn-border-2x.c-btn-red-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-red-2:hover,
  .c-btn-border-2x.c-btn-red-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-red-2:active,
  .c-btn-border-2x.c-btn-red-2.active,
  .open > .c-btn-border-2x.c-btn-red-2.dropdown-toggle {
    color: #ffffff;
    background: #e7505a;
    border-color: #e7505a; }
  .c-btn-border-2x.c-btn-red-2:active,
  .c-btn-border-2x.c-btn-red-2.active,
  .open > .c-btn-border-2x.c-btn-red-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-red-2.disabled,
  .c-btn-border-2x.c-btn-red-2.disabled:hover,
  .c-btn-border-2x.c-btn-red-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red-2.disabled:active,
  .c-btn-border-2x.c-btn-red-2.disabled.active,
  .c-btn-border-2x.c-btn-red-2[disabled],
  .c-btn-border-2x.c-btn-red-2[disabled]:hover,
  .c-btn-border-2x.c-btn-red-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red-2[disabled]:active,
  .c-btn-border-2x.c-btn-red-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-2.active {
    background: none;
    border-color: #e7505a; }
  .c-btn-border-2x.c-btn-red-2 .badge {
    color: none;
    background: #e7505a; }

.c-btn-border-2x.c-btn-red-3 {
  border-color: #d05163;
  color: #d05163;
  background: none;
  border-color: #d05163; }
  .c-btn-border-2x.c-btn-red-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-red-3.btn-no-focus.focus {
    color: #d05163;
    background: none;
    border-color: #d05163; }
  .c-btn-border-2x.c-btn-red-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-red-3:hover,
  .c-btn-border-2x.c-btn-red-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-red-3:active,
  .c-btn-border-2x.c-btn-red-3.active,
  .open > .c-btn-border-2x.c-btn-red-3.dropdown-toggle {
    color: #ffffff;
    background: #d05163;
    border-color: #d05163; }
  .c-btn-border-2x.c-btn-red-3:active,
  .c-btn-border-2x.c-btn-red-3.active,
  .open > .c-btn-border-2x.c-btn-red-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-red-3.disabled,
  .c-btn-border-2x.c-btn-red-3.disabled:hover,
  .c-btn-border-2x.c-btn-red-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red-3.disabled:active,
  .c-btn-border-2x.c-btn-red-3.disabled.active,
  .c-btn-border-2x.c-btn-red-3[disabled],
  .c-btn-border-2x.c-btn-red-3[disabled]:hover,
  .c-btn-border-2x.c-btn-red-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-red-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-red-3[disabled]:active,
  .c-btn-border-2x.c-btn-red-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-red-3.active {
    background: none;
    border-color: #d05163; }
  .c-btn-border-2x.c-btn-red-3 .badge {
    color: none;
    background: #d05163; }

.c-btn-border-2x.c-btn-yellow {
  border-color: #FF6B57;
  color: #FF6B57;
  background: none;
  border-color: #FF6B57; }
  .c-btn-border-2x.c-btn-yellow.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-yellow.btn-no-focus.focus {
    color: #FF6B57;
    background: none;
    border-color: #FF6B57; }
  .c-btn-border-2x.c-btn-yellow.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-yellow:hover,
  .c-btn-border-2x.c-btn-yellow.btn-no-focus:active,
  .c-btn-border-2x.c-btn-yellow:active,
  .c-btn-border-2x.c-btn-yellow.active,
  .open > .c-btn-border-2x.c-btn-yellow.dropdown-toggle {
    color: #ffffff;
    background: #FF6B57;
    border-color: #FF6B57; }
  .c-btn-border-2x.c-btn-yellow:active,
  .c-btn-border-2x.c-btn-yellow.active,
  .open > .c-btn-border-2x.c-btn-yellow.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-yellow.disabled,
  .c-btn-border-2x.c-btn-yellow.disabled:hover,
  .c-btn-border-2x.c-btn-yellow.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow.disabled:active,
  .c-btn-border-2x.c-btn-yellow.disabled.active,
  .c-btn-border-2x.c-btn-yellow[disabled],
  .c-btn-border-2x.c-btn-yellow[disabled]:hover,
  .c-btn-border-2x.c-btn-yellow[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow[disabled]:active,
  .c-btn-border-2x.c-btn-yellow[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow.active {
    background: none;
    border-color: #FF6B57; }
  .c-btn-border-2x.c-btn-yellow .badge {
    color: none;
    background: #FF6B57; }

.c-btn-border-2x.c-btn-yellow-1 {
  border-color: #c8d046;
  color: #c8d046;
  background: none;
  border-color: #c8d046; }
  .c-btn-border-2x.c-btn-yellow-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-yellow-1.btn-no-focus.focus {
    color: #c8d046;
    background: none;
    border-color: #c8d046; }
  .c-btn-border-2x.c-btn-yellow-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-yellow-1:hover,
  .c-btn-border-2x.c-btn-yellow-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-yellow-1:active,
  .c-btn-border-2x.c-btn-yellow-1.active,
  .open > .c-btn-border-2x.c-btn-yellow-1.dropdown-toggle {
    color: #ffffff;
    background: #c8d046;
    border-color: #c8d046; }
  .c-btn-border-2x.c-btn-yellow-1:active,
  .c-btn-border-2x.c-btn-yellow-1.active,
  .open > .c-btn-border-2x.c-btn-yellow-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-yellow-1.disabled,
  .c-btn-border-2x.c-btn-yellow-1.disabled:hover,
  .c-btn-border-2x.c-btn-yellow-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow-1.disabled:active,
  .c-btn-border-2x.c-btn-yellow-1.disabled.active,
  .c-btn-border-2x.c-btn-yellow-1[disabled],
  .c-btn-border-2x.c-btn-yellow-1[disabled]:hover,
  .c-btn-border-2x.c-btn-yellow-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow-1[disabled]:active,
  .c-btn-border-2x.c-btn-yellow-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-1.active {
    background: none;
    border-color: #c8d046; }
  .c-btn-border-2x.c-btn-yellow-1 .badge {
    color: none;
    background: #c8d046; }

.c-btn-border-2x.c-btn-yellow-2 {
  border-color: #c5bf66;
  color: #c5bf66;
  background: none;
  border-color: #c5bf66; }
  .c-btn-border-2x.c-btn-yellow-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-yellow-2.btn-no-focus.focus {
    color: #c5bf66;
    background: none;
    border-color: #c5bf66; }
  .c-btn-border-2x.c-btn-yellow-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-yellow-2:hover,
  .c-btn-border-2x.c-btn-yellow-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-yellow-2:active,
  .c-btn-border-2x.c-btn-yellow-2.active,
  .open > .c-btn-border-2x.c-btn-yellow-2.dropdown-toggle {
    color: #ffffff;
    background: #c5bf66;
    border-color: #c5bf66; }
  .c-btn-border-2x.c-btn-yellow-2:active,
  .c-btn-border-2x.c-btn-yellow-2.active,
  .open > .c-btn-border-2x.c-btn-yellow-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-yellow-2.disabled,
  .c-btn-border-2x.c-btn-yellow-2.disabled:hover,
  .c-btn-border-2x.c-btn-yellow-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow-2.disabled:active,
  .c-btn-border-2x.c-btn-yellow-2.disabled.active,
  .c-btn-border-2x.c-btn-yellow-2[disabled],
  .c-btn-border-2x.c-btn-yellow-2[disabled]:hover,
  .c-btn-border-2x.c-btn-yellow-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow-2[disabled]:active,
  .c-btn-border-2x.c-btn-yellow-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-2.active {
    background: none;
    border-color: #c5bf66; }
  .c-btn-border-2x.c-btn-yellow-2 .badge {
    color: none;
    background: #c5bf66; }

.c-btn-border-2x.c-btn-yellow-3 {
  border-color: #c5b96b;
  color: #c5b96b;
  background: none;
  border-color: #c5b96b; }
  .c-btn-border-2x.c-btn-yellow-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-yellow-3.btn-no-focus.focus {
    color: #c5b96b;
    background: none;
    border-color: #c5b96b; }
  .c-btn-border-2x.c-btn-yellow-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-yellow-3:hover,
  .c-btn-border-2x.c-btn-yellow-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-yellow-3:active,
  .c-btn-border-2x.c-btn-yellow-3.active,
  .open > .c-btn-border-2x.c-btn-yellow-3.dropdown-toggle {
    color: #ffffff;
    background: #c5b96b;
    border-color: #c5b96b; }
  .c-btn-border-2x.c-btn-yellow-3:active,
  .c-btn-border-2x.c-btn-yellow-3.active,
  .open > .c-btn-border-2x.c-btn-yellow-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-yellow-3.disabled,
  .c-btn-border-2x.c-btn-yellow-3.disabled:hover,
  .c-btn-border-2x.c-btn-yellow-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow-3.disabled:active,
  .c-btn-border-2x.c-btn-yellow-3.disabled.active,
  .c-btn-border-2x.c-btn-yellow-3[disabled],
  .c-btn-border-2x.c-btn-yellow-3[disabled]:hover,
  .c-btn-border-2x.c-btn-yellow-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-yellow-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-yellow-3[disabled]:active,
  .c-btn-border-2x.c-btn-yellow-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-yellow-3.active {
    background: none;
    border-color: #c5b96b; }
  .c-btn-border-2x.c-btn-yellow-3 .badge {
    color: none;
    background: #c5b96b; }

.c-btn-border-2x.c-btn-blue {
  border-color: #3498DB;
  color: #3498DB;
  background: none;
  border-color: #3498DB; }
  .c-btn-border-2x.c-btn-blue.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-blue.btn-no-focus.focus {
    color: #3498DB;
    background: none;
    border-color: #3498DB; }
  .c-btn-border-2x.c-btn-blue.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-blue:hover,
  .c-btn-border-2x.c-btn-blue.btn-no-focus:active,
  .c-btn-border-2x.c-btn-blue:active,
  .c-btn-border-2x.c-btn-blue.active,
  .open > .c-btn-border-2x.c-btn-blue.dropdown-toggle {
    color: #ffffff;
    background: #3498DB;
    border-color: #3498DB; }
  .c-btn-border-2x.c-btn-blue:active,
  .c-btn-border-2x.c-btn-blue.active,
  .open > .c-btn-border-2x.c-btn-blue.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-blue.disabled,
  .c-btn-border-2x.c-btn-blue.disabled:hover,
  .c-btn-border-2x.c-btn-blue.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue.disabled:active,
  .c-btn-border-2x.c-btn-blue.disabled.active,
  .c-btn-border-2x.c-btn-blue[disabled],
  .c-btn-border-2x.c-btn-blue[disabled]:hover,
  .c-btn-border-2x.c-btn-blue[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue[disabled]:active,
  .c-btn-border-2x.c-btn-blue[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue.active {
    background: none;
    border-color: #3498DB; }
  .c-btn-border-2x.c-btn-blue .badge {
    color: none;
    background: #3498DB; }

.c-btn-border-2x.c-btn-blue-1 {
  border-color: #5e9cd1;
  color: #5e9cd1;
  background: none;
  border-color: #5e9cd1; }
  .c-btn-border-2x.c-btn-blue-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-blue-1.btn-no-focus.focus {
    color: #5e9cd1;
    background: none;
    border-color: #5e9cd1; }
  .c-btn-border-2x.c-btn-blue-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-blue-1:hover,
  .c-btn-border-2x.c-btn-blue-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-blue-1:active,
  .c-btn-border-2x.c-btn-blue-1.active,
  .open > .c-btn-border-2x.c-btn-blue-1.dropdown-toggle {
    color: #ffffff;
    background: #5e9cd1;
    border-color: #5e9cd1; }
  .c-btn-border-2x.c-btn-blue-1:active,
  .c-btn-border-2x.c-btn-blue-1.active,
  .open > .c-btn-border-2x.c-btn-blue-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-blue-1.disabled,
  .c-btn-border-2x.c-btn-blue-1.disabled:hover,
  .c-btn-border-2x.c-btn-blue-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue-1.disabled:active,
  .c-btn-border-2x.c-btn-blue-1.disabled.active,
  .c-btn-border-2x.c-btn-blue-1[disabled],
  .c-btn-border-2x.c-btn-blue-1[disabled]:hover,
  .c-btn-border-2x.c-btn-blue-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue-1[disabled]:active,
  .c-btn-border-2x.c-btn-blue-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-1.active {
    background: none;
    border-color: #5e9cd1; }
  .c-btn-border-2x.c-btn-blue-1 .badge {
    color: none;
    background: #5e9cd1; }

.c-btn-border-2x.c-btn-blue-2 {
  border-color: #5893dd;
  color: #5893dd;
  background: none;
  border-color: #5893dd; }
  .c-btn-border-2x.c-btn-blue-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-blue-2.btn-no-focus.focus {
    color: #5893dd;
    background: none;
    border-color: #5893dd; }
  .c-btn-border-2x.c-btn-blue-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-blue-2:hover,
  .c-btn-border-2x.c-btn-blue-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-blue-2:active,
  .c-btn-border-2x.c-btn-blue-2.active,
  .open > .c-btn-border-2x.c-btn-blue-2.dropdown-toggle {
    color: #ffffff;
    background: #5893dd;
    border-color: #5893dd; }
  .c-btn-border-2x.c-btn-blue-2:active,
  .c-btn-border-2x.c-btn-blue-2.active,
  .open > .c-btn-border-2x.c-btn-blue-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-blue-2.disabled,
  .c-btn-border-2x.c-btn-blue-2.disabled:hover,
  .c-btn-border-2x.c-btn-blue-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue-2.disabled:active,
  .c-btn-border-2x.c-btn-blue-2.disabled.active,
  .c-btn-border-2x.c-btn-blue-2[disabled],
  .c-btn-border-2x.c-btn-blue-2[disabled]:hover,
  .c-btn-border-2x.c-btn-blue-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue-2[disabled]:active,
  .c-btn-border-2x.c-btn-blue-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-2.active {
    background: none;
    border-color: #5893dd; }
  .c-btn-border-2x.c-btn-blue-2 .badge {
    color: none;
    background: #5893dd; }

.c-btn-border-2x.c-btn-blue-3 {
  border-color: #57bfe1;
  color: #57bfe1;
  background: none;
  border-color: #57bfe1; }
  .c-btn-border-2x.c-btn-blue-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-blue-3.btn-no-focus.focus {
    color: #57bfe1;
    background: none;
    border-color: #57bfe1; }
  .c-btn-border-2x.c-btn-blue-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-blue-3:hover,
  .c-btn-border-2x.c-btn-blue-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-blue-3:active,
  .c-btn-border-2x.c-btn-blue-3.active,
  .open > .c-btn-border-2x.c-btn-blue-3.dropdown-toggle {
    color: #ffffff;
    background: #57bfe1;
    border-color: #57bfe1; }
  .c-btn-border-2x.c-btn-blue-3:active,
  .c-btn-border-2x.c-btn-blue-3.active,
  .open > .c-btn-border-2x.c-btn-blue-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-blue-3.disabled,
  .c-btn-border-2x.c-btn-blue-3.disabled:hover,
  .c-btn-border-2x.c-btn-blue-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue-3.disabled:active,
  .c-btn-border-2x.c-btn-blue-3.disabled.active,
  .c-btn-border-2x.c-btn-blue-3[disabled],
  .c-btn-border-2x.c-btn-blue-3[disabled]:hover,
  .c-btn-border-2x.c-btn-blue-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-blue-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-blue-3[disabled]:active,
  .c-btn-border-2x.c-btn-blue-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-blue-3.active {
    background: none;
    border-color: #57bfe1; }
  .c-btn-border-2x.c-btn-blue-3 .badge {
    color: none;
    background: #57bfe1; }

.c-btn-border-2x.c-btn-purple {
  border-color: #b771b0;
  color: #b771b0;
  background: none;
  border-color: #b771b0; }
  .c-btn-border-2x.c-btn-purple.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-purple.btn-no-focus.focus {
    color: #b771b0;
    background: none;
    border-color: #b771b0; }
  .c-btn-border-2x.c-btn-purple.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-purple:hover,
  .c-btn-border-2x.c-btn-purple.btn-no-focus:active,
  .c-btn-border-2x.c-btn-purple:active,
  .c-btn-border-2x.c-btn-purple.active,
  .open > .c-btn-border-2x.c-btn-purple.dropdown-toggle {
    color: #ffffff;
    background: #b771b0;
    border-color: #b771b0; }
  .c-btn-border-2x.c-btn-purple:active,
  .c-btn-border-2x.c-btn-purple.active,
  .open > .c-btn-border-2x.c-btn-purple.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-purple.disabled,
  .c-btn-border-2x.c-btn-purple.disabled:hover,
  .c-btn-border-2x.c-btn-purple.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple.disabled:active,
  .c-btn-border-2x.c-btn-purple.disabled.active,
  .c-btn-border-2x.c-btn-purple[disabled],
  .c-btn-border-2x.c-btn-purple[disabled]:hover,
  .c-btn-border-2x.c-btn-purple[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple[disabled]:active,
  .c-btn-border-2x.c-btn-purple[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple.active {
    background: none;
    border-color: #b771b0; }
  .c-btn-border-2x.c-btn-purple .badge {
    color: none;
    background: #b771b0; }

.c-btn-border-2x.c-btn-purple-1 {
  border-color: #a962bb;
  color: #a962bb;
  background: none;
  border-color: #a962bb; }
  .c-btn-border-2x.c-btn-purple-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-purple-1.btn-no-focus.focus {
    color: #a962bb;
    background: none;
    border-color: #a962bb; }
  .c-btn-border-2x.c-btn-purple-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-purple-1:hover,
  .c-btn-border-2x.c-btn-purple-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-purple-1:active,
  .c-btn-border-2x.c-btn-purple-1.active,
  .open > .c-btn-border-2x.c-btn-purple-1.dropdown-toggle {
    color: #ffffff;
    background: #a962bb;
    border-color: #a962bb; }
  .c-btn-border-2x.c-btn-purple-1:active,
  .c-btn-border-2x.c-btn-purple-1.active,
  .open > .c-btn-border-2x.c-btn-purple-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-purple-1.disabled,
  .c-btn-border-2x.c-btn-purple-1.disabled:hover,
  .c-btn-border-2x.c-btn-purple-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple-1.disabled:active,
  .c-btn-border-2x.c-btn-purple-1.disabled.active,
  .c-btn-border-2x.c-btn-purple-1[disabled],
  .c-btn-border-2x.c-btn-purple-1[disabled]:hover,
  .c-btn-border-2x.c-btn-purple-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple-1[disabled]:active,
  .c-btn-border-2x.c-btn-purple-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-1.active {
    background: none;
    border-color: #a962bb; }
  .c-btn-border-2x.c-btn-purple-1 .badge {
    color: none;
    background: #a962bb; }

.c-btn-border-2x.c-btn-purple-2 {
  border-color: #aa67a3;
  color: #aa67a3;
  background: none;
  border-color: #aa67a3; }
  .c-btn-border-2x.c-btn-purple-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-purple-2.btn-no-focus.focus {
    color: #aa67a3;
    background: none;
    border-color: #aa67a3; }
  .c-btn-border-2x.c-btn-purple-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-purple-2:hover,
  .c-btn-border-2x.c-btn-purple-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-purple-2:active,
  .c-btn-border-2x.c-btn-purple-2.active,
  .open > .c-btn-border-2x.c-btn-purple-2.dropdown-toggle {
    color: #ffffff;
    background: #aa67a3;
    border-color: #aa67a3; }
  .c-btn-border-2x.c-btn-purple-2:active,
  .c-btn-border-2x.c-btn-purple-2.active,
  .open > .c-btn-border-2x.c-btn-purple-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-purple-2.disabled,
  .c-btn-border-2x.c-btn-purple-2.disabled:hover,
  .c-btn-border-2x.c-btn-purple-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple-2.disabled:active,
  .c-btn-border-2x.c-btn-purple-2.disabled.active,
  .c-btn-border-2x.c-btn-purple-2[disabled],
  .c-btn-border-2x.c-btn-purple-2[disabled]:hover,
  .c-btn-border-2x.c-btn-purple-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple-2[disabled]:active,
  .c-btn-border-2x.c-btn-purple-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-2.active {
    background: none;
    border-color: #aa67a3; }
  .c-btn-border-2x.c-btn-purple-2 .badge {
    color: none;
    background: #aa67a3; }

.c-btn-border-2x.c-btn-purple-3 {
  border-color: #ac3773;
  color: #ac3773;
  background: none;
  border-color: #ac3773; }
  .c-btn-border-2x.c-btn-purple-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-purple-3.btn-no-focus.focus {
    color: #ac3773;
    background: none;
    border-color: #ac3773; }
  .c-btn-border-2x.c-btn-purple-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-purple-3:hover,
  .c-btn-border-2x.c-btn-purple-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-purple-3:active,
  .c-btn-border-2x.c-btn-purple-3.active,
  .open > .c-btn-border-2x.c-btn-purple-3.dropdown-toggle {
    color: #ffffff;
    background: #ac3773;
    border-color: #ac3773; }
  .c-btn-border-2x.c-btn-purple-3:active,
  .c-btn-border-2x.c-btn-purple-3.active,
  .open > .c-btn-border-2x.c-btn-purple-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-purple-3.disabled,
  .c-btn-border-2x.c-btn-purple-3.disabled:hover,
  .c-btn-border-2x.c-btn-purple-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple-3.disabled:active,
  .c-btn-border-2x.c-btn-purple-3.disabled.active,
  .c-btn-border-2x.c-btn-purple-3[disabled],
  .c-btn-border-2x.c-btn-purple-3[disabled]:hover,
  .c-btn-border-2x.c-btn-purple-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-purple-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-purple-3[disabled]:active,
  .c-btn-border-2x.c-btn-purple-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-purple-3.active {
    background: none;
    border-color: #ac3773; }
  .c-btn-border-2x.c-btn-purple-3 .badge {
    color: none;
    background: #ac3773; }

.c-btn-border-2x.c-btn-brown {
  border-color: #8a7f68;
  color: #8a7f68;
  background: none;
  border-color: #8a7f68; }
  .c-btn-border-2x.c-btn-brown.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-brown.btn-no-focus.focus {
    color: #8a7f68;
    background: none;
    border-color: #8a7f68; }
  .c-btn-border-2x.c-btn-brown.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-brown:hover,
  .c-btn-border-2x.c-btn-brown.btn-no-focus:active,
  .c-btn-border-2x.c-btn-brown:active,
  .c-btn-border-2x.c-btn-brown.active,
  .open > .c-btn-border-2x.c-btn-brown.dropdown-toggle {
    color: #ffffff;
    background: #8a7f68;
    border-color: #8a7f68; }
  .c-btn-border-2x.c-btn-brown:active,
  .c-btn-border-2x.c-btn-brown.active,
  .open > .c-btn-border-2x.c-btn-brown.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-brown.disabled,
  .c-btn-border-2x.c-btn-brown.disabled:hover,
  .c-btn-border-2x.c-btn-brown.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown.disabled:active,
  .c-btn-border-2x.c-btn-brown.disabled.active,
  .c-btn-border-2x.c-btn-brown[disabled],
  .c-btn-border-2x.c-btn-brown[disabled]:hover,
  .c-btn-border-2x.c-btn-brown[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown[disabled]:active,
  .c-btn-border-2x.c-btn-brown[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown.active {
    background: none;
    border-color: #8a7f68; }
  .c-btn-border-2x.c-btn-brown .badge {
    color: none;
    background: #8a7f68; }

.c-btn-border-2x.c-btn-brown-1 {
  border-color: #685e47;
  color: #685e47;
  background: none;
  border-color: #685e47; }
  .c-btn-border-2x.c-btn-brown-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-brown-1.btn-no-focus.focus {
    color: #685e47;
    background: none;
    border-color: #685e47; }
  .c-btn-border-2x.c-btn-brown-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-brown-1:hover,
  .c-btn-border-2x.c-btn-brown-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-brown-1:active,
  .c-btn-border-2x.c-btn-brown-1.active,
  .open > .c-btn-border-2x.c-btn-brown-1.dropdown-toggle {
    color: #ffffff;
    background: #685e47;
    border-color: #685e47; }
  .c-btn-border-2x.c-btn-brown-1:active,
  .c-btn-border-2x.c-btn-brown-1.active,
  .open > .c-btn-border-2x.c-btn-brown-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-brown-1.disabled,
  .c-btn-border-2x.c-btn-brown-1.disabled:hover,
  .c-btn-border-2x.c-btn-brown-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown-1.disabled:active,
  .c-btn-border-2x.c-btn-brown-1.disabled.active,
  .c-btn-border-2x.c-btn-brown-1[disabled],
  .c-btn-border-2x.c-btn-brown-1[disabled]:hover,
  .c-btn-border-2x.c-btn-brown-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown-1[disabled]:active,
  .c-btn-border-2x.c-btn-brown-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-1.active {
    background: none;
    border-color: #685e47; }
  .c-btn-border-2x.c-btn-brown-1 .badge {
    color: none;
    background: #685e47; }

.c-btn-border-2x.c-btn-brown-2 {
  border-color: #7a6a61;
  color: #7a6a61;
  background: none;
  border-color: #7a6a61; }
  .c-btn-border-2x.c-btn-brown-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-brown-2.btn-no-focus.focus {
    color: #7a6a61;
    background: none;
    border-color: #7a6a61; }
  .c-btn-border-2x.c-btn-brown-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-brown-2:hover,
  .c-btn-border-2x.c-btn-brown-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-brown-2:active,
  .c-btn-border-2x.c-btn-brown-2.active,
  .open > .c-btn-border-2x.c-btn-brown-2.dropdown-toggle {
    color: #ffffff;
    background: #7a6a61;
    border-color: #7a6a61; }
  .c-btn-border-2x.c-btn-brown-2:active,
  .c-btn-border-2x.c-btn-brown-2.active,
  .open > .c-btn-border-2x.c-btn-brown-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-brown-2.disabled,
  .c-btn-border-2x.c-btn-brown-2.disabled:hover,
  .c-btn-border-2x.c-btn-brown-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown-2.disabled:active,
  .c-btn-border-2x.c-btn-brown-2.disabled.active,
  .c-btn-border-2x.c-btn-brown-2[disabled],
  .c-btn-border-2x.c-btn-brown-2[disabled]:hover,
  .c-btn-border-2x.c-btn-brown-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown-2[disabled]:active,
  .c-btn-border-2x.c-btn-brown-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-2.active {
    background: none;
    border-color: #7a6a61; }
  .c-btn-border-2x.c-btn-brown-2 .badge {
    color: none;
    background: #7a6a61; }

.c-btn-border-2x.c-btn-brown-3 {
  border-color: #9d8b81;
  color: #9d8b81;
  background: none;
  border-color: #9d8b81; }
  .c-btn-border-2x.c-btn-brown-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-brown-3.btn-no-focus.focus {
    color: #9d8b81;
    background: none;
    border-color: #9d8b81; }
  .c-btn-border-2x.c-btn-brown-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-brown-3:hover,
  .c-btn-border-2x.c-btn-brown-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-brown-3:active,
  .c-btn-border-2x.c-btn-brown-3.active,
  .open > .c-btn-border-2x.c-btn-brown-3.dropdown-toggle {
    color: #ffffff;
    background: #9d8b81;
    border-color: #9d8b81; }
  .c-btn-border-2x.c-btn-brown-3:active,
  .c-btn-border-2x.c-btn-brown-3.active,
  .open > .c-btn-border-2x.c-btn-brown-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-brown-3.disabled,
  .c-btn-border-2x.c-btn-brown-3.disabled:hover,
  .c-btn-border-2x.c-btn-brown-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown-3.disabled:active,
  .c-btn-border-2x.c-btn-brown-3.disabled.active,
  .c-btn-border-2x.c-btn-brown-3[disabled],
  .c-btn-border-2x.c-btn-brown-3[disabled]:hover,
  .c-btn-border-2x.c-btn-brown-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-brown-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-brown-3[disabled]:active,
  .c-btn-border-2x.c-btn-brown-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-brown-3.active {
    background: none;
    border-color: #9d8b81; }
  .c-btn-border-2x.c-btn-brown-3 .badge {
    color: none;
    background: #9d8b81; }

.c-btn-border-2x.c-btn-dark {
  border-color: #2f353b;
  color: #2f353b;
  background: none;
  border-color: #2f353b; }
  .c-btn-border-2x.c-btn-dark.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-dark.btn-no-focus.focus {
    color: #2f353b;
    background: none;
    border-color: #2f353b; }
  .c-btn-border-2x.c-btn-dark.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-dark:hover,
  .c-btn-border-2x.c-btn-dark.btn-no-focus:active,
  .c-btn-border-2x.c-btn-dark:active,
  .c-btn-border-2x.c-btn-dark.active,
  .open > .c-btn-border-2x.c-btn-dark.dropdown-toggle {
    color: #ffffff;
    background: #2f353b;
    border-color: #2f353b; }
  .c-btn-border-2x.c-btn-dark:active,
  .c-btn-border-2x.c-btn-dark.active,
  .open > .c-btn-border-2x.c-btn-dark.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-dark.disabled,
  .c-btn-border-2x.c-btn-dark.disabled:hover,
  .c-btn-border-2x.c-btn-dark.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark.disabled:active,
  .c-btn-border-2x.c-btn-dark.disabled.active,
  .c-btn-border-2x.c-btn-dark[disabled],
  .c-btn-border-2x.c-btn-dark[disabled]:hover,
  .c-btn-border-2x.c-btn-dark[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark[disabled]:active,
  .c-btn-border-2x.c-btn-dark[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark.active {
    background: none;
    border-color: #2f353b; }
  .c-btn-border-2x.c-btn-dark .badge {
    color: none;
    background: #2f353b; }

.c-btn-border-2x.c-btn-dark-1 {
  border-color: #525e64;
  color: #525e64;
  background: none;
  border-color: #525e64; }
  .c-btn-border-2x.c-btn-dark-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-dark-1.btn-no-focus.focus {
    color: #525e64;
    background: none;
    border-color: #525e64; }
  .c-btn-border-2x.c-btn-dark-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-dark-1:hover,
  .c-btn-border-2x.c-btn-dark-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-dark-1:active,
  .c-btn-border-2x.c-btn-dark-1.active,
  .open > .c-btn-border-2x.c-btn-dark-1.dropdown-toggle {
    color: #ffffff;
    background: #525e64;
    border-color: #525e64; }
  .c-btn-border-2x.c-btn-dark-1:active,
  .c-btn-border-2x.c-btn-dark-1.active,
  .open > .c-btn-border-2x.c-btn-dark-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-dark-1.disabled,
  .c-btn-border-2x.c-btn-dark-1.disabled:hover,
  .c-btn-border-2x.c-btn-dark-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark-1.disabled:active,
  .c-btn-border-2x.c-btn-dark-1.disabled.active,
  .c-btn-border-2x.c-btn-dark-1[disabled],
  .c-btn-border-2x.c-btn-dark-1[disabled]:hover,
  .c-btn-border-2x.c-btn-dark-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark-1[disabled]:active,
  .c-btn-border-2x.c-btn-dark-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-1.active {
    background: none;
    border-color: #525e64; }
  .c-btn-border-2x.c-btn-dark-1 .badge {
    color: none;
    background: #525e64; }

.c-btn-border-2x.c-btn-dark-2 {
  border-color: #31383c;
  color: #31383c;
  background: none;
  border-color: #31383c; }
  .c-btn-border-2x.c-btn-dark-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-dark-2.btn-no-focus.focus {
    color: #31383c;
    background: none;
    border-color: #31383c; }
  .c-btn-border-2x.c-btn-dark-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-dark-2:hover,
  .c-btn-border-2x.c-btn-dark-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-dark-2:active,
  .c-btn-border-2x.c-btn-dark-2.active,
  .open > .c-btn-border-2x.c-btn-dark-2.dropdown-toggle {
    color: #ffffff;
    background: #31383c;
    border-color: #31383c; }
  .c-btn-border-2x.c-btn-dark-2:active,
  .c-btn-border-2x.c-btn-dark-2.active,
  .open > .c-btn-border-2x.c-btn-dark-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-dark-2.disabled,
  .c-btn-border-2x.c-btn-dark-2.disabled:hover,
  .c-btn-border-2x.c-btn-dark-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark-2.disabled:active,
  .c-btn-border-2x.c-btn-dark-2.disabled.active,
  .c-btn-border-2x.c-btn-dark-2[disabled],
  .c-btn-border-2x.c-btn-dark-2[disabled]:hover,
  .c-btn-border-2x.c-btn-dark-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark-2[disabled]:active,
  .c-btn-border-2x.c-btn-dark-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-2.active {
    background: none;
    border-color: #31383c; }
  .c-btn-border-2x.c-btn-dark-2 .badge {
    color: none;
    background: #31383c; }

.c-btn-border-2x.c-btn-dark-3 {
  border-color: #41515b;
  color: #41515b;
  background: none;
  border-color: #41515b; }
  .c-btn-border-2x.c-btn-dark-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-dark-3.btn-no-focus.focus {
    color: #41515b;
    background: none;
    border-color: #41515b; }
  .c-btn-border-2x.c-btn-dark-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-dark-3:hover,
  .c-btn-border-2x.c-btn-dark-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-dark-3:active,
  .c-btn-border-2x.c-btn-dark-3.active,
  .open > .c-btn-border-2x.c-btn-dark-3.dropdown-toggle {
    color: #ffffff;
    background: #41515b;
    border-color: #41515b; }
  .c-btn-border-2x.c-btn-dark-3:active,
  .c-btn-border-2x.c-btn-dark-3.active,
  .open > .c-btn-border-2x.c-btn-dark-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-dark-3.disabled,
  .c-btn-border-2x.c-btn-dark-3.disabled:hover,
  .c-btn-border-2x.c-btn-dark-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark-3.disabled:active,
  .c-btn-border-2x.c-btn-dark-3.disabled.active,
  .c-btn-border-2x.c-btn-dark-3[disabled],
  .c-btn-border-2x.c-btn-dark-3[disabled]:hover,
  .c-btn-border-2x.c-btn-dark-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-dark-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-dark-3[disabled]:active,
  .c-btn-border-2x.c-btn-dark-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-dark-3.active {
    background: none;
    border-color: #41515b; }
  .c-btn-border-2x.c-btn-dark-3 .badge {
    color: none;
    background: #41515b; }

.c-btn-border-2x.c-btn-grey {
  border-color: #eeeeee;
  color: #eeeeee;
  background: none;
  border-color: #eeeeee; }
  .c-btn-border-2x.c-btn-grey.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-grey.btn-no-focus.focus {
    color: #eeeeee;
    background: none;
    border-color: #eeeeee; }
  .c-btn-border-2x.c-btn-grey.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-grey:hover,
  .c-btn-border-2x.c-btn-grey.btn-no-focus:active,
  .c-btn-border-2x.c-btn-grey:active,
  .c-btn-border-2x.c-btn-grey.active,
  .open > .c-btn-border-2x.c-btn-grey.dropdown-toggle {
    color: #6e6e6e;
    background: #eeeeee;
    border-color: #eeeeee; }
  .c-btn-border-2x.c-btn-grey:active,
  .c-btn-border-2x.c-btn-grey.active,
  .open > .c-btn-border-2x.c-btn-grey.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-grey.disabled,
  .c-btn-border-2x.c-btn-grey.disabled:hover,
  .c-btn-border-2x.c-btn-grey.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey.disabled:active,
  .c-btn-border-2x.c-btn-grey.disabled.active,
  .c-btn-border-2x.c-btn-grey[disabled],
  .c-btn-border-2x.c-btn-grey[disabled]:hover,
  .c-btn-border-2x.c-btn-grey[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey[disabled]:active,
  .c-btn-border-2x.c-btn-grey[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey.active {
    background: none;
    border-color: #eeeeee; }
  .c-btn-border-2x.c-btn-grey .badge {
    color: none;
    background: #eeeeee; }

.c-btn-border-2x.c-btn-grey-1 {
  border-color: #f7f7f7;
  color: #f7f7f7;
  background: none;
  border-color: #f7f7f7; }
  .c-btn-border-2x.c-btn-grey-1.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-grey-1.btn-no-focus.focus {
    color: #f7f7f7;
    background: none;
    border-color: #f7f7f7; }
  .c-btn-border-2x.c-btn-grey-1.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-grey-1:hover,
  .c-btn-border-2x.c-btn-grey-1.btn-no-focus:active,
  .c-btn-border-2x.c-btn-grey-1:active,
  .c-btn-border-2x.c-btn-grey-1.active,
  .open > .c-btn-border-2x.c-btn-grey-1.dropdown-toggle {
    color: #777777;
    background: #f7f7f7;
    border-color: #f7f7f7; }
  .c-btn-border-2x.c-btn-grey-1:active,
  .c-btn-border-2x.c-btn-grey-1.active,
  .open > .c-btn-border-2x.c-btn-grey-1.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-grey-1.disabled,
  .c-btn-border-2x.c-btn-grey-1.disabled:hover,
  .c-btn-border-2x.c-btn-grey-1.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey-1.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey-1.disabled:active,
  .c-btn-border-2x.c-btn-grey-1.disabled.active,
  .c-btn-border-2x.c-btn-grey-1[disabled],
  .c-btn-border-2x.c-btn-grey-1[disabled]:hover,
  .c-btn-border-2x.c-btn-grey-1[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey-1[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey-1[disabled]:active,
  .c-btn-border-2x.c-btn-grey-1[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-1,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-1:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-1:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-1:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-1:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-1.active {
    background: none;
    border-color: #f7f7f7; }
  .c-btn-border-2x.c-btn-grey-1 .badge {
    color: none;
    background: #f7f7f7; }

.c-btn-border-2x.c-btn-grey-2 {
  border-color: #677083;
  color: #677083;
  background: none;
  border-color: #677083; }
  .c-btn-border-2x.c-btn-grey-2.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-grey-2.btn-no-focus.focus {
    color: #677083;
    background: none;
    border-color: #677083; }
  .c-btn-border-2x.c-btn-grey-2.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-grey-2:hover,
  .c-btn-border-2x.c-btn-grey-2.btn-no-focus:active,
  .c-btn-border-2x.c-btn-grey-2:active,
  .c-btn-border-2x.c-btn-grey-2.active,
  .open > .c-btn-border-2x.c-btn-grey-2.dropdown-toggle {
    color: #ffffff;
    background: #677083;
    border-color: #677083; }
  .c-btn-border-2x.c-btn-grey-2:active,
  .c-btn-border-2x.c-btn-grey-2.active,
  .open > .c-btn-border-2x.c-btn-grey-2.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-grey-2.disabled,
  .c-btn-border-2x.c-btn-grey-2.disabled:hover,
  .c-btn-border-2x.c-btn-grey-2.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey-2.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey-2.disabled:active,
  .c-btn-border-2x.c-btn-grey-2.disabled.active,
  .c-btn-border-2x.c-btn-grey-2[disabled],
  .c-btn-border-2x.c-btn-grey-2[disabled]:hover,
  .c-btn-border-2x.c-btn-grey-2[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey-2[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey-2[disabled]:active,
  .c-btn-border-2x.c-btn-grey-2[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-2,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-2:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-2:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-2:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-2:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-2.active {
    background: none;
    border-color: #677083; }
  .c-btn-border-2x.c-btn-grey-2 .badge {
    color: none;
    background: #677083; }

.c-btn-border-2x.c-btn-grey-3 {
  border-color: #7f8c97;
  color: #7f8c97;
  background: none;
  border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-grey-3.btn-no-focus:focus,
  .c-btn-border-2x.c-btn-grey-3.btn-no-focus.focus {
    color: #7f8c97;
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-grey-3.btn-no-focus:hover,
  .c-btn-border-2x.c-btn-grey-3:hover,
  .c-btn-border-2x.c-btn-grey-3.btn-no-focus:active,
  .c-btn-border-2x.c-btn-grey-3:active,
  .c-btn-border-2x.c-btn-grey-3.active,
  .open > .c-btn-border-2x.c-btn-grey-3.dropdown-toggle {
    color: #ffffff;
    background: #7f8c97;
    border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-grey-3:active,
  .c-btn-border-2x.c-btn-grey-3.active,
  .open > .c-btn-border-2x.c-btn-grey-3.dropdown-toggle {
    background-image: none; }
  .c-btn-border-2x.c-btn-grey-3.disabled,
  .c-btn-border-2x.c-btn-grey-3.disabled:hover,
  .c-btn-border-2x.c-btn-grey-3.disabled:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey-3.disabled:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey-3.disabled:active,
  .c-btn-border-2x.c-btn-grey-3.disabled.active,
  .c-btn-border-2x.c-btn-grey-3[disabled],
  .c-btn-border-2x.c-btn-grey-3[disabled]:hover,
  .c-btn-border-2x.c-btn-grey-3[disabled]:not(.btn-no-focus):focus,
  .c-btn-border-2x.c-btn-grey-3[disabled]:not(.btn-no-focus).focus,
  .c-btn-border-2x.c-btn-grey-3[disabled]:active,
  .c-btn-border-2x.c-btn-grey-3[disabled].active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-3,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-3:hover,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-3:not(.btn-no-focus):focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-3:not(.btn-no-focus).focus,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-3:active,
  fieldset[disabled] .c-btn-border-2x.c-btn-grey-3.active {
    background: none;
    border-color: #7f8c97; }
  .c-btn-border-2x.c-btn-grey-3 .badge {
    color: none;
    background: #7f8c97; }

.btn.c-btn-icon.c-btn-white {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2f353b; }
  .btn.c-btn-icon.c-btn-white > i {
    background: #f2f2f2;
    color: #2f353b; }
  .btn.c-btn-icon.c-btn-white > .c-helper {
    color: #2f353b; }
  .btn.c-btn-icon.c-btn-white:hover,
  .btn.c-btn-icon.c-btn-white:focus,
  .btn.c-btn-icon.c-btn-white.focus,
  .btn.c-btn-icon.c-btn-white:active,
  .btn.c-btn-icon.c-btn-white.active {
    color: #2f353b;
    background: #f2f2f2;
    border-color: #f2f2f2; }
    .btn.c-btn-icon.c-btn-white:hover > i,
    .btn.c-btn-icon.c-btn-white:focus > i,
    .btn.c-btn-icon.c-btn-white.focus > i,
    .btn.c-btn-icon.c-btn-white:active > i,
    .btn.c-btn-icon.c-btn-white.active > i {
      background: #ebebeb; }

.btn.c-btn-icon.c-btn-black {
  background: #000000;
  border-color: #000000;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-black > i {
    background: black;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-black > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-black:hover,
  .btn.c-btn-icon.c-btn-black:focus,
  .btn.c-btn-icon.c-btn-black.focus,
  .btn.c-btn-icon.c-btn-black:active,
  .btn.c-btn-icon.c-btn-black.active {
    color: #ffffff;
    background: black;
    border-color: black; }
    .btn.c-btn-icon.c-btn-black:hover > i,
    .btn.c-btn-icon.c-btn-black:focus > i,
    .btn.c-btn-icon.c-btn-black.focus > i,
    .btn.c-btn-icon.c-btn-black:active > i,
    .btn.c-btn-icon.c-btn-black.active > i {
      background: black; }

.btn.c-btn-icon.c-btn-regular {
  background: #7f8c97;
  border-color: #7f8c97;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-regular > i {
    background: #717f8b;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-regular > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-regular:hover,
  .btn.c-btn-icon.c-btn-regular:focus,
  .btn.c-btn-icon.c-btn-regular.focus,
  .btn.c-btn-icon.c-btn-regular:active,
  .btn.c-btn-icon.c-btn-regular.active {
    color: #ffffff;
    background: #717f8b;
    border-color: #717f8b; }
    .btn.c-btn-icon.c-btn-regular:hover > i,
    .btn.c-btn-icon.c-btn-regular:focus > i,
    .btn.c-btn-icon.c-btn-regular.focus > i,
    .btn.c-btn-icon.c-btn-regular:active > i,
    .btn.c-btn-icon.c-btn-regular.active > i {
      background: #6a7883; }

.btn.c-btn-icon.c-btn-green {
  background: #32c5d2;
  border-color: #32c5d2;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-green > i {
    background: #2ab4c0;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green:hover,
  .btn.c-btn-icon.c-btn-green:focus,
  .btn.c-btn-icon.c-btn-green.focus,
  .btn.c-btn-icon.c-btn-green:active,
  .btn.c-btn-icon.c-btn-green.active {
    color: #ffffff;
    background: #2ab4c0;
    border-color: #2ab4c0; }
    .btn.c-btn-icon.c-btn-green:hover > i,
    .btn.c-btn-icon.c-btn-green:focus > i,
    .btn.c-btn-icon.c-btn-green.focus > i,
    .btn.c-btn-icon.c-btn-green:active > i,
    .btn.c-btn-icon.c-btn-green.active > i {
      background: #27a8b4; }

.btn.c-btn-icon.c-btn-green-1 {
  background: #52c9ba;
  border-color: #52c9ba;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-1 > i {
    background: #3fc3b2;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-1:hover,
  .btn.c-btn-icon.c-btn-green-1:focus,
  .btn.c-btn-icon.c-btn-green-1.focus,
  .btn.c-btn-icon.c-btn-green-1:active,
  .btn.c-btn-icon.c-btn-green-1.active {
    color: #ffffff;
    background: #3fc3b2;
    border-color: #3fc3b2; }
    .btn.c-btn-icon.c-btn-green-1:hover > i,
    .btn.c-btn-icon.c-btn-green-1:focus > i,
    .btn.c-btn-icon.c-btn-green-1.focus > i,
    .btn.c-btn-icon.c-btn-green-1:active > i,
    .btn.c-btn-icon.c-btn-green-1.active > i {
      background: #3ab9a9; }

.btn.c-btn-icon.c-btn-green-2 {
  background: #5dc09c;
  border-color: #5dc09c;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-2 > i {
    background: #4bb991;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-2:hover,
  .btn.c-btn-icon.c-btn-green-2:focus,
  .btn.c-btn-icon.c-btn-green-2.focus,
  .btn.c-btn-icon.c-btn-green-2:active,
  .btn.c-btn-icon.c-btn-green-2.active {
    color: #ffffff;
    background: #4bb991;
    border-color: #4bb991; }
    .btn.c-btn-icon.c-btn-green-2:hover > i,
    .btn.c-btn-icon.c-btn-green-2:focus > i,
    .btn.c-btn-icon.c-btn-green-2.focus > i,
    .btn.c-btn-icon.c-btn-green-2:active > i,
    .btn.c-btn-icon.c-btn-green-2.active > i {
      background: #44b089; }

.btn.c-btn-icon.c-btn-green-3 {
  background: #84c68f;
  border-color: #84c68f;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-3 > i {
    background: #73be7f;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-green-3:hover,
  .btn.c-btn-icon.c-btn-green-3:focus,
  .btn.c-btn-icon.c-btn-green-3.focus,
  .btn.c-btn-icon.c-btn-green-3:active,
  .btn.c-btn-icon.c-btn-green-3.active {
    color: #ffffff;
    background: #73be7f;
    border-color: #73be7f; }
    .btn.c-btn-icon.c-btn-green-3:hover > i,
    .btn.c-btn-icon.c-btn-green-3:focus > i,
    .btn.c-btn-icon.c-btn-green-3.focus > i,
    .btn.c-btn-icon.c-btn-green-3:active > i,
    .btn.c-btn-icon.c-btn-green-3.active > i {
      background: #68b976; }

.btn.c-btn-icon.c-btn-red {
  background: #eb5d68;
  border-color: #eb5d68;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-red > i {
    background: #e84653;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red:hover,
  .btn.c-btn-icon.c-btn-red:focus,
  .btn.c-btn-icon.c-btn-red.focus,
  .btn.c-btn-icon.c-btn-red:active,
  .btn.c-btn-icon.c-btn-red.active {
    color: #ffffff;
    background: #e84653;
    border-color: #e84653; }
    .btn.c-btn-icon.c-btn-red:hover > i,
    .btn.c-btn-icon.c-btn-red:focus > i,
    .btn.c-btn-icon.c-btn-red.focus > i,
    .btn.c-btn-icon.c-btn-red:active > i,
    .btn.c-btn-icon.c-btn-red.active > i {
      background: #e73946; }

.btn.c-btn-icon.c-btn-red-1 {
  background: #cd6262;
  border-color: #cd6262;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-1 > i {
    background: #c74f4f;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-1:hover,
  .btn.c-btn-icon.c-btn-red-1:focus,
  .btn.c-btn-icon.c-btn-red-1.focus,
  .btn.c-btn-icon.c-btn-red-1:active,
  .btn.c-btn-icon.c-btn-red-1.active {
    color: #ffffff;
    background: #c74f4f;
    border-color: #c74f4f; }
    .btn.c-btn-icon.c-btn-red-1:hover > i,
    .btn.c-btn-icon.c-btn-red-1:focus > i,
    .btn.c-btn-icon.c-btn-red-1.focus > i,
    .btn.c-btn-icon.c-btn-red-1:active > i,
    .btn.c-btn-icon.c-btn-red-1.active > i {
      background: #c34343; }

.btn.c-btn-icon.c-btn-red-2 {
  background: #e7505a;
  border-color: #e7505a;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-2 > i {
    background: #e43a45;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-2:hover,
  .btn.c-btn-icon.c-btn-red-2:focus,
  .btn.c-btn-icon.c-btn-red-2.focus,
  .btn.c-btn-icon.c-btn-red-2:active,
  .btn.c-btn-icon.c-btn-red-2.active {
    color: #ffffff;
    background: #e43a45;
    border-color: #e43a45; }
    .btn.c-btn-icon.c-btn-red-2:hover > i,
    .btn.c-btn-icon.c-btn-red-2:focus > i,
    .btn.c-btn-icon.c-btn-red-2.focus > i,
    .btn.c-btn-icon.c-btn-red-2:active > i,
    .btn.c-btn-icon.c-btn-red-2.active > i {
      background: #e22c38; }

.btn.c-btn-icon.c-btn-red-3 {
  background: #d05163;
  border-color: #d05163;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-3 > i {
    background: #cb3d51;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-red-3:hover,
  .btn.c-btn-icon.c-btn-red-3:focus,
  .btn.c-btn-icon.c-btn-red-3.focus,
  .btn.c-btn-icon.c-btn-red-3:active,
  .btn.c-btn-icon.c-btn-red-3.active {
    color: #ffffff;
    background: #cb3d51;
    border-color: #cb3d51; }
    .btn.c-btn-icon.c-btn-red-3:hover > i,
    .btn.c-btn-icon.c-btn-red-3:focus > i,
    .btn.c-btn-icon.c-btn-red-3.focus > i,
    .btn.c-btn-icon.c-btn-red-3:active > i,
    .btn.c-btn-icon.c-btn-red-3.active > i {
      background: #c33549; }

.btn.c-btn-icon.c-btn-yellow {
  background: #FF6B57;
  border-color: #FF6B57;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow > i {
    background: #ff553e;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow:hover,
  .btn.c-btn-icon.c-btn-yellow:focus,
  .btn.c-btn-icon.c-btn-yellow.focus,
  .btn.c-btn-icon.c-btn-yellow:active,
  .btn.c-btn-icon.c-btn-yellow.active {
    color: #ffffff;
    background: #ff553e;
    border-color: #ff553e; }
    .btn.c-btn-icon.c-btn-yellow:hover > i,
    .btn.c-btn-icon.c-btn-yellow:focus > i,
    .btn.c-btn-icon.c-btn-yellow.focus > i,
    .btn.c-btn-icon.c-btn-yellow:active > i,
    .btn.c-btn-icon.c-btn-yellow.active > i {
      background: #ff472e; }

.btn.c-btn-icon.c-btn-yellow-1 {
  background: #c8d046;
  border-color: #c8d046;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-1 > i {
    background: #c1c933;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-1:hover,
  .btn.c-btn-icon.c-btn-yellow-1:focus,
  .btn.c-btn-icon.c-btn-yellow-1.focus,
  .btn.c-btn-icon.c-btn-yellow-1:active,
  .btn.c-btn-icon.c-btn-yellow-1.active {
    color: #ffffff;
    background: #c1c933;
    border-color: #c1c933; }
    .btn.c-btn-icon.c-btn-yellow-1:hover > i,
    .btn.c-btn-icon.c-btn-yellow-1:focus > i,
    .btn.c-btn-icon.c-btn-yellow-1.focus > i,
    .btn.c-btn-icon.c-btn-yellow-1:active > i,
    .btn.c-btn-icon.c-btn-yellow-1.active > i {
      background: #b5bd30; }

.btn.c-btn-icon.c-btn-yellow-2 {
  background: #c5bf66;
  border-color: #c5bf66;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-2 > i {
    background: #beb754;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-2:hover,
  .btn.c-btn-icon.c-btn-yellow-2:focus,
  .btn.c-btn-icon.c-btn-yellow-2.focus,
  .btn.c-btn-icon.c-btn-yellow-2:active,
  .btn.c-btn-icon.c-btn-yellow-2.active {
    color: #ffffff;
    background: #beb754;
    border-color: #beb754; }
    .btn.c-btn-icon.c-btn-yellow-2:hover > i,
    .btn.c-btn-icon.c-btn-yellow-2:focus > i,
    .btn.c-btn-icon.c-btn-yellow-2.focus > i,
    .btn.c-btn-icon.c-btn-yellow-2:active > i,
    .btn.c-btn-icon.c-btn-yellow-2.active > i {
      background: #bab348; }

.btn.c-btn-icon.c-btn-yellow-3 {
  background: #c5b96b;
  border-color: #c5b96b;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-3 > i {
    background: #beb059;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-yellow-3:hover,
  .btn.c-btn-icon.c-btn-yellow-3:focus,
  .btn.c-btn-icon.c-btn-yellow-3.focus,
  .btn.c-btn-icon.c-btn-yellow-3:active,
  .btn.c-btn-icon.c-btn-yellow-3.active {
    color: #ffffff;
    background: #beb059;
    border-color: #beb059; }
    .btn.c-btn-icon.c-btn-yellow-3:hover > i,
    .btn.c-btn-icon.c-btn-yellow-3:focus > i,
    .btn.c-btn-icon.c-btn-yellow-3.focus > i,
    .btn.c-btn-icon.c-btn-yellow-3:active > i,
    .btn.c-btn-icon.c-btn-yellow-3.active > i {
      background: #baab4e; }

.btn.c-btn-icon.c-btn-blue {
  background: #3498DB;
  border-color: #3498DB;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue > i {
    background: #258cd1;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue:hover,
  .btn.c-btn-icon.c-btn-blue:focus,
  .btn.c-btn-icon.c-btn-blue.focus,
  .btn.c-btn-icon.c-btn-blue:active,
  .btn.c-btn-icon.c-btn-blue.active {
    color: #ffffff;
    background: #258cd1;
    border-color: #258cd1; }
    .btn.c-btn-icon.c-btn-blue:hover > i,
    .btn.c-btn-icon.c-btn-blue:focus > i,
    .btn.c-btn-icon.c-btn-blue.focus > i,
    .btn.c-btn-icon.c-btn-blue:active > i,
    .btn.c-btn-icon.c-btn-blue.active > i {
      background: #2383c4; }

.btn.c-btn-icon.c-btn-blue-1 {
  background: #5e9cd1;
  border-color: #5e9cd1;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-1 > i {
    background: #4a90cb;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-1:hover,
  .btn.c-btn-icon.c-btn-blue-1:focus,
  .btn.c-btn-icon.c-btn-blue-1.focus,
  .btn.c-btn-icon.c-btn-blue-1:active,
  .btn.c-btn-icon.c-btn-blue-1.active {
    color: #ffffff;
    background: #4a90cb;
    border-color: #4a90cb; }
    .btn.c-btn-icon.c-btn-blue-1:hover > i,
    .btn.c-btn-icon.c-btn-blue-1:focus > i,
    .btn.c-btn-icon.c-btn-blue-1.focus > i,
    .btn.c-btn-icon.c-btn-blue-1:active > i,
    .btn.c-btn-icon.c-btn-blue-1.active > i {
      background: #3e88c8; }

.btn.c-btn-icon.c-btn-blue-2 {
  background: #5893dd;
  border-color: #5893dd;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-2 > i {
    background: #4385d9;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-2:hover,
  .btn.c-btn-icon.c-btn-blue-2:focus,
  .btn.c-btn-icon.c-btn-blue-2.focus,
  .btn.c-btn-icon.c-btn-blue-2:active,
  .btn.c-btn-icon.c-btn-blue-2.active {
    color: #ffffff;
    background: #4385d9;
    border-color: #4385d9; }
    .btn.c-btn-icon.c-btn-blue-2:hover > i,
    .btn.c-btn-icon.c-btn-blue-2:focus > i,
    .btn.c-btn-icon.c-btn-blue-2.focus > i,
    .btn.c-btn-icon.c-btn-blue-2:active > i,
    .btn.c-btn-icon.c-btn-blue-2.active > i {
      background: #367dd6; }

.btn.c-btn-icon.c-btn-blue-3 {
  background: #57bfe1;
  border-color: #57bfe1;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-3 > i {
    background: #41b7dd;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-blue-3:hover,
  .btn.c-btn-icon.c-btn-blue-3:focus,
  .btn.c-btn-icon.c-btn-blue-3.focus,
  .btn.c-btn-icon.c-btn-blue-3:active,
  .btn.c-btn-icon.c-btn-blue-3.active {
    color: #ffffff;
    background: #41b7dd;
    border-color: #41b7dd; }
    .btn.c-btn-icon.c-btn-blue-3:hover > i,
    .btn.c-btn-icon.c-btn-blue-3:focus > i,
    .btn.c-btn-icon.c-btn-blue-3.focus > i,
    .btn.c-btn-icon.c-btn-blue-3:active > i,
    .btn.c-btn-icon.c-btn-blue-3.active > i {
      background: #34b2db; }

.btn.c-btn-icon.c-btn-purple {
  background: #b771b0;
  border-color: #b771b0;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple > i {
    background: #ae60a7;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple:hover,
  .btn.c-btn-icon.c-btn-purple:focus,
  .btn.c-btn-icon.c-btn-purple.focus,
  .btn.c-btn-icon.c-btn-purple:active,
  .btn.c-btn-icon.c-btn-purple.active {
    color: #ffffff;
    background: #ae60a7;
    border-color: #ae60a7; }
    .btn.c-btn-icon.c-btn-purple:hover > i,
    .btn.c-btn-icon.c-btn-purple:focus > i,
    .btn.c-btn-icon.c-btn-purple.focus > i,
    .btn.c-btn-icon.c-btn-purple:active > i,
    .btn.c-btn-icon.c-btn-purple.active > i {
      background: #a956a1; }

.btn.c-btn-icon.c-btn-purple-1 {
  background: #a962bb;
  border-color: #a962bb;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-1 > i {
    background: #9f50b3;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-1:hover,
  .btn.c-btn-icon.c-btn-purple-1:focus,
  .btn.c-btn-icon.c-btn-purple-1.focus,
  .btn.c-btn-icon.c-btn-purple-1:active,
  .btn.c-btn-icon.c-btn-purple-1.active {
    color: #ffffff;
    background: #9f50b3;
    border-color: #9f50b3; }
    .btn.c-btn-icon.c-btn-purple-1:hover > i,
    .btn.c-btn-icon.c-btn-purple-1:focus > i,
    .btn.c-btn-icon.c-btn-purple-1.focus > i,
    .btn.c-btn-icon.c-btn-purple-1:active > i,
    .btn.c-btn-icon.c-btn-purple-1.active > i {
      background: #974aaa; }

.btn.c-btn-icon.c-btn-purple-2 {
  background: #aa67a3;
  border-color: #aa67a3;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-2 > i {
    background: #9f5997;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-2:hover,
  .btn.c-btn-icon.c-btn-purple-2:focus,
  .btn.c-btn-icon.c-btn-purple-2.focus,
  .btn.c-btn-icon.c-btn-purple-2:active,
  .btn.c-btn-icon.c-btn-purple-2.active {
    color: #ffffff;
    background: #9f5997;
    border-color: #9f5997; }
    .btn.c-btn-icon.c-btn-purple-2:hover > i,
    .btn.c-btn-icon.c-btn-purple-2:focus > i,
    .btn.c-btn-icon.c-btn-purple-2.focus > i,
    .btn.c-btn-icon.c-btn-purple-2:active > i,
    .btn.c-btn-icon.c-btn-purple-2.active > i {
      background: #95538e; }

.btn.c-btn-icon.c-btn-purple-3 {
  background: #ac3773;
  border-color: #ac3773;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-3 > i {
    background: #993166;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-purple-3:hover,
  .btn.c-btn-icon.c-btn-purple-3:focus,
  .btn.c-btn-icon.c-btn-purple-3.focus,
  .btn.c-btn-icon.c-btn-purple-3:active,
  .btn.c-btn-icon.c-btn-purple-3.active {
    color: #ffffff;
    background: #993166;
    border-color: #993166; }
    .btn.c-btn-icon.c-btn-purple-3:hover > i,
    .btn.c-btn-icon.c-btn-purple-3:focus > i,
    .btn.c-btn-icon.c-btn-purple-3.focus > i,
    .btn.c-btn-icon.c-btn-purple-3:active > i,
    .btn.c-btn-icon.c-btn-purple-3.active > i {
      background: #8d2d5e; }

.btn.c-btn-icon.c-btn-brown {
  background: #8a7f68;
  border-color: #8a7f68;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown > i {
    background: #7b725d;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown:hover,
  .btn.c-btn-icon.c-btn-brown:focus,
  .btn.c-btn-icon.c-btn-brown.focus,
  .btn.c-btn-icon.c-btn-brown:active,
  .btn.c-btn-icon.c-btn-brown.active {
    color: #ffffff;
    background: #7b725d;
    border-color: #7b725d; }
    .btn.c-btn-icon.c-btn-brown:hover > i,
    .btn.c-btn-icon.c-btn-brown:focus > i,
    .btn.c-btn-icon.c-btn-brown.focus > i,
    .btn.c-btn-icon.c-btn-brown:active > i,
    .btn.c-btn-icon.c-btn-brown.active > i {
      background: #736a56; }

.btn.c-btn-icon.c-btn-brown-1 {
  background: #685e47;
  border-color: #685e47;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-1 > i {
    background: #59503d;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-1:hover,
  .btn.c-btn-icon.c-btn-brown-1:focus,
  .btn.c-btn-icon.c-btn-brown-1.focus,
  .btn.c-btn-icon.c-btn-brown-1:active,
  .btn.c-btn-icon.c-btn-brown-1.active {
    color: #ffffff;
    background: #59503d;
    border-color: #59503d; }
    .btn.c-btn-icon.c-btn-brown-1:hover > i,
    .btn.c-btn-icon.c-btn-brown-1:focus > i,
    .btn.c-btn-icon.c-btn-brown-1.focus > i,
    .btn.c-btn-icon.c-btn-brown-1:active > i,
    .btn.c-btn-icon.c-btn-brown-1.active > i {
      background: #504836; }

.btn.c-btn-icon.c-btn-brown-2 {
  background: #7a6a61;
  border-color: #7a6a61;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-2 > i {
    background: #6c5e56;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-2:hover,
  .btn.c-btn-icon.c-btn-brown-2:focus,
  .btn.c-btn-icon.c-btn-brown-2.focus,
  .btn.c-btn-icon.c-btn-brown-2:active,
  .btn.c-btn-icon.c-btn-brown-2.active {
    color: #ffffff;
    background: #6c5e56;
    border-color: #6c5e56; }
    .btn.c-btn-icon.c-btn-brown-2:hover > i,
    .btn.c-btn-icon.c-btn-brown-2:focus > i,
    .btn.c-btn-icon.c-btn-brown-2.focus > i,
    .btn.c-btn-icon.c-btn-brown-2:active > i,
    .btn.c-btn-icon.c-btn-brown-2.active > i {
      background: #63564f; }

.btn.c-btn-icon.c-btn-brown-3 {
  background: #9d8b81;
  border-color: #9d8b81;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-3 > i {
    background: #927e73;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-brown-3:hover,
  .btn.c-btn-icon.c-btn-brown-3:focus,
  .btn.c-btn-icon.c-btn-brown-3.focus,
  .btn.c-btn-icon.c-btn-brown-3:active,
  .btn.c-btn-icon.c-btn-brown-3.active {
    color: #ffffff;
    background: #927e73;
    border-color: #927e73; }
    .btn.c-btn-icon.c-btn-brown-3:hover > i,
    .btn.c-btn-icon.c-btn-brown-3:focus > i,
    .btn.c-btn-icon.c-btn-brown-3.focus > i,
    .btn.c-btn-icon.c-btn-brown-3:active > i,
    .btn.c-btn-icon.c-btn-brown-3.active > i {
      background: #8a766b; }

.btn.c-btn-icon.c-btn-dark {
  background: #2f353b;
  border-color: #2f353b;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark > i {
    background: #24282d;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark:hover,
  .btn.c-btn-icon.c-btn-dark:focus,
  .btn.c-btn-icon.c-btn-dark.focus,
  .btn.c-btn-icon.c-btn-dark:active,
  .btn.c-btn-icon.c-btn-dark.active {
    color: #ffffff;
    background: #24282d;
    border-color: #24282d; }
    .btn.c-btn-icon.c-btn-dark:hover > i,
    .btn.c-btn-icon.c-btn-dark:focus > i,
    .btn.c-btn-icon.c-btn-dark.focus > i,
    .btn.c-btn-icon.c-btn-dark:active > i,
    .btn.c-btn-icon.c-btn-dark.active > i {
      background: #1d2124; }

.btn.c-btn-icon.c-btn-dark-1 {
  background: #525e64;
  border-color: #525e64;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-1 > i {
    background: #475156;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-1 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-1:hover,
  .btn.c-btn-icon.c-btn-dark-1:focus,
  .btn.c-btn-icon.c-btn-dark-1.focus,
  .btn.c-btn-icon.c-btn-dark-1:active,
  .btn.c-btn-icon.c-btn-dark-1.active {
    color: #ffffff;
    background: #475156;
    border-color: #475156; }
    .btn.c-btn-icon.c-btn-dark-1:hover > i,
    .btn.c-btn-icon.c-btn-dark-1:focus > i,
    .btn.c-btn-icon.c-btn-dark-1.focus > i,
    .btn.c-btn-icon.c-btn-dark-1:active > i,
    .btn.c-btn-icon.c-btn-dark-1.active > i {
      background: #40494e; }

.btn.c-btn-icon.c-btn-dark-2 {
  background: #31383c;
  border-color: #31383c;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-2 > i {
    background: #262b2e;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-2:hover,
  .btn.c-btn-icon.c-btn-dark-2:focus,
  .btn.c-btn-icon.c-btn-dark-2.focus,
  .btn.c-btn-icon.c-btn-dark-2:active,
  .btn.c-btn-icon.c-btn-dark-2.active {
    color: #ffffff;
    background: #262b2e;
    border-color: #262b2e; }
    .btn.c-btn-icon.c-btn-dark-2:hover > i,
    .btn.c-btn-icon.c-btn-dark-2:focus > i,
    .btn.c-btn-icon.c-btn-dark-2.focus > i,
    .btn.c-btn-icon.c-btn-dark-2:active > i,
    .btn.c-btn-icon.c-btn-dark-2.active > i {
      background: #1f2326; }

.btn.c-btn-icon.c-btn-dark-3 {
  background: #41515b;
  border-color: #41515b;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-3 > i {
    background: #36444c;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-dark-3:hover,
  .btn.c-btn-icon.c-btn-dark-3:focus,
  .btn.c-btn-icon.c-btn-dark-3.focus,
  .btn.c-btn-icon.c-btn-dark-3:active,
  .btn.c-btn-icon.c-btn-dark-3.active {
    color: #ffffff;
    background: #36444c;
    border-color: #36444c; }
    .btn.c-btn-icon.c-btn-dark-3:hover > i,
    .btn.c-btn-icon.c-btn-dark-3:focus > i,
    .btn.c-btn-icon.c-btn-dark-3.focus > i,
    .btn.c-btn-icon.c-btn-dark-3:active > i,
    .btn.c-btn-icon.c-btn-dark-3.active > i {
      background: #303c43; }

.btn.c-btn-icon.c-btn-grey {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #6e6e6e; }
  .btn.c-btn-icon.c-btn-grey > i {
    background: #e1e1e1;
    color: #6e6e6e; }
  .btn.c-btn-icon.c-btn-grey > .c-helper {
    color: #6e6e6e; }
  .btn.c-btn-icon.c-btn-grey:hover,
  .btn.c-btn-icon.c-btn-grey:focus,
  .btn.c-btn-icon.c-btn-grey.focus,
  .btn.c-btn-icon.c-btn-grey:active,
  .btn.c-btn-icon.c-btn-grey.active {
    color: #6e6e6e;
    background: #e1e1e1;
    border-color: #e1e1e1; }
    .btn.c-btn-icon.c-btn-grey:hover > i,
    .btn.c-btn-icon.c-btn-grey:focus > i,
    .btn.c-btn-icon.c-btn-grey.focus > i,
    .btn.c-btn-icon.c-btn-grey:active > i,
    .btn.c-btn-icon.c-btn-grey.active > i {
      background: #dadada; }

.btn.c-btn-icon.c-btn-grey-1 {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #777777; }
  .btn.c-btn-icon.c-btn-grey-1 > i {
    background: #eaeaea;
    color: #777777; }
  .btn.c-btn-icon.c-btn-grey-1 > .c-helper {
    color: #777777; }
  .btn.c-btn-icon.c-btn-grey-1:hover,
  .btn.c-btn-icon.c-btn-grey-1:focus,
  .btn.c-btn-icon.c-btn-grey-1.focus,
  .btn.c-btn-icon.c-btn-grey-1:active,
  .btn.c-btn-icon.c-btn-grey-1.active {
    color: #777777;
    background: #eaeaea;
    border-color: #eaeaea; }
    .btn.c-btn-icon.c-btn-grey-1:hover > i,
    .btn.c-btn-icon.c-btn-grey-1:focus > i,
    .btn.c-btn-icon.c-btn-grey-1.focus > i,
    .btn.c-btn-icon.c-btn-grey-1:active > i,
    .btn.c-btn-icon.c-btn-grey-1.active > i {
      background: #e3e3e3; }

.btn.c-btn-icon.c-btn-grey-2 {
  background: #677083;
  border-color: #677083;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-grey-2 > i {
    background: #5c6475;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-grey-2 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-grey-2:hover,
  .btn.c-btn-icon.c-btn-grey-2:focus,
  .btn.c-btn-icon.c-btn-grey-2.focus,
  .btn.c-btn-icon.c-btn-grey-2:active,
  .btn.c-btn-icon.c-btn-grey-2.active {
    color: #ffffff;
    background: #5c6475;
    border-color: #5c6475; }
    .btn.c-btn-icon.c-btn-grey-2:hover > i,
    .btn.c-btn-icon.c-btn-grey-2:focus > i,
    .btn.c-btn-icon.c-btn-grey-2.focus > i,
    .btn.c-btn-icon.c-btn-grey-2:active > i,
    .btn.c-btn-icon.c-btn-grey-2.active > i {
      background: #555c6c; }

.btn.c-btn-icon.c-btn-grey-3 {
  background: #7f8c97;
  border-color: #7f8c97;
  color: #ffffff; }
  .btn.c-btn-icon.c-btn-grey-3 > i {
    background: #717f8b;
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-grey-3 > .c-helper {
    color: #ffffff; }
  .btn.c-btn-icon.c-btn-grey-3:hover,
  .btn.c-btn-icon.c-btn-grey-3:focus,
  .btn.c-btn-icon.c-btn-grey-3.focus,
  .btn.c-btn-icon.c-btn-grey-3:active,
  .btn.c-btn-icon.c-btn-grey-3.active {
    color: #ffffff;
    background: #717f8b;
    border-color: #717f8b; }
    .btn.c-btn-icon.c-btn-grey-3:hover > i,
    .btn.c-btn-icon.c-btn-grey-3:focus > i,
    .btn.c-btn-icon.c-btn-grey-3.focus > i,
    .btn.c-btn-icon.c-btn-grey-3:active > i,
    .btn.c-btn-icon.c-btn-grey-3.active > i {
      background: #6a7883; }

.btn.c-btn-border-1x.c-btn-white,
.btn.c-btn-border-2x.c-btn-white {
  border-color: rba(#ffffff, 0.9); }

.dropdown-menu {
  border: 0;
  box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.35); }
  .dropdown-menu > li > a {
    font-size: 16px;
    color: #5c6873; }

/* Dropdown submenu support for Bootsrap 3 */
.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px; }
    .dropdown-submenu > .dropdown-menu.c-pull-left {
      left: -100%;
      margin-left: -1px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px; }

.modal {
  z-index: 10050;
  overflow-y: auto; }

.modal-open {
  overflow: auto; }

.modal-header {
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #eeeeee; }
  .modal-header > .close {
    margin-top: -4px; }

.modal-body {
  padding: 20px; }

.modal-footer {
  padding: 20px;
  border-top: 1px solid #eeeeee; }

.modal-title {
  font-weight: 500;
  font-size: 18px;
  color: #3f444a; }

.table > tfooter > tr > td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > th {
  border-color: #eeeeee; }

.table > thead > tr > th {
  font-weight: 500;
  font-size: 17px;
  color: #3f444a; }

.table tr.success > th,
.table tr.success > td,
.table tr.info > th,
.table tr.info > td,
.table tr.danger > th,
.table tr.danger > td,
.table tr.warning > th,
.table tr.warning > td {
  color: #fff; }

.table-responsive {
  border-color: #eeeeee; }

/* Left and right tabs */
.tabs-right.nav-tabs,
.tabs-left.nav-tabs {
  border-bottom: 0; }
  .tabs-right.nav-tabs > li,
  .tabs-left.nav-tabs > li {
    float: none; }
    .tabs-right.nav-tabs > li > a,
    .tabs-left.nav-tabs > li > a {
      margin-right: 0;
      margin-bottom: 3px; }

/* Left tabs */
.tabs-left.nav-tabs {
  border-right: 1px solid #ddd; }
  .tabs-left.nav-tabs > li > a {
    display: block;
    margin-right: -1px; }
    .tabs-left.nav-tabs > li > a:hover,
    .tabs-left.nav-tabs > li > a:focus {
      border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
  .tabs-left.nav-tabs > li.active > a,
  .tabs-left.nav-tabs > li.active > a:hover
> li.active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff; }

/* Right tabs */
.tabs-right.nav-tabs {
  border-left: 1px solid #ddd; }
  .tabs-right.nav-tabs > li > a {
    display: block;
    margin-left: -1px; }
    .tabs-right.nav-tabs > li > a:hover,
    .tabs-right.nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #dddddd; }
  .tabs-right.nav-tabs > li.active > a,
  .tabs-right.nav-tabs > li.active > a:hover
> li.active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff; }

.tp-banner-container {
  position: relative; }
  .tp-banner-container.tp-fullscreen {
    height: 1100px; }

.tp-banner-container .fulllscreenvideo.tp-videolayer {
  left: 0px !important; }

.tp-banner {
  display: none;
  width: 100%;
  position: relative; }
  .tp-banner iframe {
    border: 0 !important; }

.tp-bullets.round > .tp-bullet {
  background: #e3e7ee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 12px;
  height: 12px; }
  .tp-bullets.round > .tp-bullet.selected {
    background: #32c5d2; }
  .tp-bullets.round > .tp-bullet:hover {
    background: #c4ccd8; }

.tparrows.c-tparrows-hide {
  display: none; }

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
  background: none;
  font-family: FontAwesome;
  font-weight: 100; }

.tparrows.tp-leftarrow {
  background-position: 0px 3600%; }
  .tparrows.tp-leftarrow:before {
    content: ''; }

.tparrows.tp-rightarrow {
  background-position: 0px 3700%; }
  .tparrows.tp-rightarrow:before {
    content: ''; }

.tparrows.circle {
  background-image: url(/Content/assets/base/img/content/line-icons/white.png);
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: cover;
  transition: all 0.3s;
  color: #ffffff;
  opacity: 0.3;
  filter: alphaopacity=30; }
  .tparrows.circle.hidearrows {
    opacity: 0;
    filter: alphaopacity=0; }
  .tparrows.circle:hover {
    transition: all 0.3s;
    opacity: 1;
    filter: alphaopacity=100; }

.tp-banner-container.c-arrow-dark .tparrows.circle {
  background-image: url(/Content/assets/base/img/content/line-icons/dark1.png); }

.tp-banner-container.c-arrow-darken .tparrows.circle {
  background-image: url(/Content/assets/base/img/content/line-icons/dark3.png); }

.tp-loader.spinner2 {
  background-color: #999DA7; }

@media (max-width: 991px) {
  /* 991px */
  .tp-banner-container.tp-fullscreen {
    height: auto; }
  .tp-banner-container.tp-fullscreen-mobile {
    height: 800px; } }

.cbp-panel {
  width: 100%;
  max-width: auto;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif !important; }

.cbp-popup-wrap {
  z-index: 10005; }

.cbp-l-caption-title {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin: 0; }

.cbp-l-caption-desc {
  font-size: 15px;
  font-family: "Roboto Condensed", sans-serif; }

.cbp-caption-activeWrap {
  background: #000000; }

.cbp-l-inline-desc {
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  color: #3f444a; }

.cbp-l-filters-dropdownWrap {
  background: none;
  border: 1px solid #3f444a; }
  .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownHeader {
    color: #3f444a;
    font-size: 16px; }
  .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList {
    background: #ffffff; }
    .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item {
      font-size: 16px;
      color: #3f444a;
      border: 0; }
      .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item:hover {
        background: white; }
      .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item.cbp-filter-item-active {
        background: #f6f7f8; }

.c-content-box > .cbp {
  margin-right: -2px; }

.cbp-l-inline-view {
  margin-top: 20px; }

.cbp-l-filters-work .cbp-filter-item,
.cbp-l-filters-button .cbp-filter-item,
.cbp-l-filters-buttonCenter .cbp-filter-item {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #3f444a;
  color: #3f444a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 12px; }
  .cbp-l-filters-work .cbp-filter-item:hover,
  .cbp-l-filters-button .cbp-filter-item:hover,
  .cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    background-color: #3f444a;
    color: #fff; }
  .cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active,
  .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
  .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    background-color: #3f444a;
    color: #fff;
    border: 1px solid #3f444a; }

.cbp-l-filters-work .cbp-filter-counter {
  background: none;
  display: inline-block;
  top: -1px;
  position: relative; }
  .cbp-l-filters-work .cbp-filter-counter:before {
    border: 0; }

.cbp-l-inline-title {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #3f444a; }

.cbp-l-inline-subtitle {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #3f444a;
  margin-top: 0px; }

.cbp-l-grid-masonry-projects-desc {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 2px;
  font-size: 13px;
  color: #7a838e; }

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 90px; }

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6); }

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  z-index: 10006;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8); }

.cbp-l-grid-masonry-projects-title {
  color: #3f444a;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600; }

.cbp-l-grid-masonry-projects-desc {
  color: #5c6873;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300; }

.cbp-l-project-title {
  color: #3f444a;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 1px; }

.cbp-l-project-subtitle {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 2px;
  font-size: 13px;
  color: #626a73; }

.cbp-l-project-related-link {
  color: #3f444a;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 17px; }

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  color: #3f444a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0;
  margin: 5px 0 -1px 0;
  padding: 0 5px 0 0; }

.cbp-l-project-desc-title,
.cbp-l-project-details-title {
  margin-bottom: 40px;
  border-bottom: 0;
  display: block;
  position: relative;
  overflow: visible; }
  .cbp-l-project-desc-title:before,
  .cbp-l-project-details-title:before {
    position: absolute;
    top: 50px;
    content: '';
    width: 20px;
    height: 3px;
    display: block; }

.cbp-l-project-desc-text {
  font-family: "Roboto Condensed", sans-serif;
  color: #626a73;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px; }

.cbp-l-project-details-title {
  margin-bottom: 10px; }

.cbp-l-project-details-list {
  list-style: none;
  margin: 35px 0 20px 0;
  padding: 0; }
  .cbp-l-project-details-list > li {
    font-family: "Roboto Condensed", sans-serif;
    padding: 5px 0;
    margin: 0;
    color: #6e7781;
    font-size: 16px;
    font-weight: 300; }
    .cbp-l-project-details-list > li:first-child {
      padding-top: 0; }
    .cbp-l-project-details-list > li > strong {
      color: #4b5158;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 16px;
      font-weight: 500; }

.cbp-l-project-container {
  margin: 40px 0; }

.cbp-l-project-related-wrap {
  padding: 0;
  margin: 0; }

.cbp-l-project-related-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #626a73;
  font-size: 16px;
  font-weight: 600; }

.cbp-l-grid-work-title,
.cbp-l-grid-projects-title,
.cbp-l-grid-agency-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #3f444a;
  font-size: 18px;
  font-weight: 600; }

.cbp-l-grid-work-desc,
.cbp-l-grid-projects-desc,
.cbp-l-grid-agency-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  color: #7a838e; }

.cbp-l-filters-alignCenter,
.cbp-l-filters-text {
  font-family: "Roboto Condensed", sans-serif; }
  .cbp-l-filters-alignCenter .cbp-l-filters-text-sort,
  .cbp-l-filters-text .cbp-l-filters-text-sort {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #626a73; }
  .cbp-l-filters-alignCenter .cbp-filter-item,
  .cbp-l-filters-text .cbp-filter-item {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #565d66; }

.cbp-popup-lightbox-title {
  color: #eee;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 300; }

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: default; }

.cbp-l-filters-underline .cbp-filter-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  color: #3f444a; }

.cbp-caption-expand .cbp-caption-defaultWrap {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3f444a; }
  .cbp-caption-expand .cbp-caption-defaultWrap .fa {
    margin-right: 6px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    color: #cad5e0; }

.cbp-caption-expand .cbp-l-caption-body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #3f444a; }

.cbp-l-grid-masonry-projects .cbp-l-caption-body a {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 16px;
  font-size: 12px;
  font-weight: 4600; }

.cbp-caption-activeWrap .c-masonry-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: absolute; }

.owl-theme .owl-controls {
  margin-top: 60px; }
  .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 5px 7px; }

.owl-theme.owl-bordered {
  margin-top: 30px; }
  .owl-theme.owl-bordered .owl-controls {
    margin-top: 20px; }
  .owl-theme.owl-bordered .owl-wrapper-outer {
    border: 1px solid #eeeeee; }
  .owl-theme.owl-bordered .owl-item {
    border-right: 1px solid #eeeeee; }
    .owl-theme.owl-bordered .owl-item:last-child {
      border-right: 0; }

.owl-theme.owl-reset-space:not(.owl-single):not(.owl-bordered) {
  margin: 0;
  width: 100%; }
  .owl-theme.owl-reset-space:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 0; }

.owl-theme.owl-small-space:not(.owl-single):not(.owl-bordered) {
  margin: 0;
  width: 100%; }
  .owl-theme.owl-small-space:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 5px; }

.owl-theme:not(.owl-single):not(.owl-bordered) {
  margin-left: -30px;
  width: calc(100% + 60px); }
  .owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 0 30px; }

.owl-theme.owl-theme-white .owl-pagination .owl-page span {
  background: #ffffff;
  opacity: 0.5;
  filter: alphaopacity=50; }

.owl-theme.owl-theme-white .owl-pagination .owl-page.active span {
  background: #ffffff;
  opacity: 1;
  filter: alphaopacity=100; }

@media (max-width: 767px) {
  /* 767px */
  .owl-theme:not(.owl-single):not(.owl-bordered) {
    margin-left: -10px;
    width: calc(100% + 20px); }
    .owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
      padding: 0 10px; } }

.fancybox-overlay {
  z-index: 10200; }

.fancybox-margin {
  margin: 0; }

/*** 
Fontawesome Demo
***/
.fontawesome-icon-list {
  margin-top: 20px;
  margin-bottom: 50px; }
  .fontawesome-icon-list .fa-hover > a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 5px 10px; }
    .fontawesome-icon-list .fa-hover > a > i {
      width: 20px;
      font-size: 18px;
      margin-right: 5px; }

/***
Simple Line Icons Demo
***/
.simplelineicons-demo .item-box {
  display: inline-block;
  font-size: 16px;
  margin: 0 -0.22em 1em 0;
  padding-left: 1em;
  width: 100%; }

.simplelineicons-demo .item-box .item {
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #33383e;
  display: inline-block;
  padding: 10px;
  width: 100%;
  vertical-align: center; }

.simplelineicons-demo .item-box .item span {
  font-size: 22px; }

.customline-demo.simplelineicons-demo .item-box a {
  display: inline-block; }

.customline-demo.simplelineicons-demo .c-content-line-icon {
  float: left;
  margin-top: -4px;
  margin-right: 15px; }

@media only screen and (min-width: 768px) {
  .simplelineicons-demo .item-box {
    width: 24.333%; } }

/*** 
Glyphicons Demo
***/
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.bs-glyphicon-class {
  text-align: center; }

.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd; }

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px; }

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%; } }

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.socicon-btn:empty
.socicon:empty {
  width: 1em; }

.socicon-btn {
  position: relative;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 11px;
  font-size: 24px;
  border: 1px solid #eeeeee;
  color: #3f444a;
  transition: background, color 0.3s; }
  .socicon-btn.socicon-solid {
    border: 0;
    width: 46px;
    height: 46px;
    padding-top: 12px; }
  .socicon-btn.socicon-btn-circle {
    border-radius: 44px; }
  .socicon-btn:hover {
    transition: background, color 0.3s; }
  .socicon-btn.socicon-lg {
    width: 54px;
    height: 54px;
    padding-top: 13px;
    font-size: 28px; }
    .socicon-btn.socicon-lg.socicon-solid {
      border: 0;
      width: 55px;
      height: 55px;
      padding-top: 13px; }
  .socicon-btn.socicon-sm {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    font-size: 16px; }
    .socicon-btn.socicon-sm.socicon-solid {
      border: 0;
      width: 30px;
      height: 30px;
      padding-top: 8px; }

.socicons .socicon-btn {
  margin-bottom: 5px; }

.socicon-twitter:before {
  content: "a"; }

.socicon-facebook:before {
  content: "b"; }

.socicon-google:before {
  content: "c"; }

.socicon-pinterest:before {
  content: "d"; }

.socicon-foursquare:before {
  content: "e"; }

.socicon-yahoo:before {
  content: "f"; }

.socicon-skype:before {
  content: "g"; }

.socicon-yelp:before {
  content: "h"; }

.socicon-feedburner:before {
  content: "i"; }

.socicon-linkedin:before {
  content: "j"; }

.socicon-viadeo:before {
  content: "k"; }

.socicon-xing:before {
  content: "l"; }

.socicon-myspace:before {
  content: "m"; }

.socicon-soundcloud:before {
  content: "n"; }

.socicon-spotify:before {
  content: "o"; }

.socicon-grooveshark:before {
  content: "p"; }

.socicon-lastfm:before {
  content: "q"; }

.socicon-youtube:before {
  content: "r"; }

.socicon-vimeo:before {
  content: "s"; }

.socicon-dailymotion:before {
  content: "t"; }

.socicon-vine:before {
  content: "u"; }

.socicon-flickr:before {
  content: "v"; }

.socicon-500px:before {
  content: "w"; }

.socicon-instagram:before {
  content: "x"; }

.socicon-wordpress:before {
  content: "y"; }

.socicon-tumblr:before {
  content: "z"; }

.socicon-blogger:before {
  content: "A"; }

.socicon-technorati:before {
  content: "B"; }

.socicon-reddit:before {
  content: "C"; }

.socicon-dribbble:before {
  content: "D"; }

.socicon-stumbleupon:before {
  content: "E"; }

.socicon-digg:before {
  content: "F"; }

.socicon-envato:before {
  content: "G"; }

.socicon-behance:before {
  content: "H"; }

.socicon-delicious:before {
  content: "I"; }

.socicon-deviantart:before {
  content: "J"; }

.socicon-forrst:before {
  content: "K"; }

.socicon-playstore:before {
  content: "L"; }

.socicon-zerply:before {
  content: "M"; }

.socicon-wikipedia:before {
  content: "N"; }

.socicon-apple:before {
  content: "O"; }

.socicon-flattr:before {
  content: "P"; }

.socicon-github:before {
  content: "Q"; }

.socicon-chimein:before {
  content: "R"; }

.socicon-friendfeed:before {
  content: "S"; }

.socicon-newsvine:before {
  content: "T"; }

.socicon-identica:before {
  content: "U"; }

.socicon-bebo:before {
  content: "V"; }

.socicon-zynga:before {
  content: "W"; }

.socicon-steam:before {
  content: "X"; }

.socicon-xbox:before {
  content: "Y"; }

.socicon-windows:before {
  content: "Z"; }

.socicon-outlook:before {
  content: "1"; }

.socicon-coderwall:before {
  content: "2"; }

.socicon-tripadvisor:before {
  content: "3"; }

.socicon-appnet:before {
  content: "4"; }

.socicon-goodreads:before {
  content: "5"; }

.socicon-tripit:before {
  content: "6"; }

.socicon-lanyrd:before {
  content: "7"; }

.socicon-slideshare:before {
  content: "8"; }

.socicon-buffer:before {
  content: "9"; }

.socicon-rss:before {
  content: ","; }

.socicon-vkontakte:before {
  content: ";"; }

.socicon-disqus:before {
  content: ":"; }

.socicon-houzz:before {
  content: "+"; }

.socicon-mail:before {
  content: "@"; }

.socicon-patreon:before {
  content: "="; }

.socicon-paypal:before {
  content: "-"; }

.socicon-playstation:before {
  content: "^"; }

.socicon-smugmug:before {
  content: "¨"; }

.socicon-swarm:before {
  content: "$"; }

.socicon-triplej:before {
  content: "*"; }

.socicon-yammer:before {
  content: "&"; }

.socicon-stackoverflow:before {
  content: "("; }

.socicon-drupal:before {
  content: "#"; }

.socicon-odnoklassniki:before {
  content: "."; }

.socicon-android:before {
  content: "_"; }

.socicon-meetup:before {
  content: "]"; }

.socicon-persona:before {
  content: ")"; }

.btn-social {
  padding-left: 40px; }
  .btn-social > :first-child {
    font-size: 18px; }
  .btn-social:hover,
  .btn-social:active,
  .btn-social:focus {
    color: #fff; }
  .btn-social.btn-md > :first-child {
    padding-top: 4px;
    width: 40px;
    font-size: 20px; }
  .btn-social.btn-lg > :first-child {
    width: 44px;
    font-size: 22px; }

.c-spinner {
  width: 100%; }
  .c-spinner input {
    float: left;
    width: 40px;
    padding: 6px;
    border-radius: 0;
    border-color: #d0d7de; }

.c-input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: inline-block; }
  .c-input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px; }
  .c-input-group-btn-vertical .btn {
    display: block;
    float: none;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    color: #d0d7de;
    border-color: #d0d7de; }
    .c-input-group-btn-vertical .btn:first-child {
      border-top-right-radius: 0; }
    .c-input-group-btn-vertical .btn:last-child {
      margin-top: -2px;
      border-bottom-right-radius: 0; }

.simplegallery {
  margin: 0 auto;
  width: 417px;
  height: 380px;
  overflow: hidden; }
  .simplegallery .content {
    background: #fff;
    position: relative;
    width: 418px;
    height: 270px;
    overflow: hidden; }
    .simplegallery .content img {
      width: 415px;
      border: 1px solid #9c9c9c; }
  .simplegallery .thumbnail {
    margin-top: 5px; }
    .simplegallery .thumbnail .thumb {
      float: left;
      width: 100px;
      height: 100px;
      margin: 0 5px 0 0;
      cursor: pointer; }
      .simplegallery .thumbnail .thumb img {
        border: 1px solid #9c9c9c;
        width: 100px; }
    .simplegallery .thumbnail .last {
      margin: 0; }

.ilightbox-caption > h4 {
  font-size: 18px;
  text-shadow: none; }

.ilightbox-caption > p {
  font-size: 14px;
  text-shadow: none; }

.ilightbox-holder.dark .ilightbox-caption > h1, .ilightbox-holder.dark .ilightbox-caption h2, .ilightbox-holder.dark .ilightbox-caption h3, .ilightbox-holder.dark .ilightbox-caption h4 {
  color: #fff; }

.ilightbox-holder.light .ilightbox-caption > h1, .ilightbox-holder.light .ilightbox-caption h2, .ilightbox-holder.light .ilightbox-caption h3, .ilightbox-holder.light .ilightbox-caption h4 {
  color: #000; }
