@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------ *
 *                                                                                                                    *
 * [Master Stylesheet]                                                                                                *
 *                                                                                                                    *
 * Project      Clarity                                                                                               *
 * Version      1.0.5                                                                                                 *
 * Description  Responsive Minimalistic Bootstrap4 HTML Template                                                      *
 *                                                                                                                    *
 * ------------------------------------------------------------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500");
/* control size */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Helper Elements]
 * ------------------------------------------------------------------------------------------------------------------ */
.line-0p5 {
  margin-bottom: 0.7875rem !important; }

.line-1 {
  margin-bottom: 1.575rem !important; }

.line-1p5 {
  margin-bottom: 2.3625rem !important; }

.line-2 {
  margin-bottom: 3.15rem !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.separator {
  position: relative; }
  .separator::after {
    display: inline-block;
    content: "·"; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [General]
 * ------------------------------------------------------------------------------------------------------------------ */
* {
  outline: none !important; }

body {
  color: #555;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Typography]
 * ------------------------------------------------------------------------------------------------------------------ */
.h1, h1, .h2, h2, .h3, h3,
.h4, h4, .h5, h5, .h6, h6 {
  display: block;
  margin-bottom: 1.575rem;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-weight: 500; }

.h1, h1 {
  font-size: 2.75rem;
  line-height: 1.23; }

.h2, h2 {
  font-size: 2.125rem;
  line-height: 1.29; }

.h3, h3 {
  font-size: 1.5rem;
  line-height: 1.42; }

.h4, h4 {
  font-size: 1.25rem;
  line-height: 1.5; }

.h5, h5 {
  font-size: 1rem;
  line-height: 1.625; }

.h6, h6 {
  font-size: 0.875rem;
  line-height: 1.71; }

.strong, strong {
  font-weight: 500; }

.text-muted {
  color: #888 !important; }

.text-heading {
  color: #333; }

.nowrap, .aside-navigation {
  -ms-word-wrap: normal;
  word-wrap: normal;
  white-space: nowrap; }

p {
  margin-bottom: 1.575rem; }

.font-primary {
  font-family: "Roboto", sans-serif; }

.font-primary-normal {
  font-weight: 400; }

.font-primary-thin {
  font-weight: 100; }

.font-primary-light {
  font-weight: 300; }

.font-primary-bold {
  font-weight: 500; }

.font-secondary {
  font-family: "Roboto Condensed", sans-serif; }

.font-secondary-normal {
  font-weight: 400; }

.font-secondary-light {
  font-weight: 300; }

.font-secondary-bold {
  font-weight: 700; }

a {
  color: #3c3c3c;
  transition: all 0.275s ease-in-out;
  font-weight: 500; }
  a:hover, a:focus {
    color: #282828; }
  a:active {
    color: #222222; }
  a, a:hover, a:focus {
    text-decoration: none; }

a.link {
  position: relative;
  display: inline-block; }
  a.link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: .5;
    border-bottom: 1px dotted currentColor; }
  a.link:hover::after, a.link:focus::after {
    border-bottom-style: solid;
    border-color: currentColor; }
  a.link:active::after {
    border-color: currentColor; }

.text-blue {
  color: #4a8bff; }

a.text-blue:hover, a.text-blue:focus,
button.text-blue:hover,
button.text-blue:focus {
  color: #2472ff; }
a.text-blue:active,
button.text-blue:active {
  color: #176aff; }

.text-indigo {
  color: #6610f2; }

a.text-indigo:hover, a.text-indigo:focus,
button.text-indigo:hover,
button.text-indigo:focus {
  color: #560bd0; }
a.text-indigo:active,
button.text-indigo:active {
  color: #510bc4; }

.text-purple {
  color: #6f42c1; }

a.text-purple:hover, a.text-purple:focus,
button.text-purple:hover,
button.text-purple:focus {
  color: #5e37a6; }
a.text-purple:active,
button.text-purple:active {
  color: #59339d; }

.text-pink {
  color: #e83e8c; }

a.text-pink:hover, a.text-pink:focus,
button.text-pink:hover,
button.text-pink:focus {
  color: #e41c78; }
a.text-pink:active,
button.text-pink:active {
  color: #d91a72; }

.text-red {
  color: #dc3545; }

a.text-red:hover, a.text-red:focus,
button.text-red:hover,
button.text-red:focus {
  color: #c82333; }
a.text-red:active,
button.text-red:active {
  color: #bd2130; }

.text-orange {
  color: #fd7e14; }

a.text-orange:hover, a.text-orange:focus,
button.text-orange:hover,
button.text-orange:focus {
  color: #e96b02; }
a.text-orange:active,
button.text-orange:active {
  color: #dc6502; }

.text-yellow {
  color: #ffc107; }

a.text-yellow:hover, a.text-yellow:focus,
button.text-yellow:hover,
button.text-yellow:focus {
  color: #e0a800; }
a.text-yellow:active,
button.text-yellow:active {
  color: #d39e00; }

.text-green {
  color: #28a745; }

a.text-green:hover, a.text-green:focus,
button.text-green:hover,
button.text-green:focus {
  color: #218838; }
a.text-green:active,
button.text-green:active {
  color: #1e7e34; }

.text-teal {
  color: #20c997; }

a.text-teal:hover, a.text-teal:focus,
button.text-teal:hover,
button.text-teal:focus {
  color: #1ba87e; }
a.text-teal:active,
button.text-teal:active {
  color: #199d76; }

.text-cyan {
  color: #17a2b8; }

a.text-cyan:hover, a.text-cyan:focus,
button.text-cyan:hover,
button.text-cyan:focus {
  color: #138496; }
a.text-cyan:active,
button.text-cyan:active {
  color: #117a8b; }

.text-white {
  color: #fff; }

a.text-white:hover, a.text-white:focus,
button.text-white:hover,
button.text-white:focus {
  color: #ececec; }
a.text-white:active,
button.text-white:active {
  color: #e6e6e6; }

.text-black {
  color: #000; }

a.text-black:hover, a.text-black:focus,
button.text-black:hover,
button.text-black:focus {
  color: black; }
a.text-black:active,
button.text-black:active {
  color: black; }

.text-text {
  color: #555; }

a.text-text:hover, a.text-text:focus,
button.text-text:hover,
button.text-text:focus {
  color: #424242; }
a.text-text:active,
button.text-text:active {
  color: #3c3c3c; }

.text-text-light {
  color: rgba(255, 255, 255, 0.85); }

a.text-text-light:hover, a.text-text-light:focus,
button.text-text-light:hover,
button.text-text-light:focus {
  color: rgba(236, 236, 236, 0.85); }
a.text-text-light:active,
button.text-text-light:active {
  color: rgba(230, 230, 230, 0.85); }

.text-text-heading {
  color: #333; }

a.text-text-heading:hover, a.text-text-heading:focus,
button.text-text-heading:hover,
button.text-text-heading:focus {
  color: #202020; }
a.text-text-heading:active,
button.text-text-heading:active {
  color: #1a1a1a; }

.text-text-heading-light {
  color: #fff; }

a.text-text-heading-light:hover, a.text-text-heading-light:focus,
button.text-text-heading-light:hover,
button.text-text-heading-light:focus {
  color: #ececec; }
a.text-text-heading-light:active,
button.text-text-heading-light:active {
  color: #e6e6e6; }

.text-text-muted {
  color: #888; }

a.text-text-muted:hover, a.text-text-muted:focus,
button.text-text-muted:hover,
button.text-text-muted:focus {
  color: #757575; }
a.text-text-muted:active,
button.text-text-muted:active {
  color: #6f6f6f; }

.text-text-muted-light {
  color: rgba(255, 255, 255, 0.75); }

a.text-text-muted-light:hover, a.text-text-muted-light:focus,
button.text-text-muted-light:hover,
button.text-text-muted-light:focus {
  color: rgba(236, 236, 236, 0.75); }
a.text-text-muted-light:active,
button.text-text-muted-light:active {
  color: rgba(230, 230, 230, 0.75); }

.text-primary {
  color: #3a4957; }

a.text-primary:hover, a.text-primary:focus,
button.text-primary:hover,
button.text-primary:focus {
  color: #2b3640; }
a.text-primary:active,
button.text-primary:active {
  color: #262f38; }

.text-secondary {
  color: #17a2b8; }

a.text-secondary:hover, a.text-secondary:focus,
button.text-secondary:hover,
button.text-secondary:focus {
  color: #138496; }
a.text-secondary:active,
button.text-secondary:active {
  color: #117a8b; }

.text-success {
  color: #28a745; }

a.text-success:hover, a.text-success:focus,
button.text-success:hover,
button.text-success:focus {
  color: #218838; }
a.text-success:active,
button.text-success:active {
  color: #1e7e34; }

.text-info {
  color: #4a8bff; }

a.text-info:hover, a.text-info:focus,
button.text-info:hover,
button.text-info:focus {
  color: #2472ff; }
a.text-info:active,
button.text-info:active {
  color: #176aff; }

.text-warning {
  color: #fd7e14; }

a.text-warning:hover, a.text-warning:focus,
button.text-warning:hover,
button.text-warning:focus {
  color: #e96b02; }
a.text-warning:active,
button.text-warning:active {
  color: #dc6502; }

.text-danger {
  color: #e83e8c; }

a.text-danger:hover, a.text-danger:focus,
button.text-danger:hover,
button.text-danger:focus {
  color: #e41c78; }
a.text-danger:active,
button.text-danger:active {
  color: #d91a72; }

.text-light {
  color: #fafafa; }

a.text-light:hover, a.text-light:focus,
button.text-light:hover,
button.text-light:focus {
  color: #e7e7e7; }
a.text-light:active,
button.text-light:active {
  color: #e1e1e1; }

.text-dark {
  color: #0d0e10; }

a.text-dark:hover, a.text-dark:focus,
button.text-dark:hover,
button.text-dark:focus {
  color: black; }
a.text-dark:active,
button.text-dark:active {
  color: black; }

.text-facebook {
  color: #3b5998; }

a.text-facebook:hover, a.text-facebook:focus,
button.text-facebook:hover,
button.text-facebook:focus {
  color: #30497c; }
a.text-facebook:active,
button.text-facebook:active {
  color: #2d4373; }

.text-twitter {
  color: #00aced; }

a.text-twitter:hover, a.text-twitter:focus,
button.text-twitter:hover,
button.text-twitter:focus {
  color: #0090c7; }
a.text-twitter:active,
button.text-twitter:active {
  color: #0087ba; }

.text-linkedin {
  color: #007bb6; }

a.text-linkedin:hover, a.text-linkedin:focus,
button.text-linkedin:hover,
button.text-linkedin:focus {
  color: #006190; }
a.text-linkedin:active,
button.text-linkedin:active {
  color: #005983; }

.text-skype {
  color: #00aff0; }

a.text-skype:hover, a.text-skype:focus,
button.text-skype:hover,
button.text-skype:focus {
  color: #0093ca; }
a.text-skype:active,
button.text-skype:active {
  color: #008abd; }

.text-googleplus {
  color: #dd4b39; }

a.text-googleplus:hover, a.text-googleplus:focus,
button.text-googleplus:hover,
button.text-googleplus:focus {
  color: #cd3623; }
a.text-googleplus:active,
button.text-googleplus:active {
  color: #c23321; }

.text-pinterest {
  color: #cb2027; }

a.text-pinterest:hover, a.text-pinterest:focus,
button.text-pinterest:hover,
button.text-pinterest:focus {
  color: #aa1b21; }
a.text-pinterest:active,
button.text-pinterest:active {
  color: #9f191f; }

.text-youtube {
  color: #bb0000; }

a.text-youtube:hover, a.text-youtube:focus,
button.text-youtube:hover,
button.text-youtube:focus {
  color: #950000; }
a.text-youtube:active,
button.text-youtube:active {
  color: #880000; }

.text-vine {
  color: #00b488; }

a.text-vine:hover, a.text-vine:focus,
button.text-vine:hover,
button.text-vine:focus {
  color: #008e6b; }
a.text-vine:active,
button.text-vine:active {
  color: #008161; }

.text-dribbble {
  color: #ea4c89; }

a.text-dribbble:hover, a.text-dribbble:focus,
button.text-dribbble:hover,
button.text-dribbble:focus {
  color: #e62a72; }
a.text-dribbble:active,
button.text-dribbble:active {
  color: #e51e6b; }

.text-flickr {
  color: #ff0084; }

a.text-flickr:hover, a.text-flickr:focus,
button.text-flickr:hover,
button.text-flickr:focus {
  color: #d90070; }
a.text-flickr:active,
button.text-flickr:active {
  color: #cc006a; }

.text-behance {
  color: #1769ff; }

a.text-behance:hover, a.text-behance:focus,
button.text-behance:hover,
button.text-behance:focus {
  color: #0055f0; }
a.text-behance:active,
button.text-behance:active {
  color: #0050e3; }

.text-vimeo {
  color: #1ab7ea; }

a.text-vimeo:hover, a.text-vimeo:focus,
button.text-vimeo:hover,
button.text-vimeo:focus {
  color: #139ecb; }
a.text-vimeo:active,
button.text-vimeo:active {
  color: #1295bf; }

.text-tumblr {
  color: #32506d; }

a.text-tumblr:hover, a.text-tumblr:focus,
button.text-tumblr:hover,
button.text-tumblr:focus {
  color: #263d53; }
a.text-tumblr:active,
button.text-tumblr:active {
  color: #22364a; }

.text-instagram {
  color: #bc2a8d; }

a.text-instagram:hover, a.text-instagram:focus,
button.text-instagram:hover,
button.text-instagram:focus {
  color: #9d2376; }
a.text-instagram:active,
button.text-instagram:active {
  color: #92216e; }

.text-vk {
  color: #45668e; }

a.text-vk:hover, a.text-vk:focus,
button.text-vk:hover,
button.text-vk:focus {
  color: #385474; }
a.text-vk:active,
button.text-vk:active {
  color: #344d6c; }

.text-wordpress {
  color: #21759b; }

a.text-wordpress:hover, a.text-wordpress:focus,
button.text-wordpress:hover,
button.text-wordpress:focus {
  color: #1a5d7b; }
a.text-wordpress:active,
button.text-wordpress:active {
  color: #185571; }

.text-yahoo {
  color: #7B0099; }

a.text-yahoo:hover, a.text-yahoo:focus,
button.text-yahoo:hover,
button.text-yahoo:focus {
  color: #5c0073; }
a.text-yahoo:active,
button.text-yahoo:active {
  color: #520066; }

.text-blogger {
  color: #fb8f3d; }

a.text-blogger:hover, a.text-blogger:focus,
button.text-blogger:hover,
button.text-blogger:focus {
  color: #fa7918; }
a.text-blogger:active,
button.text-blogger:active {
  color: #fa720b; }

.text-soundcloud {
  color: #ff3a00; }

a.text-soundcloud:hover, a.text-soundcloud:focus,
button.text-soundcloud:hover,
button.text-soundcloud:focus {
  color: #d93100; }
a.text-soundcloud:active,
button.text-soundcloud:active {
  color: #cc2e00; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Custom Responsive Wrappers]
 * ------------------------------------------------------------------------------------------------------------------ */
.responsive {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .responsive::after {
    display: block;
    content: ''; }
  .responsive .responsive-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.responsive-21by9::after {
  padding-bottom: 42.8571428571%; }

.responsive-16by9::after {
  padding-bottom: 56.25%; }

.responsive-4by3::after {
  padding-bottom: 75%; }

.responsive-1by1::after {
  padding-bottom: 100%; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Background]
 * ------------------------------------------------------------------------------------------------------------------ */
.bg-blue {
  color: rgba(255, 255, 255, 0.85);
  background-color: #4a8bff !important; }
  .bg-blue .h1, .bg-blue h1, .bg-blue .h2, .bg-blue h2, .bg-blue .h3, .bg-blue h3,
  .bg-blue .h4, .bg-blue h4, .bg-blue .h5, .bg-blue h5, .bg-blue .h6, .bg-blue h6 {
    color: #fff; }
  .bg-blue .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-blue .text-heading {
    color: #fff; }
  .bg-blue a:not(.btn) {
    color: #fff; }
    .bg-blue a:not(.btn):hover, .bg-blue a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-blue a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-blue:hover,
button.bg-blue:hover {
  background-color: #2472ff !important; }
a.bg-blue:focus,
button.bg-blue:focus {
  background-color: #2472ff !important; }

.bg-indigo {
  color: rgba(255, 255, 255, 0.85);
  background-color: #6610f2 !important; }
  .bg-indigo .h1, .bg-indigo h1, .bg-indigo .h2, .bg-indigo h2, .bg-indigo .h3, .bg-indigo h3,
  .bg-indigo .h4, .bg-indigo h4, .bg-indigo .h5, .bg-indigo h5, .bg-indigo .h6, .bg-indigo h6 {
    color: #fff; }
  .bg-indigo .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-indigo .text-heading {
    color: #fff; }
  .bg-indigo a:not(.btn) {
    color: #fff; }
    .bg-indigo a:not(.btn):hover, .bg-indigo a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-indigo a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-indigo:hover,
button.bg-indigo:hover {
  background-color: #560bd0 !important; }
a.bg-indigo:focus,
button.bg-indigo:focus {
  background-color: #560bd0 !important; }

.bg-purple {
  color: rgba(255, 255, 255, 0.85);
  background-color: #6f42c1 !important; }
  .bg-purple .h1, .bg-purple h1, .bg-purple .h2, .bg-purple h2, .bg-purple .h3, .bg-purple h3,
  .bg-purple .h4, .bg-purple h4, .bg-purple .h5, .bg-purple h5, .bg-purple .h6, .bg-purple h6 {
    color: #fff; }
  .bg-purple .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-purple .text-heading {
    color: #fff; }
  .bg-purple a:not(.btn) {
    color: #fff; }
    .bg-purple a:not(.btn):hover, .bg-purple a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-purple a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-purple:hover,
button.bg-purple:hover {
  background-color: #5e37a6 !important; }
a.bg-purple:focus,
button.bg-purple:focus {
  background-color: #5e37a6 !important; }

.bg-pink {
  color: rgba(255, 255, 255, 0.85);
  background-color: #e83e8c !important; }
  .bg-pink .h1, .bg-pink h1, .bg-pink .h2, .bg-pink h2, .bg-pink .h3, .bg-pink h3,
  .bg-pink .h4, .bg-pink h4, .bg-pink .h5, .bg-pink h5, .bg-pink .h6, .bg-pink h6 {
    color: #fff; }
  .bg-pink .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-pink .text-heading {
    color: #fff; }
  .bg-pink a:not(.btn) {
    color: #fff; }
    .bg-pink a:not(.btn):hover, .bg-pink a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-pink a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-pink:hover,
button.bg-pink:hover {
  background-color: #e41c78 !important; }
a.bg-pink:focus,
button.bg-pink:focus {
  background-color: #e41c78 !important; }

.bg-red {
  color: rgba(255, 255, 255, 0.85);
  background-color: #dc3545 !important; }
  .bg-red .h1, .bg-red h1, .bg-red .h2, .bg-red h2, .bg-red .h3, .bg-red h3,
  .bg-red .h4, .bg-red h4, .bg-red .h5, .bg-red h5, .bg-red .h6, .bg-red h6 {
    color: #fff; }
  .bg-red .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-red .text-heading {
    color: #fff; }
  .bg-red a:not(.btn) {
    color: #fff; }
    .bg-red a:not(.btn):hover, .bg-red a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-red a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-red:hover,
button.bg-red:hover {
  background-color: #c82333 !important; }
a.bg-red:focus,
button.bg-red:focus {
  background-color: #c82333 !important; }

.bg-orange {
  color: rgba(255, 255, 255, 0.85);
  background-color: #fd7e14 !important; }
  .bg-orange .h1, .bg-orange h1, .bg-orange .h2, .bg-orange h2, .bg-orange .h3, .bg-orange h3,
  .bg-orange .h4, .bg-orange h4, .bg-orange .h5, .bg-orange h5, .bg-orange .h6, .bg-orange h6 {
    color: #fff; }
  .bg-orange .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-orange .text-heading {
    color: #fff; }
  .bg-orange a:not(.btn) {
    color: #fff; }
    .bg-orange a:not(.btn):hover, .bg-orange a:not(.btn):focus {
      color: #282828; }
    .bg-orange a:not(.btn):active {
      color: #222222; }

a.bg-orange:hover,
button.bg-orange:hover {
  background-color: #e96b02 !important; }
a.bg-orange:focus,
button.bg-orange:focus {
  background-color: #e96b02 !important; }

.bg-yellow {
  color: #555;
  background-color: #ffc107 !important; }
  .bg-yellow .h1, .bg-yellow h1, .bg-yellow .h2, .bg-yellow h2, .bg-yellow .h3, .bg-yellow h3,
  .bg-yellow .h4, .bg-yellow h4, .bg-yellow .h5, .bg-yellow h5, .bg-yellow .h6, .bg-yellow h6 {
    color: #333; }
  .bg-yellow .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-yellow .text-heading {
    color: #333; }
  .bg-yellow a:not(.btn) {
    color: #3c3c3c; }
    .bg-yellow a:not(.btn):hover, .bg-yellow a:not(.btn):focus {
      color: #282828; }
    .bg-yellow a:not(.btn):active {
      color: #222222; }

a.bg-yellow:hover,
button.bg-yellow:hover {
  background-color: #e0a800 !important; }
a.bg-yellow:focus,
button.bg-yellow:focus {
  background-color: #e0a800 !important; }

.bg-green {
  color: rgba(255, 255, 255, 0.85);
  background-color: #28a745 !important; }
  .bg-green .h1, .bg-green h1, .bg-green .h2, .bg-green h2, .bg-green .h3, .bg-green h3,
  .bg-green .h4, .bg-green h4, .bg-green .h5, .bg-green h5, .bg-green .h6, .bg-green h6 {
    color: #fff; }
  .bg-green .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-green .text-heading {
    color: #fff; }
  .bg-green a:not(.btn) {
    color: #fff; }
    .bg-green a:not(.btn):hover, .bg-green a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-green a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-green:hover,
button.bg-green:hover {
  background-color: #218838 !important; }
a.bg-green:focus,
button.bg-green:focus {
  background-color: #218838 !important; }

.bg-teal {
  color: rgba(255, 255, 255, 0.85);
  background-color: #20c997 !important; }
  .bg-teal .h1, .bg-teal h1, .bg-teal .h2, .bg-teal h2, .bg-teal .h3, .bg-teal h3,
  .bg-teal .h4, .bg-teal h4, .bg-teal .h5, .bg-teal h5, .bg-teal .h6, .bg-teal h6 {
    color: #fff; }
  .bg-teal .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-teal .text-heading {
    color: #fff; }
  .bg-teal a:not(.btn) {
    color: #fff; }
    .bg-teal a:not(.btn):hover, .bg-teal a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-teal a:not(.btn):active {
      color: #222222; }

a.bg-teal:hover,
button.bg-teal:hover {
  background-color: #1ba87e !important; }
a.bg-teal:focus,
button.bg-teal:focus {
  background-color: #1ba87e !important; }

.bg-cyan {
  color: rgba(255, 255, 255, 0.85);
  background-color: #17a2b8 !important; }
  .bg-cyan .h1, .bg-cyan h1, .bg-cyan .h2, .bg-cyan h2, .bg-cyan .h3, .bg-cyan h3,
  .bg-cyan .h4, .bg-cyan h4, .bg-cyan .h5, .bg-cyan h5, .bg-cyan .h6, .bg-cyan h6 {
    color: #fff; }
  .bg-cyan .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-cyan .text-heading {
    color: #fff; }
  .bg-cyan a:not(.btn) {
    color: #fff; }
    .bg-cyan a:not(.btn):hover, .bg-cyan a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-cyan a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-cyan:hover,
button.bg-cyan:hover {
  background-color: #138496 !important; }
a.bg-cyan:focus,
button.bg-cyan:focus {
  background-color: #138496 !important; }

.bg-white {
  color: #555;
  background-color: #fff !important; }
  .bg-white .h1, .bg-white h1, .bg-white .h2, .bg-white h2, .bg-white .h3, .bg-white h3,
  .bg-white .h4, .bg-white h4, .bg-white .h5, .bg-white h5, .bg-white .h6, .bg-white h6 {
    color: #333; }
  .bg-white .text-muted {
    color: #888 !important; }
  .bg-white .text-heading {
    color: #333; }
  .bg-white a:not(.btn) {
    color: #3c3c3c; }
    .bg-white a:not(.btn):hover, .bg-white a:not(.btn):focus {
      color: #282828; }
    .bg-white a:not(.btn):active {
      color: #222222; }

a.bg-white:hover,
button.bg-white:hover {
  background-color: #ececec !important; }
a.bg-white:focus,
button.bg-white:focus {
  background-color: #ececec !important; }

.bg-black {
  color: rgba(255, 255, 255, 0.85);
  background-color: #000 !important; }
  .bg-black .h1, .bg-black h1, .bg-black .h2, .bg-black h2, .bg-black .h3, .bg-black h3,
  .bg-black .h4, .bg-black h4, .bg-black .h5, .bg-black h5, .bg-black .h6, .bg-black h6 {
    color: #fff; }
  .bg-black .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-black .text-heading {
    color: #fff; }
  .bg-black a:not(.btn) {
    color: #fff; }
    .bg-black a:not(.btn):hover, .bg-black a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-black a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-black:hover,
button.bg-black:hover {
  background-color: black !important; }
a.bg-black:focus,
button.bg-black:focus {
  background-color: black !important; }

.bg-text {
  color: rgba(255, 255, 255, 0.85);
  background-color: #555 !important; }
  .bg-text .h1, .bg-text h1, .bg-text .h2, .bg-text h2, .bg-text .h3, .bg-text h3,
  .bg-text .h4, .bg-text h4, .bg-text .h5, .bg-text h5, .bg-text .h6, .bg-text h6 {
    color: #fff; }
  .bg-text .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-text .text-heading {
    color: #fff; }
  .bg-text a:not(.btn) {
    color: #fff; }
    .bg-text a:not(.btn):hover, .bg-text a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-text a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-text:hover,
button.bg-text:hover {
  background-color: #424242 !important; }
a.bg-text:focus,
button.bg-text:focus {
  background-color: #424242 !important; }

.bg-text-light {
  color: #555;
  background-color: rgba(255, 255, 255, 0.85) !important; }
  .bg-text-light .h1, .bg-text-light h1, .bg-text-light .h2, .bg-text-light h2, .bg-text-light .h3, .bg-text-light h3,
  .bg-text-light .h4, .bg-text-light h4, .bg-text-light .h5, .bg-text-light h5, .bg-text-light .h6, .bg-text-light h6 {
    color: #333; }
  .bg-text-light .text-muted {
    color: #888 !important; }
  .bg-text-light .text-heading {
    color: #333; }
  .bg-text-light a:not(.btn) {
    color: #3c3c3c; }
    .bg-text-light a:not(.btn):hover, .bg-text-light a:not(.btn):focus {
      color: #282828; }
    .bg-text-light a:not(.btn):active {
      color: #222222; }

a.bg-text-light:hover,
button.bg-text-light:hover {
  background-color: rgba(236, 236, 236, 0.85) !important; }
a.bg-text-light:focus,
button.bg-text-light:focus {
  background-color: rgba(236, 236, 236, 0.85) !important; }

.bg-text-heading {
  color: rgba(255, 255, 255, 0.85);
  background-color: #333 !important; }
  .bg-text-heading .h1, .bg-text-heading h1, .bg-text-heading .h2, .bg-text-heading h2, .bg-text-heading .h3, .bg-text-heading h3,
  .bg-text-heading .h4, .bg-text-heading h4, .bg-text-heading .h5, .bg-text-heading h5, .bg-text-heading .h6, .bg-text-heading h6 {
    color: #fff; }
  .bg-text-heading .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-text-heading .text-heading {
    color: #fff; }
  .bg-text-heading a:not(.btn) {
    color: #fff; }
    .bg-text-heading a:not(.btn):hover, .bg-text-heading a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-text-heading a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-text-heading:hover,
button.bg-text-heading:hover {
  background-color: #202020 !important; }
a.bg-text-heading:focus,
button.bg-text-heading:focus {
  background-color: #202020 !important; }

.bg-text-heading-light {
  color: #555;
  background-color: #fff !important; }
  .bg-text-heading-light .h1, .bg-text-heading-light h1, .bg-text-heading-light .h2, .bg-text-heading-light h2, .bg-text-heading-light .h3, .bg-text-heading-light h3,
  .bg-text-heading-light .h4, .bg-text-heading-light h4, .bg-text-heading-light .h5, .bg-text-heading-light h5, .bg-text-heading-light .h6, .bg-text-heading-light h6 {
    color: #333; }
  .bg-text-heading-light .text-muted {
    color: #888 !important; }
  .bg-text-heading-light .text-heading {
    color: #333; }
  .bg-text-heading-light a:not(.btn) {
    color: #3c3c3c; }
    .bg-text-heading-light a:not(.btn):hover, .bg-text-heading-light a:not(.btn):focus {
      color: #282828; }
    .bg-text-heading-light a:not(.btn):active {
      color: #222222; }

a.bg-text-heading-light:hover,
button.bg-text-heading-light:hover {
  background-color: #ececec !important; }
a.bg-text-heading-light:focus,
button.bg-text-heading-light:focus {
  background-color: #ececec !important; }

.bg-text-muted {
  color: rgba(255, 255, 255, 0.85);
  background-color: #888 !important; }
  .bg-text-muted .h1, .bg-text-muted h1, .bg-text-muted .h2, .bg-text-muted h2, .bg-text-muted .h3, .bg-text-muted h3,
  .bg-text-muted .h4, .bg-text-muted h4, .bg-text-muted .h5, .bg-text-muted h5, .bg-text-muted .h6, .bg-text-muted h6 {
    color: #fff; }
  .bg-text-muted .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-text-muted .text-heading {
    color: #fff; }
  .bg-text-muted a:not(.btn) {
    color: #fff; }
    .bg-text-muted a:not(.btn):hover, .bg-text-muted a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-text-muted a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-text-muted:hover,
button.bg-text-muted:hover {
  background-color: #757575 !important; }
a.bg-text-muted:focus,
button.bg-text-muted:focus {
  background-color: #757575 !important; }

.bg-text-muted-light {
  color: #555;
  background-color: rgba(255, 255, 255, 0.75) !important; }
  .bg-text-muted-light .h1, .bg-text-muted-light h1, .bg-text-muted-light .h2, .bg-text-muted-light h2, .bg-text-muted-light .h3, .bg-text-muted-light h3,
  .bg-text-muted-light .h4, .bg-text-muted-light h4, .bg-text-muted-light .h5, .bg-text-muted-light h5, .bg-text-muted-light .h6, .bg-text-muted-light h6 {
    color: #333; }
  .bg-text-muted-light .text-muted {
    color: #888 !important; }
  .bg-text-muted-light .text-heading {
    color: #333; }
  .bg-text-muted-light a:not(.btn) {
    color: #3c3c3c; }
    .bg-text-muted-light a:not(.btn):hover, .bg-text-muted-light a:not(.btn):focus {
      color: #282828; }
    .bg-text-muted-light a:not(.btn):active {
      color: #222222; }

a.bg-text-muted-light:hover,
button.bg-text-muted-light:hover {
  background-color: rgba(236, 236, 236, 0.75) !important; }
a.bg-text-muted-light:focus,
button.bg-text-muted-light:focus {
  background-color: rgba(236, 236, 236, 0.75) !important; }

.bg-primary {
  color: rgba(255, 255, 255, 0.85);
  background-color: #3a4957 !important; }
  .bg-primary .h1, .bg-primary h1, .bg-primary .h2, .bg-primary h2, .bg-primary .h3, .bg-primary h3,
  .bg-primary .h4, .bg-primary h4, .bg-primary .h5, .bg-primary h5, .bg-primary .h6, .bg-primary h6 {
    color: #fff; }
  .bg-primary .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-primary .text-heading {
    color: #fff; }
  .bg-primary a:not(.btn) {
    color: #fff; }
    .bg-primary a:not(.btn):hover, .bg-primary a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-primary a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-primary:hover,
button.bg-primary:hover {
  background-color: #2b3640 !important; }
a.bg-primary:focus,
button.bg-primary:focus {
  background-color: #2b3640 !important; }

.bg-secondary {
  color: rgba(255, 255, 255, 0.85);
  background-color: #17a2b8 !important; }
  .bg-secondary .h1, .bg-secondary h1, .bg-secondary .h2, .bg-secondary h2, .bg-secondary .h3, .bg-secondary h3,
  .bg-secondary .h4, .bg-secondary h4, .bg-secondary .h5, .bg-secondary h5, .bg-secondary .h6, .bg-secondary h6 {
    color: #fff; }
  .bg-secondary .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-secondary .text-heading {
    color: #fff; }
  .bg-secondary a:not(.btn) {
    color: #fff; }
    .bg-secondary a:not(.btn):hover, .bg-secondary a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-secondary a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-secondary:hover,
button.bg-secondary:hover {
  background-color: #138496 !important; }
a.bg-secondary:focus,
button.bg-secondary:focus {
  background-color: #138496 !important; }

.bg-success {
  color: rgba(255, 255, 255, 0.85);
  background-color: #28a745 !important; }
  .bg-success .h1, .bg-success h1, .bg-success .h2, .bg-success h2, .bg-success .h3, .bg-success h3,
  .bg-success .h4, .bg-success h4, .bg-success .h5, .bg-success h5, .bg-success .h6, .bg-success h6 {
    color: #fff; }
  .bg-success .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-success .text-heading {
    color: #fff; }
  .bg-success a:not(.btn) {
    color: #fff; }
    .bg-success a:not(.btn):hover, .bg-success a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-success a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-success:hover,
button.bg-success:hover {
  background-color: #218838 !important; }
a.bg-success:focus,
button.bg-success:focus {
  background-color: #218838 !important; }

.bg-info {
  color: rgba(255, 255, 255, 0.85);
  background-color: #4a8bff !important; }
  .bg-info .h1, .bg-info h1, .bg-info .h2, .bg-info h2, .bg-info .h3, .bg-info h3,
  .bg-info .h4, .bg-info h4, .bg-info .h5, .bg-info h5, .bg-info .h6, .bg-info h6 {
    color: #fff; }
  .bg-info .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-info .text-heading {
    color: #fff; }
  .bg-info a:not(.btn) {
    color: #fff; }
    .bg-info a:not(.btn):hover, .bg-info a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-info a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-info:hover,
button.bg-info:hover {
  background-color: #2472ff !important; }
a.bg-info:focus,
button.bg-info:focus {
  background-color: #2472ff !important; }

.bg-warning {
  color: rgba(255, 255, 255, 0.85);
  background-color: #fd7e14 !important; }
  .bg-warning .h1, .bg-warning h1, .bg-warning .h2, .bg-warning h2, .bg-warning .h3, .bg-warning h3,
  .bg-warning .h4, .bg-warning h4, .bg-warning .h5, .bg-warning h5, .bg-warning .h6, .bg-warning h6 {
    color: #fff; }
  .bg-warning .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-warning .text-heading {
    color: #fff; }
  .bg-warning a:not(.btn) {
    color: #fff; }
    .bg-warning a:not(.btn):hover, .bg-warning a:not(.btn):focus {
      color: #282828; }
    .bg-warning a:not(.btn):active {
      color: #222222; }

a.bg-warning:hover,
button.bg-warning:hover {
  background-color: #e96b02 !important; }
a.bg-warning:focus,
button.bg-warning:focus {
  background-color: #e96b02 !important; }

.bg-danger {
  color: rgba(255, 255, 255, 0.85);
  background-color: #e83e8c !important; }
  .bg-danger .h1, .bg-danger h1, .bg-danger .h2, .bg-danger h2, .bg-danger .h3, .bg-danger h3,
  .bg-danger .h4, .bg-danger h4, .bg-danger .h5, .bg-danger h5, .bg-danger .h6, .bg-danger h6 {
    color: #fff; }
  .bg-danger .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-danger .text-heading {
    color: #fff; }
  .bg-danger a:not(.btn) {
    color: #fff; }
    .bg-danger a:not(.btn):hover, .bg-danger a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-danger a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-danger:hover,
button.bg-danger:hover {
  background-color: #e41c78 !important; }
a.bg-danger:focus,
button.bg-danger:focus {
  background-color: #e41c78 !important; }

.bg-light {
  color: #555;
  background-color: #fafafa !important; }
  .bg-light .h1, .bg-light h1, .bg-light .h2, .bg-light h2, .bg-light .h3, .bg-light h3,
  .bg-light .h4, .bg-light h4, .bg-light .h5, .bg-light h5, .bg-light .h6, .bg-light h6 {
    color: #333; }
  .bg-light .text-muted {
    color: #888 !important; }
  .bg-light .text-heading {
    color: #333; }
  .bg-light a:not(.btn) {
    color: #3c3c3c; }
    .bg-light a:not(.btn):hover, .bg-light a:not(.btn):focus {
      color: #282828; }
    .bg-light a:not(.btn):active {
      color: #222222; }

a.bg-light:hover,
button.bg-light:hover {
  background-color: #e7e7e7 !important; }
a.bg-light:focus,
button.bg-light:focus {
  background-color: #e7e7e7 !important; }

.bg-dark {
  color: rgba(255, 255, 255, 0.85);
  background-color: #0d0e10 !important; }
  .bg-dark .h1, .bg-dark h1, .bg-dark .h2, .bg-dark h2, .bg-dark .h3, .bg-dark h3,
  .bg-dark .h4, .bg-dark h4, .bg-dark .h5, .bg-dark h5, .bg-dark .h6, .bg-dark h6 {
    color: #fff; }
  .bg-dark .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-dark .text-heading {
    color: #fff; }
  .bg-dark a:not(.btn) {
    color: #fff; }
    .bg-dark a:not(.btn):hover, .bg-dark a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-dark a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-dark:hover,
button.bg-dark:hover {
  background-color: black !important; }
a.bg-dark:focus,
button.bg-dark:focus {
  background-color: black !important; }

.bg-facebook {
  color: rgba(255, 255, 255, 0.85);
  background-color: #3b5998 !important; }
  .bg-facebook .h1, .bg-facebook h1, .bg-facebook .h2, .bg-facebook h2, .bg-facebook .h3, .bg-facebook h3,
  .bg-facebook .h4, .bg-facebook h4, .bg-facebook .h5, .bg-facebook h5, .bg-facebook .h6, .bg-facebook h6 {
    color: #fff; }
  .bg-facebook .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-facebook .text-heading {
    color: #fff; }
  .bg-facebook a:not(.btn) {
    color: #fff; }
    .bg-facebook a:not(.btn):hover, .bg-facebook a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-facebook a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-facebook:hover,
button.bg-facebook:hover {
  background-color: #30497c !important; }
a.bg-facebook:focus,
button.bg-facebook:focus {
  background-color: #30497c !important; }

.bg-twitter {
  color: rgba(255, 255, 255, 0.85);
  background-color: #00aced !important; }
  .bg-twitter .h1, .bg-twitter h1, .bg-twitter .h2, .bg-twitter h2, .bg-twitter .h3, .bg-twitter h3,
  .bg-twitter .h4, .bg-twitter h4, .bg-twitter .h5, .bg-twitter h5, .bg-twitter .h6, .bg-twitter h6 {
    color: #fff; }
  .bg-twitter .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-twitter .text-heading {
    color: #fff; }
  .bg-twitter a:not(.btn) {
    color: #fff; }
    .bg-twitter a:not(.btn):hover, .bg-twitter a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-twitter a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-twitter:hover,
button.bg-twitter:hover {
  background-color: #0090c7 !important; }
a.bg-twitter:focus,
button.bg-twitter:focus {
  background-color: #0090c7 !important; }

.bg-linkedin {
  color: rgba(255, 255, 255, 0.85);
  background-color: #007bb6 !important; }
  .bg-linkedin .h1, .bg-linkedin h1, .bg-linkedin .h2, .bg-linkedin h2, .bg-linkedin .h3, .bg-linkedin h3,
  .bg-linkedin .h4, .bg-linkedin h4, .bg-linkedin .h5, .bg-linkedin h5, .bg-linkedin .h6, .bg-linkedin h6 {
    color: #fff; }
  .bg-linkedin .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-linkedin .text-heading {
    color: #fff; }
  .bg-linkedin a:not(.btn) {
    color: #fff; }
    .bg-linkedin a:not(.btn):hover, .bg-linkedin a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-linkedin a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-linkedin:hover,
button.bg-linkedin:hover {
  background-color: #006190 !important; }
a.bg-linkedin:focus,
button.bg-linkedin:focus {
  background-color: #006190 !important; }

.bg-skype {
  color: rgba(255, 255, 255, 0.85);
  background-color: #00aff0 !important; }
  .bg-skype .h1, .bg-skype h1, .bg-skype .h2, .bg-skype h2, .bg-skype .h3, .bg-skype h3,
  .bg-skype .h4, .bg-skype h4, .bg-skype .h5, .bg-skype h5, .bg-skype .h6, .bg-skype h6 {
    color: #fff; }
  .bg-skype .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-skype .text-heading {
    color: #fff; }
  .bg-skype a:not(.btn) {
    color: #fff; }
    .bg-skype a:not(.btn):hover, .bg-skype a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-skype a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-skype:hover,
button.bg-skype:hover {
  background-color: #0093ca !important; }
a.bg-skype:focus,
button.bg-skype:focus {
  background-color: #0093ca !important; }

.bg-googleplus {
  color: rgba(255, 255, 255, 0.85);
  background-color: #dd4b39 !important; }
  .bg-googleplus .h1, .bg-googleplus h1, .bg-googleplus .h2, .bg-googleplus h2, .bg-googleplus .h3, .bg-googleplus h3,
  .bg-googleplus .h4, .bg-googleplus h4, .bg-googleplus .h5, .bg-googleplus h5, .bg-googleplus .h6, .bg-googleplus h6 {
    color: #fff; }
  .bg-googleplus .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-googleplus .text-heading {
    color: #fff; }
  .bg-googleplus a:not(.btn) {
    color: #fff; }
    .bg-googleplus a:not(.btn):hover, .bg-googleplus a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-googleplus a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-googleplus:hover,
button.bg-googleplus:hover {
  background-color: #cd3623 !important; }
a.bg-googleplus:focus,
button.bg-googleplus:focus {
  background-color: #cd3623 !important; }

.bg-pinterest {
  color: rgba(255, 255, 255, 0.85);
  background-color: #cb2027 !important; }
  .bg-pinterest .h1, .bg-pinterest h1, .bg-pinterest .h2, .bg-pinterest h2, .bg-pinterest .h3, .bg-pinterest h3,
  .bg-pinterest .h4, .bg-pinterest h4, .bg-pinterest .h5, .bg-pinterest h5, .bg-pinterest .h6, .bg-pinterest h6 {
    color: #fff; }
  .bg-pinterest .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-pinterest .text-heading {
    color: #fff; }
  .bg-pinterest a:not(.btn) {
    color: #fff; }
    .bg-pinterest a:not(.btn):hover, .bg-pinterest a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-pinterest a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-pinterest:hover,
button.bg-pinterest:hover {
  background-color: #aa1b21 !important; }
a.bg-pinterest:focus,
button.bg-pinterest:focus {
  background-color: #aa1b21 !important; }

.bg-youtube {
  color: rgba(255, 255, 255, 0.85);
  background-color: #bb0000 !important; }
  .bg-youtube .h1, .bg-youtube h1, .bg-youtube .h2, .bg-youtube h2, .bg-youtube .h3, .bg-youtube h3,
  .bg-youtube .h4, .bg-youtube h4, .bg-youtube .h5, .bg-youtube h5, .bg-youtube .h6, .bg-youtube h6 {
    color: #fff; }
  .bg-youtube .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-youtube .text-heading {
    color: #fff; }
  .bg-youtube a:not(.btn) {
    color: #fff; }
    .bg-youtube a:not(.btn):hover, .bg-youtube a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-youtube a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-youtube:hover,
button.bg-youtube:hover {
  background-color: #950000 !important; }
a.bg-youtube:focus,
button.bg-youtube:focus {
  background-color: #950000 !important; }

.bg-vine {
  color: rgba(255, 255, 255, 0.85);
  background-color: #00b488 !important; }
  .bg-vine .h1, .bg-vine h1, .bg-vine .h2, .bg-vine h2, .bg-vine .h3, .bg-vine h3,
  .bg-vine .h4, .bg-vine h4, .bg-vine .h5, .bg-vine h5, .bg-vine .h6, .bg-vine h6 {
    color: #fff; }
  .bg-vine .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-vine .text-heading {
    color: #fff; }
  .bg-vine a:not(.btn) {
    color: #fff; }
    .bg-vine a:not(.btn):hover, .bg-vine a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-vine a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-vine:hover,
button.bg-vine:hover {
  background-color: #008e6b !important; }
a.bg-vine:focus,
button.bg-vine:focus {
  background-color: #008e6b !important; }

.bg-dribbble {
  color: rgba(255, 255, 255, 0.85);
  background-color: #ea4c89 !important; }
  .bg-dribbble .h1, .bg-dribbble h1, .bg-dribbble .h2, .bg-dribbble h2, .bg-dribbble .h3, .bg-dribbble h3,
  .bg-dribbble .h4, .bg-dribbble h4, .bg-dribbble .h5, .bg-dribbble h5, .bg-dribbble .h6, .bg-dribbble h6 {
    color: #fff; }
  .bg-dribbble .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-dribbble .text-heading {
    color: #fff; }
  .bg-dribbble a:not(.btn) {
    color: #fff; }
    .bg-dribbble a:not(.btn):hover, .bg-dribbble a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-dribbble a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-dribbble:hover,
button.bg-dribbble:hover {
  background-color: #e62a72 !important; }
a.bg-dribbble:focus,
button.bg-dribbble:focus {
  background-color: #e62a72 !important; }

.bg-flickr {
  color: rgba(255, 255, 255, 0.85);
  background-color: #ff0084 !important; }
  .bg-flickr .h1, .bg-flickr h1, .bg-flickr .h2, .bg-flickr h2, .bg-flickr .h3, .bg-flickr h3,
  .bg-flickr .h4, .bg-flickr h4, .bg-flickr .h5, .bg-flickr h5, .bg-flickr .h6, .bg-flickr h6 {
    color: #fff; }
  .bg-flickr .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-flickr .text-heading {
    color: #fff; }
  .bg-flickr a:not(.btn) {
    color: #fff; }
    .bg-flickr a:not(.btn):hover, .bg-flickr a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-flickr a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-flickr:hover,
button.bg-flickr:hover {
  background-color: #d90070 !important; }
a.bg-flickr:focus,
button.bg-flickr:focus {
  background-color: #d90070 !important; }

.bg-behance {
  color: rgba(255, 255, 255, 0.85);
  background-color: #1769ff !important; }
  .bg-behance .h1, .bg-behance h1, .bg-behance .h2, .bg-behance h2, .bg-behance .h3, .bg-behance h3,
  .bg-behance .h4, .bg-behance h4, .bg-behance .h5, .bg-behance h5, .bg-behance .h6, .bg-behance h6 {
    color: #fff; }
  .bg-behance .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-behance .text-heading {
    color: #fff; }
  .bg-behance a:not(.btn) {
    color: #fff; }
    .bg-behance a:not(.btn):hover, .bg-behance a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-behance a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-behance:hover,
button.bg-behance:hover {
  background-color: #0055f0 !important; }
a.bg-behance:focus,
button.bg-behance:focus {
  background-color: #0055f0 !important; }

.bg-vimeo {
  color: rgba(255, 255, 255, 0.85);
  background-color: #1ab7ea !important; }
  .bg-vimeo .h1, .bg-vimeo h1, .bg-vimeo .h2, .bg-vimeo h2, .bg-vimeo .h3, .bg-vimeo h3,
  .bg-vimeo .h4, .bg-vimeo h4, .bg-vimeo .h5, .bg-vimeo h5, .bg-vimeo .h6, .bg-vimeo h6 {
    color: #fff; }
  .bg-vimeo .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-vimeo .text-heading {
    color: #fff; }
  .bg-vimeo a:not(.btn) {
    color: #fff; }
    .bg-vimeo a:not(.btn):hover, .bg-vimeo a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-vimeo a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-vimeo:hover,
button.bg-vimeo:hover {
  background-color: #139ecb !important; }
a.bg-vimeo:focus,
button.bg-vimeo:focus {
  background-color: #139ecb !important; }

.bg-tumblr {
  color: rgba(255, 255, 255, 0.85);
  background-color: #32506d !important; }
  .bg-tumblr .h1, .bg-tumblr h1, .bg-tumblr .h2, .bg-tumblr h2, .bg-tumblr .h3, .bg-tumblr h3,
  .bg-tumblr .h4, .bg-tumblr h4, .bg-tumblr .h5, .bg-tumblr h5, .bg-tumblr .h6, .bg-tumblr h6 {
    color: #fff; }
  .bg-tumblr .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-tumblr .text-heading {
    color: #fff; }
  .bg-tumblr a:not(.btn) {
    color: #fff; }
    .bg-tumblr a:not(.btn):hover, .bg-tumblr a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-tumblr a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-tumblr:hover,
button.bg-tumblr:hover {
  background-color: #263d53 !important; }
a.bg-tumblr:focus,
button.bg-tumblr:focus {
  background-color: #263d53 !important; }

.bg-instagram {
  color: rgba(255, 255, 255, 0.85);
  background-color: #bc2a8d !important; }
  .bg-instagram .h1, .bg-instagram h1, .bg-instagram .h2, .bg-instagram h2, .bg-instagram .h3, .bg-instagram h3,
  .bg-instagram .h4, .bg-instagram h4, .bg-instagram .h5, .bg-instagram h5, .bg-instagram .h6, .bg-instagram h6 {
    color: #fff; }
  .bg-instagram .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-instagram .text-heading {
    color: #fff; }
  .bg-instagram a:not(.btn) {
    color: #fff; }
    .bg-instagram a:not(.btn):hover, .bg-instagram a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-instagram a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-instagram:hover,
button.bg-instagram:hover {
  background-color: #9d2376 !important; }
a.bg-instagram:focus,
button.bg-instagram:focus {
  background-color: #9d2376 !important; }

.bg-vk {
  color: rgba(255, 255, 255, 0.85);
  background-color: #45668e !important; }
  .bg-vk .h1, .bg-vk h1, .bg-vk .h2, .bg-vk h2, .bg-vk .h3, .bg-vk h3,
  .bg-vk .h4, .bg-vk h4, .bg-vk .h5, .bg-vk h5, .bg-vk .h6, .bg-vk h6 {
    color: #fff; }
  .bg-vk .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-vk .text-heading {
    color: #fff; }
  .bg-vk a:not(.btn) {
    color: #fff; }
    .bg-vk a:not(.btn):hover, .bg-vk a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-vk a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-vk:hover,
button.bg-vk:hover {
  background-color: #385474 !important; }
a.bg-vk:focus,
button.bg-vk:focus {
  background-color: #385474 !important; }

.bg-wordpress {
  color: rgba(255, 255, 255, 0.85);
  background-color: #21759b !important; }
  .bg-wordpress .h1, .bg-wordpress h1, .bg-wordpress .h2, .bg-wordpress h2, .bg-wordpress .h3, .bg-wordpress h3,
  .bg-wordpress .h4, .bg-wordpress h4, .bg-wordpress .h5, .bg-wordpress h5, .bg-wordpress .h6, .bg-wordpress h6 {
    color: #fff; }
  .bg-wordpress .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-wordpress .text-heading {
    color: #fff; }
  .bg-wordpress a:not(.btn) {
    color: #fff; }
    .bg-wordpress a:not(.btn):hover, .bg-wordpress a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-wordpress a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-wordpress:hover,
button.bg-wordpress:hover {
  background-color: #1a5d7b !important; }
a.bg-wordpress:focus,
button.bg-wordpress:focus {
  background-color: #1a5d7b !important; }

.bg-yahoo {
  color: rgba(255, 255, 255, 0.85);
  background-color: #7B0099 !important; }
  .bg-yahoo .h1, .bg-yahoo h1, .bg-yahoo .h2, .bg-yahoo h2, .bg-yahoo .h3, .bg-yahoo h3,
  .bg-yahoo .h4, .bg-yahoo h4, .bg-yahoo .h5, .bg-yahoo h5, .bg-yahoo .h6, .bg-yahoo h6 {
    color: #fff; }
  .bg-yahoo .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-yahoo .text-heading {
    color: #fff; }
  .bg-yahoo a:not(.btn) {
    color: #fff; }
    .bg-yahoo a:not(.btn):hover, .bg-yahoo a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-yahoo a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-yahoo:hover,
button.bg-yahoo:hover {
  background-color: #5c0073 !important; }
a.bg-yahoo:focus,
button.bg-yahoo:focus {
  background-color: #5c0073 !important; }

.bg-blogger {
  color: rgba(255, 255, 255, 0.85);
  background-color: #fb8f3d !important; }
  .bg-blogger .h1, .bg-blogger h1, .bg-blogger .h2, .bg-blogger h2, .bg-blogger .h3, .bg-blogger h3,
  .bg-blogger .h4, .bg-blogger h4, .bg-blogger .h5, .bg-blogger h5, .bg-blogger .h6, .bg-blogger h6 {
    color: #333; }
  .bg-blogger .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-blogger .text-heading {
    color: #333; }
  .bg-blogger a:not(.btn) {
    color: #3c3c3c; }
    .bg-blogger a:not(.btn):hover, .bg-blogger a:not(.btn):focus {
      color: #282828; }
    .bg-blogger a:not(.btn):active {
      color: #222222; }

a.bg-blogger:hover,
button.bg-blogger:hover {
  background-color: #fa7918 !important; }
a.bg-blogger:focus,
button.bg-blogger:focus {
  background-color: #fa7918 !important; }

.bg-soundcloud {
  color: rgba(255, 255, 255, 0.85);
  background-color: #ff3a00 !important; }
  .bg-soundcloud .h1, .bg-soundcloud h1, .bg-soundcloud .h2, .bg-soundcloud h2, .bg-soundcloud .h3, .bg-soundcloud h3,
  .bg-soundcloud .h4, .bg-soundcloud h4, .bg-soundcloud .h5, .bg-soundcloud h5, .bg-soundcloud .h6, .bg-soundcloud h6 {
    color: #fff; }
  .bg-soundcloud .text-muted {
    color: rgba(255, 255, 255, 0.75) !important; }
  .bg-soundcloud .text-heading {
    color: #fff; }
  .bg-soundcloud a:not(.btn) {
    color: #fff; }
    .bg-soundcloud a:not(.btn):hover, .bg-soundcloud a:not(.btn):focus {
      color: rgba(255, 255, 255, 0.85); }
    .bg-soundcloud a:not(.btn):active {
      color: rgba(255, 255, 255, 0.85); }

a.bg-soundcloud:hover,
button.bg-soundcloud:hover {
  background-color: #d93100 !important; }
a.bg-soundcloud:focus,
button.bg-soundcloud:focus {
  background-color: #d93100 !important; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Pagination]
 * ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Pagination]
 * ------------------------------------------------------------------------------------------------------------------ */
.pager {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.15rem; }
  .pager .pager-link {
    display: block; }
    .pager .pager-link:last-child {
      text-align: right; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Form Controls]
 * ------------------------------------------------------------------------------------------------------------------ */
.form-group {
  position: relative; }

.form-control {
  height: auto;
  padding: 0.375rem 1.25rem;
  font-weight: inherit;
  font-size: 0.8125rem;
  line-height: 1.8;
  border-radius: 0.125rem; }

.form-control-lg {
  height: auto;
  padding: 0.5rem 2.3rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.185rem; }

.form-control-sm {
  height: auto;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  border-radius: 0.0625rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Buttons]
 * ------------------------------------------------------------------------------------------------------------------ */
.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.275s ease-in-out; }
  .btn, .btn:hover, .btn:focus {
    box-shadow: none !important; }

.btn {
  padding: 0.375rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  border-radius: 0.125rem; }
  .btn.btn-square, .btn.btn-circle {
    width: 2.3375rem;
    height: 2.3375rem; }

.btn-lg {
  padding: 0.5rem 2.3rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  border-radius: 0.185rem; }
  .btn-lg.btn-square, .btn-lg.btn-circle {
    width: 2.5875rem;
    height: 2.5875rem; }

.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  border-radius: 0.0625rem; }
  .btn-sm.btn-square, .btn-sm.btn-circle {
    width: 2.0875rem;
    height: 2.0875rem; }

.btn-rounded {
  border-radius: 0.25rem; }

.btn-strong {
  font-weight: 500; }

.btn-square, .btn-circle {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.btn-circle {
  border-radius: 50%; }
  .btn-circle:not([class*='btn-outline-']) {
    border: none; }

.btn-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  color: #fff; }
  .btn-fixed .icon {
    position: relative;
    z-index: 1;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #3a4957;
    transition: all 0.275s ease-in-out; }
  .btn-fixed span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 63px 0 15px;
    border-radius: 25px;
    background-color: #2b3640;
    opacity: .0;
    transition: all 0.275s ease-in-out;
    transform: scaleX(0.5) translateX(-15px);
    transform-origin: right bottom; }
  .btn-fixed:hover, .btn-fixed:focus {
    color: #fff; }
    .btn-fixed:hover .icon, .btn-fixed:focus .icon {
      background-color: #2b3640; }
    .btn-fixed:hover span, .btn-fixed:focus span {
      opacity: 1.0;
      transform: none; }
  .btn-fixed:active {
    color: #fff; }
    .btn-fixed:active .icon {
      background-color: #262f38; }

.btn-outline-blue {
  color: #4a8bff;
  background-color: transparent;
  border-color: #4a8bff; }
  .btn-outline-blue:hover, .btn-outline-blue .hover, .btn-outline-blue:focus, .btn-outline-blue .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #2472ff;
    border-color: #2472ff; }
  .btn-outline-blue:active, .btn-outline-blue .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #176aff;
    border-color: #176aff; }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #4a8bff;
    background-color: transparent;
    border-color: #4a8bff; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #176aff;
    border-color: #176aff; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-blue {
  color: #4a8bff;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-blue:hover, .btn-t-blue .hover, .btn-t-blue:focus, .btn-t-blue .focus {
    color: #2472ff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-blue:active, .btn-t-blue .active {
    color: #176aff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-blue:disabled, .btn-t-blue.disabled {
    color: #4a8bff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-blue:not(:disabled):not(.disabled):active, .btn-t-blue:not(:disabled):not(.disabled).active, .show > .btn-t-blue.dropdown-toggle {
    color: #176aff;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-blue:not(:disabled):not(.disabled):active:focus, .btn-t-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-t-blue.dropdown-toggle:focus {
      box-shadow: none; }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover, .btn-indigo .hover, .btn-indigo:focus, .btn-indigo .focus {
    color: #fff;
    background-color: #560bd0;
    border-color: #560bd0; }
  .btn-indigo:active, .btn-indigo .active {
    color: #fff;
    background-color: #510bc4;
    border-color: #510bc4; }
  .btn-indigo:disabled, .btn-indigo.disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #510bc4;
    border-color: #510bc4; }
    .btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  border-color: #6610f2; }
  .btn-outline-indigo:hover, .btn-outline-indigo .hover, .btn-outline-indigo:focus, .btn-outline-indigo .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #560bd0;
    border-color: #560bd0; }
  .btn-outline-indigo:active, .btn-outline-indigo .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #510bc4;
    border-color: #510bc4; }
  .btn-outline-indigo:disabled, .btn-outline-indigo.disabled {
    color: #6610f2;
    background-color: transparent;
    border-color: #6610f2; }
  .btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #510bc4;
    border-color: #510bc4; }
    .btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-indigo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-indigo {
  color: #6610f2;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-indigo:hover, .btn-t-indigo .hover, .btn-t-indigo:focus, .btn-t-indigo .focus {
    color: #560bd0;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-indigo:active, .btn-t-indigo .active {
    color: #510bc4;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-indigo:disabled, .btn-t-indigo.disabled {
    color: #6610f2;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-indigo:not(:disabled):not(.disabled):active, .btn-t-indigo:not(:disabled):not(.disabled).active, .show > .btn-t-indigo.dropdown-toggle {
    color: #510bc4;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-indigo:not(:disabled):not(.disabled):active:focus, .btn-t-indigo:not(:disabled):not(.disabled).active:focus, .show > .btn-t-indigo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1; }
  .btn-purple:hover, .btn-purple .hover, .btn-purple:focus, .btn-purple .focus {
    color: #fff;
    background-color: #5e37a6;
    border-color: #5e37a6; }
  .btn-purple:active, .btn-purple .active {
    color: #fff;
    background-color: #59339d;
    border-color: #59339d; }
  .btn-purple:disabled, .btn-purple.disabled {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #59339d;
    border-color: #59339d; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-purple {
  color: #6f42c1;
  background-color: transparent;
  border-color: #6f42c1; }
  .btn-outline-purple:hover, .btn-outline-purple .hover, .btn-outline-purple:focus, .btn-outline-purple .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #5e37a6;
    border-color: #5e37a6; }
  .btn-outline-purple:active, .btn-outline-purple .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #59339d;
    border-color: #59339d; }
  .btn-outline-purple:disabled, .btn-outline-purple.disabled {
    color: #6f42c1;
    background-color: transparent;
    border-color: #6f42c1; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #59339d;
    border-color: #59339d; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-purple {
  color: #6f42c1;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-purple:hover, .btn-t-purple .hover, .btn-t-purple:focus, .btn-t-purple .focus {
    color: #5e37a6;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-purple:active, .btn-t-purple .active {
    color: #59339d;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-purple:disabled, .btn-t-purple.disabled {
    color: #6f42c1;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-purple:not(:disabled):not(.disabled):active, .btn-t-purple:not(:disabled):not(.disabled).active, .show > .btn-t-purple.dropdown-toggle {
    color: #59339d;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-purple:not(:disabled):not(.disabled):active:focus, .btn-t-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-t-purple.dropdown-toggle:focus {
      box-shadow: none; }

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-pink:hover, .btn-pink .hover, .btn-pink:focus, .btn-pink .focus {
    color: #fff;
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-pink:active, .btn-pink .active {
    color: #fff;
    background-color: #d91a72;
    border-color: #d91a72; }
  .btn-pink:disabled, .btn-pink.disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #d91a72;
    border-color: #d91a72; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-pink {
  color: #e83e8c;
  background-color: transparent;
  border-color: #e83e8c; }
  .btn-outline-pink:hover, .btn-outline-pink .hover, .btn-outline-pink:focus, .btn-outline-pink .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-outline-pink:active, .btn-outline-pink .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d91a72;
    border-color: #d91a72; }
  .btn-outline-pink:disabled, .btn-outline-pink.disabled {
    color: #e83e8c;
    background-color: transparent;
    border-color: #e83e8c; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d91a72;
    border-color: #d91a72; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pink.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-pink {
  color: #e83e8c;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-pink:hover, .btn-t-pink .hover, .btn-t-pink:focus, .btn-t-pink .focus {
    color: #e41c78;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-pink:active, .btn-t-pink .active {
    color: #d91a72;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-pink:disabled, .btn-t-pink.disabled {
    color: #e83e8c;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-pink:not(:disabled):not(.disabled):active, .btn-t-pink:not(:disabled):not(.disabled).active, .show > .btn-t-pink.dropdown-toggle {
    color: #d91a72;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-pink:not(:disabled):not(.disabled):active:focus, .btn-t-pink:not(:disabled):not(.disabled).active:focus, .show > .btn-t-pink.dropdown-toggle:focus {
      box-shadow: none; }

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-red:hover, .btn-red .hover, .btn-red:focus, .btn-red .focus {
    color: #fff;
    background-color: #c82333;
    border-color: #c82333; }
  .btn-red:active, .btn-red .active {
    color: #fff;
    background-color: #bd2130;
    border-color: #bd2130; }
  .btn-red:disabled, .btn-red.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #bd2130; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-red {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545; }
  .btn-outline-red:hover, .btn-outline-red .hover, .btn-outline-red:focus, .btn-outline-red .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #c82333;
    border-color: #c82333; }
  .btn-outline-red:active, .btn-outline-red .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #bd2130;
    border-color: #bd2130; }
  .btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #bd2130;
    border-color: #bd2130; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-red {
  color: #dc3545;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-red:hover, .btn-t-red .hover, .btn-t-red:focus, .btn-t-red .focus {
    color: #c82333;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-red:active, .btn-t-red .active {
    color: #bd2130;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-red:disabled, .btn-t-red.disabled {
    color: #dc3545;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-red:not(:disabled):not(.disabled):active, .btn-t-red:not(:disabled):not(.disabled).active, .show > .btn-t-red.dropdown-toggle {
    color: #bd2130;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-red:not(:disabled):not(.disabled):active:focus, .btn-t-red:not(:disabled):not(.disabled).active:focus, .show > .btn-t-red.dropdown-toggle:focus {
      box-shadow: none; }

.btn-orange {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14; }
  .btn-orange:hover, .btn-orange .hover, .btn-orange:focus, .btn-orange .focus {
    color: #000;
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-orange:active, .btn-orange .active {
    color: #fff;
    background-color: #dc6502;
    border-color: #dc6502; }
  .btn-orange:disabled, .btn-orange.disabled {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #dc6502;
    border-color: #dc6502; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-orange {
  color: #fd7e14;
  background-color: transparent;
  border-color: #fd7e14; }
  .btn-outline-orange:hover, .btn-outline-orange .hover, .btn-outline-orange:focus, .btn-outline-orange .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-outline-orange:active, .btn-outline-orange .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #dc6502;
    border-color: #dc6502; }
  .btn-outline-orange:disabled, .btn-outline-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
    border-color: #fd7e14; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #dc6502;
    border-color: #dc6502; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-orange {
  color: #fd7e14;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-orange:hover, .btn-t-orange .hover, .btn-t-orange:focus, .btn-t-orange .focus {
    color: #e96b02;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-orange:active, .btn-t-orange .active {
    color: #dc6502;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-orange:disabled, .btn-t-orange.disabled {
    color: #fd7e14;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-orange:not(:disabled):not(.disabled):active, .btn-t-orange:not(:disabled):not(.disabled).active, .show > .btn-t-orange.dropdown-toggle {
    color: #dc6502;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-orange:not(:disabled):not(.disabled):active:focus, .btn-t-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-t-orange.dropdown-toggle:focus {
      box-shadow: none; }

.btn-yellow {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-yellow:hover, .btn-yellow .hover, .btn-yellow:focus, .btn-yellow .focus {
    color: #000;
    background-color: #e0a800;
    border-color: #e0a800; }
  .btn-yellow:active, .btn-yellow .active {
    color: #000;
    background-color: #d39e00;
    border-color: #d39e00; }
  .btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #d39e00;
    border-color: #d39e00; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-yellow {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107; }
  .btn-outline-yellow:hover, .btn-outline-yellow .hover, .btn-outline-yellow:focus, .btn-outline-yellow .focus {
    color: #555;
    background-color: #e0a800;
    border-color: #e0a800; }
  .btn-outline-yellow:active, .btn-outline-yellow .active {
    color: #555;
    background-color: #d39e00;
    border-color: #d39e00; }
  .btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
    color: #555;
    background-color: #d39e00;
    border-color: #d39e00; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-yellow {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-yellow:hover, .btn-t-yellow .hover, .btn-t-yellow:focus, .btn-t-yellow .focus {
    color: #e0a800;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-yellow:active, .btn-t-yellow .active {
    color: #d39e00;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-yellow:disabled, .btn-t-yellow.disabled {
    color: #ffc107;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-yellow:not(:disabled):not(.disabled):active, .btn-t-yellow:not(:disabled):not(.disabled).active, .show > .btn-t-yellow.dropdown-toggle {
    color: #d39e00;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-yellow:not(:disabled):not(.disabled):active:focus, .btn-t-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-t-yellow.dropdown-toggle:focus {
      box-shadow: none; }

.btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-green:hover, .btn-green .hover, .btn-green:focus, .btn-green .focus {
    color: #fff;
    background-color: #218838;
    border-color: #218838; }
  .btn-green:active, .btn-green .active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-green:disabled, .btn-green.disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-green {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745; }
  .btn-outline-green:hover, .btn-outline-green .hover, .btn-outline-green:focus, .btn-outline-green .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #218838;
    border-color: #218838; }
  .btn-outline-green:active, .btn-outline-green .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-outline-green:disabled, .btn-outline-green.disabled {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1e7e34;
    border-color: #1e7e34; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-green {
  color: #28a745;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-green:hover, .btn-t-green .hover, .btn-t-green:focus, .btn-t-green .focus {
    color: #218838;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-green:active, .btn-t-green .active {
    color: #1e7e34;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-green:disabled, .btn-t-green.disabled {
    color: #28a745;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-green:not(:disabled):not(.disabled):active, .btn-t-green:not(:disabled):not(.disabled).active, .show > .btn-t-green.dropdown-toggle {
    color: #1e7e34;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-green:not(:disabled):not(.disabled):active:focus, .btn-t-green:not(:disabled):not(.disabled).active:focus, .show > .btn-t-green.dropdown-toggle:focus {
      box-shadow: none; }

.btn-teal {
  color: #000;
  background-color: #20c997;
  border-color: #20c997; }
  .btn-teal:hover, .btn-teal .hover, .btn-teal:focus, .btn-teal .focus {
    color: #fff;
    background-color: #1ba87e;
    border-color: #1ba87e; }
  .btn-teal:active, .btn-teal .active {
    color: #fff;
    background-color: #199d76;
    border-color: #199d76; }
  .btn-teal:disabled, .btn-teal.disabled {
    color: #000;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #199d76;
    border-color: #199d76; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-teal {
  color: #20c997;
  background-color: transparent;
  border-color: #20c997; }
  .btn-outline-teal:hover, .btn-outline-teal .hover, .btn-outline-teal:focus, .btn-outline-teal .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1ba87e;
    border-color: #1ba87e; }
  .btn-outline-teal:active, .btn-outline-teal .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #199d76;
    border-color: #199d76; }
  .btn-outline-teal:disabled, .btn-outline-teal.disabled {
    color: #20c997;
    background-color: transparent;
    border-color: #20c997; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #199d76;
    border-color: #199d76; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-teal {
  color: #20c997;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-teal:hover, .btn-t-teal .hover, .btn-t-teal:focus, .btn-t-teal .focus {
    color: #1ba87e;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-teal:active, .btn-t-teal .active {
    color: #199d76;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-teal:disabled, .btn-t-teal.disabled {
    color: #20c997;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-teal:not(:disabled):not(.disabled):active, .btn-t-teal:not(:disabled):not(.disabled).active, .show > .btn-t-teal.dropdown-toggle {
    color: #199d76;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-teal:not(:disabled):not(.disabled):active:focus, .btn-t-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-t-teal.dropdown-toggle:focus {
      box-shadow: none; }

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-cyan:hover, .btn-cyan .hover, .btn-cyan:focus, .btn-cyan .focus {
    color: #fff;
    background-color: #138496;
    border-color: #138496; }
  .btn-cyan:active, .btn-cyan .active {
    color: #fff;
    background-color: #117a8b;
    border-color: #117a8b; }
  .btn-cyan:disabled, .btn-cyan.disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #117a8b; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-cyan.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-cyan {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8; }
  .btn-outline-cyan:hover, .btn-outline-cyan .hover, .btn-outline-cyan:focus, .btn-outline-cyan .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #138496;
    border-color: #138496; }
  .btn-outline-cyan:active, .btn-outline-cyan .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #117a8b;
    border-color: #117a8b; }
  .btn-outline-cyan:disabled, .btn-outline-cyan.disabled {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8; }
  .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #117a8b;
    border-color: #117a8b; }
    .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-cyan {
  color: #17a2b8;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-cyan:hover, .btn-t-cyan .hover, .btn-t-cyan:focus, .btn-t-cyan .focus {
    color: #138496;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-cyan:active, .btn-t-cyan .active {
    color: #117a8b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-cyan:disabled, .btn-t-cyan.disabled {
    color: #17a2b8;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-cyan:not(:disabled):not(.disabled):active, .btn-t-cyan:not(:disabled):not(.disabled).active, .show > .btn-t-cyan.dropdown-toggle {
    color: #117a8b;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-cyan:not(:disabled):not(.disabled):active:focus, .btn-t-cyan:not(:disabled):not(.disabled).active:focus, .show > .btn-t-cyan.dropdown-toggle:focus {
      box-shadow: none; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover, .btn-white .hover, .btn-white:focus, .btn-white .focus {
    color: #000;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-white:active, .btn-white .active {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  .btn-white:disabled, .btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-white:hover, .btn-outline-white .hover, .btn-outline-white:focus, .btn-outline-white .focus {
    color: #555;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-outline-white:active, .btn-outline-white .active {
    color: #555;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  .btn-outline-white:disabled, .btn-outline-white.disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #555;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-white {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-white:hover, .btn-t-white .hover, .btn-t-white:focus, .btn-t-white .focus {
    color: #ececec;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-white:active, .btn-t-white .active {
    color: #e6e6e6;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-white:disabled, .btn-t-white.disabled {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-white:not(:disabled):not(.disabled):active, .btn-t-white:not(:disabled):not(.disabled).active, .show > .btn-t-white.dropdown-toggle {
    color: #e6e6e6;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-white:not(:disabled):not(.disabled):active:focus, .btn-t-white:not(:disabled):not(.disabled).active:focus, .show > .btn-t-white.dropdown-toggle:focus {
      box-shadow: none; }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover, .btn-black .hover, .btn-black:focus, .btn-black .focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:active, .btn-black .active {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:disabled, .btn-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-black {
  color: #000;
  background-color: transparent;
  border-color: #000; }
  .btn-outline-black:hover, .btn-outline-black .hover, .btn-outline-black:focus, .btn-outline-black .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: black;
    border-color: black; }
  .btn-outline-black:active, .btn-outline-black .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: black;
    border-color: black; }
  .btn-outline-black:disabled, .btn-outline-black.disabled {
    color: #000;
    background-color: transparent;
    border-color: #000; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: black;
    border-color: black; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-black {
  color: #000;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-black:hover, .btn-t-black .hover, .btn-t-black:focus, .btn-t-black .focus {
    color: black;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-black:active, .btn-t-black .active {
    color: black;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-black:disabled, .btn-t-black.disabled {
    color: #000;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-black:not(:disabled):not(.disabled):active, .btn-t-black:not(:disabled):not(.disabled).active, .show > .btn-t-black.dropdown-toggle {
    color: black;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-black:not(:disabled):not(.disabled):active:focus, .btn-t-black:not(:disabled):not(.disabled).active:focus, .show > .btn-t-black.dropdown-toggle:focus {
      box-shadow: none; }

.btn-text {
  color: #fff;
  background-color: #555;
  border-color: #555; }
  .btn-text:hover, .btn-text .hover, .btn-text:focus, .btn-text .focus {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
  .btn-text:active, .btn-text .active {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c; }
  .btn-text:disabled, .btn-text.disabled {
    color: #fff;
    background-color: #555;
    border-color: #555; }
  .btn-text:not(:disabled):not(.disabled):active, .btn-text:not(:disabled):not(.disabled).active, .show > .btn-text.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c; }
    .btn-text:not(:disabled):not(.disabled):active:focus, .btn-text:not(:disabled):not(.disabled).active:focus, .show > .btn-text.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-text {
  color: #555;
  background-color: transparent;
  border-color: #555; }
  .btn-outline-text:hover, .btn-outline-text .hover, .btn-outline-text:focus, .btn-outline-text .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #424242;
    border-color: #424242; }
  .btn-outline-text:active, .btn-outline-text .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #3c3c3c;
    border-color: #3c3c3c; }
  .btn-outline-text:disabled, .btn-outline-text.disabled {
    color: #555;
    background-color: transparent;
    border-color: #555; }
  .btn-outline-text:not(:disabled):not(.disabled):active, .btn-outline-text:not(:disabled):not(.disabled).active, .show > .btn-outline-text.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #3c3c3c;
    border-color: #3c3c3c; }
    .btn-outline-text:not(:disabled):not(.disabled):active:focus, .btn-outline-text:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-text {
  color: #555;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-text:hover, .btn-t-text .hover, .btn-t-text:focus, .btn-t-text .focus {
    color: #424242;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text:active, .btn-t-text .active {
    color: #3c3c3c;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text:disabled, .btn-t-text.disabled {
    color: #555;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text:not(:disabled):not(.disabled):active, .btn-t-text:not(:disabled):not(.disabled).active, .show > .btn-t-text.dropdown-toggle {
    color: #3c3c3c;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-text:not(:disabled):not(.disabled):active:focus, .btn-t-text:not(:disabled):not(.disabled).active:focus, .show > .btn-t-text.dropdown-toggle:focus {
      box-shadow: none; }

.btn-text-light {
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.85); }
  .btn-text-light:hover, .btn-text-light .hover, .btn-text-light:focus, .btn-text-light .focus {
    color: #000;
    background-color: rgba(236, 236, 236, 0.85);
    border-color: rgba(236, 236, 236, 0.85); }
  .btn-text-light:active, .btn-text-light .active {
    color: #000;
    background-color: rgba(230, 230, 230, 0.85);
    border-color: rgba(230, 230, 230, 0.85); }
  .btn-text-light:disabled, .btn-text-light.disabled {
    color: #000;
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.85); }
  .btn-text-light:not(:disabled):not(.disabled):active, .btn-text-light:not(:disabled):not(.disabled).active, .show > .btn-text-light.dropdown-toggle {
    color: #000;
    background-color: rgba(230, 230, 230, 0.85);
    border-color: rgba(230, 230, 230, 0.85); }
    .btn-text-light:not(:disabled):not(.disabled):active:focus, .btn-text-light:not(:disabled):not(.disabled).active:focus, .show > .btn-text-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-text-light {
  color: rgba(255, 255, 255, 0.85);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.85); }
  .btn-outline-text-light:hover, .btn-outline-text-light .hover, .btn-outline-text-light:focus, .btn-outline-text-light .focus {
    color: #555;
    background-color: rgba(236, 236, 236, 0.85);
    border-color: rgba(236, 236, 236, 0.85); }
  .btn-outline-text-light:active, .btn-outline-text-light .active {
    color: #555;
    background-color: rgba(230, 230, 230, 0.85);
    border-color: rgba(230, 230, 230, 0.85); }
  .btn-outline-text-light:disabled, .btn-outline-text-light.disabled {
    color: rgba(255, 255, 255, 0.85);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.85); }
  .btn-outline-text-light:not(:disabled):not(.disabled):active, .btn-outline-text-light:not(:disabled):not(.disabled).active, .show > .btn-outline-text-light.dropdown-toggle {
    color: #555;
    background-color: rgba(230, 230, 230, 0.85);
    border-color: rgba(230, 230, 230, 0.85); }
    .btn-outline-text-light:not(:disabled):not(.disabled):active:focus, .btn-outline-text-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-text-light {
  color: rgba(255, 255, 255, 0.85);
  background-color: transparent;
  border-color: transparent; }
  .btn-t-text-light:hover, .btn-t-text-light .hover, .btn-t-text-light:focus, .btn-t-text-light .focus {
    color: rgba(236, 236, 236, 0.85);
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-light:active, .btn-t-text-light .active {
    color: rgba(230, 230, 230, 0.85);
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-light:disabled, .btn-t-text-light.disabled {
    color: rgba(255, 255, 255, 0.85);
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-light:not(:disabled):not(.disabled):active, .btn-t-text-light:not(:disabled):not(.disabled).active, .show > .btn-t-text-light.dropdown-toggle {
    color: rgba(230, 230, 230, 0.85);
    background-color: transparent;
    border-color: transparent; }
    .btn-t-text-light:not(:disabled):not(.disabled):active:focus, .btn-t-text-light:not(:disabled):not(.disabled).active:focus, .show > .btn-t-text-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-text-heading {
  color: #fff;
  background-color: #333;
  border-color: #333; }
  .btn-text-heading:hover, .btn-text-heading .hover, .btn-text-heading:focus, .btn-text-heading .focus {
    color: #fff;
    background-color: #202020;
    border-color: #202020; }
  .btn-text-heading:active, .btn-text-heading .active {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a; }
  .btn-text-heading:disabled, .btn-text-heading.disabled {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  .btn-text-heading:not(:disabled):not(.disabled):active, .btn-text-heading:not(:disabled):not(.disabled).active, .show > .btn-text-heading.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a; }
    .btn-text-heading:not(:disabled):not(.disabled):active:focus, .btn-text-heading:not(:disabled):not(.disabled).active:focus, .show > .btn-text-heading.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-text-heading {
  color: #333;
  background-color: transparent;
  border-color: #333; }
  .btn-outline-text-heading:hover, .btn-outline-text-heading .hover, .btn-outline-text-heading:focus, .btn-outline-text-heading .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #202020;
    border-color: #202020; }
  .btn-outline-text-heading:active, .btn-outline-text-heading .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1a1a1a;
    border-color: #1a1a1a; }
  .btn-outline-text-heading:disabled, .btn-outline-text-heading.disabled {
    color: #333;
    background-color: transparent;
    border-color: #333; }
  .btn-outline-text-heading:not(:disabled):not(.disabled):active, .btn-outline-text-heading:not(:disabled):not(.disabled).active, .show > .btn-outline-text-heading.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1a1a1a;
    border-color: #1a1a1a; }
    .btn-outline-text-heading:not(:disabled):not(.disabled):active:focus, .btn-outline-text-heading:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-heading.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-text-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-text-heading:hover, .btn-t-text-heading .hover, .btn-t-text-heading:focus, .btn-t-text-heading .focus {
    color: #202020;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-heading:active, .btn-t-text-heading .active {
    color: #1a1a1a;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-heading:disabled, .btn-t-text-heading.disabled {
    color: #333;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-heading:not(:disabled):not(.disabled):active, .btn-t-text-heading:not(:disabled):not(.disabled).active, .show > .btn-t-text-heading.dropdown-toggle {
    color: #1a1a1a;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-text-heading:not(:disabled):not(.disabled):active:focus, .btn-t-text-heading:not(:disabled):not(.disabled).active:focus, .show > .btn-t-text-heading.dropdown-toggle:focus {
      box-shadow: none; }

.btn-text-heading-light {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-text-heading-light:hover, .btn-text-heading-light .hover, .btn-text-heading-light:focus, .btn-text-heading-light .focus {
    color: #000;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-text-heading-light:active, .btn-text-heading-light .active {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  .btn-text-heading-light:disabled, .btn-text-heading-light.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-text-heading-light:not(:disabled):not(.disabled):active, .btn-text-heading-light:not(:disabled):not(.disabled).active, .show > .btn-text-heading-light.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-text-heading-light:not(:disabled):not(.disabled):active:focus, .btn-text-heading-light:not(:disabled):not(.disabled).active:focus, .show > .btn-text-heading-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-text-heading-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-text-heading-light:hover, .btn-outline-text-heading-light .hover, .btn-outline-text-heading-light:focus, .btn-outline-text-heading-light .focus {
    color: #555;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-outline-text-heading-light:active, .btn-outline-text-heading-light .active {
    color: #555;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  .btn-outline-text-heading-light:disabled, .btn-outline-text-heading-light.disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-outline-text-heading-light:not(:disabled):not(.disabled):active, .btn-outline-text-heading-light:not(:disabled):not(.disabled).active, .show > .btn-outline-text-heading-light.dropdown-toggle {
    color: #555;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
    .btn-outline-text-heading-light:not(:disabled):not(.disabled):active:focus, .btn-outline-text-heading-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-heading-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-text-heading-light {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-text-heading-light:hover, .btn-t-text-heading-light .hover, .btn-t-text-heading-light:focus, .btn-t-text-heading-light .focus {
    color: #ececec;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-heading-light:active, .btn-t-text-heading-light .active {
    color: #e6e6e6;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-heading-light:disabled, .btn-t-text-heading-light.disabled {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-heading-light:not(:disabled):not(.disabled):active, .btn-t-text-heading-light:not(:disabled):not(.disabled).active, .show > .btn-t-text-heading-light.dropdown-toggle {
    color: #e6e6e6;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-text-heading-light:not(:disabled):not(.disabled):active:focus, .btn-t-text-heading-light:not(:disabled):not(.disabled).active:focus, .show > .btn-t-text-heading-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-text-muted {
  color: #000;
  background-color: #888;
  border-color: #888; }
  .btn-text-muted:hover, .btn-text-muted .hover, .btn-text-muted:focus, .btn-text-muted .focus {
    color: #fff;
    background-color: #757575;
    border-color: #757575; }
  .btn-text-muted:active, .btn-text-muted .active {
    color: #fff;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .btn-text-muted:disabled, .btn-text-muted.disabled {
    color: #000;
    background-color: #888;
    border-color: #888; }
  .btn-text-muted:not(:disabled):not(.disabled):active, .btn-text-muted:not(:disabled):not(.disabled).active, .show > .btn-text-muted.dropdown-toggle {
    color: #fff;
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
    .btn-text-muted:not(:disabled):not(.disabled):active:focus, .btn-text-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-text-muted.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-text-muted {
  color: #888;
  background-color: transparent;
  border-color: #888; }
  .btn-outline-text-muted:hover, .btn-outline-text-muted .hover, .btn-outline-text-muted:focus, .btn-outline-text-muted .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #757575;
    border-color: #757575; }
  .btn-outline-text-muted:active, .btn-outline-text-muted .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
  .btn-outline-text-muted:disabled, .btn-outline-text-muted.disabled {
    color: #888;
    background-color: transparent;
    border-color: #888; }
  .btn-outline-text-muted:not(:disabled):not(.disabled):active, .btn-outline-text-muted:not(:disabled):not(.disabled).active, .show > .btn-outline-text-muted.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #6f6f6f;
    border-color: #6f6f6f; }
    .btn-outline-text-muted:not(:disabled):not(.disabled):active:focus, .btn-outline-text-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-muted.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-text-muted {
  color: #888;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-text-muted:hover, .btn-t-text-muted .hover, .btn-t-text-muted:focus, .btn-t-text-muted .focus {
    color: #757575;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-muted:active, .btn-t-text-muted .active {
    color: #6f6f6f;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-muted:disabled, .btn-t-text-muted.disabled {
    color: #888;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-muted:not(:disabled):not(.disabled):active, .btn-t-text-muted:not(:disabled):not(.disabled).active, .show > .btn-t-text-muted.dropdown-toggle {
    color: #6f6f6f;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-text-muted:not(:disabled):not(.disabled):active:focus, .btn-t-text-muted:not(:disabled):not(.disabled).active:focus, .show > .btn-t-text-muted.dropdown-toggle:focus {
      box-shadow: none; }

.btn-text-muted-light {
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75); }
  .btn-text-muted-light:hover, .btn-text-muted-light .hover, .btn-text-muted-light:focus, .btn-text-muted-light .focus {
    color: #000;
    background-color: rgba(236, 236, 236, 0.75);
    border-color: rgba(236, 236, 236, 0.75); }
  .btn-text-muted-light:active, .btn-text-muted-light .active {
    color: #000;
    background-color: rgba(230, 230, 230, 0.75);
    border-color: rgba(230, 230, 230, 0.75); }
  .btn-text-muted-light:disabled, .btn-text-muted-light.disabled {
    color: #000;
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75); }
  .btn-text-muted-light:not(:disabled):not(.disabled):active, .btn-text-muted-light:not(:disabled):not(.disabled).active, .show > .btn-text-muted-light.dropdown-toggle {
    color: #000;
    background-color: rgba(230, 230, 230, 0.75);
    border-color: rgba(230, 230, 230, 0.75); }
    .btn-text-muted-light:not(:disabled):not(.disabled):active:focus, .btn-text-muted-light:not(:disabled):not(.disabled).active:focus, .show > .btn-text-muted-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-text-muted-light {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.75); }
  .btn-outline-text-muted-light:hover, .btn-outline-text-muted-light .hover, .btn-outline-text-muted-light:focus, .btn-outline-text-muted-light .focus {
    color: #555;
    background-color: rgba(236, 236, 236, 0.75);
    border-color: rgba(236, 236, 236, 0.75); }
  .btn-outline-text-muted-light:active, .btn-outline-text-muted-light .active {
    color: #555;
    background-color: rgba(230, 230, 230, 0.75);
    border-color: rgba(230, 230, 230, 0.75); }
  .btn-outline-text-muted-light:disabled, .btn-outline-text-muted-light.disabled {
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.75); }
  .btn-outline-text-muted-light:not(:disabled):not(.disabled):active, .btn-outline-text-muted-light:not(:disabled):not(.disabled).active, .show > .btn-outline-text-muted-light.dropdown-toggle {
    color: #555;
    background-color: rgba(230, 230, 230, 0.75);
    border-color: rgba(230, 230, 230, 0.75); }
    .btn-outline-text-muted-light:not(:disabled):not(.disabled):active:focus, .btn-outline-text-muted-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-muted-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-text-muted-light {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
  border-color: transparent; }
  .btn-t-text-muted-light:hover, .btn-t-text-muted-light .hover, .btn-t-text-muted-light:focus, .btn-t-text-muted-light .focus {
    color: rgba(236, 236, 236, 0.75);
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-muted-light:active, .btn-t-text-muted-light .active {
    color: rgba(230, 230, 230, 0.75);
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-muted-light:disabled, .btn-t-text-muted-light.disabled {
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
    border-color: transparent; }
  .btn-t-text-muted-light:not(:disabled):not(.disabled):active, .btn-t-text-muted-light:not(:disabled):not(.disabled).active, .show > .btn-t-text-muted-light.dropdown-toggle {
    color: rgba(230, 230, 230, 0.75);
    background-color: transparent;
    border-color: transparent; }
    .btn-t-text-muted-light:not(:disabled):not(.disabled):active:focus, .btn-t-text-muted-light:not(:disabled):not(.disabled).active:focus, .show > .btn-t-text-muted-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-primary {
  color: #fff;
  background-color: #3a4957;
  border-color: #3a4957; }
  .btn-primary:hover, .btn-primary .hover, .btn-primary:focus, .btn-primary .focus {
    color: #fff;
    background-color: #2b3640;
    border-color: #2b3640; }
  .btn-primary:active, .btn-primary .active {
    color: #fff;
    background-color: #262f38;
    border-color: #262f38; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #3a4957;
    border-color: #3a4957; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #262f38;
    border-color: #262f38; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-primary {
  color: #3a4957;
  background-color: transparent;
  border-color: #3a4957; }
  .btn-outline-primary:hover, .btn-outline-primary .hover, .btn-outline-primary:focus, .btn-outline-primary .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #2b3640;
    border-color: #2b3640; }
  .btn-outline-primary:active, .btn-outline-primary .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #262f38;
    border-color: #262f38; }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #3a4957;
    background-color: transparent;
    border-color: #3a4957; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #262f38;
    border-color: #262f38; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-primary {
  color: #3a4957;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-primary:hover, .btn-t-primary .hover, .btn-t-primary:focus, .btn-t-primary .focus {
    color: #2b3640;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-primary:active, .btn-t-primary .active {
    color: #262f38;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-primary:disabled, .btn-t-primary.disabled {
    color: #3a4957;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-primary:not(:disabled):not(.disabled):active, .btn-t-primary:not(:disabled):not(.disabled).active, .show > .btn-t-primary.dropdown-toggle {
    color: #262f38;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-primary:not(:disabled):not(.disabled):active:focus, .btn-t-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-t-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-secondary {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-secondary:hover, .btn-secondary .hover, .btn-secondary:focus, .btn-secondary .focus {
    color: #fff;
    background-color: #138496;
    border-color: #138496; }
  .btn-secondary:active, .btn-secondary .active {
    color: #fff;
    background-color: #117a8b;
    border-color: #117a8b; }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #117a8b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-secondary {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8; }
  .btn-outline-secondary:hover, .btn-outline-secondary .hover, .btn-outline-secondary:focus, .btn-outline-secondary .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #138496;
    border-color: #138496; }
  .btn-outline-secondary:active, .btn-outline-secondary .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #117a8b;
    border-color: #117a8b; }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #117a8b;
    border-color: #117a8b; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-secondary {
  color: #17a2b8;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-secondary:hover, .btn-t-secondary .hover, .btn-t-secondary:focus, .btn-t-secondary .focus {
    color: #138496;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-secondary:active, .btn-t-secondary .active {
    color: #117a8b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-secondary:disabled, .btn-t-secondary.disabled {
    color: #17a2b8;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-secondary:not(:disabled):not(.disabled):active, .btn-t-secondary:not(:disabled):not(.disabled).active, .show > .btn-t-secondary.dropdown-toggle {
    color: #117a8b;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-secondary:not(:disabled):not(.disabled):active:focus, .btn-t-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-t-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover, .btn-success .hover, .btn-success:focus, .btn-success .focus {
    color: #fff;
    background-color: #218838;
    border-color: #218838; }
  .btn-success:active, .btn-success .active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745; }
  .btn-outline-success:hover, .btn-outline-success .hover, .btn-outline-success:focus, .btn-outline-success .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #218838;
    border-color: #218838; }
  .btn-outline-success:active, .btn-outline-success .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1e7e34;
    border-color: #1e7e34; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-success {
  color: #28a745;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-success:hover, .btn-t-success .hover, .btn-t-success:focus, .btn-t-success .focus {
    color: #218838;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-success:active, .btn-t-success .active {
    color: #1e7e34;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-success:disabled, .btn-t-success.disabled {
    color: #28a745;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-success:not(:disabled):not(.disabled):active, .btn-t-success:not(:disabled):not(.disabled).active, .show > .btn-t-success.dropdown-toggle {
    color: #1e7e34;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-success:not(:disabled):not(.disabled):active:focus, .btn-t-success:not(:disabled):not(.disabled).active:focus, .show > .btn-t-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-info {
  color: #000;
  background-color: #4a8bff;
  border-color: #4a8bff; }
  .btn-info:hover, .btn-info .hover, .btn-info:focus, .btn-info .focus {
    color: #fff;
    background-color: #2472ff;
    border-color: #2472ff; }
  .btn-info:active, .btn-info .active {
    color: #fff;
    background-color: #176aff;
    border-color: #176aff; }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #4a8bff;
    border-color: #4a8bff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #176aff;
    border-color: #176aff; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-info {
  color: #4a8bff;
  background-color: transparent;
  border-color: #4a8bff; }
  .btn-outline-info:hover, .btn-outline-info .hover, .btn-outline-info:focus, .btn-outline-info .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #2472ff;
    border-color: #2472ff; }
  .btn-outline-info:active, .btn-outline-info .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #176aff;
    border-color: #176aff; }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #4a8bff;
    background-color: transparent;
    border-color: #4a8bff; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #176aff;
    border-color: #176aff; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-info {
  color: #4a8bff;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-info:hover, .btn-t-info .hover, .btn-t-info:focus, .btn-t-info .focus {
    color: #2472ff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-info:active, .btn-t-info .active {
    color: #176aff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-info:disabled, .btn-t-info.disabled {
    color: #4a8bff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-info:not(:disabled):not(.disabled):active, .btn-t-info:not(:disabled):not(.disabled).active, .show > .btn-t-info.dropdown-toggle {
    color: #176aff;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-info:not(:disabled):not(.disabled):active:focus, .btn-t-info:not(:disabled):not(.disabled).active:focus, .show > .btn-t-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-warning {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14; }
  .btn-warning:hover, .btn-warning .hover, .btn-warning:focus, .btn-warning .focus {
    color: #000;
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-warning:active, .btn-warning .active {
    color: #fff;
    background-color: #dc6502;
    border-color: #dc6502; }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #fd7e14;
    border-color: #fd7e14; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #dc6502;
    border-color: #dc6502; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-warning {
  color: #fd7e14;
  background-color: transparent;
  border-color: #fd7e14; }
  .btn-outline-warning:hover, .btn-outline-warning .hover, .btn-outline-warning:focus, .btn-outline-warning .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-outline-warning:active, .btn-outline-warning .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #dc6502;
    border-color: #dc6502; }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #fd7e14;
    background-color: transparent;
    border-color: #fd7e14; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #dc6502;
    border-color: #dc6502; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-warning {
  color: #fd7e14;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-warning:hover, .btn-t-warning .hover, .btn-t-warning:focus, .btn-t-warning .focus {
    color: #e96b02;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-warning:active, .btn-t-warning .active {
    color: #dc6502;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-warning:disabled, .btn-t-warning.disabled {
    color: #fd7e14;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-warning:not(:disabled):not(.disabled):active, .btn-t-warning:not(:disabled):not(.disabled).active, .show > .btn-t-warning.dropdown-toggle {
    color: #dc6502;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-warning:not(:disabled):not(.disabled):active:focus, .btn-t-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-t-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-danger {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-danger:hover, .btn-danger .hover, .btn-danger:focus, .btn-danger .focus {
    color: #fff;
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-danger:active, .btn-danger .active {
    color: #fff;
    background-color: #d91a72;
    border-color: #d91a72; }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d91a72;
    border-color: #d91a72; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-danger {
  color: #e83e8c;
  background-color: transparent;
  border-color: #e83e8c; }
  .btn-outline-danger:hover, .btn-outline-danger .hover, .btn-outline-danger:focus, .btn-outline-danger .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-outline-danger:active, .btn-outline-danger .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d91a72;
    border-color: #d91a72; }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #e83e8c;
    background-color: transparent;
    border-color: #e83e8c; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d91a72;
    border-color: #d91a72; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-danger {
  color: #e83e8c;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-danger:hover, .btn-t-danger .hover, .btn-t-danger:focus, .btn-t-danger .focus {
    color: #e41c78;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-danger:active, .btn-t-danger .active {
    color: #d91a72;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-danger:disabled, .btn-t-danger.disabled {
    color: #e83e8c;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-danger:not(:disabled):not(.disabled):active, .btn-t-danger:not(:disabled):not(.disabled).active, .show > .btn-t-danger.dropdown-toggle {
    color: #d91a72;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-danger:not(:disabled):not(.disabled):active:focus, .btn-t-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-t-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-light {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn-light:hover, .btn-light .hover, .btn-light:focus, .btn-light .focus {
    color: #000;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-light:active, .btn-light .active {
    color: #000;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-light {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa; }
  .btn-outline-light:hover, .btn-outline-light .hover, .btn-outline-light:focus, .btn-outline-light .focus {
    color: #555;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-outline-light:active, .btn-outline-light .active {
    color: #555;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #fafafa;
    background-color: transparent;
    border-color: #fafafa; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #555;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-light {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-light:hover, .btn-t-light .hover, .btn-t-light:focus, .btn-t-light .focus {
    color: #e7e7e7;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-light:active, .btn-t-light .active {
    color: #e1e1e1;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-light:disabled, .btn-t-light.disabled {
    color: #fafafa;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-light:not(:disabled):not(.disabled):active, .btn-t-light:not(:disabled):not(.disabled).active, .show > .btn-t-light.dropdown-toggle {
    color: #e1e1e1;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-light:not(:disabled):not(.disabled):active:focus, .btn-t-light:not(:disabled):not(.disabled).active:focus, .show > .btn-t-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-dark {
  color: #fff;
  background-color: #0d0e10;
  border-color: #0d0e10; }
  .btn-dark:hover, .btn-dark .hover, .btn-dark:focus, .btn-dark .focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:active, .btn-dark .active {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #0d0e10;
    border-color: #0d0e10; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-dark {
  color: #0d0e10;
  background-color: transparent;
  border-color: #0d0e10; }
  .btn-outline-dark:hover, .btn-outline-dark .hover, .btn-outline-dark:focus, .btn-outline-dark .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: black;
    border-color: black; }
  .btn-outline-dark:active, .btn-outline-dark .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: black;
    border-color: black; }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #0d0e10;
    background-color: transparent;
    border-color: #0d0e10; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: black;
    border-color: black; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-dark {
  color: #0d0e10;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-dark:hover, .btn-t-dark .hover, .btn-t-dark:focus, .btn-t-dark .focus {
    color: black;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-dark:active, .btn-t-dark .active {
    color: black;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-dark:disabled, .btn-t-dark.disabled {
    color: #0d0e10;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-dark:not(:disabled):not(.disabled):active, .btn-t-dark:not(:disabled):not(.disabled).active, .show > .btn-t-dark.dropdown-toggle {
    color: black;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-dark:not(:disabled):not(.disabled):active:focus, .btn-t-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-t-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }
  .btn-facebook:hover, .btn-facebook .hover, .btn-facebook:focus, .btn-facebook .focus {
    color: #fff;
    background-color: #30497c;
    border-color: #30497c; }
  .btn-facebook:active, .btn-facebook .active {
    color: #fff;
    background-color: #2d4373;
    border-color: #2d4373; }
  .btn-facebook:disabled, .btn-facebook.disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #2d4373; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-facebook {
  color: #3b5998;
  background-color: transparent;
  border-color: #3b5998; }
  .btn-outline-facebook:hover, .btn-outline-facebook .hover, .btn-outline-facebook:focus, .btn-outline-facebook .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #30497c;
    border-color: #30497c; }
  .btn-outline-facebook:active, .btn-outline-facebook .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #2d4373;
    border-color: #2d4373; }
  .btn-outline-facebook:disabled, .btn-outline-facebook.disabled {
    color: #3b5998;
    background-color: transparent;
    border-color: #3b5998; }
  .btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #2d4373;
    border-color: #2d4373; }
    .btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-facebook {
  color: #3b5998;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-facebook:hover, .btn-t-facebook .hover, .btn-t-facebook:focus, .btn-t-facebook .focus {
    color: #30497c;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-facebook:active, .btn-t-facebook .active {
    color: #2d4373;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-facebook:disabled, .btn-t-facebook.disabled {
    color: #3b5998;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-facebook:not(:disabled):not(.disabled):active, .btn-t-facebook:not(:disabled):not(.disabled).active, .show > .btn-t-facebook.dropdown-toggle {
    color: #2d4373;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-facebook:not(:disabled):not(.disabled):active:focus, .btn-t-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-t-facebook.dropdown-toggle:focus {
      box-shadow: none; }

.btn-twitter {
  color: #000;
  background-color: #00aced;
  border-color: #00aced; }
  .btn-twitter:hover, .btn-twitter .hover, .btn-twitter:focus, .btn-twitter .focus {
    color: #fff;
    background-color: #0090c7;
    border-color: #0090c7; }
  .btn-twitter:active, .btn-twitter .active {
    color: #fff;
    background-color: #0087ba;
    border-color: #0087ba; }
  .btn-twitter:disabled, .btn-twitter.disabled {
    color: #000;
    background-color: #00aced;
    border-color: #00aced; }
  .btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0087ba;
    border-color: #0087ba; }
    .btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-twitter {
  color: #00aced;
  background-color: transparent;
  border-color: #00aced; }
  .btn-outline-twitter:hover, .btn-outline-twitter .hover, .btn-outline-twitter:focus, .btn-outline-twitter .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0090c7;
    border-color: #0090c7; }
  .btn-outline-twitter:active, .btn-outline-twitter .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0087ba;
    border-color: #0087ba; }
  .btn-outline-twitter:disabled, .btn-outline-twitter.disabled {
    color: #00aced;
    background-color: transparent;
    border-color: #00aced; }
  .btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter:not(:disabled):not(.disabled).active, .show > .btn-outline-twitter.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0087ba;
    border-color: #0087ba; }
    .btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-twitter.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-twitter {
  color: #00aced;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-twitter:hover, .btn-t-twitter .hover, .btn-t-twitter:focus, .btn-t-twitter .focus {
    color: #0090c7;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-twitter:active, .btn-t-twitter .active {
    color: #0087ba;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-twitter:disabled, .btn-t-twitter.disabled {
    color: #00aced;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-twitter:not(:disabled):not(.disabled):active, .btn-t-twitter:not(:disabled):not(.disabled).active, .show > .btn-t-twitter.dropdown-toggle {
    color: #0087ba;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-twitter:not(:disabled):not(.disabled):active:focus, .btn-t-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-t-twitter.dropdown-toggle:focus {
      box-shadow: none; }

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6; }
  .btn-linkedin:hover, .btn-linkedin .hover, .btn-linkedin:focus, .btn-linkedin .focus {
    color: #fff;
    background-color: #006190;
    border-color: #006190; }
  .btn-linkedin:active, .btn-linkedin .active {
    color: #fff;
    background-color: #005983;
    border-color: #005983; }
  .btn-linkedin:disabled, .btn-linkedin.disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6; }
  .btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #005983;
    border-color: #005983; }
    .btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-linkedin {
  color: #007bb6;
  background-color: transparent;
  border-color: #007bb6; }
  .btn-outline-linkedin:hover, .btn-outline-linkedin .hover, .btn-outline-linkedin:focus, .btn-outline-linkedin .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #006190;
    border-color: #006190; }
  .btn-outline-linkedin:active, .btn-outline-linkedin .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #005983;
    border-color: #005983; }
  .btn-outline-linkedin:disabled, .btn-outline-linkedin.disabled {
    color: #007bb6;
    background-color: transparent;
    border-color: #007bb6; }
  .btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active, .show > .btn-outline-linkedin.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #005983;
    border-color: #005983; }
    .btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-linkedin.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-linkedin {
  color: #007bb6;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-linkedin:hover, .btn-t-linkedin .hover, .btn-t-linkedin:focus, .btn-t-linkedin .focus {
    color: #006190;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-linkedin:active, .btn-t-linkedin .active {
    color: #005983;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-linkedin:disabled, .btn-t-linkedin.disabled {
    color: #007bb6;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-linkedin:not(:disabled):not(.disabled):active, .btn-t-linkedin:not(:disabled):not(.disabled).active, .show > .btn-t-linkedin.dropdown-toggle {
    color: #005983;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-linkedin:not(:disabled):not(.disabled):active:focus, .btn-t-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-t-linkedin.dropdown-toggle:focus {
      box-shadow: none; }

.btn-skype {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0; }
  .btn-skype:hover, .btn-skype .hover, .btn-skype:focus, .btn-skype .focus {
    color: #fff;
    background-color: #0093ca;
    border-color: #0093ca; }
  .btn-skype:active, .btn-skype .active {
    color: #fff;
    background-color: #008abd;
    border-color: #008abd; }
  .btn-skype:disabled, .btn-skype.disabled {
    color: #000;
    background-color: #00aff0;
    border-color: #00aff0; }
  .btn-skype:not(:disabled):not(.disabled):active, .btn-skype:not(:disabled):not(.disabled).active, .show > .btn-skype.dropdown-toggle {
    color: #fff;
    background-color: #008abd;
    border-color: #008abd; }
    .btn-skype:not(:disabled):not(.disabled):active:focus, .btn-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-skype.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-skype {
  color: #00aff0;
  background-color: transparent;
  border-color: #00aff0; }
  .btn-outline-skype:hover, .btn-outline-skype .hover, .btn-outline-skype:focus, .btn-outline-skype .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0093ca;
    border-color: #0093ca; }
  .btn-outline-skype:active, .btn-outline-skype .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #008abd;
    border-color: #008abd; }
  .btn-outline-skype:disabled, .btn-outline-skype.disabled {
    color: #00aff0;
    background-color: transparent;
    border-color: #00aff0; }
  .btn-outline-skype:not(:disabled):not(.disabled):active, .btn-outline-skype:not(:disabled):not(.disabled).active, .show > .btn-outline-skype.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #008abd;
    border-color: #008abd; }
    .btn-outline-skype:not(:disabled):not(.disabled):active:focus, .btn-outline-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-skype.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-skype {
  color: #00aff0;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-skype:hover, .btn-t-skype .hover, .btn-t-skype:focus, .btn-t-skype .focus {
    color: #0093ca;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-skype:active, .btn-t-skype .active {
    color: #008abd;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-skype:disabled, .btn-t-skype.disabled {
    color: #00aff0;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-skype:not(:disabled):not(.disabled):active, .btn-t-skype:not(:disabled):not(.disabled).active, .show > .btn-t-skype.dropdown-toggle {
    color: #008abd;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-skype:not(:disabled):not(.disabled):active:focus, .btn-t-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-t-skype.dropdown-toggle:focus {
      box-shadow: none; }

.btn-googleplus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39; }
  .btn-googleplus:hover, .btn-googleplus .hover, .btn-googleplus:focus, .btn-googleplus .focus {
    color: #fff;
    background-color: #cd3623;
    border-color: #cd3623; }
  .btn-googleplus:active, .btn-googleplus .active {
    color: #fff;
    background-color: #c23321;
    border-color: #c23321; }
  .btn-googleplus:disabled, .btn-googleplus.disabled {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39; }
  .btn-googleplus:not(:disabled):not(.disabled):active, .btn-googleplus:not(:disabled):not(.disabled).active, .show > .btn-googleplus.dropdown-toggle {
    color: #fff;
    background-color: #c23321;
    border-color: #c23321; }
    .btn-googleplus:not(:disabled):not(.disabled):active:focus, .btn-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-googleplus.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-googleplus {
  color: #dd4b39;
  background-color: transparent;
  border-color: #dd4b39; }
  .btn-outline-googleplus:hover, .btn-outline-googleplus .hover, .btn-outline-googleplus:focus, .btn-outline-googleplus .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #cd3623;
    border-color: #cd3623; }
  .btn-outline-googleplus:active, .btn-outline-googleplus .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #c23321;
    border-color: #c23321; }
  .btn-outline-googleplus:disabled, .btn-outline-googleplus.disabled {
    color: #dd4b39;
    background-color: transparent;
    border-color: #dd4b39; }
  .btn-outline-googleplus:not(:disabled):not(.disabled):active, .btn-outline-googleplus:not(:disabled):not(.disabled).active, .show > .btn-outline-googleplus.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #c23321;
    border-color: #c23321; }
    .btn-outline-googleplus:not(:disabled):not(.disabled):active:focus, .btn-outline-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-googleplus.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-googleplus {
  color: #dd4b39;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-googleplus:hover, .btn-t-googleplus .hover, .btn-t-googleplus:focus, .btn-t-googleplus .focus {
    color: #cd3623;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-googleplus:active, .btn-t-googleplus .active {
    color: #c23321;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-googleplus:disabled, .btn-t-googleplus.disabled {
    color: #dd4b39;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-googleplus:not(:disabled):not(.disabled):active, .btn-t-googleplus:not(:disabled):not(.disabled).active, .show > .btn-t-googleplus.dropdown-toggle {
    color: #c23321;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-googleplus:not(:disabled):not(.disabled):active:focus, .btn-t-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-t-googleplus.dropdown-toggle:focus {
      box-shadow: none; }

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027; }
  .btn-pinterest:hover, .btn-pinterest .hover, .btn-pinterest:focus, .btn-pinterest .focus {
    color: #fff;
    background-color: #aa1b21;
    border-color: #aa1b21; }
  .btn-pinterest:active, .btn-pinterest .active {
    color: #fff;
    background-color: #9f191f;
    border-color: #9f191f; }
  .btn-pinterest:disabled, .btn-pinterest.disabled {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027; }
  .btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #9f191f;
    border-color: #9f191f; }
    .btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-pinterest {
  color: #cb2027;
  background-color: transparent;
  border-color: #cb2027; }
  .btn-outline-pinterest:hover, .btn-outline-pinterest .hover, .btn-outline-pinterest:focus, .btn-outline-pinterest .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #aa1b21;
    border-color: #aa1b21; }
  .btn-outline-pinterest:active, .btn-outline-pinterest .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #9f191f;
    border-color: #9f191f; }
  .btn-outline-pinterest:disabled, .btn-outline-pinterest.disabled {
    color: #cb2027;
    background-color: transparent;
    border-color: #cb2027; }
  .btn-outline-pinterest:not(:disabled):not(.disabled):active, .btn-outline-pinterest:not(:disabled):not(.disabled).active, .show > .btn-outline-pinterest.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #9f191f;
    border-color: #9f191f; }
    .btn-outline-pinterest:not(:disabled):not(.disabled):active:focus, .btn-outline-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pinterest.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-pinterest {
  color: #cb2027;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-pinterest:hover, .btn-t-pinterest .hover, .btn-t-pinterest:focus, .btn-t-pinterest .focus {
    color: #aa1b21;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-pinterest:active, .btn-t-pinterest .active {
    color: #9f191f;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-pinterest:disabled, .btn-t-pinterest.disabled {
    color: #cb2027;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-pinterest:not(:disabled):not(.disabled):active, .btn-t-pinterest:not(:disabled):not(.disabled).active, .show > .btn-t-pinterest.dropdown-toggle {
    color: #9f191f;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-pinterest:not(:disabled):not(.disabled):active:focus, .btn-t-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-t-pinterest.dropdown-toggle:focus {
      box-shadow: none; }

.btn-youtube {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000; }
  .btn-youtube:hover, .btn-youtube .hover, .btn-youtube:focus, .btn-youtube .focus {
    color: #fff;
    background-color: #950000;
    border-color: #950000; }
  .btn-youtube:active, .btn-youtube .active {
    color: #fff;
    background-color: #880000;
    border-color: #880000; }
  .btn-youtube:disabled, .btn-youtube.disabled {
    color: #fff;
    background-color: #bb0000;
    border-color: #bb0000; }
  .btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #880000;
    border-color: #880000; }
    .btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-youtube {
  color: #bb0000;
  background-color: transparent;
  border-color: #bb0000; }
  .btn-outline-youtube:hover, .btn-outline-youtube .hover, .btn-outline-youtube:focus, .btn-outline-youtube .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #950000;
    border-color: #950000; }
  .btn-outline-youtube:active, .btn-outline-youtube .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #880000;
    border-color: #880000; }
  .btn-outline-youtube:disabled, .btn-outline-youtube.disabled {
    color: #bb0000;
    background-color: transparent;
    border-color: #bb0000; }
  .btn-outline-youtube:not(:disabled):not(.disabled):active, .btn-outline-youtube:not(:disabled):not(.disabled).active, .show > .btn-outline-youtube.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #880000;
    border-color: #880000; }
    .btn-outline-youtube:not(:disabled):not(.disabled):active:focus, .btn-outline-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-youtube.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-youtube {
  color: #bb0000;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-youtube:hover, .btn-t-youtube .hover, .btn-t-youtube:focus, .btn-t-youtube .focus {
    color: #950000;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-youtube:active, .btn-t-youtube .active {
    color: #880000;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-youtube:disabled, .btn-t-youtube.disabled {
    color: #bb0000;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-youtube:not(:disabled):not(.disabled):active, .btn-t-youtube:not(:disabled):not(.disabled).active, .show > .btn-t-youtube.dropdown-toggle {
    color: #880000;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-youtube:not(:disabled):not(.disabled):active:focus, .btn-t-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-t-youtube.dropdown-toggle:focus {
      box-shadow: none; }

.btn-vine {
  color: #fff;
  background-color: #00b488;
  border-color: #00b488; }
  .btn-vine:hover, .btn-vine .hover, .btn-vine:focus, .btn-vine .focus {
    color: #fff;
    background-color: #008e6b;
    border-color: #008e6b; }
  .btn-vine:active, .btn-vine .active {
    color: #fff;
    background-color: #008161;
    border-color: #008161; }
  .btn-vine:disabled, .btn-vine.disabled {
    color: #fff;
    background-color: #00b488;
    border-color: #00b488; }
  .btn-vine:not(:disabled):not(.disabled):active, .btn-vine:not(:disabled):not(.disabled).active, .show > .btn-vine.dropdown-toggle {
    color: #fff;
    background-color: #008161;
    border-color: #008161; }
    .btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine:not(:disabled):not(.disabled).active:focus, .show > .btn-vine.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-vine {
  color: #00b488;
  background-color: transparent;
  border-color: #00b488; }
  .btn-outline-vine:hover, .btn-outline-vine .hover, .btn-outline-vine:focus, .btn-outline-vine .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #008e6b;
    border-color: #008e6b; }
  .btn-outline-vine:active, .btn-outline-vine .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #008161;
    border-color: #008161; }
  .btn-outline-vine:disabled, .btn-outline-vine.disabled {
    color: #00b488;
    background-color: transparent;
    border-color: #00b488; }
  .btn-outline-vine:not(:disabled):not(.disabled):active, .btn-outline-vine:not(:disabled):not(.disabled).active, .show > .btn-outline-vine.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #008161;
    border-color: #008161; }
    .btn-outline-vine:not(:disabled):not(.disabled):active:focus, .btn-outline-vine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-vine.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-vine {
  color: #00b488;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-vine:hover, .btn-t-vine .hover, .btn-t-vine:focus, .btn-t-vine .focus {
    color: #008e6b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vine:active, .btn-t-vine .active {
    color: #008161;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vine:disabled, .btn-t-vine.disabled {
    color: #00b488;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vine:not(:disabled):not(.disabled):active, .btn-t-vine:not(:disabled):not(.disabled).active, .show > .btn-t-vine.dropdown-toggle {
    color: #008161;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-vine:not(:disabled):not(.disabled):active:focus, .btn-t-vine:not(:disabled):not(.disabled).active:focus, .show > .btn-t-vine.dropdown-toggle:focus {
      box-shadow: none; }

.btn-dribbble {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89; }
  .btn-dribbble:hover, .btn-dribbble .hover, .btn-dribbble:focus, .btn-dribbble .focus {
    color: #fff;
    background-color: #e62a72;
    border-color: #e62a72; }
  .btn-dribbble:active, .btn-dribbble .active {
    color: #fff;
    background-color: #e51e6b;
    border-color: #e51e6b; }
  .btn-dribbble:disabled, .btn-dribbble.disabled {
    color: #000;
    background-color: #ea4c89;
    border-color: #ea4c89; }
  .btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {
    color: #fff;
    background-color: #e51e6b;
    border-color: #e51e6b; }
    .btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-dribbble {
  color: #ea4c89;
  background-color: transparent;
  border-color: #ea4c89; }
  .btn-outline-dribbble:hover, .btn-outline-dribbble .hover, .btn-outline-dribbble:focus, .btn-outline-dribbble .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e62a72;
    border-color: #e62a72; }
  .btn-outline-dribbble:active, .btn-outline-dribbble .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e51e6b;
    border-color: #e51e6b; }
  .btn-outline-dribbble:disabled, .btn-outline-dribbble.disabled {
    color: #ea4c89;
    background-color: transparent;
    border-color: #ea4c89; }
  .btn-outline-dribbble:not(:disabled):not(.disabled):active, .btn-outline-dribbble:not(:disabled):not(.disabled).active, .show > .btn-outline-dribbble.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #e51e6b;
    border-color: #e51e6b; }
    .btn-outline-dribbble:not(:disabled):not(.disabled):active:focus, .btn-outline-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dribbble.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-dribbble {
  color: #ea4c89;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-dribbble:hover, .btn-t-dribbble .hover, .btn-t-dribbble:focus, .btn-t-dribbble .focus {
    color: #e62a72;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-dribbble:active, .btn-t-dribbble .active {
    color: #e51e6b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-dribbble:disabled, .btn-t-dribbble.disabled {
    color: #ea4c89;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-dribbble:not(:disabled):not(.disabled):active, .btn-t-dribbble:not(:disabled):not(.disabled).active, .show > .btn-t-dribbble.dropdown-toggle {
    color: #e51e6b;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-dribbble:not(:disabled):not(.disabled):active:focus, .btn-t-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-t-dribbble.dropdown-toggle:focus {
      box-shadow: none; }

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084; }
  .btn-flickr:hover, .btn-flickr .hover, .btn-flickr:focus, .btn-flickr .focus {
    color: #fff;
    background-color: #d90070;
    border-color: #d90070; }
  .btn-flickr:active, .btn-flickr .active {
    color: #fff;
    background-color: #cc006a;
    border-color: #cc006a; }
  .btn-flickr:disabled, .btn-flickr.disabled {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084; }
  .btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
    color: #fff;
    background-color: #cc006a;
    border-color: #cc006a; }
    .btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-flickr {
  color: #ff0084;
  background-color: transparent;
  border-color: #ff0084; }
  .btn-outline-flickr:hover, .btn-outline-flickr .hover, .btn-outline-flickr:focus, .btn-outline-flickr .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d90070;
    border-color: #d90070; }
  .btn-outline-flickr:active, .btn-outline-flickr .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #cc006a;
    border-color: #cc006a; }
  .btn-outline-flickr:disabled, .btn-outline-flickr.disabled {
    color: #ff0084;
    background-color: transparent;
    border-color: #ff0084; }
  .btn-outline-flickr:not(:disabled):not(.disabled):active, .btn-outline-flickr:not(:disabled):not(.disabled).active, .show > .btn-outline-flickr.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #cc006a;
    border-color: #cc006a; }
    .btn-outline-flickr:not(:disabled):not(.disabled):active:focus, .btn-outline-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-flickr.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-flickr {
  color: #ff0084;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-flickr:hover, .btn-t-flickr .hover, .btn-t-flickr:focus, .btn-t-flickr .focus {
    color: #d90070;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-flickr:active, .btn-t-flickr .active {
    color: #cc006a;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-flickr:disabled, .btn-t-flickr.disabled {
    color: #ff0084;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-flickr:not(:disabled):not(.disabled):active, .btn-t-flickr:not(:disabled):not(.disabled).active, .show > .btn-t-flickr.dropdown-toggle {
    color: #cc006a;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-flickr:not(:disabled):not(.disabled):active:focus, .btn-t-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-t-flickr.dropdown-toggle:focus {
      box-shadow: none; }

.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff; }
  .btn-behance:hover, .btn-behance .hover, .btn-behance:focus, .btn-behance .focus {
    color: #fff;
    background-color: #0055f0;
    border-color: #0055f0; }
  .btn-behance:active, .btn-behance .active {
    color: #fff;
    background-color: #0050e3;
    border-color: #0050e3; }
  .btn-behance:disabled, .btn-behance.disabled {
    color: #fff;
    background-color: #1769ff;
    border-color: #1769ff; }
  .btn-behance:not(:disabled):not(.disabled):active, .btn-behance:not(:disabled):not(.disabled).active, .show > .btn-behance.dropdown-toggle {
    color: #fff;
    background-color: #0050e3;
    border-color: #0050e3; }
    .btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance:not(:disabled):not(.disabled).active:focus, .show > .btn-behance.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-behance {
  color: #1769ff;
  background-color: transparent;
  border-color: #1769ff; }
  .btn-outline-behance:hover, .btn-outline-behance .hover, .btn-outline-behance:focus, .btn-outline-behance .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0055f0;
    border-color: #0055f0; }
  .btn-outline-behance:active, .btn-outline-behance .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0050e3;
    border-color: #0050e3; }
  .btn-outline-behance:disabled, .btn-outline-behance.disabled {
    color: #1769ff;
    background-color: transparent;
    border-color: #1769ff; }
  .btn-outline-behance:not(:disabled):not(.disabled):active, .btn-outline-behance:not(:disabled):not(.disabled).active, .show > .btn-outline-behance.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #0050e3;
    border-color: #0050e3; }
    .btn-outline-behance:not(:disabled):not(.disabled):active:focus, .btn-outline-behance:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-behance.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-behance {
  color: #1769ff;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-behance:hover, .btn-t-behance .hover, .btn-t-behance:focus, .btn-t-behance .focus {
    color: #0055f0;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-behance:active, .btn-t-behance .active {
    color: #0050e3;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-behance:disabled, .btn-t-behance.disabled {
    color: #1769ff;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-behance:not(:disabled):not(.disabled):active, .btn-t-behance:not(:disabled):not(.disabled).active, .show > .btn-t-behance.dropdown-toggle {
    color: #0050e3;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-behance:not(:disabled):not(.disabled):active:focus, .btn-t-behance:not(:disabled):not(.disabled).active:focus, .show > .btn-t-behance.dropdown-toggle:focus {
      box-shadow: none; }

.btn-vimeo {
  color: #000;
  background-color: #1ab7ea;
  border-color: #1ab7ea; }
  .btn-vimeo:hover, .btn-vimeo .hover, .btn-vimeo:focus, .btn-vimeo .focus {
    color: #fff;
    background-color: #139ecb;
    border-color: #139ecb; }
  .btn-vimeo:active, .btn-vimeo .active {
    color: #fff;
    background-color: #1295bf;
    border-color: #1295bf; }
  .btn-vimeo:disabled, .btn-vimeo.disabled {
    color: #000;
    background-color: #1ab7ea;
    border-color: #1ab7ea; }
  .btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
    color: #fff;
    background-color: #1295bf;
    border-color: #1295bf; }
    .btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-vimeo {
  color: #1ab7ea;
  background-color: transparent;
  border-color: #1ab7ea; }
  .btn-outline-vimeo:hover, .btn-outline-vimeo .hover, .btn-outline-vimeo:focus, .btn-outline-vimeo .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #139ecb;
    border-color: #139ecb; }
  .btn-outline-vimeo:active, .btn-outline-vimeo .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1295bf;
    border-color: #1295bf; }
  .btn-outline-vimeo:disabled, .btn-outline-vimeo.disabled {
    color: #1ab7ea;
    background-color: transparent;
    border-color: #1ab7ea; }
  .btn-outline-vimeo:not(:disabled):not(.disabled):active, .btn-outline-vimeo:not(:disabled):not(.disabled).active, .show > .btn-outline-vimeo.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1295bf;
    border-color: #1295bf; }
    .btn-outline-vimeo:not(:disabled):not(.disabled):active:focus, .btn-outline-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-vimeo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-vimeo {
  color: #1ab7ea;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-vimeo:hover, .btn-t-vimeo .hover, .btn-t-vimeo:focus, .btn-t-vimeo .focus {
    color: #139ecb;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vimeo:active, .btn-t-vimeo .active {
    color: #1295bf;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vimeo:disabled, .btn-t-vimeo.disabled {
    color: #1ab7ea;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vimeo:not(:disabled):not(.disabled):active, .btn-t-vimeo:not(:disabled):not(.disabled).active, .show > .btn-t-vimeo.dropdown-toggle {
    color: #1295bf;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-vimeo:not(:disabled):not(.disabled):active:focus, .btn-t-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-t-vimeo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d; }
  .btn-tumblr:hover, .btn-tumblr .hover, .btn-tumblr:focus, .btn-tumblr .focus {
    color: #fff;
    background-color: #263d53;
    border-color: #263d53; }
  .btn-tumblr:active, .btn-tumblr .active {
    color: #fff;
    background-color: #22364a;
    border-color: #22364a; }
  .btn-tumblr:disabled, .btn-tumblr.disabled {
    color: #fff;
    background-color: #32506d;
    border-color: #32506d; }
  .btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #22364a;
    border-color: #22364a; }
    .btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-tumblr {
  color: #32506d;
  background-color: transparent;
  border-color: #32506d; }
  .btn-outline-tumblr:hover, .btn-outline-tumblr .hover, .btn-outline-tumblr:focus, .btn-outline-tumblr .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #263d53;
    border-color: #263d53; }
  .btn-outline-tumblr:active, .btn-outline-tumblr .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #22364a;
    border-color: #22364a; }
  .btn-outline-tumblr:disabled, .btn-outline-tumblr.disabled {
    color: #32506d;
    background-color: transparent;
    border-color: #32506d; }
  .btn-outline-tumblr:not(:disabled):not(.disabled):active, .btn-outline-tumblr:not(:disabled):not(.disabled).active, .show > .btn-outline-tumblr.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #22364a;
    border-color: #22364a; }
    .btn-outline-tumblr:not(:disabled):not(.disabled):active:focus, .btn-outline-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tumblr.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-tumblr {
  color: #32506d;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-tumblr:hover, .btn-t-tumblr .hover, .btn-t-tumblr:focus, .btn-t-tumblr .focus {
    color: #263d53;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-tumblr:active, .btn-t-tumblr .active {
    color: #22364a;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-tumblr:disabled, .btn-t-tumblr.disabled {
    color: #32506d;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-tumblr:not(:disabled):not(.disabled):active, .btn-t-tumblr:not(:disabled):not(.disabled).active, .show > .btn-t-tumblr.dropdown-toggle {
    color: #22364a;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-tumblr:not(:disabled):not(.disabled):active:focus, .btn-t-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-t-tumblr.dropdown-toggle:focus {
      box-shadow: none; }

.btn-instagram {
  color: #fff;
  background-color: #bc2a8d;
  border-color: #bc2a8d; }
  .btn-instagram:hover, .btn-instagram .hover, .btn-instagram:focus, .btn-instagram .focus {
    color: #fff;
    background-color: #9d2376;
    border-color: #9d2376; }
  .btn-instagram:active, .btn-instagram .active {
    color: #fff;
    background-color: #92216e;
    border-color: #92216e; }
  .btn-instagram:disabled, .btn-instagram.disabled {
    color: #fff;
    background-color: #bc2a8d;
    border-color: #bc2a8d; }
  .btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #92216e;
    border-color: #92216e; }
    .btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-instagram {
  color: #bc2a8d;
  background-color: transparent;
  border-color: #bc2a8d; }
  .btn-outline-instagram:hover, .btn-outline-instagram .hover, .btn-outline-instagram:focus, .btn-outline-instagram .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #9d2376;
    border-color: #9d2376; }
  .btn-outline-instagram:active, .btn-outline-instagram .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #92216e;
    border-color: #92216e; }
  .btn-outline-instagram:disabled, .btn-outline-instagram.disabled {
    color: #bc2a8d;
    background-color: transparent;
    border-color: #bc2a8d; }
  .btn-outline-instagram:not(:disabled):not(.disabled):active, .btn-outline-instagram:not(:disabled):not(.disabled).active, .show > .btn-outline-instagram.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #92216e;
    border-color: #92216e; }
    .btn-outline-instagram:not(:disabled):not(.disabled):active:focus, .btn-outline-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-instagram.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-instagram {
  color: #bc2a8d;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-instagram:hover, .btn-t-instagram .hover, .btn-t-instagram:focus, .btn-t-instagram .focus {
    color: #9d2376;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-instagram:active, .btn-t-instagram .active {
    color: #92216e;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-instagram:disabled, .btn-t-instagram.disabled {
    color: #bc2a8d;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-instagram:not(:disabled):not(.disabled):active, .btn-t-instagram:not(:disabled):not(.disabled).active, .show > .btn-t-instagram.dropdown-toggle {
    color: #92216e;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-instagram:not(:disabled):not(.disabled):active:focus, .btn-t-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-t-instagram.dropdown-toggle:focus {
      box-shadow: none; }

.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e; }
  .btn-vk:hover, .btn-vk .hover, .btn-vk:focus, .btn-vk .focus {
    color: #fff;
    background-color: #385474;
    border-color: #385474; }
  .btn-vk:active, .btn-vk .active {
    color: #fff;
    background-color: #344d6c;
    border-color: #344d6c; }
  .btn-vk:disabled, .btn-vk.disabled {
    color: #fff;
    background-color: #45668e;
    border-color: #45668e; }
  .btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
    color: #fff;
    background-color: #344d6c;
    border-color: #344d6c; }
    .btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-vk {
  color: #45668e;
  background-color: transparent;
  border-color: #45668e; }
  .btn-outline-vk:hover, .btn-outline-vk .hover, .btn-outline-vk:focus, .btn-outline-vk .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #385474;
    border-color: #385474; }
  .btn-outline-vk:active, .btn-outline-vk .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #344d6c;
    border-color: #344d6c; }
  .btn-outline-vk:disabled, .btn-outline-vk.disabled {
    color: #45668e;
    background-color: transparent;
    border-color: #45668e; }
  .btn-outline-vk:not(:disabled):not(.disabled):active, .btn-outline-vk:not(:disabled):not(.disabled).active, .show > .btn-outline-vk.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #344d6c;
    border-color: #344d6c; }
    .btn-outline-vk:not(:disabled):not(.disabled):active:focus, .btn-outline-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-vk.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-vk {
  color: #45668e;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-vk:hover, .btn-t-vk .hover, .btn-t-vk:focus, .btn-t-vk .focus {
    color: #385474;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vk:active, .btn-t-vk .active {
    color: #344d6c;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vk:disabled, .btn-t-vk.disabled {
    color: #45668e;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-vk:not(:disabled):not(.disabled):active, .btn-t-vk:not(:disabled):not(.disabled).active, .show > .btn-t-vk.dropdown-toggle {
    color: #344d6c;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-vk:not(:disabled):not(.disabled):active:focus, .btn-t-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-t-vk.dropdown-toggle:focus {
      box-shadow: none; }

.btn-wordpress {
  color: #fff;
  background-color: #21759b;
  border-color: #21759b; }
  .btn-wordpress:hover, .btn-wordpress .hover, .btn-wordpress:focus, .btn-wordpress .focus {
    color: #fff;
    background-color: #1a5d7b;
    border-color: #1a5d7b; }
  .btn-wordpress:active, .btn-wordpress .active {
    color: #fff;
    background-color: #185571;
    border-color: #185571; }
  .btn-wordpress:disabled, .btn-wordpress.disabled {
    color: #fff;
    background-color: #21759b;
    border-color: #21759b; }
  .btn-wordpress:not(:disabled):not(.disabled):active, .btn-wordpress:not(:disabled):not(.disabled).active, .show > .btn-wordpress.dropdown-toggle {
    color: #fff;
    background-color: #185571;
    border-color: #185571; }
    .btn-wordpress:not(:disabled):not(.disabled):active:focus, .btn-wordpress:not(:disabled):not(.disabled).active:focus, .show > .btn-wordpress.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-wordpress {
  color: #21759b;
  background-color: transparent;
  border-color: #21759b; }
  .btn-outline-wordpress:hover, .btn-outline-wordpress .hover, .btn-outline-wordpress:focus, .btn-outline-wordpress .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #1a5d7b;
    border-color: #1a5d7b; }
  .btn-outline-wordpress:active, .btn-outline-wordpress .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #185571;
    border-color: #185571; }
  .btn-outline-wordpress:disabled, .btn-outline-wordpress.disabled {
    color: #21759b;
    background-color: transparent;
    border-color: #21759b; }
  .btn-outline-wordpress:not(:disabled):not(.disabled):active, .btn-outline-wordpress:not(:disabled):not(.disabled).active, .show > .btn-outline-wordpress.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #185571;
    border-color: #185571; }
    .btn-outline-wordpress:not(:disabled):not(.disabled):active:focus, .btn-outline-wordpress:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-wordpress.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-wordpress {
  color: #21759b;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-wordpress:hover, .btn-t-wordpress .hover, .btn-t-wordpress:focus, .btn-t-wordpress .focus {
    color: #1a5d7b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-wordpress:active, .btn-t-wordpress .active {
    color: #185571;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-wordpress:disabled, .btn-t-wordpress.disabled {
    color: #21759b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-wordpress:not(:disabled):not(.disabled):active, .btn-t-wordpress:not(:disabled):not(.disabled).active, .show > .btn-t-wordpress.dropdown-toggle {
    color: #185571;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-wordpress:not(:disabled):not(.disabled):active:focus, .btn-t-wordpress:not(:disabled):not(.disabled).active:focus, .show > .btn-t-wordpress.dropdown-toggle:focus {
      box-shadow: none; }

.btn-yahoo {
  color: #fff;
  background-color: #7B0099;
  border-color: #7B0099; }
  .btn-yahoo:hover, .btn-yahoo .hover, .btn-yahoo:focus, .btn-yahoo .focus {
    color: #fff;
    background-color: #5c0073;
    border-color: #5c0073; }
  .btn-yahoo:active, .btn-yahoo .active {
    color: #fff;
    background-color: #520066;
    border-color: #520066; }
  .btn-yahoo:disabled, .btn-yahoo.disabled {
    color: #fff;
    background-color: #7B0099;
    border-color: #7B0099; }
  .btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
    color: #fff;
    background-color: #520066;
    border-color: #520066; }
    .btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-yahoo {
  color: #7B0099;
  background-color: transparent;
  border-color: #7B0099; }
  .btn-outline-yahoo:hover, .btn-outline-yahoo .hover, .btn-outline-yahoo:focus, .btn-outline-yahoo .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #5c0073;
    border-color: #5c0073; }
  .btn-outline-yahoo:active, .btn-outline-yahoo .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #520066;
    border-color: #520066; }
  .btn-outline-yahoo:disabled, .btn-outline-yahoo.disabled {
    color: #7B0099;
    background-color: transparent;
    border-color: #7B0099; }
  .btn-outline-yahoo:not(:disabled):not(.disabled):active, .btn-outline-yahoo:not(:disabled):not(.disabled).active, .show > .btn-outline-yahoo.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #520066;
    border-color: #520066; }
    .btn-outline-yahoo:not(:disabled):not(.disabled):active:focus, .btn-outline-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yahoo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-yahoo {
  color: #7B0099;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-yahoo:hover, .btn-t-yahoo .hover, .btn-t-yahoo:focus, .btn-t-yahoo .focus {
    color: #5c0073;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-yahoo:active, .btn-t-yahoo .active {
    color: #520066;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-yahoo:disabled, .btn-t-yahoo.disabled {
    color: #7B0099;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-yahoo:not(:disabled):not(.disabled):active, .btn-t-yahoo:not(:disabled):not(.disabled).active, .show > .btn-t-yahoo.dropdown-toggle {
    color: #520066;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-yahoo:not(:disabled):not(.disabled):active:focus, .btn-t-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-t-yahoo.dropdown-toggle:focus {
      box-shadow: none; }

.btn-blogger {
  color: #000;
  background-color: #fb8f3d;
  border-color: #fb8f3d; }
  .btn-blogger:hover, .btn-blogger .hover, .btn-blogger:focus, .btn-blogger .focus {
    color: #000;
    background-color: #fa7918;
    border-color: #fa7918; }
  .btn-blogger:active, .btn-blogger .active {
    color: #000;
    background-color: #fa720b;
    border-color: #fa720b; }
  .btn-blogger:disabled, .btn-blogger.disabled {
    color: #000;
    background-color: #fb8f3d;
    border-color: #fb8f3d; }
  .btn-blogger:not(:disabled):not(.disabled):active, .btn-blogger:not(:disabled):not(.disabled).active, .show > .btn-blogger.dropdown-toggle {
    color: #000;
    background-color: #fa720b;
    border-color: #fa720b; }
    .btn-blogger:not(:disabled):not(.disabled):active:focus, .btn-blogger:not(:disabled):not(.disabled).active:focus, .show > .btn-blogger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-blogger {
  color: #fb8f3d;
  background-color: transparent;
  border-color: #fb8f3d; }
  .btn-outline-blogger:hover, .btn-outline-blogger .hover, .btn-outline-blogger:focus, .btn-outline-blogger .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #fa7918;
    border-color: #fa7918; }
  .btn-outline-blogger:active, .btn-outline-blogger .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #fa720b;
    border-color: #fa720b; }
  .btn-outline-blogger:disabled, .btn-outline-blogger.disabled {
    color: #fb8f3d;
    background-color: transparent;
    border-color: #fb8f3d; }
  .btn-outline-blogger:not(:disabled):not(.disabled):active, .btn-outline-blogger:not(:disabled):not(.disabled).active, .show > .btn-outline-blogger.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #fa720b;
    border-color: #fa720b; }
    .btn-outline-blogger:not(:disabled):not(.disabled):active:focus, .btn-outline-blogger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blogger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-blogger {
  color: #fb8f3d;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-blogger:hover, .btn-t-blogger .hover, .btn-t-blogger:focus, .btn-t-blogger .focus {
    color: #fa7918;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-blogger:active, .btn-t-blogger .active {
    color: #fa720b;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-blogger:disabled, .btn-t-blogger.disabled {
    color: #fb8f3d;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-blogger:not(:disabled):not(.disabled):active, .btn-t-blogger:not(:disabled):not(.disabled).active, .show > .btn-t-blogger.dropdown-toggle {
    color: #fa720b;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-blogger:not(:disabled):not(.disabled):active:focus, .btn-t-blogger:not(:disabled):not(.disabled).active:focus, .show > .btn-t-blogger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-soundcloud {
  color: #fff;
  background-color: #ff3a00;
  border-color: #ff3a00; }
  .btn-soundcloud:hover, .btn-soundcloud .hover, .btn-soundcloud:focus, .btn-soundcloud .focus {
    color: #fff;
    background-color: #d93100;
    border-color: #d93100; }
  .btn-soundcloud:active, .btn-soundcloud .active {
    color: #fff;
    background-color: #cc2e00;
    border-color: #cc2e00; }
  .btn-soundcloud:disabled, .btn-soundcloud.disabled {
    color: #fff;
    background-color: #ff3a00;
    border-color: #ff3a00; }
  .btn-soundcloud:not(:disabled):not(.disabled):active, .btn-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-soundcloud.dropdown-toggle {
    color: #fff;
    background-color: #cc2e00;
    border-color: #cc2e00; }
    .btn-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-soundcloud {
  color: #ff3a00;
  background-color: transparent;
  border-color: #ff3a00; }
  .btn-outline-soundcloud:hover, .btn-outline-soundcloud .hover, .btn-outline-soundcloud:focus, .btn-outline-soundcloud .focus {
    color: rgba(255, 255, 255, 0.85);
    background-color: #d93100;
    border-color: #d93100; }
  .btn-outline-soundcloud:active, .btn-outline-soundcloud .active {
    color: rgba(255, 255, 255, 0.85);
    background-color: #cc2e00;
    border-color: #cc2e00; }
  .btn-outline-soundcloud:disabled, .btn-outline-soundcloud.disabled {
    color: #ff3a00;
    background-color: transparent;
    border-color: #ff3a00; }
  .btn-outline-soundcloud:not(:disabled):not(.disabled):active, .btn-outline-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-outline-soundcloud.dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
    background-color: #cc2e00;
    border-color: #cc2e00; }
    .btn-outline-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-outline-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-soundcloud.dropdown-toggle:focus {
      box-shadow: none; }

.btn-t-soundcloud {
  color: #ff3a00;
  background-color: transparent;
  border-color: transparent; }
  .btn-t-soundcloud:hover, .btn-t-soundcloud .hover, .btn-t-soundcloud:focus, .btn-t-soundcloud .focus {
    color: #d93100;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-soundcloud:active, .btn-t-soundcloud .active {
    color: #cc2e00;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-soundcloud:disabled, .btn-t-soundcloud.disabled {
    color: #ff3a00;
    background-color: transparent;
    border-color: transparent; }
  .btn-t-soundcloud:not(:disabled):not(.disabled):active, .btn-t-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-t-soundcloud.dropdown-toggle {
    color: #cc2e00;
    background-color: transparent;
    border-color: transparent; }
    .btn-t-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-t-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-t-soundcloud.dropdown-toggle:focus {
      box-shadow: none; }

.btn-blue {
  color: #fff;
  background-color: #4a8bff;
  border-color: #4a8bff; }
  .btn-blue:hover, .btn-blue .hover, .btn-blue:focus, .btn-blue .focus {
    color: #fff;
    background-color: #2472ff;
    border-color: #2472ff; }
  .btn-blue:active, .btn-blue .active {
    color: #fff;
    background-color: #176aff;
    border-color: #176aff; }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #fff;
    background-color: #4a8bff;
    border-color: #4a8bff; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #176aff;
    border-color: #176aff; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Badges]
 * ------------------------------------------------------------------------------------------------------------------ */
.badge {
  padding: 0.25em 0.4em;
  margin: 0 .25rem .25rem 0;
  font-size: 85%;
  font-weight: 300;
  border-radius: .15rem; }
  .badge[class*="outline-"] {
    border: 1px solid transparent; }

.badge.badge-blue {
  color: #000;
  border-color: #4a8bff;
  background-color: #4a8bff; }

a.badge.badge-blue:hover, a.badge.badge-blue:focus,
.btn.badge.badge-blue:hover,
.btn.badge.badge-blue:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-blue:active,
.btn.badge.badge-blue:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-blue {
  color: #4a8bff;
  border-color: #4a8bff;
  background-color: transparent; }

a.badge.badge-outline-blue:hover, a.badge.badge-outline-blue:focus,
.btn.badge.badge-outline-blue:hover,
.btn.badge.badge-outline-blue:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #2472ff;
  background-color: #2472ff; }
a.badge.badge-outline-blue:active,
.btn.badge.badge-outline-blue:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #176aff;
  background-color: #176aff; }

.badge.badge-indigo {
  color: #fff;
  border-color: #6610f2;
  background-color: #6610f2; }

a.badge.badge-indigo:hover, a.badge.badge-indigo:focus,
.btn.badge.badge-indigo:hover,
.btn.badge.badge-indigo:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-indigo:active,
.btn.badge.badge-indigo:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-indigo {
  color: #6610f2;
  border-color: #6610f2;
  background-color: transparent; }

a.badge.badge-outline-indigo:hover, a.badge.badge-outline-indigo:focus,
.btn.badge.badge-outline-indigo:hover,
.btn.badge.badge-outline-indigo:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #560bd0;
  background-color: #560bd0; }
a.badge.badge-outline-indigo:active,
.btn.badge.badge-outline-indigo:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #510bc4;
  background-color: #510bc4; }

.badge.badge-purple {
  color: #fff;
  border-color: #6f42c1;
  background-color: #6f42c1; }

a.badge.badge-purple:hover, a.badge.badge-purple:focus,
.btn.badge.badge-purple:hover,
.btn.badge.badge-purple:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-purple:active,
.btn.badge.badge-purple:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
  background-color: transparent; }

a.badge.badge-outline-purple:hover, a.badge.badge-outline-purple:focus,
.btn.badge.badge-outline-purple:hover,
.btn.badge.badge-outline-purple:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #5e37a6;
  background-color: #5e37a6; }
a.badge.badge-outline-purple:active,
.btn.badge.badge-outline-purple:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #59339d;
  background-color: #59339d; }

.badge.badge-pink {
  color: #fff;
  border-color: #e83e8c;
  background-color: #e83e8c; }

a.badge.badge-pink:hover, a.badge.badge-pink:focus,
.btn.badge.badge-pink:hover,
.btn.badge.badge-pink:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-pink:active,
.btn.badge.badge-pink:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
  background-color: transparent; }

a.badge.badge-outline-pink:hover, a.badge.badge-outline-pink:focus,
.btn.badge.badge-outline-pink:hover,
.btn.badge.badge-outline-pink:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #e41c78;
  background-color: #e41c78; }
a.badge.badge-outline-pink:active,
.btn.badge.badge-outline-pink:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #d91a72;
  background-color: #d91a72; }

.badge.badge-red {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545; }

a.badge.badge-red:hover, a.badge.badge-red:focus,
.btn.badge.badge-red:hover,
.btn.badge.badge-red:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-red:active,
.btn.badge.badge-red:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-red {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent; }

a.badge.badge-outline-red:hover, a.badge.badge-outline-red:focus,
.btn.badge.badge-outline-red:hover,
.btn.badge.badge-outline-red:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #c82333;
  background-color: #c82333; }
a.badge.badge-outline-red:active,
.btn.badge.badge-outline-red:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #bd2130;
  background-color: #bd2130; }

.badge.badge-orange {
  color: #000;
  border-color: #fd7e14;
  background-color: #fd7e14; }

a.badge.badge-orange:hover, a.badge.badge-orange:focus,
.btn.badge.badge-orange:hover,
.btn.badge.badge-orange:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-orange:active,
.btn.badge.badge-orange:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-orange {
  color: #fd7e14;
  border-color: #fd7e14;
  background-color: transparent; }

a.badge.badge-outline-orange:hover, a.badge.badge-outline-orange:focus,
.btn.badge.badge-outline-orange:hover,
.btn.badge.badge-outline-orange:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #e96b02;
  background-color: #e96b02; }
a.badge.badge-outline-orange:active,
.btn.badge.badge-outline-orange:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #dc6502;
  background-color: #dc6502; }

.badge.badge-yellow {
  color: #000;
  border-color: #ffc107;
  background-color: #ffc107; }

a.badge.badge-yellow:hover, a.badge.badge-yellow:focus,
.btn.badge.badge-yellow:hover,
.btn.badge.badge-yellow:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-yellow:active,
.btn.badge.badge-yellow:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-yellow {
  color: #ffc107;
  border-color: #ffc107;
  background-color: transparent; }

a.badge.badge-outline-yellow:hover, a.badge.badge-outline-yellow:focus,
.btn.badge.badge-outline-yellow:hover,
.btn.badge.badge-outline-yellow:focus {
  color: #555;
  border-color: #e0a800;
  background-color: #e0a800; }
a.badge.badge-outline-yellow:active,
.btn.badge.badge-outline-yellow:active {
  color: #555;
  border-color: #d39e00;
  background-color: #d39e00; }

.badge.badge-green {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745; }

a.badge.badge-green:hover, a.badge.badge-green:focus,
.btn.badge.badge-green:hover,
.btn.badge.badge-green:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-green:active,
.btn.badge.badge-green:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-green {
  color: #28a745;
  border-color: #28a745;
  background-color: transparent; }

a.badge.badge-outline-green:hover, a.badge.badge-outline-green:focus,
.btn.badge.badge-outline-green:hover,
.btn.badge.badge-outline-green:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #218838;
  background-color: #218838; }
a.badge.badge-outline-green:active,
.btn.badge.badge-outline-green:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #1e7e34;
  background-color: #1e7e34; }

.badge.badge-teal {
  color: #000;
  border-color: #20c997;
  background-color: #20c997; }

a.badge.badge-teal:hover, a.badge.badge-teal:focus,
.btn.badge.badge-teal:hover,
.btn.badge.badge-teal:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-teal:active,
.btn.badge.badge-teal:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-teal {
  color: #20c997;
  border-color: #20c997;
  background-color: transparent; }

a.badge.badge-outline-teal:hover, a.badge.badge-outline-teal:focus,
.btn.badge.badge-outline-teal:hover,
.btn.badge.badge-outline-teal:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #1ba87e;
  background-color: #1ba87e; }
a.badge.badge-outline-teal:active,
.btn.badge.badge-outline-teal:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #199d76;
  background-color: #199d76; }

.badge.badge-cyan {
  color: #fff;
  border-color: #17a2b8;
  background-color: #17a2b8; }

a.badge.badge-cyan:hover, a.badge.badge-cyan:focus,
.btn.badge.badge-cyan:hover,
.btn.badge.badge-cyan:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-cyan:active,
.btn.badge.badge-cyan:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-cyan {
  color: #17a2b8;
  border-color: #17a2b8;
  background-color: transparent; }

a.badge.badge-outline-cyan:hover, a.badge.badge-outline-cyan:focus,
.btn.badge.badge-outline-cyan:hover,
.btn.badge.badge-outline-cyan:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #138496;
  background-color: #138496; }
a.badge.badge-outline-cyan:active,
.btn.badge.badge-outline-cyan:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #117a8b;
  background-color: #117a8b; }

.badge.badge-white {
  color: #000;
  border-color: #fff;
  background-color: #fff; }

a.badge.badge-white:hover, a.badge.badge-white:focus,
.btn.badge.badge-white:hover,
.btn.badge.badge-white:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-white:active,
.btn.badge.badge-white:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

a.badge.badge-outline-white:hover, a.badge.badge-outline-white:focus,
.btn.badge.badge-outline-white:hover,
.btn.badge.badge-outline-white:focus {
  color: #555;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-outline-white:active,
.btn.badge.badge-outline-white:active {
  color: #555;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-black {
  color: #fff;
  border-color: #000;
  background-color: #000; }

a.badge.badge-black:hover, a.badge.badge-black:focus,
.btn.badge.badge-black:hover,
.btn.badge.badge-black:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-black:active,
.btn.badge.badge-black:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-black {
  color: #000;
  border-color: #000;
  background-color: transparent; }

a.badge.badge-outline-black:hover, a.badge.badge-outline-black:focus,
.btn.badge.badge-outline-black:hover,
.btn.badge.badge-outline-black:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: black;
  background-color: black; }
a.badge.badge-outline-black:active,
.btn.badge.badge-outline-black:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: black;
  background-color: black; }

.badge.badge-text {
  color: #fff;
  border-color: #555;
  background-color: #555; }

a.badge.badge-text:hover, a.badge.badge-text:focus,
.btn.badge.badge-text:hover,
.btn.badge.badge-text:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-text:active,
.btn.badge.badge-text:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-text {
  color: #555;
  border-color: #555;
  background-color: transparent; }

a.badge.badge-outline-text:hover, a.badge.badge-outline-text:focus,
.btn.badge.badge-outline-text:hover,
.btn.badge.badge-outline-text:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #424242;
  background-color: #424242; }
a.badge.badge-outline-text:active,
.btn.badge.badge-outline-text:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #3c3c3c;
  background-color: #3c3c3c; }

.badge.badge-text-light {
  color: #000;
  border-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.85); }

a.badge.badge-text-light:hover, a.badge.badge-text-light:focus,
.btn.badge.badge-text-light:hover,
.btn.badge.badge-text-light:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-text-light:active,
.btn.badge.badge-text-light:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-text-light {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.85);
  background-color: transparent; }

a.badge.badge-outline-text-light:hover, a.badge.badge-outline-text-light:focus,
.btn.badge.badge-outline-text-light:hover,
.btn.badge.badge-outline-text-light:focus {
  color: #555;
  border-color: rgba(236, 236, 236, 0.85);
  background-color: rgba(236, 236, 236, 0.85); }
a.badge.badge-outline-text-light:active,
.btn.badge.badge-outline-text-light:active {
  color: #555;
  border-color: rgba(230, 230, 230, 0.85);
  background-color: rgba(230, 230, 230, 0.85); }

.badge.badge-text-heading {
  color: #fff;
  border-color: #333;
  background-color: #333; }

a.badge.badge-text-heading:hover, a.badge.badge-text-heading:focus,
.btn.badge.badge-text-heading:hover,
.btn.badge.badge-text-heading:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-text-heading:active,
.btn.badge.badge-text-heading:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-text-heading {
  color: #333;
  border-color: #333;
  background-color: transparent; }

a.badge.badge-outline-text-heading:hover, a.badge.badge-outline-text-heading:focus,
.btn.badge.badge-outline-text-heading:hover,
.btn.badge.badge-outline-text-heading:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #202020;
  background-color: #202020; }
a.badge.badge-outline-text-heading:active,
.btn.badge.badge-outline-text-heading:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #1a1a1a;
  background-color: #1a1a1a; }

.badge.badge-text-heading-light {
  color: #000;
  border-color: #fff;
  background-color: #fff; }

a.badge.badge-text-heading-light:hover, a.badge.badge-text-heading-light:focus,
.btn.badge.badge-text-heading-light:hover,
.btn.badge.badge-text-heading-light:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-text-heading-light:active,
.btn.badge.badge-text-heading-light:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-text-heading-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

a.badge.badge-outline-text-heading-light:hover, a.badge.badge-outline-text-heading-light:focus,
.btn.badge.badge-outline-text-heading-light:hover,
.btn.badge.badge-outline-text-heading-light:focus {
  color: #555;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-outline-text-heading-light:active,
.btn.badge.badge-outline-text-heading-light:active {
  color: #555;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-text-muted {
  color: #000;
  border-color: #888;
  background-color: #888; }

a.badge.badge-text-muted:hover, a.badge.badge-text-muted:focus,
.btn.badge.badge-text-muted:hover,
.btn.badge.badge-text-muted:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-text-muted:active,
.btn.badge.badge-text-muted:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-text-muted {
  color: #888;
  border-color: #888;
  background-color: transparent; }

a.badge.badge-outline-text-muted:hover, a.badge.badge-outline-text-muted:focus,
.btn.badge.badge-outline-text-muted:hover,
.btn.badge.badge-outline-text-muted:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #757575;
  background-color: #757575; }
a.badge.badge-outline-text-muted:active,
.btn.badge.badge-outline-text-muted:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #6f6f6f;
  background-color: #6f6f6f; }

.badge.badge-text-muted-light {
  color: #000;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.75); }

a.badge.badge-text-muted-light:hover, a.badge.badge-text-muted-light:focus,
.btn.badge.badge-text-muted-light:hover,
.btn.badge.badge-text-muted-light:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-text-muted-light:active,
.btn.badge.badge-text-muted-light:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-text-muted-light {
  color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent; }

a.badge.badge-outline-text-muted-light:hover, a.badge.badge-outline-text-muted-light:focus,
.btn.badge.badge-outline-text-muted-light:hover,
.btn.badge.badge-outline-text-muted-light:focus {
  color: #555;
  border-color: rgba(236, 236, 236, 0.75);
  background-color: rgba(236, 236, 236, 0.75); }
a.badge.badge-outline-text-muted-light:active,
.btn.badge.badge-outline-text-muted-light:active {
  color: #555;
  border-color: rgba(230, 230, 230, 0.75);
  background-color: rgba(230, 230, 230, 0.75); }

.badge.badge-primary {
  color: #fff;
  border-color: #3a4957;
  background-color: #3a4957; }

a.badge.badge-primary:hover, a.badge.badge-primary:focus,
.btn.badge.badge-primary:hover,
.btn.badge.badge-primary:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-primary:active,
.btn.badge.badge-primary:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-primary {
  color: #3a4957;
  border-color: #3a4957;
  background-color: transparent; }

a.badge.badge-outline-primary:hover, a.badge.badge-outline-primary:focus,
.btn.badge.badge-outline-primary:hover,
.btn.badge.badge-outline-primary:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #2b3640;
  background-color: #2b3640; }
a.badge.badge-outline-primary:active,
.btn.badge.badge-outline-primary:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #262f38;
  background-color: #262f38; }

.badge.badge-secondary {
  color: #fff;
  border-color: #17a2b8;
  background-color: #17a2b8; }

a.badge.badge-secondary:hover, a.badge.badge-secondary:focus,
.btn.badge.badge-secondary:hover,
.btn.badge.badge-secondary:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-secondary:active,
.btn.badge.badge-secondary:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-secondary {
  color: #17a2b8;
  border-color: #17a2b8;
  background-color: transparent; }

a.badge.badge-outline-secondary:hover, a.badge.badge-outline-secondary:focus,
.btn.badge.badge-outline-secondary:hover,
.btn.badge.badge-outline-secondary:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #138496;
  background-color: #138496; }
a.badge.badge-outline-secondary:active,
.btn.badge.badge-outline-secondary:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #117a8b;
  background-color: #117a8b; }

.badge.badge-success {
  color: #fff;
  border-color: #28a745;
  background-color: #28a745; }

a.badge.badge-success:hover, a.badge.badge-success:focus,
.btn.badge.badge-success:hover,
.btn.badge.badge-success:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-success:active,
.btn.badge.badge-success:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-success {
  color: #28a745;
  border-color: #28a745;
  background-color: transparent; }

a.badge.badge-outline-success:hover, a.badge.badge-outline-success:focus,
.btn.badge.badge-outline-success:hover,
.btn.badge.badge-outline-success:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #218838;
  background-color: #218838; }
a.badge.badge-outline-success:active,
.btn.badge.badge-outline-success:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #1e7e34;
  background-color: #1e7e34; }

.badge.badge-info {
  color: #000;
  border-color: #4a8bff;
  background-color: #4a8bff; }

a.badge.badge-info:hover, a.badge.badge-info:focus,
.btn.badge.badge-info:hover,
.btn.badge.badge-info:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-info:active,
.btn.badge.badge-info:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-info {
  color: #4a8bff;
  border-color: #4a8bff;
  background-color: transparent; }

a.badge.badge-outline-info:hover, a.badge.badge-outline-info:focus,
.btn.badge.badge-outline-info:hover,
.btn.badge.badge-outline-info:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #2472ff;
  background-color: #2472ff; }
a.badge.badge-outline-info:active,
.btn.badge.badge-outline-info:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #176aff;
  background-color: #176aff; }

.badge.badge-warning {
  color: #000;
  border-color: #fd7e14;
  background-color: #fd7e14; }

a.badge.badge-warning:hover, a.badge.badge-warning:focus,
.btn.badge.badge-warning:hover,
.btn.badge.badge-warning:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-warning:active,
.btn.badge.badge-warning:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-warning {
  color: #fd7e14;
  border-color: #fd7e14;
  background-color: transparent; }

a.badge.badge-outline-warning:hover, a.badge.badge-outline-warning:focus,
.btn.badge.badge-outline-warning:hover,
.btn.badge.badge-outline-warning:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #e96b02;
  background-color: #e96b02; }
a.badge.badge-outline-warning:active,
.btn.badge.badge-outline-warning:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #dc6502;
  background-color: #dc6502; }

.badge.badge-danger {
  color: #fff;
  border-color: #e83e8c;
  background-color: #e83e8c; }

a.badge.badge-danger:hover, a.badge.badge-danger:focus,
.btn.badge.badge-danger:hover,
.btn.badge.badge-danger:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-danger:active,
.btn.badge.badge-danger:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-danger {
  color: #e83e8c;
  border-color: #e83e8c;
  background-color: transparent; }

a.badge.badge-outline-danger:hover, a.badge.badge-outline-danger:focus,
.btn.badge.badge-outline-danger:hover,
.btn.badge.badge-outline-danger:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #e41c78;
  background-color: #e41c78; }
a.badge.badge-outline-danger:active,
.btn.badge.badge-outline-danger:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #d91a72;
  background-color: #d91a72; }

.badge.badge-light {
  color: #000;
  border-color: #fafafa;
  background-color: #fafafa; }

a.badge.badge-light:hover, a.badge.badge-light:focus,
.btn.badge.badge-light:hover,
.btn.badge.badge-light:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-light:active,
.btn.badge.badge-light:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-light {
  color: #fafafa;
  border-color: #fafafa;
  background-color: transparent; }

a.badge.badge-outline-light:hover, a.badge.badge-outline-light:focus,
.btn.badge.badge-outline-light:hover,
.btn.badge.badge-outline-light:focus {
  color: #555;
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
a.badge.badge-outline-light:active,
.btn.badge.badge-outline-light:active {
  color: #555;
  border-color: #e1e1e1;
  background-color: #e1e1e1; }

.badge.badge-dark {
  color: #fff;
  border-color: #0d0e10;
  background-color: #0d0e10; }

a.badge.badge-dark:hover, a.badge.badge-dark:focus,
.btn.badge.badge-dark:hover,
.btn.badge.badge-dark:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-dark:active,
.btn.badge.badge-dark:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-dark {
  color: #0d0e10;
  border-color: #0d0e10;
  background-color: transparent; }

a.badge.badge-outline-dark:hover, a.badge.badge-outline-dark:focus,
.btn.badge.badge-outline-dark:hover,
.btn.badge.badge-outline-dark:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: black;
  background-color: black; }
a.badge.badge-outline-dark:active,
.btn.badge.badge-outline-dark:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: black;
  background-color: black; }

.badge.badge-facebook {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998; }

a.badge.badge-facebook:hover, a.badge.badge-facebook:focus,
.btn.badge.badge-facebook:hover,
.btn.badge.badge-facebook:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-facebook:active,
.btn.badge.badge-facebook:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
  background-color: transparent; }

a.badge.badge-outline-facebook:hover, a.badge.badge-outline-facebook:focus,
.btn.badge.badge-outline-facebook:hover,
.btn.badge.badge-outline-facebook:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #30497c;
  background-color: #30497c; }
a.badge.badge-outline-facebook:active,
.btn.badge.badge-outline-facebook:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #2d4373;
  background-color: #2d4373; }

.badge.badge-twitter {
  color: #000;
  border-color: #00aced;
  background-color: #00aced; }

a.badge.badge-twitter:hover, a.badge.badge-twitter:focus,
.btn.badge.badge-twitter:hover,
.btn.badge.badge-twitter:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-twitter:active,
.btn.badge.badge-twitter:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-twitter {
  color: #00aced;
  border-color: #00aced;
  background-color: transparent; }

a.badge.badge-outline-twitter:hover, a.badge.badge-outline-twitter:focus,
.btn.badge.badge-outline-twitter:hover,
.btn.badge.badge-outline-twitter:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #0090c7;
  background-color: #0090c7; }
a.badge.badge-outline-twitter:active,
.btn.badge.badge-outline-twitter:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #0087ba;
  background-color: #0087ba; }

.badge.badge-linkedin {
  color: #fff;
  border-color: #007bb6;
  background-color: #007bb6; }

a.badge.badge-linkedin:hover, a.badge.badge-linkedin:focus,
.btn.badge.badge-linkedin:hover,
.btn.badge.badge-linkedin:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-linkedin:active,
.btn.badge.badge-linkedin:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-linkedin {
  color: #007bb6;
  border-color: #007bb6;
  background-color: transparent; }

a.badge.badge-outline-linkedin:hover, a.badge.badge-outline-linkedin:focus,
.btn.badge.badge-outline-linkedin:hover,
.btn.badge.badge-outline-linkedin:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #006190;
  background-color: #006190; }
a.badge.badge-outline-linkedin:active,
.btn.badge.badge-outline-linkedin:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #005983;
  background-color: #005983; }

.badge.badge-skype {
  color: #000;
  border-color: #00aff0;
  background-color: #00aff0; }

a.badge.badge-skype:hover, a.badge.badge-skype:focus,
.btn.badge.badge-skype:hover,
.btn.badge.badge-skype:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-skype:active,
.btn.badge.badge-skype:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-skype {
  color: #00aff0;
  border-color: #00aff0;
  background-color: transparent; }

a.badge.badge-outline-skype:hover, a.badge.badge-outline-skype:focus,
.btn.badge.badge-outline-skype:hover,
.btn.badge.badge-outline-skype:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #0093ca;
  background-color: #0093ca; }
a.badge.badge-outline-skype:active,
.btn.badge.badge-outline-skype:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #008abd;
  background-color: #008abd; }

.badge.badge-googleplus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39; }

a.badge.badge-googleplus:hover, a.badge.badge-googleplus:focus,
.btn.badge.badge-googleplus:hover,
.btn.badge.badge-googleplus:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-googleplus:active,
.btn.badge.badge-googleplus:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-googleplus {
  color: #dd4b39;
  border-color: #dd4b39;
  background-color: transparent; }

a.badge.badge-outline-googleplus:hover, a.badge.badge-outline-googleplus:focus,
.btn.badge.badge-outline-googleplus:hover,
.btn.badge.badge-outline-googleplus:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #cd3623;
  background-color: #cd3623; }
a.badge.badge-outline-googleplus:active,
.btn.badge.badge-outline-googleplus:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #c23321;
  background-color: #c23321; }

.badge.badge-pinterest {
  color: #fff;
  border-color: #cb2027;
  background-color: #cb2027; }

a.badge.badge-pinterest:hover, a.badge.badge-pinterest:focus,
.btn.badge.badge-pinterest:hover,
.btn.badge.badge-pinterest:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-pinterest:active,
.btn.badge.badge-pinterest:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-pinterest {
  color: #cb2027;
  border-color: #cb2027;
  background-color: transparent; }

a.badge.badge-outline-pinterest:hover, a.badge.badge-outline-pinterest:focus,
.btn.badge.badge-outline-pinterest:hover,
.btn.badge.badge-outline-pinterest:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #aa1b21;
  background-color: #aa1b21; }
a.badge.badge-outline-pinterest:active,
.btn.badge.badge-outline-pinterest:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #9f191f;
  background-color: #9f191f; }

.badge.badge-youtube {
  color: #fff;
  border-color: #bb0000;
  background-color: #bb0000; }

a.badge.badge-youtube:hover, a.badge.badge-youtube:focus,
.btn.badge.badge-youtube:hover,
.btn.badge.badge-youtube:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-youtube:active,
.btn.badge.badge-youtube:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-youtube {
  color: #bb0000;
  border-color: #bb0000;
  background-color: transparent; }

a.badge.badge-outline-youtube:hover, a.badge.badge-outline-youtube:focus,
.btn.badge.badge-outline-youtube:hover,
.btn.badge.badge-outline-youtube:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #950000;
  background-color: #950000; }
a.badge.badge-outline-youtube:active,
.btn.badge.badge-outline-youtube:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #880000;
  background-color: #880000; }

.badge.badge-vine {
  color: #fff;
  border-color: #00b488;
  background-color: #00b488; }

a.badge.badge-vine:hover, a.badge.badge-vine:focus,
.btn.badge.badge-vine:hover,
.btn.badge.badge-vine:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-vine:active,
.btn.badge.badge-vine:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-vine {
  color: #00b488;
  border-color: #00b488;
  background-color: transparent; }

a.badge.badge-outline-vine:hover, a.badge.badge-outline-vine:focus,
.btn.badge.badge-outline-vine:hover,
.btn.badge.badge-outline-vine:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #008e6b;
  background-color: #008e6b; }
a.badge.badge-outline-vine:active,
.btn.badge.badge-outline-vine:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #008161;
  background-color: #008161; }

.badge.badge-dribbble {
  color: #000;
  border-color: #ea4c89;
  background-color: #ea4c89; }

a.badge.badge-dribbble:hover, a.badge.badge-dribbble:focus,
.btn.badge.badge-dribbble:hover,
.btn.badge.badge-dribbble:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-dribbble:active,
.btn.badge.badge-dribbble:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89;
  background-color: transparent; }

a.badge.badge-outline-dribbble:hover, a.badge.badge-outline-dribbble:focus,
.btn.badge.badge-outline-dribbble:hover,
.btn.badge.badge-outline-dribbble:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #e62a72;
  background-color: #e62a72; }
a.badge.badge-outline-dribbble:active,
.btn.badge.badge-outline-dribbble:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #e51e6b;
  background-color: #e51e6b; }

.badge.badge-flickr {
  color: #fff;
  border-color: #ff0084;
  background-color: #ff0084; }

a.badge.badge-flickr:hover, a.badge.badge-flickr:focus,
.btn.badge.badge-flickr:hover,
.btn.badge.badge-flickr:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-flickr:active,
.btn.badge.badge-flickr:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-flickr {
  color: #ff0084;
  border-color: #ff0084;
  background-color: transparent; }

a.badge.badge-outline-flickr:hover, a.badge.badge-outline-flickr:focus,
.btn.badge.badge-outline-flickr:hover,
.btn.badge.badge-outline-flickr:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #d90070;
  background-color: #d90070; }
a.badge.badge-outline-flickr:active,
.btn.badge.badge-outline-flickr:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #cc006a;
  background-color: #cc006a; }

.badge.badge-behance {
  color: #fff;
  border-color: #1769ff;
  background-color: #1769ff; }

a.badge.badge-behance:hover, a.badge.badge-behance:focus,
.btn.badge.badge-behance:hover,
.btn.badge.badge-behance:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-behance:active,
.btn.badge.badge-behance:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-behance {
  color: #1769ff;
  border-color: #1769ff;
  background-color: transparent; }

a.badge.badge-outline-behance:hover, a.badge.badge-outline-behance:focus,
.btn.badge.badge-outline-behance:hover,
.btn.badge.badge-outline-behance:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #0055f0;
  background-color: #0055f0; }
a.badge.badge-outline-behance:active,
.btn.badge.badge-outline-behance:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #0050e3;
  background-color: #0050e3; }

.badge.badge-vimeo {
  color: #000;
  border-color: #1ab7ea;
  background-color: #1ab7ea; }

a.badge.badge-vimeo:hover, a.badge.badge-vimeo:focus,
.btn.badge.badge-vimeo:hover,
.btn.badge.badge-vimeo:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-vimeo:active,
.btn.badge.badge-vimeo:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-vimeo {
  color: #1ab7ea;
  border-color: #1ab7ea;
  background-color: transparent; }

a.badge.badge-outline-vimeo:hover, a.badge.badge-outline-vimeo:focus,
.btn.badge.badge-outline-vimeo:hover,
.btn.badge.badge-outline-vimeo:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #139ecb;
  background-color: #139ecb; }
a.badge.badge-outline-vimeo:active,
.btn.badge.badge-outline-vimeo:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #1295bf;
  background-color: #1295bf; }

.badge.badge-tumblr {
  color: #fff;
  border-color: #32506d;
  background-color: #32506d; }

a.badge.badge-tumblr:hover, a.badge.badge-tumblr:focus,
.btn.badge.badge-tumblr:hover,
.btn.badge.badge-tumblr:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-tumblr:active,
.btn.badge.badge-tumblr:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-tumblr {
  color: #32506d;
  border-color: #32506d;
  background-color: transparent; }

a.badge.badge-outline-tumblr:hover, a.badge.badge-outline-tumblr:focus,
.btn.badge.badge-outline-tumblr:hover,
.btn.badge.badge-outline-tumblr:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #263d53;
  background-color: #263d53; }
a.badge.badge-outline-tumblr:active,
.btn.badge.badge-outline-tumblr:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #22364a;
  background-color: #22364a; }

.badge.badge-instagram {
  color: #fff;
  border-color: #bc2a8d;
  background-color: #bc2a8d; }

a.badge.badge-instagram:hover, a.badge.badge-instagram:focus,
.btn.badge.badge-instagram:hover,
.btn.badge.badge-instagram:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-instagram:active,
.btn.badge.badge-instagram:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-instagram {
  color: #bc2a8d;
  border-color: #bc2a8d;
  background-color: transparent; }

a.badge.badge-outline-instagram:hover, a.badge.badge-outline-instagram:focus,
.btn.badge.badge-outline-instagram:hover,
.btn.badge.badge-outline-instagram:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #9d2376;
  background-color: #9d2376; }
a.badge.badge-outline-instagram:active,
.btn.badge.badge-outline-instagram:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #92216e;
  background-color: #92216e; }

.badge.badge-vk {
  color: #fff;
  border-color: #45668e;
  background-color: #45668e; }

a.badge.badge-vk:hover, a.badge.badge-vk:focus,
.btn.badge.badge-vk:hover,
.btn.badge.badge-vk:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-vk:active,
.btn.badge.badge-vk:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-vk {
  color: #45668e;
  border-color: #45668e;
  background-color: transparent; }

a.badge.badge-outline-vk:hover, a.badge.badge-outline-vk:focus,
.btn.badge.badge-outline-vk:hover,
.btn.badge.badge-outline-vk:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #385474;
  background-color: #385474; }
a.badge.badge-outline-vk:active,
.btn.badge.badge-outline-vk:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #344d6c;
  background-color: #344d6c; }

.badge.badge-wordpress {
  color: #fff;
  border-color: #21759b;
  background-color: #21759b; }

a.badge.badge-wordpress:hover, a.badge.badge-wordpress:focus,
.btn.badge.badge-wordpress:hover,
.btn.badge.badge-wordpress:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-wordpress:active,
.btn.badge.badge-wordpress:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-wordpress {
  color: #21759b;
  border-color: #21759b;
  background-color: transparent; }

a.badge.badge-outline-wordpress:hover, a.badge.badge-outline-wordpress:focus,
.btn.badge.badge-outline-wordpress:hover,
.btn.badge.badge-outline-wordpress:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
a.badge.badge-outline-wordpress:active,
.btn.badge.badge-outline-wordpress:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #185571;
  background-color: #185571; }

.badge.badge-yahoo {
  color: #fff;
  border-color: #7B0099;
  background-color: #7B0099; }

a.badge.badge-yahoo:hover, a.badge.badge-yahoo:focus,
.btn.badge.badge-yahoo:hover,
.btn.badge.badge-yahoo:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-yahoo:active,
.btn.badge.badge-yahoo:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-yahoo {
  color: #7B0099;
  border-color: #7B0099;
  background-color: transparent; }

a.badge.badge-outline-yahoo:hover, a.badge.badge-outline-yahoo:focus,
.btn.badge.badge-outline-yahoo:hover,
.btn.badge.badge-outline-yahoo:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #5c0073;
  background-color: #5c0073; }
a.badge.badge-outline-yahoo:active,
.btn.badge.badge-outline-yahoo:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #520066;
  background-color: #520066; }

.badge.badge-blogger {
  color: #000;
  border-color: #fb8f3d;
  background-color: #fb8f3d; }

a.badge.badge-blogger:hover, a.badge.badge-blogger:focus,
.btn.badge.badge-blogger:hover,
.btn.badge.badge-blogger:focus {
  color: #fff;
  border-color: black;
  background-color: black; }
a.badge.badge-blogger:active,
.btn.badge.badge-blogger:active {
  color: #fff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-blogger {
  color: #fb8f3d;
  border-color: #fb8f3d;
  background-color: transparent; }

a.badge.badge-outline-blogger:hover, a.badge.badge-outline-blogger:focus,
.btn.badge.badge-outline-blogger:hover,
.btn.badge.badge-outline-blogger:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #fa7918;
  background-color: #fa7918; }
a.badge.badge-outline-blogger:active,
.btn.badge.badge-outline-blogger:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #fa720b;
  background-color: #fa720b; }

.badge.badge-soundcloud {
  color: #fff;
  border-color: #ff3a00;
  background-color: #ff3a00; }

a.badge.badge-soundcloud:hover, a.badge.badge-soundcloud:focus,
.btn.badge.badge-soundcloud:hover,
.btn.badge.badge-soundcloud:focus {
  color: #000;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-soundcloud:active,
.btn.badge.badge-soundcloud:active {
  color: #000;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-soundcloud {
  color: #ff3a00;
  border-color: #ff3a00;
  background-color: transparent; }

a.badge.badge-outline-soundcloud:hover, a.badge.badge-outline-soundcloud:focus,
.btn.badge.badge-outline-soundcloud:hover,
.btn.badge.badge-outline-soundcloud:focus {
  color: rgba(255, 255, 255, 0.85);
  border-color: #d93100;
  background-color: #d93100; }
a.badge.badge-outline-soundcloud:active,
.btn.badge.badge-outline-soundcloud:active {
  color: rgba(255, 255, 255, 0.85);
  border-color: #cc2e00;
  background-color: #cc2e00; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Breadcrumb]
 * ------------------------------------------------------------------------------------------------------------------ */
.breadcrumb {
  margin: 0;
  color: #555;
  font-size: 0.8125rem;
  padding: 0 0;
  background-color: transparent;
  border-radius: transparent; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "·"; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Navbar]
 * ------------------------------------------------------------------------------------------------------------------ */
.navbar {
  z-index: 10;
  padding: 0 0;
  min-height: 4.075rem;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
  transition: all 0.275s ease-in-out; }
  .top .navbar {
    box-shadow: none;
    min-height: 5.575rem; }
  .navbar.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }

.has-navbar-fixed {
  padding-top: 5.575rem; }

.navbar-collapse.show {
  max-height: calc(100vh - 100px);
  padding-bottom: 1.575rem;
  overflow-y: scroll; }
  .navbar-collapse.show .btn {
    display: block; }

.navbar-nav .nav-link {
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1.25rem 1.25rem; }
  .top .navbar-nav .nav-link {
    padding: 2rem 1.25rem; }

.navbar-toggler {
  color: #3c3c3c;
  border: none;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    color: #282828; }

.navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .nav-link {
  padding: 1.25rem 1.25rem; }
  .top .navbar-expand-lg .navbar-nav .nav-link,
  .top .navbar-expand-md .navbar-nav .nav-link,
  .top .navbar-expand-sm .navbar-nav .nav-link {
    padding: 2rem 1.25rem; }

.navbar-light .navbar-brand {
  color: #555; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #424242; }
.navbar-light .navbar-nav .nav-link {
  color: #3c3c3c; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #282828; }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #222222; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Dropdown]
 * ------------------------------------------------------------------------------------------------------------------ */
.dropdown-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #555;
  font-size: 0.8125rem;
  font-weight: 400;
  border-radius: 4px;
  border-top: none;
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.07); }

.dropdown-item {
  padding: 0.4rem 1.5rem; }
  .dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .dropdown-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
    background-color: #2b3640; }
  .dropdown-item:active {
    color: #fff !important;
    background-color: #262f38; }

.dropdown-toggle.no-caret::after {
  display: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Navigation]
 * ------------------------------------------------------------------------------------------------------------------ */
.navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
  transition: all 0.275s ease-in-out; }
  .top .navigation {
    box-shadow: none;
    padding: 1rem 0; }
  .navigation.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  body.navigation-open .navigation {
    transform: translateX(-50%); }

.has-navigation.navigation-open .main-container {
  transform: translateX(-50%);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15); }

.navigation-brand {
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
  margin-right: 0; }

.navigation-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  color: #555; }
  .navigation-toggle .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 19px;
    color: inherit;
    cursor: pointer;
    transform: rotate(0deg);
    transition: .2s ease-in-out; }
    .navigation-toggle .icon span {
      display: block;
      position: absolute;
      width: 50%;
      height: 2px;
      opacity: 1;
      background-color: currentColor;
      transform: rotate(0deg);
      transition: all 0.275s ease-in-out; }
      .navigation-toggle .icon span:nth-child(even) {
        left: 50%;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .navigation-toggle .icon span:nth-child(odd) {
        left: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .navigation-toggle .icon span:nth-child(1), .navigation-toggle .icon span:nth-child(2) {
        top: 0; }
      .navigation-toggle .icon span:nth-child(3), .navigation-toggle .icon span:nth-child(4) {
        top: 8px; }
      .navigation-toggle .icon span:nth-child(5), .navigation-toggle .icon span:nth-child(6) {
        top: 16px; }
      .navigation-toggle .icon span:nth-child(4) {
        width: 3px; }
  .navigation-toggle.open .icon span:nth-child(1), .navigation-toggle.open .icon span:nth-child(6) {
    transform: rotate(45deg); }
  .navigation-toggle.open .icon span:nth-child(2), .navigation-toggle.open .icon span:nth-child(5) {
    transform: rotate(-45deg); }
  .navigation-toggle.open .icon span:nth-child(1) {
    top: 3px;
    left: 3px; }
  .navigation-toggle.open .icon span:nth-child(2) {
    top: 3px;
    left: calc(50% - 3px); }
  .navigation-toggle.open .icon span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .navigation-toggle.open .icon span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .navigation-toggle.open .icon span:nth-child(5) {
    top: 10px;
    left: 3px; }
  .navigation-toggle.open .icon span:nth-child(6) {
    top: 10px;
    left: calc(50% - 3px); }
  .navigation-toggle.open .icon span:nth-child(2), .navigation-toggle.open .icon span:nth-child(4), .navigation-toggle.open .icon span:nth-child(6) {
    width: 50% !important; }
  .navigation-toggle:hover .icon span:nth-child(4), .navigation-toggle:focus .icon span:nth-child(4) {
    width: 50%; }
  .navigation-toggle:hover .icon span:nth-child(2), .navigation-toggle:hover .icon span:nth-child(6), .navigation-toggle:focus .icon span:nth-child(2), .navigation-toggle:focus .icon span:nth-child(6) {
    width: 30%; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [MD Input]
 * ------------------------------------------------------------------------------------------------------------------ */
.md-input {
  position: relative; }

.md-form-control {
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  background-position: center bottom, center bottom;
  background-image: linear-gradient(#3a4957, #3a4957), linear-gradient(#e7e7e7, #e7e7e7);
  border-width: 0;
  border-radius: 0;
  transition: background 0.275s ease-in-out; }
  .md-form-control, .md-form-control:hover, .md-form-control:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent; }
  .md-form-control:focus {
    background-size: 100% 2px, 100% 1px; }

.md-label {
  position: absolute;
  left: 0;
  cursor: text;
  margin-bottom: 0;
  transition: all 0.275s ease-in-out; }
  .md-label ~ .md-form-control::placeholder {
    opacity: .0; }
  .focus .md-label, .md-completed .md-label {
    top: 0.21125rem;
    font-size: 85%; }

select.md-form-control:not([multiple]) {
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px, 8px 10px;
  background-position: center bottom, center bottom, right .25rem center;
  background-image: linear-gradient(#17a2b8, #17a2b8), linear-gradient(#e7e7e7, #e7e7e7), url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select.md-form-control:not([multiple]):focus {
    background-size: 100% 2px, 100% 1px, 8px 10px; }

.md-form-control.form-control {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem; }

.md-label {
  top: 2.46375rem;
  font-size: 0.8125rem; }
  .md-label ~ .md-form-control.form-control {
    padding-top: 2.46375rem; }

.md-form-control.form-control-lg {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem; }

.md-label-lg {
  top: 2.58875rem;
  font-size: 0.8125rem; }
  .md-label-lg ~ .md-form-control.form-control-lg {
    padding-top: 2.58875rem; }

.md-form-control.form-control-sm {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.md-label-sm {
  top: 2.33875rem;
  font-size: 0.8125rem; }
  .md-label-sm ~ .md-form-control.form-control-sm {
    padding-top: 2.33875rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [MD Radio]
 * ------------------------------------------------------------------------------------------------------------------ */
.md-radio-inline {
  display: inline-block; }

.md-radio {
  margin-bottom: 0.5rem; }
  .md-radio label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-weight: 400; }
    .md-radio label::before, .md-radio label::after {
      display: block;
      content: '';
      position: absolute;
      transition: all 0.275s ease-in-out; }
    .md-radio label::before {
      top: 0;
      left: 0;
      border-radius: 50%;
      border: solid 1px #e7e7e7; }
    .md-radio label::after {
      text-align: center;
      opacity: .0;
      border-radius: 50%;
      background: #e7e7e7; }
  .md-radio input[type="radio"] {
    position: absolute;
    opacity: .0; }
    .md-radio input[type="radio"]:checked + label::after {
      opacity: 1.0; }

.md-radio-color {
  margin-bottom: 0.5rem; }
  .md-radio-color label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    padding-left: 31px;
    height: 24px;
    line-height: 24px;
    font-weight: 500; }
    .md-radio-color label::before, .md-radio-color label::after {
      display: block;
      content: '';
      transition: all 0.275s ease-in-out; }
    .md-radio-color label::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      background: #fff;
      border-radius: 50%; }
    .md-radio-color label::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      text-align: center;
      opacity: .0;
      -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjEyIiAgIGhlaWdodD0iMTAiICAgdmlld0JveD0iMCAwIDEyIDEyIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzgiICAgc29kaXBvZGk6ZG9jbmFtZT0iYmFzZWxpbmUtZG9uZS0xMnB4LnN2ZyIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIj4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0MiIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcxNSIgICAgIGlkPSJuYW1lZHZpZXc0MCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209IjIyLjc1IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjQ4MzUxNiIgICAgIGlua3NjYXBlOmN5PSIxLjQ1MDU0OTUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIxNjQiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMzgiIC8+ICA8cGF0aCAgICAgZD0iTSAwLDAgSCAyNCBWIDI0IEggMCBaIiAgICAgaWQ9InBhdGgzNCIgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICBzdHlsZT0iZmlsbDpub25lIiAvPiAgPHBhdGggICAgIGQ9Ik0gMy4zODE4MTgyLDkuNzA5MDg5NCAtMC4wNTQ1NDU0Niw2LjI3MjcyNzIgLTEuMiw3LjQxODE4MTMgMy4zODE4MTgyLDEyIDEzLjIsMi4xODE4MTc4IDEyLjA1NDU0NywxLjAzNjM2MzcgWiIgICAgIGlkPSJwYXRoMzYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjgxODE4MTgxIiAvPjwvc3ZnPg==);
      mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjEyIiAgIGhlaWdodD0iMTAiICAgdmlld0JveD0iMCAwIDEyIDEyIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzgiICAgc29kaXBvZGk6ZG9jbmFtZT0iYmFzZWxpbmUtZG9uZS0xMnB4LnN2ZyIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIj4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0MiIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcxNSIgICAgIGlkPSJuYW1lZHZpZXc0MCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209IjIyLjc1IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjQ4MzUxNiIgICAgIGlua3NjYXBlOmN5PSIxLjQ1MDU0OTUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIxNjQiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMzgiIC8+ICA8cGF0aCAgICAgZD0iTSAwLDAgSCAyNCBWIDI0IEggMCBaIiAgICAgaWQ9InBhdGgzNCIgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICBzdHlsZT0iZmlsbDpub25lIiAvPiAgPHBhdGggICAgIGQ9Ik0gMy4zODE4MTgyLDkuNzA5MDg5NCAtMC4wNTQ1NDU0Niw2LjI3MjcyNzIgLTEuMiw3LjQxODE4MTMgMy4zODE4MTgyLDEyIDEzLjIsMi4xODE4MTc4IDEyLjA1NDU0NywxLjAzNjM2MzcgWiIgICAgIGlkPSJwYXRoMzYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjgxODE4MTgxIiAvPjwvc3ZnPg==);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat; }
    .md-radio-color label:hover::after, .md-radio-color label:focus::after {
      opacity: .5; }
  .md-radio-color input[type="radio"] {
    position: absolute;
    opacity: .0; }
    .md-radio-color input[type="radio"]:checked + label::after {
      opacity: 1.0; }

.md-radio label {
  padding-left: 1.625rem;
  height: 1.125rem;
  line-height: 1.125rem; }
  .md-radio label::before {
    width: 1.125rem;
    height: 1.125rem; }
  .md-radio label::after {
    top: 0.309375rem;
    left: 0.309375rem;
    width: 0.50625rem;
    height: 0.50625rem; }

.md-radio-lg label {
  padding-left: 1.90625rem;
  height: 1.40625rem;
  line-height: 1.40625rem; }
  .md-radio-lg label::before {
    width: 1.40625rem;
    height: 1.40625rem; }
  .md-radio-lg label::after {
    top: 0.421875rem;
    left: 0.421875rem;
    width: 0.5625rem;
    height: 0.5625rem; }

.md-radio-sm label {
  padding-left: 1.4rem;
  height: 0.9rem;
  line-height: 0.9rem; }
  .md-radio-sm label::before {
    width: 0.9rem;
    height: 0.9rem; }
  .md-radio-sm label::after {
    top: 0.27rem;
    left: 0.27rem;
    width: 0.36rem;
    height: 0.36rem; }

.md-radio-blue input[type="radio"] + label::after {
  border-color: #2472ff;
  background-color: #2472ff; }
.md-radio-blue input[type="radio"]:checked + label:active::after {
  border-color: #176aff;
  background-color: #176aff; }

.md-radio-color-blue input[type="radio"] + label::before {
  border-color: #4a8bff;
  background-color: #4a8bff; }
.md-radio-color-blue input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-blue input[type="radio"]:checked + label:hover::before, .md-radio-color-blue input[type="radio"]:checked + label:focus::before {
  border-color: #6ba0ff;
  background-color: #6ba0ff; }
.md-radio-color-blue input[type="radio"]:checked + label:active::before {
  border-color: #2976ff;
  background-color: #2976ff; }

.md-radio-indigo input[type="radio"] + label::after {
  border-color: #560bd0;
  background-color: #560bd0; }
.md-radio-indigo input[type="radio"]:checked + label:active::after {
  border-color: #510bc4;
  background-color: #510bc4; }

.md-radio-color-indigo input[type="radio"] + label::before {
  border-color: #6610f2;
  background-color: #6610f2; }
.md-radio-color-indigo input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-indigo input[type="radio"]:checked + label:hover::before, .md-radio-color-indigo input[type="radio"]:checked + label:focus::before {
  border-color: #7a2ff4;
  background-color: #7a2ff4; }
.md-radio-color-indigo input[type="radio"]:checked + label:active::before {
  border-color: #580cd5;
  background-color: #580cd5; }

.md-radio-purple input[type="radio"] + label::after {
  border-color: #5e37a6;
  background-color: #5e37a6; }
.md-radio-purple input[type="radio"]:checked + label:active::after {
  border-color: #59339d;
  background-color: #59339d; }

.md-radio-color-purple input[type="radio"] + label::before {
  border-color: #6f42c1;
  background-color: #6f42c1; }
.md-radio-color-purple input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-purple input[type="radio"]:checked + label:hover::before, .md-radio-color-purple input[type="radio"]:checked + label:focus::before {
  border-color: #825bc9;
  background-color: #825bc9; }
.md-radio-color-purple input[type="radio"]:checked + label:active::before {
  border-color: #6038aa;
  background-color: #6038aa; }

.md-radio-pink input[type="radio"] + label::after {
  border-color: #e41c78;
  background-color: #e41c78; }
.md-radio-pink input[type="radio"]:checked + label:active::after {
  border-color: #d91a72;
  background-color: #d91a72; }

.md-radio-color-pink input[type="radio"] + label::before {
  border-color: #e83e8c;
  background-color: #e83e8c; }
.md-radio-color-pink input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-pink input[type="radio"]:checked + label:hover::before, .md-radio-color-pink input[type="radio"]:checked + label:focus::before {
  border-color: #ec5c9e;
  background-color: #ec5c9e; }
.md-radio-color-pink input[type="radio"]:checked + label:active::before {
  border-color: #e4207a;
  background-color: #e4207a; }

.md-radio-red input[type="radio"] + label::after {
  border-color: #c82333;
  background-color: #c82333; }
.md-radio-red input[type="radio"]:checked + label:active::after {
  border-color: #bd2130;
  background-color: #bd2130; }

.md-radio-color-red input[type="radio"] + label::before {
  border-color: #dc3545;
  background-color: #dc3545; }
.md-radio-color-red input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-red input[type="radio"]:checked + label:hover::before, .md-radio-color-red input[type="radio"]:checked + label:focus::before {
  border-color: #e1515f;
  background-color: #e1515f; }
.md-radio-color-red input[type="radio"]:checked + label:active::before {
  border-color: #cc2334;
  background-color: #cc2334; }

.md-radio-orange input[type="radio"] + label::after {
  border-color: #e96b02;
  background-color: #e96b02; }
.md-radio-orange input[type="radio"]:checked + label:active::after {
  border-color: #dc6502;
  background-color: #dc6502; }

.md-radio-color-orange input[type="radio"] + label::before {
  border-color: #fd7e14;
  background-color: #fd7e14; }
.md-radio-color-orange input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-orange input[type="radio"]:checked + label:hover::before, .md-radio-color-orange input[type="radio"]:checked + label:focus::before {
  border-color: #fd9035;
  background-color: #fd9035; }
.md-radio-color-orange input[type="radio"]:checked + label:active::before {
  border-color: #ee6d02;
  background-color: #ee6d02; }

.md-radio-yellow input[type="radio"] + label::after {
  border-color: #e0a800;
  background-color: #e0a800; }
.md-radio-yellow input[type="radio"]:checked + label:active::after {
  border-color: #d39e00;
  background-color: #d39e00; }

.md-radio-color-yellow input[type="radio"] + label::before {
  border-color: #ffc107;
  background-color: #ffc107; }
.md-radio-color-yellow input[type="radio"] + label::after {
  background-color: #555; }
.md-radio-color-yellow input[type="radio"]:checked + label:hover::before, .md-radio-color-yellow input[type="radio"]:checked + label:focus::before {
  border-color: #ffc928;
  background-color: #ffc928; }
.md-radio-color-yellow input[type="radio"]:checked + label:active::before {
  border-color: #e5ac00;
  background-color: #e5ac00; }

.md-radio-green input[type="radio"] + label::after {
  border-color: #218838;
  background-color: #218838; }
.md-radio-green input[type="radio"]:checked + label:active::after {
  border-color: #1e7e34;
  background-color: #1e7e34; }

.md-radio-color-green input[type="radio"] + label::before {
  border-color: #28a745;
  background-color: #28a745; }
.md-radio-color-green input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-green input[type="radio"]:checked + label:hover::before, .md-radio-color-green input[type="radio"]:checked + label:focus::before {
  border-color: #2ec250;
  background-color: #2ec250; }
.md-radio-color-green input[type="radio"]:checked + label:active::before {
  border-color: #228c3a;
  background-color: #228c3a; }

.md-radio-teal input[type="radio"] + label::after {
  border-color: #1ba87e;
  background-color: #1ba87e; }
.md-radio-teal input[type="radio"]:checked + label:active::after {
  border-color: #199d76;
  background-color: #199d76; }

.md-radio-color-teal input[type="radio"] + label::before {
  border-color: #20c997;
  background-color: #20c997; }
.md-radio-color-teal input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-teal input[type="radio"]:checked + label:hover::before, .md-radio-color-teal input[type="radio"]:checked + label:focus::before {
  border-color: #2ddea9;
  background-color: #2ddea9; }
.md-radio-color-teal input[type="radio"]:checked + label:active::before {
  border-color: #1bac82;
  background-color: #1bac82; }

.md-radio-cyan input[type="radio"] + label::after {
  border-color: #138496;
  background-color: #138496; }
.md-radio-cyan input[type="radio"]:checked + label:active::after {
  border-color: #117a8b;
  background-color: #117a8b; }

.md-radio-color-cyan input[type="radio"] + label::before {
  border-color: #17a2b8;
  background-color: #17a2b8; }
.md-radio-color-cyan input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-cyan input[type="radio"]:checked + label:hover::before, .md-radio-color-cyan input[type="radio"]:checked + label:focus::before {
  border-color: #1bbcd5;
  background-color: #1bbcd5; }
.md-radio-color-cyan input[type="radio"]:checked + label:active::before {
  border-color: #13889b;
  background-color: #13889b; }

.md-radio-white input[type="radio"] + label::after {
  border-color: #ececec;
  background-color: #ececec; }
.md-radio-white input[type="radio"]:checked + label:active::after {
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.md-radio-color-white input[type="radio"] + label::before {
  border-color: #fff;
  background-color: #fff; }
.md-radio-color-white input[type="radio"] + label::after {
  background-color: #555; }
.md-radio-color-white input[type="radio"]:checked + label:hover::before, .md-radio-color-white input[type="radio"]:checked + label:focus::before {
  border-color: white;
  background-color: white; }
.md-radio-color-white input[type="radio"]:checked + label:active::before {
  border-color: #eeeeee;
  background-color: #eeeeee; }

.md-radio-black input[type="radio"] + label::after {
  border-color: black;
  background-color: black; }
.md-radio-black input[type="radio"]:checked + label:active::after {
  border-color: black;
  background-color: black; }

.md-radio-color-black input[type="radio"] + label::before {
  border-color: #000;
  background-color: #000; }
.md-radio-color-black input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-black input[type="radio"]:checked + label:hover::before, .md-radio-color-black input[type="radio"]:checked + label:focus::before {
  border-color: #111111;
  background-color: #111111; }
.md-radio-color-black input[type="radio"]:checked + label:active::before {
  border-color: black;
  background-color: black; }

.md-radio-text input[type="radio"] + label::after {
  border-color: #424242;
  background-color: #424242; }
.md-radio-text input[type="radio"]:checked + label:active::after {
  border-color: #3c3c3c;
  background-color: #3c3c3c; }

.md-radio-color-text input[type="radio"] + label::before {
  border-color: #555;
  background-color: #555; }
.md-radio-color-text input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-text input[type="radio"]:checked + label:hover::before, .md-radio-color-text input[type="radio"]:checked + label:focus::before {
  border-color: #666666;
  background-color: #666666; }
.md-radio-color-text input[type="radio"]:checked + label:active::before {
  border-color: #444444;
  background-color: #444444; }

.md-radio-text-light input[type="radio"] + label::after {
  border-color: rgba(236, 236, 236, 0.85);
  background-color: rgba(236, 236, 236, 0.85); }
.md-radio-text-light input[type="radio"]:checked + label:active::after {
  border-color: rgba(230, 230, 230, 0.85);
  background-color: rgba(230, 230, 230, 0.85); }

.md-radio-color-text-light input[type="radio"] + label::before {
  border-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.85); }
.md-radio-color-text-light input[type="radio"] + label::after {
  background-color: #555; }
.md-radio-color-text-light input[type="radio"]:checked + label:hover::before, .md-radio-color-text-light input[type="radio"]:checked + label:focus::before {
  border-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.85); }
.md-radio-color-text-light input[type="radio"]:checked + label:active::before {
  border-color: rgba(238, 238, 238, 0.85);
  background-color: rgba(238, 238, 238, 0.85); }

.md-radio-text-heading input[type="radio"] + label::after {
  border-color: #202020;
  background-color: #202020; }
.md-radio-text-heading input[type="radio"]:checked + label:active::after {
  border-color: #1a1a1a;
  background-color: #1a1a1a; }

.md-radio-color-text-heading input[type="radio"] + label::before {
  border-color: #333;
  background-color: #333; }
.md-radio-color-text-heading input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-text-heading input[type="radio"]:checked + label:hover::before, .md-radio-color-text-heading input[type="radio"]:checked + label:focus::before {
  border-color: #444444;
  background-color: #444444; }
.md-radio-color-text-heading input[type="radio"]:checked + label:active::before {
  border-color: #222222;
  background-color: #222222; }

.md-radio-text-heading-light input[type="radio"] + label::after {
  border-color: #ececec;
  background-color: #ececec; }
.md-radio-text-heading-light input[type="radio"]:checked + label:active::after {
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.md-radio-color-text-heading-light input[type="radio"] + label::before {
  border-color: #fff;
  background-color: #fff; }
.md-radio-color-text-heading-light input[type="radio"] + label::after {
  background-color: #555; }
.md-radio-color-text-heading-light input[type="radio"]:checked + label:hover::before, .md-radio-color-text-heading-light input[type="radio"]:checked + label:focus::before {
  border-color: white;
  background-color: white; }
.md-radio-color-text-heading-light input[type="radio"]:checked + label:active::before {
  border-color: #eeeeee;
  background-color: #eeeeee; }

.md-radio-text-muted input[type="radio"] + label::after {
  border-color: #757575;
  background-color: #757575; }
.md-radio-text-muted input[type="radio"]:checked + label:active::after {
  border-color: #6f6f6f;
  background-color: #6f6f6f; }

.md-radio-color-text-muted input[type="radio"] + label::before {
  border-color: #888;
  background-color: #888; }
.md-radio-color-text-muted input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-text-muted input[type="radio"]:checked + label:hover::before, .md-radio-color-text-muted input[type="radio"]:checked + label:focus::before {
  border-color: #999999;
  background-color: #999999; }
.md-radio-color-text-muted input[type="radio"]:checked + label:active::before {
  border-color: #777777;
  background-color: #777777; }

.md-radio-text-muted-light input[type="radio"] + label::after {
  border-color: rgba(236, 236, 236, 0.75);
  background-color: rgba(236, 236, 236, 0.75); }
.md-radio-text-muted-light input[type="radio"]:checked + label:active::after {
  border-color: rgba(230, 230, 230, 0.75);
  background-color: rgba(230, 230, 230, 0.75); }

.md-radio-color-text-muted-light input[type="radio"] + label::before {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.75); }
.md-radio-color-text-muted-light input[type="radio"] + label::after {
  background-color: #555; }
.md-radio-color-text-muted-light input[type="radio"]:checked + label:hover::before, .md-radio-color-text-muted-light input[type="radio"]:checked + label:focus::before {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.75); }
.md-radio-color-text-muted-light input[type="radio"]:checked + label:active::before {
  border-color: rgba(238, 238, 238, 0.75);
  background-color: rgba(238, 238, 238, 0.75); }

.md-radio-primary input[type="radio"] + label::after {
  border-color: #2b3640;
  background-color: #2b3640; }
.md-radio-primary input[type="radio"]:checked + label:active::after {
  border-color: #262f38;
  background-color: #262f38; }

.md-radio-color-primary input[type="radio"] + label::before {
  border-color: #3a4957;
  background-color: #3a4957; }
.md-radio-color-primary input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-primary input[type="radio"]:checked + label:hover::before, .md-radio-color-primary input[type="radio"]:checked + label:focus::before {
  border-color: #475a6b;
  background-color: #475a6b; }
.md-radio-color-primary input[type="radio"]:checked + label:active::before {
  border-color: #2d3843;
  background-color: #2d3843; }

.md-radio-secondary input[type="radio"] + label::after {
  border-color: #138496;
  background-color: #138496; }
.md-radio-secondary input[type="radio"]:checked + label:active::after {
  border-color: #117a8b;
  background-color: #117a8b; }

.md-radio-color-secondary input[type="radio"] + label::before {
  border-color: #17a2b8;
  background-color: #17a2b8; }
.md-radio-color-secondary input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-secondary input[type="radio"]:checked + label:hover::before, .md-radio-color-secondary input[type="radio"]:checked + label:focus::before {
  border-color: #1bbcd5;
  background-color: #1bbcd5; }
.md-radio-color-secondary input[type="radio"]:checked + label:active::before {
  border-color: #13889b;
  background-color: #13889b; }

.md-radio-success input[type="radio"] + label::after {
  border-color: #218838;
  background-color: #218838; }
.md-radio-success input[type="radio"]:checked + label:active::after {
  border-color: #1e7e34;
  background-color: #1e7e34; }

.md-radio-color-success input[type="radio"] + label::before {
  border-color: #28a745;
  background-color: #28a745; }
.md-radio-color-success input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-success input[type="radio"]:checked + label:hover::before, .md-radio-color-success input[type="radio"]:checked + label:focus::before {
  border-color: #2ec250;
  background-color: #2ec250; }
.md-radio-color-success input[type="radio"]:checked + label:active::before {
  border-color: #228c3a;
  background-color: #228c3a; }

.md-radio-info input[type="radio"] + label::after {
  border-color: #2472ff;
  background-color: #2472ff; }
.md-radio-info input[type="radio"]:checked + label:active::after {
  border-color: #176aff;
  background-color: #176aff; }

.md-radio-color-info input[type="radio"] + label::before {
  border-color: #4a8bff;
  background-color: #4a8bff; }
.md-radio-color-info input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-info input[type="radio"]:checked + label:hover::before, .md-radio-color-info input[type="radio"]:checked + label:focus::before {
  border-color: #6ba0ff;
  background-color: #6ba0ff; }
.md-radio-color-info input[type="radio"]:checked + label:active::before {
  border-color: #2976ff;
  background-color: #2976ff; }

.md-radio-warning input[type="radio"] + label::after {
  border-color: #e96b02;
  background-color: #e96b02; }
.md-radio-warning input[type="radio"]:checked + label:active::after {
  border-color: #dc6502;
  background-color: #dc6502; }

.md-radio-color-warning input[type="radio"] + label::before {
  border-color: #fd7e14;
  background-color: #fd7e14; }
.md-radio-color-warning input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-warning input[type="radio"]:checked + label:hover::before, .md-radio-color-warning input[type="radio"]:checked + label:focus::before {
  border-color: #fd9035;
  background-color: #fd9035; }
.md-radio-color-warning input[type="radio"]:checked + label:active::before {
  border-color: #ee6d02;
  background-color: #ee6d02; }

.md-radio-danger input[type="radio"] + label::after {
  border-color: #e41c78;
  background-color: #e41c78; }
.md-radio-danger input[type="radio"]:checked + label:active::after {
  border-color: #d91a72;
  background-color: #d91a72; }

.md-radio-color-danger input[type="radio"] + label::before {
  border-color: #e83e8c;
  background-color: #e83e8c; }
.md-radio-color-danger input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-danger input[type="radio"]:checked + label:hover::before, .md-radio-color-danger input[type="radio"]:checked + label:focus::before {
  border-color: #ec5c9e;
  background-color: #ec5c9e; }
.md-radio-color-danger input[type="radio"]:checked + label:active::before {
  border-color: #e4207a;
  background-color: #e4207a; }

.md-radio-light input[type="radio"] + label::after {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
.md-radio-light input[type="radio"]:checked + label:active::after {
  border-color: #e1e1e1;
  background-color: #e1e1e1; }

.md-radio-color-light input[type="radio"] + label::before {
  border-color: #fafafa;
  background-color: #fafafa; }
.md-radio-color-light input[type="radio"] + label::after {
  background-color: #555; }
.md-radio-color-light input[type="radio"]:checked + label:hover::before, .md-radio-color-light input[type="radio"]:checked + label:focus::before {
  border-color: white;
  background-color: white; }
.md-radio-color-light input[type="radio"]:checked + label:active::before {
  border-color: #e9e9e9;
  background-color: #e9e9e9; }

.md-radio-dark input[type="radio"] + label::after {
  border-color: black;
  background-color: black; }
.md-radio-dark input[type="radio"]:checked + label:active::after {
  border-color: black;
  background-color: black; }

.md-radio-color-dark input[type="radio"] + label::before {
  border-color: #0d0e10;
  background-color: #0d0e10; }
.md-radio-color-dark input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-dark input[type="radio"]:checked + label:hover::before, .md-radio-color-dark input[type="radio"]:checked + label:focus::before {
  border-color: #1c1e22;
  background-color: #1c1e22; }
.md-radio-color-dark input[type="radio"]:checked + label:active::before {
  border-color: black;
  background-color: black; }

.md-radio-facebook input[type="radio"] + label::after {
  border-color: #30497c;
  background-color: #30497c; }
.md-radio-facebook input[type="radio"]:checked + label:active::after {
  border-color: #2d4373;
  background-color: #2d4373; }

.md-radio-color-facebook input[type="radio"] + label::before {
  border-color: #3b5998;
  background-color: #3b5998; }
.md-radio-color-facebook input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-facebook input[type="radio"]:checked + label:hover::before, .md-radio-color-facebook input[type="radio"]:checked + label:focus::before {
  border-color: #4467b0;
  background-color: #4467b0; }
.md-radio-color-facebook input[type="radio"]:checked + label:active::before {
  border-color: #324b80;
  background-color: #324b80; }

.md-radio-twitter input[type="radio"] + label::after {
  border-color: #0090c7;
  background-color: #0090c7; }
.md-radio-twitter input[type="radio"]:checked + label:active::after {
  border-color: #0087ba;
  background-color: #0087ba; }

.md-radio-color-twitter input[type="radio"] + label::before {
  border-color: #00aced;
  background-color: #00aced; }
.md-radio-color-twitter input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-twitter input[type="radio"]:checked + label:hover::before, .md-radio-color-twitter input[type="radio"]:checked + label:focus::before {
  border-color: #0fbdff;
  background-color: #0fbdff; }
.md-radio-color-twitter input[type="radio"]:checked + label:active::before {
  border-color: #0094cc;
  background-color: #0094cc; }

.md-radio-linkedin input[type="radio"] + label::after {
  border-color: #006190;
  background-color: #006190; }
.md-radio-linkedin input[type="radio"]:checked + label:active::after {
  border-color: #005983;
  background-color: #005983; }

.md-radio-color-linkedin input[type="radio"] + label::before {
  border-color: #007bb6;
  background-color: #007bb6; }
.md-radio-color-linkedin input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-linkedin input[type="radio"]:checked + label:hover::before, .md-radio-color-linkedin input[type="radio"]:checked + label:focus::before {
  border-color: #0091d7;
  background-color: #0091d7; }
.md-radio-color-linkedin input[type="radio"]:checked + label:active::before {
  border-color: #006595;
  background-color: #006595; }

.md-radio-skype input[type="radio"] + label::after {
  border-color: #0093ca;
  background-color: #0093ca; }
.md-radio-skype input[type="radio"]:checked + label:active::after {
  border-color: #008abd;
  background-color: #008abd; }

.md-radio-color-skype input[type="radio"] + label::before {
  border-color: #00aff0;
  background-color: #00aff0; }
.md-radio-color-skype input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-skype input[type="radio"]:checked + label:hover::before, .md-radio-color-skype input[type="radio"]:checked + label:focus::before {
  border-color: #12bfff;
  background-color: #12bfff; }
.md-radio-color-skype input[type="radio"]:checked + label:active::before {
  border-color: #0097cf;
  background-color: #0097cf; }

.md-radio-googleplus input[type="radio"] + label::after {
  border-color: #cd3623;
  background-color: #cd3623; }
.md-radio-googleplus input[type="radio"]:checked + label:active::after {
  border-color: #c23321;
  background-color: #c23321; }

.md-radio-color-googleplus input[type="radio"] + label::before {
  border-color: #dd4b39;
  background-color: #dd4b39; }
.md-radio-color-googleplus input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-googleplus input[type="radio"]:checked + label:hover::before, .md-radio-color-googleplus input[type="radio"]:checked + label:focus::before {
  border-color: #e26555;
  background-color: #e26555; }
.md-radio-color-googleplus input[type="radio"]:checked + label:active::before {
  border-color: #d13724;
  background-color: #d13724; }

.md-radio-pinterest input[type="radio"] + label::after {
  border-color: #aa1b21;
  background-color: #aa1b21; }
.md-radio-pinterest input[type="radio"]:checked + label:active::after {
  border-color: #9f191f;
  background-color: #9f191f; }

.md-radio-color-pinterest input[type="radio"] + label::before {
  border-color: #cb2027;
  background-color: #cb2027; }
.md-radio-color-pinterest input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-pinterest input[type="radio"]:checked + label:hover::before, .md-radio-color-pinterest input[type="radio"]:checked + label:focus::before {
  border-color: #de2e35;
  background-color: #de2e35; }
.md-radio-color-pinterest input[type="radio"]:checked + label:active::before {
  border-color: #ae1b21;
  background-color: #ae1b21; }

.md-radio-youtube input[type="radio"] + label::after {
  border-color: #950000;
  background-color: #950000; }
.md-radio-youtube input[type="radio"]:checked + label:active::after {
  border-color: #880000;
  background-color: #880000; }

.md-radio-color-youtube input[type="radio"] + label::before {
  border-color: #bb0000;
  background-color: #bb0000; }
.md-radio-color-youtube input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-youtube input[type="radio"]:checked + label:hover::before, .md-radio-color-youtube input[type="radio"]:checked + label:focus::before {
  border-color: #dc0000;
  background-color: #dc0000; }
.md-radio-color-youtube input[type="radio"]:checked + label:active::before {
  border-color: #9a0000;
  background-color: #9a0000; }

.md-radio-vine input[type="radio"] + label::after {
  border-color: #008e6b;
  background-color: #008e6b; }
.md-radio-vine input[type="radio"]:checked + label:active::after {
  border-color: #008161;
  background-color: #008161; }

.md-radio-color-vine input[type="radio"] + label::before {
  border-color: #00b488;
  background-color: #00b488; }
.md-radio-color-vine input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-vine input[type="radio"]:checked + label:hover::before, .md-radio-color-vine input[type="radio"]:checked + label:focus::before {
  border-color: #00d5a1;
  background-color: #00d5a1; }
.md-radio-color-vine input[type="radio"]:checked + label:active::before {
  border-color: #00936f;
  background-color: #00936f; }

.md-radio-dribbble input[type="radio"] + label::after {
  border-color: #e62a72;
  background-color: #e62a72; }
.md-radio-dribbble input[type="radio"]:checked + label:active::after {
  border-color: #e51e6b;
  background-color: #e51e6b; }

.md-radio-color-dribbble input[type="radio"] + label::before {
  border-color: #ea4c89;
  background-color: #ea4c89; }
.md-radio-color-dribbble input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-dribbble input[type="radio"]:checked + label:hover::before, .md-radio-color-dribbble input[type="radio"]:checked + label:focus::before {
  border-color: #ed6a9d;
  background-color: #ed6a9d; }
.md-radio-color-dribbble input[type="radio"]:checked + label:active::before {
  border-color: #e72e75;
  background-color: #e72e75; }

.md-radio-flickr input[type="radio"] + label::after {
  border-color: #d90070;
  background-color: #d90070; }
.md-radio-flickr input[type="radio"]:checked + label:active::after {
  border-color: #cc006a;
  background-color: #cc006a; }

.md-radio-color-flickr input[type="radio"] + label::before {
  border-color: #ff0084;
  background-color: #ff0084; }
.md-radio-color-flickr input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-flickr input[type="radio"]:checked + label:hover::before, .md-radio-color-flickr input[type="radio"]:checked + label:focus::before {
  border-color: #ff2194;
  background-color: #ff2194; }
.md-radio-color-flickr input[type="radio"]:checked + label:active::before {
  border-color: #de0073;
  background-color: #de0073; }

.md-radio-behance input[type="radio"] + label::after {
  border-color: #0055f0;
  background-color: #0055f0; }
.md-radio-behance input[type="radio"]:checked + label:active::after {
  border-color: #0050e3;
  background-color: #0050e3; }

.md-radio-color-behance input[type="radio"] + label::before {
  border-color: #1769ff;
  background-color: #1769ff; }
.md-radio-color-behance input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-behance input[type="radio"]:checked + label:hover::before, .md-radio-color-behance input[type="radio"]:checked + label:focus::before {
  border-color: #387eff;
  background-color: #387eff; }
.md-radio-color-behance input[type="radio"]:checked + label:active::before {
  border-color: #0057f5;
  background-color: #0057f5; }

.md-radio-vimeo input[type="radio"] + label::after {
  border-color: #139ecb;
  background-color: #139ecb; }
.md-radio-vimeo input[type="radio"]:checked + label:active::after {
  border-color: #1295bf;
  background-color: #1295bf; }

.md-radio-color-vimeo input[type="radio"] + label::before {
  border-color: #1ab7ea;
  background-color: #1ab7ea; }
.md-radio-color-vimeo input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-vimeo input[type="radio"]:checked + label:hover::before, .md-radio-color-vimeo input[type="radio"]:checked + label:focus::before {
  border-color: #38c1ed;
  background-color: #38c1ed; }
.md-radio-color-vimeo input[type="radio"]:checked + label:active::before {
  border-color: #13a2d0;
  background-color: #13a2d0; }

.md-radio-tumblr input[type="radio"] + label::after {
  border-color: #263d53;
  background-color: #263d53; }
.md-radio-tumblr input[type="radio"]:checked + label:active::after {
  border-color: #22364a;
  background-color: #22364a; }

.md-radio-color-tumblr input[type="radio"] + label::before {
  border-color: #32506d;
  background-color: #32506d; }
.md-radio-color-tumblr input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-tumblr input[type="radio"]:checked + label:hover::before, .md-radio-color-tumblr input[type="radio"]:checked + label:focus::before {
  border-color: #3c6184;
  background-color: #3c6184; }
.md-radio-color-tumblr input[type="radio"]:checked + label:active::before {
  border-color: #283f56;
  background-color: #283f56; }

.md-radio-instagram input[type="radio"] + label::after {
  border-color: #9d2376;
  background-color: #9d2376; }
.md-radio-instagram input[type="radio"]:checked + label:active::after {
  border-color: #92216e;
  background-color: #92216e; }

.md-radio-color-instagram input[type="radio"] + label::before {
  border-color: #bc2a8d;
  background-color: #bc2a8d; }
.md-radio-color-instagram input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-instagram input[type="radio"]:checked + label:hover::before, .md-radio-color-instagram input[type="radio"]:checked + label:focus::before {
  border-color: #d2359f;
  background-color: #d2359f; }
.md-radio-color-instagram input[type="radio"]:checked + label:active::before {
  border-color: #a12479;
  background-color: #a12479; }

.md-radio-vk input[type="radio"] + label::after {
  border-color: #385474;
  background-color: #385474; }
.md-radio-vk input[type="radio"]:checked + label:active::after {
  border-color: #344d6c;
  background-color: #344d6c; }

.md-radio-color-vk input[type="radio"] + label::before {
  border-color: #45668e;
  background-color: #45668e; }
.md-radio-color-vk input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-vk input[type="radio"]:checked + label:hover::before, .md-radio-color-vk input[type="radio"]:checked + label:focus::before {
  border-color: #5076a4;
  background-color: #5076a4; }
.md-radio-color-vk input[type="radio"]:checked + label:active::before {
  border-color: #3a5678;
  background-color: #3a5678; }

.md-radio-wordpress input[type="radio"] + label::after {
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
.md-radio-wordpress input[type="radio"]:checked + label:active::after {
  border-color: #185571;
  background-color: #185571; }

.md-radio-color-wordpress input[type="radio"] + label::before {
  border-color: #21759b;
  background-color: #21759b; }
.md-radio-color-wordpress input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-wordpress input[type="radio"]:checked + label:hover::before, .md-radio-color-wordpress input[type="radio"]:checked + label:focus::before {
  border-color: #278ab6;
  background-color: #278ab6; }
.md-radio-color-wordpress input[type="radio"]:checked + label:active::before {
  border-color: #1b6080;
  background-color: #1b6080; }

.md-radio-yahoo input[type="radio"] + label::after {
  border-color: #5c0073;
  background-color: #5c0073; }
.md-radio-yahoo input[type="radio"]:checked + label:active::after {
  border-color: #520066;
  background-color: #520066; }

.md-radio-color-yahoo input[type="radio"] + label::before {
  border-color: #7B0099;
  background-color: #7B0099; }
.md-radio-color-yahoo input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-yahoo input[type="radio"]:checked + label:hover::before, .md-radio-color-yahoo input[type="radio"]:checked + label:focus::before {
  border-color: #9600ba;
  background-color: #9600ba; }
.md-radio-color-yahoo input[type="radio"]:checked + label:active::before {
  border-color: #600078;
  background-color: #600078; }

.md-radio-blogger input[type="radio"] + label::after {
  border-color: #fa7918;
  background-color: #fa7918; }
.md-radio-blogger input[type="radio"]:checked + label:active::after {
  border-color: #fa720b;
  background-color: #fa720b; }

.md-radio-color-blogger input[type="radio"] + label::before {
  border-color: #fb8f3d;
  background-color: #fb8f3d; }
.md-radio-color-blogger input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-blogger input[type="radio"]:checked + label:hover::before, .md-radio-color-blogger input[type="radio"]:checked + label:focus::before {
  border-color: #fca25d;
  background-color: #fca25d; }
.md-radio-color-blogger input[type="radio"]:checked + label:active::before {
  border-color: #fa7c1d;
  background-color: #fa7c1d; }

.md-radio-soundcloud input[type="radio"] + label::after {
  border-color: #d93100;
  background-color: #d93100; }
.md-radio-soundcloud input[type="radio"]:checked + label:active::after {
  border-color: #cc2e00;
  background-color: #cc2e00; }

.md-radio-color-soundcloud input[type="radio"] + label::before {
  border-color: #ff3a00;
  background-color: #ff3a00; }
.md-radio-color-soundcloud input[type="radio"] + label::after {
  background-color: #fff; }
.md-radio-color-soundcloud input[type="radio"]:checked + label:hover::before, .md-radio-color-soundcloud input[type="radio"]:checked + label:focus::before {
  border-color: #ff5421;
  background-color: #ff5421; }
.md-radio-color-soundcloud input[type="radio"]:checked + label:active::before {
  border-color: #de3200;
  background-color: #de3200; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [MD Checkbox]
 * ------------------------------------------------------------------------------------------------------------------ */
.md-checkbox-inline {
  display: inline-block; }

.md-checkbox {
  margin-bottom: 0.5rem; }
  .md-checkbox label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-weight: 400; }
    .md-checkbox label::before, .md-checkbox label::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.275s ease-in-out; }
    .md-checkbox label::before {
      background: #fff;
      border: solid 1px #e7e7e7;
      border-radius: 1px; }
    .md-checkbox label::after {
      text-align: center;
      opacity: .0;
      -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjEyIiAgIGhlaWdodD0iMTAiICAgdmlld0JveD0iMCAwIDEyIDEyIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzgiICAgc29kaXBvZGk6ZG9jbmFtZT0iYmFzZWxpbmUtZG9uZS0xMnB4LnN2ZyIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIj4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0MiIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcxNSIgICAgIGlkPSJuYW1lZHZpZXc0MCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209IjIyLjc1IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjQ4MzUxNiIgICAgIGlua3NjYXBlOmN5PSIxLjQ1MDU0OTUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIxNjQiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMzgiIC8+ICA8cGF0aCAgICAgZD0iTSAwLDAgSCAyNCBWIDI0IEggMCBaIiAgICAgaWQ9InBhdGgzNCIgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICBzdHlsZT0iZmlsbDpub25lIiAvPiAgPHBhdGggICAgIGQ9Ik0gMy4zODE4MTgyLDkuNzA5MDg5NCAtMC4wNTQ1NDU0Niw2LjI3MjcyNzIgLTEuMiw3LjQxODE4MTMgMy4zODE4MTgyLDEyIDEzLjIsMi4xODE4MTc4IDEyLjA1NDU0NywxLjAzNjM2MzcgWiIgICAgIGlkPSJwYXRoMzYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjgxODE4MTgxIiAvPjwvc3ZnPg==);
      mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjEyIiAgIGhlaWdodD0iMTAiICAgdmlld0JveD0iMCAwIDEyIDEyIiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnMzgiICAgc29kaXBvZGk6ZG9jbmFtZT0iYmFzZWxpbmUtZG9uZS0xMnB4LnN2ZyIgICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjEgcjE1MzcxIj4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnM0MiIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIgICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgICAgYm9yZGVyb3BhY2l0eT0iMSIgICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiICAgICBncmlkdG9sZXJhbmNlPSIxMCIgICAgIGd1aWRldG9sZXJhbmNlPSIxMCIgICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjcxNSIgICAgIGlkPSJuYW1lZHZpZXc0MCIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIGlua3NjYXBlOnpvb209IjIyLjc1IiAgICAgaW5rc2NhcGU6Y3g9IjEyLjQ4MzUxNiIgICAgIGlua3NjYXBlOmN5PSIxLjQ1MDU0OTUiICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMTkxMiIgICAgIGlua3NjYXBlOndpbmRvdy15PSIxNjQiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnMzgiIC8+ICA8cGF0aCAgICAgZD0iTSAwLDAgSCAyNCBWIDI0IEggMCBaIiAgICAgaWQ9InBhdGgzNCIgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiICAgICBzdHlsZT0iZmlsbDpub25lIiAvPiAgPHBhdGggICAgIGQ9Ik0gMy4zODE4MTgyLDkuNzA5MDg5NCAtMC4wNTQ1NDU0Niw2LjI3MjcyNzIgLTEuMiw3LjQxODE4MTMgMy4zODE4MTgyLDEyIDEzLjIsMi4xODE4MTc4IDEyLjA1NDU0NywxLjAzNjM2MzcgWiIgICAgIGlkPSJwYXRoMzYiICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjgxODE4MTgxIiAvPjwvc3ZnPg==);
      -webkit-mask-position: center center;
      mask-position: center center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat; }
  .md-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: .0; }
    .md-checkbox input[type="checkbox"]:checked + label::after {
      opacity: 1.0; }

.md-checkbox-slide {
  margin-bottom: 0.5rem; }
  .md-checkbox-slide label {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-weight: 400; }
    .md-checkbox-slide label::before, .md-checkbox-slide label::after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      transition: all 0.275s ease-in-out; }
    .md-checkbox-slide label::before {
      background: #fafafa;
      border-radius: 15px; }
    .md-checkbox-slide label::after {
      top: 0;
      text-align: center;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .md-checkbox-slide input[type="checkbox"] {
    position: absolute;
    opacity: .0; }
    .md-checkbox-slide input[type="checkbox"]:checked + label::after {
      box-shadow: none; }

.md-checkbox label {
  padding-left: 1.625rem;
  height: 1.125rem;
  line-height: 1.125rem; }
  .md-checkbox label::before, .md-checkbox label::after {
    width: 1.125rem;
    height: 1.125rem; }

.md-checkbox-lg label {
  padding-left: 1.90625rem;
  height: 1.40625rem;
  line-height: 1.40625rem; }
  .md-checkbox-lg label::before, .md-checkbox-lg label::after {
    width: 1.40625rem;
    height: 1.40625rem; }

.md-checkbox-sm label {
  padding-left: 1.4rem;
  height: 0.9rem;
  line-height: 0.9rem; }
  .md-checkbox-sm label::before, .md-checkbox-sm label::after {
    width: 0.9rem;
    height: 0.9rem; }

.md-checkbox-slide label {
  padding-left: 2.75rem;
  height: 1.125rem;
  line-height: 1.125rem; }
  .md-checkbox-slide label::before {
    top: 0.275rem;
    width: 2.25rem;
    height: 0.575rem; }
  .md-checkbox-slide label::after {
    width: 1.125rem;
    height: 1.125rem; }
.md-checkbox-slide input[type="checkbox"]:checked + label::after {
  left: 1.125rem; }

.md-checkbox-slide-lg label {
  padding-left: 3.3125rem;
  height: 1.40625rem;
  line-height: 1.40625rem; }
  .md-checkbox-slide-lg label::before {
    top: 0.34375rem;
    width: 2.8125rem;
    height: 0.71875rem; }
  .md-checkbox-slide-lg label::after {
    width: 1.40625rem;
    height: 1.40625rem; }
.md-checkbox-slide-lg input[type="checkbox"]:checked + label::after {
  left: 1.40625rem; }

.md-checkbox-slide-sm label {
  padding-left: 2.3rem;
  height: 0.9rem;
  line-height: 0.9rem; }
  .md-checkbox-slide-sm label::before {
    top: 0.22rem;
    width: 1.8rem;
    height: 0.46rem; }
  .md-checkbox-slide-sm label::after {
    width: 0.9rem;
    height: 0.9rem; }
.md-checkbox-slide-sm input[type="checkbox"]:checked + label::after {
  left: 0.9rem; }

.md-checkbox-blue input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-blue input[type="checkbox"]:checked + label::before {
  border-color: #4a8bff;
  background-color: #4a8bff; }
.md-checkbox-blue input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-blue input[type="checkbox"]:checked + label:hover::before {
  border-color: #2472ff;
  background-color: #2472ff; }
.md-checkbox-blue input[type="checkbox"]:checked + label:focus::before {
  border-color: #2472ff;
  background-color: #2472ff; }
.md-checkbox-blue input[type="checkbox"]:checked + label:active::before {
  border-color: #2472ff;
  background-color: #2472ff; }

.md-checkbox-blue.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #4a8bff; }
.md-checkbox-blue.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-blue.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-blue.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-blue.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-blue input[type="checkbox"]:checked + label::before {
  background-color: rgba(74, 139, 255, 0.2); }
.md-checkbox-slide-blue input[type="checkbox"]:checked + label::after {
  background-color: #4a8bff; }
.md-checkbox-slide-blue input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-blue input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(74, 139, 255, 0.4); }
.md-checkbox-slide-blue input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(74, 139, 255, 0.6); }

.md-checkbox-indigo input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-indigo input[type="checkbox"]:checked + label::before {
  border-color: #6610f2;
  background-color: #6610f2; }
.md-checkbox-indigo input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-indigo input[type="checkbox"]:checked + label:hover::before {
  border-color: #560bd0;
  background-color: #560bd0; }
.md-checkbox-indigo input[type="checkbox"]:checked + label:focus::before {
  border-color: #560bd0;
  background-color: #560bd0; }
.md-checkbox-indigo input[type="checkbox"]:checked + label:active::before {
  border-color: #560bd0;
  background-color: #560bd0; }

.md-checkbox-indigo.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #6610f2; }
.md-checkbox-indigo.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-indigo.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-indigo.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-indigo.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-indigo input[type="checkbox"]:checked + label::before {
  background-color: rgba(102, 16, 242, 0.2); }
.md-checkbox-slide-indigo input[type="checkbox"]:checked + label::after {
  background-color: #6610f2; }
.md-checkbox-slide-indigo input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-indigo input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(102, 16, 242, 0.4); }
.md-checkbox-slide-indigo input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(102, 16, 242, 0.6); }

.md-checkbox-purple input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-purple input[type="checkbox"]:checked + label::before {
  border-color: #6f42c1;
  background-color: #6f42c1; }
.md-checkbox-purple input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-purple input[type="checkbox"]:checked + label:hover::before {
  border-color: #5e37a6;
  background-color: #5e37a6; }
.md-checkbox-purple input[type="checkbox"]:checked + label:focus::before {
  border-color: #5e37a6;
  background-color: #5e37a6; }
.md-checkbox-purple input[type="checkbox"]:checked + label:active::before {
  border-color: #5e37a6;
  background-color: #5e37a6; }

.md-checkbox-purple.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #6f42c1; }
.md-checkbox-purple.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-purple.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-purple.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-purple.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-purple input[type="checkbox"]:checked + label::before {
  background-color: rgba(111, 66, 193, 0.2); }
.md-checkbox-slide-purple input[type="checkbox"]:checked + label::after {
  background-color: #6f42c1; }
.md-checkbox-slide-purple input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-purple input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(111, 66, 193, 0.4); }
.md-checkbox-slide-purple input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(111, 66, 193, 0.6); }

.md-checkbox-pink input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-pink input[type="checkbox"]:checked + label::before {
  border-color: #e83e8c;
  background-color: #e83e8c; }
.md-checkbox-pink input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-pink input[type="checkbox"]:checked + label:hover::before {
  border-color: #e41c78;
  background-color: #e41c78; }
.md-checkbox-pink input[type="checkbox"]:checked + label:focus::before {
  border-color: #e41c78;
  background-color: #e41c78; }
.md-checkbox-pink input[type="checkbox"]:checked + label:active::before {
  border-color: #e41c78;
  background-color: #e41c78; }

.md-checkbox-pink.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #e83e8c; }
.md-checkbox-pink.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-pink.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-pink.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-pink.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-pink input[type="checkbox"]:checked + label::before {
  background-color: rgba(232, 62, 140, 0.2); }
.md-checkbox-slide-pink input[type="checkbox"]:checked + label::after {
  background-color: #e83e8c; }
.md-checkbox-slide-pink input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-pink input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(232, 62, 140, 0.4); }
.md-checkbox-slide-pink input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(232, 62, 140, 0.6); }

.md-checkbox-red input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-red input[type="checkbox"]:checked + label::before {
  border-color: #dc3545;
  background-color: #dc3545; }
.md-checkbox-red input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-red input[type="checkbox"]:checked + label:hover::before {
  border-color: #c82333;
  background-color: #c82333; }
.md-checkbox-red input[type="checkbox"]:checked + label:focus::before {
  border-color: #c82333;
  background-color: #c82333; }
.md-checkbox-red input[type="checkbox"]:checked + label:active::before {
  border-color: #c82333;
  background-color: #c82333; }

.md-checkbox-red.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #dc3545; }
.md-checkbox-red.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-red.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-red.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-red.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-red input[type="checkbox"]:checked + label::before {
  background-color: rgba(220, 53, 69, 0.2); }
.md-checkbox-slide-red input[type="checkbox"]:checked + label::after {
  background-color: #dc3545; }
.md-checkbox-slide-red input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-red input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(220, 53, 69, 0.4); }
.md-checkbox-slide-red input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(220, 53, 69, 0.6); }

.md-checkbox-orange input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-orange input[type="checkbox"]:checked + label::before {
  border-color: #fd7e14;
  background-color: #fd7e14; }
.md-checkbox-orange input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-orange input[type="checkbox"]:checked + label:hover::before {
  border-color: #e96b02;
  background-color: #e96b02; }
.md-checkbox-orange input[type="checkbox"]:checked + label:focus::before {
  border-color: #e96b02;
  background-color: #e96b02; }
.md-checkbox-orange input[type="checkbox"]:checked + label:active::before {
  border-color: #e96b02;
  background-color: #e96b02; }

.md-checkbox-orange.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #fd7e14; }
.md-checkbox-orange.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-orange.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-orange.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-orange.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-orange input[type="checkbox"]:checked + label::before {
  background-color: rgba(253, 126, 20, 0.2); }
.md-checkbox-slide-orange input[type="checkbox"]:checked + label::after {
  background-color: #fd7e14; }
.md-checkbox-slide-orange input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-orange input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(253, 126, 20, 0.4); }
.md-checkbox-slide-orange input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(253, 126, 20, 0.6); }

.md-checkbox-yellow input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-yellow input[type="checkbox"]:checked + label::before {
  border-color: #ffc107;
  background-color: #ffc107; }
.md-checkbox-yellow input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-yellow input[type="checkbox"]:checked + label:hover::before {
  border-color: #e0a800;
  background-color: #e0a800; }
.md-checkbox-yellow input[type="checkbox"]:checked + label:focus::before {
  border-color: #e0a800;
  background-color: #e0a800; }
.md-checkbox-yellow input[type="checkbox"]:checked + label:active::before {
  border-color: #e0a800;
  background-color: #e0a800; }

.md-checkbox-yellow.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #ffc107; }
.md-checkbox-yellow.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-yellow.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-yellow.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-yellow.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-yellow input[type="checkbox"]:checked + label::before {
  background-color: rgba(255, 193, 7, 0.2); }
.md-checkbox-slide-yellow input[type="checkbox"]:checked + label::after {
  background-color: #ffc107; }
.md-checkbox-slide-yellow input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-yellow input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(255, 193, 7, 0.4); }
.md-checkbox-slide-yellow input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(255, 193, 7, 0.6); }

.md-checkbox-green input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-green input[type="checkbox"]:checked + label::before {
  border-color: #28a745;
  background-color: #28a745; }
.md-checkbox-green input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-green input[type="checkbox"]:checked + label:hover::before {
  border-color: #218838;
  background-color: #218838; }
.md-checkbox-green input[type="checkbox"]:checked + label:focus::before {
  border-color: #218838;
  background-color: #218838; }
.md-checkbox-green input[type="checkbox"]:checked + label:active::before {
  border-color: #218838;
  background-color: #218838; }

.md-checkbox-green.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #28a745; }
.md-checkbox-green.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-green.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-green.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-green.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-green input[type="checkbox"]:checked + label::before {
  background-color: rgba(40, 167, 69, 0.2); }
.md-checkbox-slide-green input[type="checkbox"]:checked + label::after {
  background-color: #28a745; }
.md-checkbox-slide-green input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-green input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(40, 167, 69, 0.4); }
.md-checkbox-slide-green input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(40, 167, 69, 0.6); }

.md-checkbox-teal input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-teal input[type="checkbox"]:checked + label::before {
  border-color: #20c997;
  background-color: #20c997; }
.md-checkbox-teal input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-teal input[type="checkbox"]:checked + label:hover::before {
  border-color: #1ba87e;
  background-color: #1ba87e; }
.md-checkbox-teal input[type="checkbox"]:checked + label:focus::before {
  border-color: #1ba87e;
  background-color: #1ba87e; }
.md-checkbox-teal input[type="checkbox"]:checked + label:active::before {
  border-color: #1ba87e;
  background-color: #1ba87e; }

.md-checkbox-teal.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #20c997; }
.md-checkbox-teal.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-teal.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-teal.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-teal.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-teal input[type="checkbox"]:checked + label::before {
  background-color: rgba(32, 201, 151, 0.2); }
.md-checkbox-slide-teal input[type="checkbox"]:checked + label::after {
  background-color: #20c997; }
.md-checkbox-slide-teal input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-teal input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(32, 201, 151, 0.4); }
.md-checkbox-slide-teal input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(32, 201, 151, 0.6); }

.md-checkbox-cyan input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-cyan input[type="checkbox"]:checked + label::before {
  border-color: #17a2b8;
  background-color: #17a2b8; }
.md-checkbox-cyan input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-cyan input[type="checkbox"]:checked + label:hover::before {
  border-color: #138496;
  background-color: #138496; }
.md-checkbox-cyan input[type="checkbox"]:checked + label:focus::before {
  border-color: #138496;
  background-color: #138496; }
.md-checkbox-cyan input[type="checkbox"]:checked + label:active::before {
  border-color: #138496;
  background-color: #138496; }

.md-checkbox-cyan.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #17a2b8; }
.md-checkbox-cyan.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-cyan.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-cyan.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-cyan.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-cyan input[type="checkbox"]:checked + label::before {
  background-color: rgba(23, 162, 184, 0.2); }
.md-checkbox-slide-cyan input[type="checkbox"]:checked + label::after {
  background-color: #17a2b8; }
.md-checkbox-slide-cyan input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-cyan input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(23, 162, 184, 0.4); }
.md-checkbox-slide-cyan input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(23, 162, 184, 0.6); }

.md-checkbox-white input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-white input[type="checkbox"]:checked + label::before {
  border-color: #eeeeee;
  background-color: #fff; }
.md-checkbox-white input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-white input[type="checkbox"]:checked + label:hover::before {
  border-color: #ececec;
  background-color: #ececec; }
.md-checkbox-white input[type="checkbox"]:checked + label:focus::before {
  border-color: #ececec;
  background-color: #ececec; }
.md-checkbox-white input[type="checkbox"]:checked + label:active::before {
  border-color: #ececec;
  background-color: #ececec; }

.md-checkbox-white.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-white.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-white.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-white.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-white.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-white input[type="checkbox"]:checked + label::before {
  background-color: #fafafa; }
.md-checkbox-slide-white input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-slide-white input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-white input[type="checkbox"]:checked + label:focus::before {
  background-color: #fafafa; }
.md-checkbox-slide-white input[type="checkbox"]:checked + label:active::before {
  background-color: #fafafa; }

.md-checkbox-black input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-black input[type="checkbox"]:checked + label::before {
  border-color: #000;
  background-color: #000; }
.md-checkbox-black input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-black input[type="checkbox"]:checked + label:hover::before {
  border-color: black;
  background-color: black; }
.md-checkbox-black input[type="checkbox"]:checked + label:focus::before {
  border-color: black;
  background-color: black; }
.md-checkbox-black input[type="checkbox"]:checked + label:active::before {
  border-color: black;
  background-color: black; }

.md-checkbox-black.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #000; }
.md-checkbox-black.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-black.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-black.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-black.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-black input[type="checkbox"]:checked + label::before {
  background-color: rgba(0, 0, 0, 0.2); }
.md-checkbox-slide-black input[type="checkbox"]:checked + label::after {
  background-color: #000; }
.md-checkbox-slide-black input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-black input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(0, 0, 0, 0.4); }
.md-checkbox-slide-black input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 0, 0, 0.6); }

.md-checkbox-text input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-text input[type="checkbox"]:checked + label::before {
  border-color: #555;
  background-color: #555; }
.md-checkbox-text input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-text input[type="checkbox"]:checked + label:hover::before {
  border-color: #424242;
  background-color: #424242; }
.md-checkbox-text input[type="checkbox"]:checked + label:focus::before {
  border-color: #424242;
  background-color: #424242; }
.md-checkbox-text input[type="checkbox"]:checked + label:active::before {
  border-color: #424242;
  background-color: #424242; }

.md-checkbox-text.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-text.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-text.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-text.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-text.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-text input[type="checkbox"]:checked + label::before {
  background-color: rgba(85, 85, 85, 0.2); }
.md-checkbox-slide-text input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-slide-text input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-text input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(85, 85, 85, 0.4); }
.md-checkbox-slide-text input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(85, 85, 85, 0.6); }

.md-checkbox-text-light input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-text-light input[type="checkbox"]:checked + label::before {
  border-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.85); }
.md-checkbox-text-light input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-text-light input[type="checkbox"]:checked + label:hover::before {
  border-color: rgba(236, 236, 236, 0.85);
  background-color: rgba(236, 236, 236, 0.85); }
.md-checkbox-text-light input[type="checkbox"]:checked + label:focus::before {
  border-color: rgba(236, 236, 236, 0.85);
  background-color: rgba(236, 236, 236, 0.85); }
.md-checkbox-text-light input[type="checkbox"]:checked + label:active::before {
  border-color: rgba(236, 236, 236, 0.85);
  background-color: rgba(236, 236, 236, 0.85); }

.md-checkbox-text-light.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: rgba(255, 255, 255, 0.85); }
.md-checkbox-text-light.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-text-light.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-text-light.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-text-light.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-text-light input[type="checkbox"]:checked + label::before {
  background-color: #fafafa; }
.md-checkbox-slide-text-light input[type="checkbox"]:checked + label::after {
  background-color: rgba(255, 255, 255, 0.85); }
.md-checkbox-slide-text-light input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-text-light input[type="checkbox"]:checked + label:focus::before {
  background-color: #fafafa; }
.md-checkbox-slide-text-light input[type="checkbox"]:checked + label:active::before {
  background-color: #fafafa; }

.md-checkbox-text-heading input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-text-heading input[type="checkbox"]:checked + label::before {
  border-color: #333;
  background-color: #333; }
.md-checkbox-text-heading input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-text-heading input[type="checkbox"]:checked + label:hover::before {
  border-color: #202020;
  background-color: #202020; }
.md-checkbox-text-heading input[type="checkbox"]:checked + label:focus::before {
  border-color: #202020;
  background-color: #202020; }
.md-checkbox-text-heading input[type="checkbox"]:checked + label:active::before {
  border-color: #202020;
  background-color: #202020; }

.md-checkbox-text-heading.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #333; }
.md-checkbox-text-heading.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-text-heading.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-text-heading.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-text-heading.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-text-heading input[type="checkbox"]:checked + label::before {
  background-color: rgba(51, 51, 51, 0.2); }
.md-checkbox-slide-text-heading input[type="checkbox"]:checked + label::after {
  background-color: #333; }
.md-checkbox-slide-text-heading input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-text-heading input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(51, 51, 51, 0.4); }
.md-checkbox-slide-text-heading input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(51, 51, 51, 0.6); }

.md-checkbox-text-heading-light input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-text-heading-light input[type="checkbox"]:checked + label::before {
  border-color: #eeeeee;
  background-color: #fff; }
.md-checkbox-text-heading-light input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-text-heading-light input[type="checkbox"]:checked + label:hover::before {
  border-color: #ececec;
  background-color: #ececec; }
.md-checkbox-text-heading-light input[type="checkbox"]:checked + label:focus::before {
  border-color: #ececec;
  background-color: #ececec; }
.md-checkbox-text-heading-light input[type="checkbox"]:checked + label:active::before {
  border-color: #ececec;
  background-color: #ececec; }

.md-checkbox-text-heading-light.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-text-heading-light.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-text-heading-light.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-text-heading-light.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-text-heading-light.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-text-heading-light input[type="checkbox"]:checked + label::before {
  background-color: #fafafa; }
.md-checkbox-slide-text-heading-light input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-slide-text-heading-light input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-text-heading-light input[type="checkbox"]:checked + label:focus::before {
  background-color: #fafafa; }
.md-checkbox-slide-text-heading-light input[type="checkbox"]:checked + label:active::before {
  background-color: #fafafa; }

.md-checkbox-text-muted input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-text-muted input[type="checkbox"]:checked + label::before {
  border-color: #888;
  background-color: #888; }
.md-checkbox-text-muted input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-text-muted input[type="checkbox"]:checked + label:hover::before {
  border-color: #757575;
  background-color: #757575; }
.md-checkbox-text-muted input[type="checkbox"]:checked + label:focus::before {
  border-color: #757575;
  background-color: #757575; }
.md-checkbox-text-muted input[type="checkbox"]:checked + label:active::before {
  border-color: #757575;
  background-color: #757575; }

.md-checkbox-text-muted.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #888; }
.md-checkbox-text-muted.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-text-muted.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-text-muted.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-text-muted.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-text-muted input[type="checkbox"]:checked + label::before {
  background-color: rgba(136, 136, 136, 0.2); }
.md-checkbox-slide-text-muted input[type="checkbox"]:checked + label::after {
  background-color: #888; }
.md-checkbox-slide-text-muted input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-text-muted input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(136, 136, 136, 0.4); }
.md-checkbox-slide-text-muted input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(136, 136, 136, 0.6); }

.md-checkbox-text-muted-light input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-text-muted-light input[type="checkbox"]:checked + label::before {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(255, 255, 255, 0.75); }
.md-checkbox-text-muted-light input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-text-muted-light input[type="checkbox"]:checked + label:hover::before {
  border-color: rgba(236, 236, 236, 0.75);
  background-color: rgba(236, 236, 236, 0.75); }
.md-checkbox-text-muted-light input[type="checkbox"]:checked + label:focus::before {
  border-color: rgba(236, 236, 236, 0.75);
  background-color: rgba(236, 236, 236, 0.75); }
.md-checkbox-text-muted-light input[type="checkbox"]:checked + label:active::before {
  border-color: rgba(236, 236, 236, 0.75);
  background-color: rgba(236, 236, 236, 0.75); }

.md-checkbox-text-muted-light.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: rgba(255, 255, 255, 0.75); }
.md-checkbox-text-muted-light.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-text-muted-light.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-text-muted-light.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-text-muted-light.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-text-muted-light input[type="checkbox"]:checked + label::before {
  background-color: #fafafa; }
.md-checkbox-slide-text-muted-light input[type="checkbox"]:checked + label::after {
  background-color: rgba(255, 255, 255, 0.75); }
.md-checkbox-slide-text-muted-light input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-text-muted-light input[type="checkbox"]:checked + label:focus::before {
  background-color: #fafafa; }
.md-checkbox-slide-text-muted-light input[type="checkbox"]:checked + label:active::before {
  background-color: #fafafa; }

.md-checkbox-primary input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-primary input[type="checkbox"]:checked + label::before {
  border-color: #3a4957;
  background-color: #3a4957; }
.md-checkbox-primary input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-primary input[type="checkbox"]:checked + label:hover::before {
  border-color: #2b3640;
  background-color: #2b3640; }
.md-checkbox-primary input[type="checkbox"]:checked + label:focus::before {
  border-color: #2b3640;
  background-color: #2b3640; }
.md-checkbox-primary input[type="checkbox"]:checked + label:active::before {
  border-color: #2b3640;
  background-color: #2b3640; }

.md-checkbox-primary.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #3a4957; }
.md-checkbox-primary.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-primary.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-primary.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-primary.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-primary input[type="checkbox"]:checked + label::before {
  background-color: rgba(58, 73, 87, 0.2); }
.md-checkbox-slide-primary input[type="checkbox"]:checked + label::after {
  background-color: #3a4957; }
.md-checkbox-slide-primary input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-primary input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(58, 73, 87, 0.4); }
.md-checkbox-slide-primary input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(58, 73, 87, 0.6); }

.md-checkbox-secondary input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-secondary input[type="checkbox"]:checked + label::before {
  border-color: #17a2b8;
  background-color: #17a2b8; }
.md-checkbox-secondary input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-secondary input[type="checkbox"]:checked + label:hover::before {
  border-color: #138496;
  background-color: #138496; }
.md-checkbox-secondary input[type="checkbox"]:checked + label:focus::before {
  border-color: #138496;
  background-color: #138496; }
.md-checkbox-secondary input[type="checkbox"]:checked + label:active::before {
  border-color: #138496;
  background-color: #138496; }

.md-checkbox-secondary.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #17a2b8; }
.md-checkbox-secondary.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-secondary.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-secondary.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-secondary.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-secondary input[type="checkbox"]:checked + label::before {
  background-color: rgba(23, 162, 184, 0.2); }
.md-checkbox-slide-secondary input[type="checkbox"]:checked + label::after {
  background-color: #17a2b8; }
.md-checkbox-slide-secondary input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-secondary input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(23, 162, 184, 0.4); }
.md-checkbox-slide-secondary input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(23, 162, 184, 0.6); }

.md-checkbox-success input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-success input[type="checkbox"]:checked + label::before {
  border-color: #28a745;
  background-color: #28a745; }
.md-checkbox-success input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-success input[type="checkbox"]:checked + label:hover::before {
  border-color: #218838;
  background-color: #218838; }
.md-checkbox-success input[type="checkbox"]:checked + label:focus::before {
  border-color: #218838;
  background-color: #218838; }
.md-checkbox-success input[type="checkbox"]:checked + label:active::before {
  border-color: #218838;
  background-color: #218838; }

.md-checkbox-success.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #28a745; }
.md-checkbox-success.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-success.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-success.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-success.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-success input[type="checkbox"]:checked + label::before {
  background-color: rgba(40, 167, 69, 0.2); }
.md-checkbox-slide-success input[type="checkbox"]:checked + label::after {
  background-color: #28a745; }
.md-checkbox-slide-success input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-success input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(40, 167, 69, 0.4); }
.md-checkbox-slide-success input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(40, 167, 69, 0.6); }

.md-checkbox-info input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-info input[type="checkbox"]:checked + label::before {
  border-color: #4a8bff;
  background-color: #4a8bff; }
.md-checkbox-info input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-info input[type="checkbox"]:checked + label:hover::before {
  border-color: #2472ff;
  background-color: #2472ff; }
.md-checkbox-info input[type="checkbox"]:checked + label:focus::before {
  border-color: #2472ff;
  background-color: #2472ff; }
.md-checkbox-info input[type="checkbox"]:checked + label:active::before {
  border-color: #2472ff;
  background-color: #2472ff; }

.md-checkbox-info.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #4a8bff; }
.md-checkbox-info.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-info.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-info.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-info.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-info input[type="checkbox"]:checked + label::before {
  background-color: rgba(74, 139, 255, 0.2); }
.md-checkbox-slide-info input[type="checkbox"]:checked + label::after {
  background-color: #4a8bff; }
.md-checkbox-slide-info input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-info input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(74, 139, 255, 0.4); }
.md-checkbox-slide-info input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(74, 139, 255, 0.6); }

.md-checkbox-warning input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-warning input[type="checkbox"]:checked + label::before {
  border-color: #fd7e14;
  background-color: #fd7e14; }
.md-checkbox-warning input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-warning input[type="checkbox"]:checked + label:hover::before {
  border-color: #e96b02;
  background-color: #e96b02; }
.md-checkbox-warning input[type="checkbox"]:checked + label:focus::before {
  border-color: #e96b02;
  background-color: #e96b02; }
.md-checkbox-warning input[type="checkbox"]:checked + label:active::before {
  border-color: #e96b02;
  background-color: #e96b02; }

.md-checkbox-warning.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #fd7e14; }
.md-checkbox-warning.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-warning.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-warning.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-warning.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-warning input[type="checkbox"]:checked + label::before {
  background-color: rgba(253, 126, 20, 0.2); }
.md-checkbox-slide-warning input[type="checkbox"]:checked + label::after {
  background-color: #fd7e14; }
.md-checkbox-slide-warning input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-warning input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(253, 126, 20, 0.4); }
.md-checkbox-slide-warning input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(253, 126, 20, 0.6); }

.md-checkbox-danger input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-danger input[type="checkbox"]:checked + label::before {
  border-color: #e83e8c;
  background-color: #e83e8c; }
.md-checkbox-danger input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-danger input[type="checkbox"]:checked + label:hover::before {
  border-color: #e41c78;
  background-color: #e41c78; }
.md-checkbox-danger input[type="checkbox"]:checked + label:focus::before {
  border-color: #e41c78;
  background-color: #e41c78; }
.md-checkbox-danger input[type="checkbox"]:checked + label:active::before {
  border-color: #e41c78;
  background-color: #e41c78; }

.md-checkbox-danger.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #e83e8c; }
.md-checkbox-danger.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-danger.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-danger.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-danger.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-danger input[type="checkbox"]:checked + label::before {
  background-color: rgba(232, 62, 140, 0.2); }
.md-checkbox-slide-danger input[type="checkbox"]:checked + label::after {
  background-color: #e83e8c; }
.md-checkbox-slide-danger input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-danger input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(232, 62, 140, 0.4); }
.md-checkbox-slide-danger input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(232, 62, 140, 0.6); }

.md-checkbox-light input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-light input[type="checkbox"]:checked + label::before {
  border-color: #e9e9e9;
  background-color: #fafafa; }
.md-checkbox-light input[type="checkbox"]:checked + label::after {
  background-color: #555; }
.md-checkbox-light input[type="checkbox"]:checked + label:hover::before {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
.md-checkbox-light input[type="checkbox"]:checked + label:focus::before {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
.md-checkbox-light input[type="checkbox"]:checked + label:active::before {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }

.md-checkbox-light.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #555; }
.md-checkbox-light.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-light.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-light.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-light.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-light input[type="checkbox"]:checked + label::before {
  background-color: #fafafa; }
.md-checkbox-slide-light input[type="checkbox"]:checked + label::after {
  background-color: #e9e9e9; }
.md-checkbox-slide-light input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-light input[type="checkbox"]:checked + label:focus::before {
  background-color: #fafafa; }
.md-checkbox-slide-light input[type="checkbox"]:checked + label:active::before {
  background-color: #fafafa; }

.md-checkbox-dark input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-dark input[type="checkbox"]:checked + label::before {
  border-color: #0d0e10;
  background-color: #0d0e10; }
.md-checkbox-dark input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-dark input[type="checkbox"]:checked + label:hover::before {
  border-color: black;
  background-color: black; }
.md-checkbox-dark input[type="checkbox"]:checked + label:focus::before {
  border-color: black;
  background-color: black; }
.md-checkbox-dark input[type="checkbox"]:checked + label:active::before {
  border-color: black;
  background-color: black; }

.md-checkbox-dark.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #0d0e10; }
.md-checkbox-dark.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-dark.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-dark.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-dark.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-dark input[type="checkbox"]:checked + label::before {
  background-color: rgba(13, 14, 16, 0.2); }
.md-checkbox-slide-dark input[type="checkbox"]:checked + label::after {
  background-color: #0d0e10; }
.md-checkbox-slide-dark input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-dark input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(13, 14, 16, 0.4); }
.md-checkbox-slide-dark input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(13, 14, 16, 0.6); }

.md-checkbox-facebook input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-facebook input[type="checkbox"]:checked + label::before {
  border-color: #3b5998;
  background-color: #3b5998; }
.md-checkbox-facebook input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-facebook input[type="checkbox"]:checked + label:hover::before {
  border-color: #30497c;
  background-color: #30497c; }
.md-checkbox-facebook input[type="checkbox"]:checked + label:focus::before {
  border-color: #30497c;
  background-color: #30497c; }
.md-checkbox-facebook input[type="checkbox"]:checked + label:active::before {
  border-color: #30497c;
  background-color: #30497c; }

.md-checkbox-facebook.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #3b5998; }
.md-checkbox-facebook.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-facebook.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-facebook.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-facebook.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-facebook input[type="checkbox"]:checked + label::before {
  background-color: rgba(59, 89, 152, 0.2); }
.md-checkbox-slide-facebook input[type="checkbox"]:checked + label::after {
  background-color: #3b5998; }
.md-checkbox-slide-facebook input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-facebook input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(59, 89, 152, 0.4); }
.md-checkbox-slide-facebook input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(59, 89, 152, 0.6); }

.md-checkbox-twitter input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-twitter input[type="checkbox"]:checked + label::before {
  border-color: #00aced;
  background-color: #00aced; }
.md-checkbox-twitter input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-twitter input[type="checkbox"]:checked + label:hover::before {
  border-color: #0090c7;
  background-color: #0090c7; }
.md-checkbox-twitter input[type="checkbox"]:checked + label:focus::before {
  border-color: #0090c7;
  background-color: #0090c7; }
.md-checkbox-twitter input[type="checkbox"]:checked + label:active::before {
  border-color: #0090c7;
  background-color: #0090c7; }

.md-checkbox-twitter.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #00aced; }
.md-checkbox-twitter.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-twitter.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-twitter.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-twitter.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-twitter input[type="checkbox"]:checked + label::before {
  background-color: rgba(0, 172, 237, 0.2); }
.md-checkbox-slide-twitter input[type="checkbox"]:checked + label::after {
  background-color: #00aced; }
.md-checkbox-slide-twitter input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-twitter input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(0, 172, 237, 0.4); }
.md-checkbox-slide-twitter input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 172, 237, 0.6); }

.md-checkbox-linkedin input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-linkedin input[type="checkbox"]:checked + label::before {
  border-color: #007bb6;
  background-color: #007bb6; }
.md-checkbox-linkedin input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-linkedin input[type="checkbox"]:checked + label:hover::before {
  border-color: #006190;
  background-color: #006190; }
.md-checkbox-linkedin input[type="checkbox"]:checked + label:focus::before {
  border-color: #006190;
  background-color: #006190; }
.md-checkbox-linkedin input[type="checkbox"]:checked + label:active::before {
  border-color: #006190;
  background-color: #006190; }

.md-checkbox-linkedin.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #007bb6; }
.md-checkbox-linkedin.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-linkedin.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-linkedin.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-linkedin.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-linkedin input[type="checkbox"]:checked + label::before {
  background-color: rgba(0, 123, 182, 0.2); }
.md-checkbox-slide-linkedin input[type="checkbox"]:checked + label::after {
  background-color: #007bb6; }
.md-checkbox-slide-linkedin input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-linkedin input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(0, 123, 182, 0.4); }
.md-checkbox-slide-linkedin input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 123, 182, 0.6); }

.md-checkbox-skype input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-skype input[type="checkbox"]:checked + label::before {
  border-color: #00aff0;
  background-color: #00aff0; }
.md-checkbox-skype input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-skype input[type="checkbox"]:checked + label:hover::before {
  border-color: #0093ca;
  background-color: #0093ca; }
.md-checkbox-skype input[type="checkbox"]:checked + label:focus::before {
  border-color: #0093ca;
  background-color: #0093ca; }
.md-checkbox-skype input[type="checkbox"]:checked + label:active::before {
  border-color: #0093ca;
  background-color: #0093ca; }

.md-checkbox-skype.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #00aff0; }
.md-checkbox-skype.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-skype.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-skype.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-skype.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-skype input[type="checkbox"]:checked + label::before {
  background-color: rgba(0, 175, 240, 0.2); }
.md-checkbox-slide-skype input[type="checkbox"]:checked + label::after {
  background-color: #00aff0; }
.md-checkbox-slide-skype input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-skype input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(0, 175, 240, 0.4); }
.md-checkbox-slide-skype input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 175, 240, 0.6); }

.md-checkbox-googleplus input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-googleplus input[type="checkbox"]:checked + label::before {
  border-color: #dd4b39;
  background-color: #dd4b39; }
.md-checkbox-googleplus input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-googleplus input[type="checkbox"]:checked + label:hover::before {
  border-color: #cd3623;
  background-color: #cd3623; }
.md-checkbox-googleplus input[type="checkbox"]:checked + label:focus::before {
  border-color: #cd3623;
  background-color: #cd3623; }
.md-checkbox-googleplus input[type="checkbox"]:checked + label:active::before {
  border-color: #cd3623;
  background-color: #cd3623; }

.md-checkbox-googleplus.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #dd4b39; }
.md-checkbox-googleplus.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-googleplus.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-googleplus.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-googleplus.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-googleplus input[type="checkbox"]:checked + label::before {
  background-color: rgba(221, 75, 57, 0.2); }
.md-checkbox-slide-googleplus input[type="checkbox"]:checked + label::after {
  background-color: #dd4b39; }
.md-checkbox-slide-googleplus input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-googleplus input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(221, 75, 57, 0.4); }
.md-checkbox-slide-googleplus input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(221, 75, 57, 0.6); }

.md-checkbox-pinterest input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-pinterest input[type="checkbox"]:checked + label::before {
  border-color: #cb2027;
  background-color: #cb2027; }
.md-checkbox-pinterest input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-pinterest input[type="checkbox"]:checked + label:hover::before {
  border-color: #aa1b21;
  background-color: #aa1b21; }
.md-checkbox-pinterest input[type="checkbox"]:checked + label:focus::before {
  border-color: #aa1b21;
  background-color: #aa1b21; }
.md-checkbox-pinterest input[type="checkbox"]:checked + label:active::before {
  border-color: #aa1b21;
  background-color: #aa1b21; }

.md-checkbox-pinterest.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #cb2027; }
.md-checkbox-pinterest.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-pinterest.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-pinterest.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-pinterest.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-pinterest input[type="checkbox"]:checked + label::before {
  background-color: rgba(203, 32, 39, 0.2); }
.md-checkbox-slide-pinterest input[type="checkbox"]:checked + label::after {
  background-color: #cb2027; }
.md-checkbox-slide-pinterest input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-pinterest input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(203, 32, 39, 0.4); }
.md-checkbox-slide-pinterest input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(203, 32, 39, 0.6); }

.md-checkbox-youtube input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-youtube input[type="checkbox"]:checked + label::before {
  border-color: #bb0000;
  background-color: #bb0000; }
.md-checkbox-youtube input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-youtube input[type="checkbox"]:checked + label:hover::before {
  border-color: #950000;
  background-color: #950000; }
.md-checkbox-youtube input[type="checkbox"]:checked + label:focus::before {
  border-color: #950000;
  background-color: #950000; }
.md-checkbox-youtube input[type="checkbox"]:checked + label:active::before {
  border-color: #950000;
  background-color: #950000; }

.md-checkbox-youtube.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #bb0000; }
.md-checkbox-youtube.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-youtube.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-youtube.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-youtube.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-youtube input[type="checkbox"]:checked + label::before {
  background-color: rgba(187, 0, 0, 0.2); }
.md-checkbox-slide-youtube input[type="checkbox"]:checked + label::after {
  background-color: #bb0000; }
.md-checkbox-slide-youtube input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-youtube input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(187, 0, 0, 0.4); }
.md-checkbox-slide-youtube input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(187, 0, 0, 0.6); }

.md-checkbox-vine input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-vine input[type="checkbox"]:checked + label::before {
  border-color: #00b488;
  background-color: #00b488; }
.md-checkbox-vine input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-vine input[type="checkbox"]:checked + label:hover::before {
  border-color: #008e6b;
  background-color: #008e6b; }
.md-checkbox-vine input[type="checkbox"]:checked + label:focus::before {
  border-color: #008e6b;
  background-color: #008e6b; }
.md-checkbox-vine input[type="checkbox"]:checked + label:active::before {
  border-color: #008e6b;
  background-color: #008e6b; }

.md-checkbox-vine.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #00b488; }
.md-checkbox-vine.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-vine.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-vine.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-vine.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-vine input[type="checkbox"]:checked + label::before {
  background-color: rgba(0, 180, 136, 0.2); }
.md-checkbox-slide-vine input[type="checkbox"]:checked + label::after {
  background-color: #00b488; }
.md-checkbox-slide-vine input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-vine input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(0, 180, 136, 0.4); }
.md-checkbox-slide-vine input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 180, 136, 0.6); }

.md-checkbox-dribbble input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-dribbble input[type="checkbox"]:checked + label::before {
  border-color: #ea4c89;
  background-color: #ea4c89; }
.md-checkbox-dribbble input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-dribbble input[type="checkbox"]:checked + label:hover::before {
  border-color: #e62a72;
  background-color: #e62a72; }
.md-checkbox-dribbble input[type="checkbox"]:checked + label:focus::before {
  border-color: #e62a72;
  background-color: #e62a72; }
.md-checkbox-dribbble input[type="checkbox"]:checked + label:active::before {
  border-color: #e62a72;
  background-color: #e62a72; }

.md-checkbox-dribbble.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #ea4c89; }
.md-checkbox-dribbble.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-dribbble.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-dribbble.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-dribbble.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-dribbble input[type="checkbox"]:checked + label::before {
  background-color: rgba(234, 76, 137, 0.2); }
.md-checkbox-slide-dribbble input[type="checkbox"]:checked + label::after {
  background-color: #ea4c89; }
.md-checkbox-slide-dribbble input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-dribbble input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(234, 76, 137, 0.4); }
.md-checkbox-slide-dribbble input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(234, 76, 137, 0.6); }

.md-checkbox-flickr input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-flickr input[type="checkbox"]:checked + label::before {
  border-color: #ff0084;
  background-color: #ff0084; }
.md-checkbox-flickr input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-flickr input[type="checkbox"]:checked + label:hover::before {
  border-color: #d90070;
  background-color: #d90070; }
.md-checkbox-flickr input[type="checkbox"]:checked + label:focus::before {
  border-color: #d90070;
  background-color: #d90070; }
.md-checkbox-flickr input[type="checkbox"]:checked + label:active::before {
  border-color: #d90070;
  background-color: #d90070; }

.md-checkbox-flickr.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #ff0084; }
.md-checkbox-flickr.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-flickr.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-flickr.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-flickr.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-flickr input[type="checkbox"]:checked + label::before {
  background-color: rgba(255, 0, 132, 0.2); }
.md-checkbox-slide-flickr input[type="checkbox"]:checked + label::after {
  background-color: #ff0084; }
.md-checkbox-slide-flickr input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-flickr input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(255, 0, 132, 0.4); }
.md-checkbox-slide-flickr input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(255, 0, 132, 0.6); }

.md-checkbox-behance input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-behance input[type="checkbox"]:checked + label::before {
  border-color: #1769ff;
  background-color: #1769ff; }
.md-checkbox-behance input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-behance input[type="checkbox"]:checked + label:hover::before {
  border-color: #0055f0;
  background-color: #0055f0; }
.md-checkbox-behance input[type="checkbox"]:checked + label:focus::before {
  border-color: #0055f0;
  background-color: #0055f0; }
.md-checkbox-behance input[type="checkbox"]:checked + label:active::before {
  border-color: #0055f0;
  background-color: #0055f0; }

.md-checkbox-behance.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #1769ff; }
.md-checkbox-behance.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-behance.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-behance.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-behance.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-behance input[type="checkbox"]:checked + label::before {
  background-color: rgba(23, 105, 255, 0.2); }
.md-checkbox-slide-behance input[type="checkbox"]:checked + label::after {
  background-color: #1769ff; }
.md-checkbox-slide-behance input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-behance input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(23, 105, 255, 0.4); }
.md-checkbox-slide-behance input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(23, 105, 255, 0.6); }

.md-checkbox-vimeo input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-vimeo input[type="checkbox"]:checked + label::before {
  border-color: #1ab7ea;
  background-color: #1ab7ea; }
.md-checkbox-vimeo input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-vimeo input[type="checkbox"]:checked + label:hover::before {
  border-color: #139ecb;
  background-color: #139ecb; }
.md-checkbox-vimeo input[type="checkbox"]:checked + label:focus::before {
  border-color: #139ecb;
  background-color: #139ecb; }
.md-checkbox-vimeo input[type="checkbox"]:checked + label:active::before {
  border-color: #139ecb;
  background-color: #139ecb; }

.md-checkbox-vimeo.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #1ab7ea; }
.md-checkbox-vimeo.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-vimeo.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-vimeo.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-vimeo.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-vimeo input[type="checkbox"]:checked + label::before {
  background-color: rgba(26, 183, 234, 0.2); }
.md-checkbox-slide-vimeo input[type="checkbox"]:checked + label::after {
  background-color: #1ab7ea; }
.md-checkbox-slide-vimeo input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-vimeo input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(26, 183, 234, 0.4); }
.md-checkbox-slide-vimeo input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(26, 183, 234, 0.6); }

.md-checkbox-tumblr input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-tumblr input[type="checkbox"]:checked + label::before {
  border-color: #32506d;
  background-color: #32506d; }
.md-checkbox-tumblr input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-tumblr input[type="checkbox"]:checked + label:hover::before {
  border-color: #263d53;
  background-color: #263d53; }
.md-checkbox-tumblr input[type="checkbox"]:checked + label:focus::before {
  border-color: #263d53;
  background-color: #263d53; }
.md-checkbox-tumblr input[type="checkbox"]:checked + label:active::before {
  border-color: #263d53;
  background-color: #263d53; }

.md-checkbox-tumblr.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #32506d; }
.md-checkbox-tumblr.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-tumblr.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-tumblr.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-tumblr.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-tumblr input[type="checkbox"]:checked + label::before {
  background-color: rgba(50, 80, 109, 0.2); }
.md-checkbox-slide-tumblr input[type="checkbox"]:checked + label::after {
  background-color: #32506d; }
.md-checkbox-slide-tumblr input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-tumblr input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(50, 80, 109, 0.4); }
.md-checkbox-slide-tumblr input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(50, 80, 109, 0.6); }

.md-checkbox-instagram input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-instagram input[type="checkbox"]:checked + label::before {
  border-color: #bc2a8d;
  background-color: #bc2a8d; }
.md-checkbox-instagram input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-instagram input[type="checkbox"]:checked + label:hover::before {
  border-color: #9d2376;
  background-color: #9d2376; }
.md-checkbox-instagram input[type="checkbox"]:checked + label:focus::before {
  border-color: #9d2376;
  background-color: #9d2376; }
.md-checkbox-instagram input[type="checkbox"]:checked + label:active::before {
  border-color: #9d2376;
  background-color: #9d2376; }

.md-checkbox-instagram.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #bc2a8d; }
.md-checkbox-instagram.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-instagram.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-instagram.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-instagram.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-instagram input[type="checkbox"]:checked + label::before {
  background-color: rgba(188, 42, 141, 0.2); }
.md-checkbox-slide-instagram input[type="checkbox"]:checked + label::after {
  background-color: #bc2a8d; }
.md-checkbox-slide-instagram input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-instagram input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(188, 42, 141, 0.4); }
.md-checkbox-slide-instagram input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(188, 42, 141, 0.6); }

.md-checkbox-vk input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-vk input[type="checkbox"]:checked + label::before {
  border-color: #45668e;
  background-color: #45668e; }
.md-checkbox-vk input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-vk input[type="checkbox"]:checked + label:hover::before {
  border-color: #385474;
  background-color: #385474; }
.md-checkbox-vk input[type="checkbox"]:checked + label:focus::before {
  border-color: #385474;
  background-color: #385474; }
.md-checkbox-vk input[type="checkbox"]:checked + label:active::before {
  border-color: #385474;
  background-color: #385474; }

.md-checkbox-vk.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #45668e; }
.md-checkbox-vk.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-vk.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-vk.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-vk.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-vk input[type="checkbox"]:checked + label::before {
  background-color: rgba(69, 102, 142, 0.2); }
.md-checkbox-slide-vk input[type="checkbox"]:checked + label::after {
  background-color: #45668e; }
.md-checkbox-slide-vk input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-vk input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(69, 102, 142, 0.4); }
.md-checkbox-slide-vk input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(69, 102, 142, 0.6); }

.md-checkbox-wordpress input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-wordpress input[type="checkbox"]:checked + label::before {
  border-color: #21759b;
  background-color: #21759b; }
.md-checkbox-wordpress input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-wordpress input[type="checkbox"]:checked + label:hover::before {
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
.md-checkbox-wordpress input[type="checkbox"]:checked + label:focus::before {
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
.md-checkbox-wordpress input[type="checkbox"]:checked + label:active::before {
  border-color: #1a5d7b;
  background-color: #1a5d7b; }

.md-checkbox-wordpress.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #21759b; }
.md-checkbox-wordpress.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-wordpress.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-wordpress.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-wordpress.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-wordpress input[type="checkbox"]:checked + label::before {
  background-color: rgba(33, 117, 155, 0.2); }
.md-checkbox-slide-wordpress input[type="checkbox"]:checked + label::after {
  background-color: #21759b; }
.md-checkbox-slide-wordpress input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-wordpress input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(33, 117, 155, 0.4); }
.md-checkbox-slide-wordpress input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(33, 117, 155, 0.6); }

.md-checkbox-yahoo input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-yahoo input[type="checkbox"]:checked + label::before {
  border-color: #7B0099;
  background-color: #7B0099; }
.md-checkbox-yahoo input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-yahoo input[type="checkbox"]:checked + label:hover::before {
  border-color: #5c0073;
  background-color: #5c0073; }
.md-checkbox-yahoo input[type="checkbox"]:checked + label:focus::before {
  border-color: #5c0073;
  background-color: #5c0073; }
.md-checkbox-yahoo input[type="checkbox"]:checked + label:active::before {
  border-color: #5c0073;
  background-color: #5c0073; }

.md-checkbox-yahoo.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #7B0099; }
.md-checkbox-yahoo.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-yahoo.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-yahoo.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-yahoo.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-yahoo input[type="checkbox"]:checked + label::before {
  background-color: rgba(123, 0, 153, 0.2); }
.md-checkbox-slide-yahoo input[type="checkbox"]:checked + label::after {
  background-color: #7B0099; }
.md-checkbox-slide-yahoo input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-yahoo input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(123, 0, 153, 0.4); }
.md-checkbox-slide-yahoo input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(123, 0, 153, 0.6); }

.md-checkbox-blogger input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-blogger input[type="checkbox"]:checked + label::before {
  border-color: #fb8f3d;
  background-color: #fb8f3d; }
.md-checkbox-blogger input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-blogger input[type="checkbox"]:checked + label:hover::before {
  border-color: #fa7918;
  background-color: #fa7918; }
.md-checkbox-blogger input[type="checkbox"]:checked + label:focus::before {
  border-color: #fa7918;
  background-color: #fa7918; }
.md-checkbox-blogger input[type="checkbox"]:checked + label:active::before {
  border-color: #fa7918;
  background-color: #fa7918; }

.md-checkbox-blogger.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #fb8f3d; }
.md-checkbox-blogger.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-blogger.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-blogger.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-blogger.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-blogger input[type="checkbox"]:checked + label::before {
  background-color: rgba(251, 143, 61, 0.2); }
.md-checkbox-slide-blogger input[type="checkbox"]:checked + label::after {
  background-color: #fb8f3d; }
.md-checkbox-slide-blogger input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-blogger input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(251, 143, 61, 0.4); }
.md-checkbox-slide-blogger input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(251, 143, 61, 0.6); }

.md-checkbox-soundcloud input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-soundcloud input[type="checkbox"]:checked + label::before {
  border-color: #ff3a00;
  background-color: #ff3a00; }
.md-checkbox-soundcloud input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-soundcloud input[type="checkbox"]:checked + label:hover::before {
  border-color: #d93100;
  background-color: #d93100; }
.md-checkbox-soundcloud input[type="checkbox"]:checked + label:focus::before {
  border-color: #d93100;
  background-color: #d93100; }
.md-checkbox-soundcloud input[type="checkbox"]:checked + label:active::before {
  border-color: #d93100;
  background-color: #d93100; }

.md-checkbox-soundcloud.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #ff3a00; }
.md-checkbox-soundcloud.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e7e7e7; }
.md-checkbox-soundcloud.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-soundcloud.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-soundcloud.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-soundcloud input[type="checkbox"]:checked + label::before {
  background-color: rgba(255, 58, 0, 0.2); }
.md-checkbox-slide-soundcloud input[type="checkbox"]:checked + label::after {
  background-color: #ff3a00; }
.md-checkbox-slide-soundcloud input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-soundcloud input[type="checkbox"]:checked + label:focus::before {
  background-color: rgba(255, 58, 0, 0.4); }
.md-checkbox-slide-soundcloud input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(255, 58, 0, 0.6); }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Project Item]
 * ------------------------------------------------------------------------------------------------------------------ */
.project-item-small {
  display: block;
  position: relative;
  margin-bottom: 1.575rem; }
  .project-item-small::after {
    display: block;
    content: '';
    clear: both; }
  .project-item-small .image {
    float: left;
    margin-right: .5rem;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 0.125rem; }
    .project-item-small .image img {
      width: auto;
      min-width: 100%;
      min-height: 100%; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Gallery Item]
 * ------------------------------------------------------------------------------------------------------------------ */
.gallery-image {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.575rem; }
  .gallery-image img {
    position: relative;
    z-index: 0;
    width: 100%;
    transition: all 0.275s ease-in-out; }
  .gallery-image:before, .gallery-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .0;
    transition: all 0.275s ease-in-out; }
  .gallery-image::before {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4); }
  .gallery-image::after {
    z-index: 2;
    content: '\f067';
    margin: auto;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    color: #555;
    font-family: 'FontAwesome', sans-serif;
    border-radius: 50%;
    background-color: #fff; }
  .gallery-image:hover img, .gallery-image:focus img {
    transform: scale(1.2); }
  .gallery-image:hover::before, .gallery-image:hover::after, .gallery-image:focus::before, .gallery-image:focus::after {
    opacity: 1.0; }

.gallery-item {
  display: block;
  position: relative; }
  .gallery-item .gallery-heading {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.7875rem;
    overflow: hidden; }
    .gallery-item .gallery-heading img {
      width: 100%;
      max-width: 100%;
      transition: transform 2.5s linear; }
    .gallery-item .gallery-heading::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: '';
      opacity: .0;
      background-color: rgba(13, 14, 16, 0.3);
      transition: all 0.275s ease-in-out; }
    .gallery-item .gallery-heading .gallery-buttons {
      position: absolute;
      top: 0;
      left: 15px;
      z-index: 2; }
      .gallery-item .gallery-heading .gallery-buttons .gallery-button {
        display: block;
        opacity: .0;
        transition: all 0.275s ease-in-out;
        transform: translateX(-100%); }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button .icon-theme {
          font-size: 14px;
          border-radius: 0; }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(0) {
          transition-delay: 0s; }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(1) {
          transition-delay: .05s; }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(2) {
          transition-delay: .1s; }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(3) {
          transition-delay: .15s; }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(4) {
          transition-delay: .2s; }
        .gallery-item .gallery-heading .gallery-buttons .gallery-button:nth-child(5) {
          transition-delay: .25s; }
  .gallery-item .gallery-body {
    text-align: center; }
    .gallery-item .gallery-body .gallery-tags {
      font-size: 85%; }
  .gallery-item:hover .gallery-heading img, .gallery-item:focus .gallery-heading img {
    transform: scale(1.2); }
  .gallery-item:hover .gallery-heading::after, .gallery-item:focus .gallery-heading::after {
    opacity: 1.0; }
  .gallery-item:hover .gallery-heading .gallery-buttons .gallery-button, .gallery-item:focus .gallery-heading .gallery-buttons .gallery-button {
    opacity: 1.0;
    transform: none; }

.gallery-item-2 {
  margin-bottom: 1.575rem; }
  .gallery-item-2 .gallery-item-header {
    display: block;
    position: relative;
    margin-bottom: 0.7875rem; }
    .gallery-item-2 .gallery-item-header .gallery-item-image {
      display: block;
      overflow: hidden;
      margin-bottom: 0.7875rem;
      position: relative; }
      .gallery-item-2 .gallery-item-header .gallery-item-image img {
        position: relative;
        z-index: 0;
        transition: all 0.275s ease-in-out; }
      .gallery-item-2 .gallery-item-header .gallery-item-image:before, .gallery-item-2 .gallery-item-header .gallery-item-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .0;
        transition: all 0.275s ease-in-out; }
      .gallery-item-2 .gallery-item-header .gallery-item-image::before {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4); }
      .gallery-item-2 .gallery-item-header .gallery-item-image::after {
        z-index: 2;
        content: '\f067';
        margin: auto;
        width: 48px;
        height: 48px;
        font-size: 22px;
        line-height: 48px;
        text-align: center;
        color: #555;
        font-family: 'FontAwesome', sans-serif;
        border-radius: 50%;
        background-color: #fff; }
    .gallery-item-2 .gallery-item-header .gallery-item-title {
      margin: 0; }
    .gallery-item-2 .gallery-item-header .gallery-item-category {
      color: #888;
      font-size: 0.8125rem; }
  .gallery-item-2 .gallery-item-body {
    margin-bottom: 0.7875rem; }
  .gallery-item-2:hover .gallery-item-header .gallery-item-image img, .gallery-item-2:focus .gallery-item-header .gallery-item-image img {
    transform: scale(1.2); }
  .gallery-item-2:hover .gallery-item-header .gallery-item-image::before, .gallery-item-2:hover .gallery-item-header .gallery-item-image::after, .gallery-item-2:focus .gallery-item-header .gallery-item-image::before, .gallery-item-2:focus .gallery-item-header .gallery-item-image::after {
    opacity: 1.0; }

.gallery-item-3 {
  text-align: center;
  padding: 15px;
  margin-bottom: 3.15rem;
  background-color: #fafafa; }
  .gallery-item-3 .gallery-item-header {
    display: block;
    position: relative;
    margin-bottom: 1.575rem; }
    .gallery-item-3 .gallery-item-header .gallery-item-image {
      display: block;
      position: relative;
      overflow: hidden;
      margin: -15px -15px 1.575rem; }
      .gallery-item-3 .gallery-item-header .gallery-item-image img {
        position: relative;
        z-index: 0;
        transition: all 0.275s ease-in-out; }
      .gallery-item-3 .gallery-item-header .gallery-item-image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .0;
        transition: all 0.275s ease-in-out; }
      .gallery-item-3 .gallery-item-header .gallery-item-image::before {
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4); }
      .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 2;
        text-align: center;
        transform: translateY(-50%);
        transition: all 0.275s ease-in-out; }
        .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action {
          opacity: .0;
          transform: translateY(50px); }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(1) {
            transition-delay: .030s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(2) {
            transition-delay: .060s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(3) {
            transition-delay: .090s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(4) {
            transition-delay: .120s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(5) {
            transition-delay: .150s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(6) {
            transition-delay: .180s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(7) {
            transition-delay: .210s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(8) {
            transition-delay: .240s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(9) {
            transition-delay: .270s; }
          .gallery-item-3 .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action:nth-child(10) {
            transition-delay: .300s; }
    .gallery-item-3 .gallery-item-header .gallery-item-title {
      margin: 0; }
    .gallery-item-3 .gallery-item-header .gallery-item-category {
      color: #888;
      font-size: 0.8125rem; }
  .gallery-item-3 .gallery-item-body {
    margin-bottom: 1.575rem; }
  .gallery-item-3:hover .gallery-item-header .gallery-item-image img, .gallery-item-3:focus .gallery-item-header .gallery-item-image img {
    transform: scale(1.2); }
  .gallery-item-3:hover .gallery-item-header .gallery-item-image::before, .gallery-item-3:focus .gallery-item-header .gallery-item-image::before {
    opacity: 1.0; }
  .gallery-item-3:hover .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action, .gallery-item-3:focus .gallery-item-header .gallery-item-image .gallery-item-actions .gallery-item-action {
    opacity: 1.0;
    transform: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Testimonial Item]
 * ------------------------------------------------------------------------------------------------------------------ */
.testimonial-item {
  padding: 60px 60px 0 300px; }
  .testimonial-item .image {
    position: absolute;
    top: 0;
    left: 70px;
    width: 160px;
    height: 160px;
    margin: 0 auto 1.575rem;
    text-align: center;
    filter: grayscale(70%);
    transition: all 0.275s ease-in-out; }
    .testimonial-item .image::after {
      content: '';
      position: absolute;
      bottom: -30px;
      right: -30px;
      width: 50px;
      height: 50px;
      border: solid 2px transparent;
      border-right-color: #555;
      border-bottom-color: #555; }
  .testimonial-item .testimonial-author {
    margin-bottom: 0; }
  .testimonial-item .testimonial-company {
    margin-bottom: 0;
    color: #888; }
  .testimonial-item .testimonial-text {
    padding-top: .5rem;
    font-style: italic;
    color: #888;
    font-size: 1.25rem; }
  .testimonial-item:hover .image, .testimonial-item:focus .image {
    filter: none; }

@media screen and (max-width: 991px) {
  .testimonial-item {
    padding: 15px 60px; }
    .testimonial-item .image {
      position: static;
      margin-bottom: 1.575rem; } }
.testimonial-item-2 {
  margin-bottom: 3.15rem; }
  .testimonial-item-2 .avatar {
    width: 3rem;
    height: 3rem;
    margin-right: 15px;
    margin-bottom: 1.18125rem; }
  .testimonial-item-2 .testimonial-item-body {
    position: relative; }
  .testimonial-item-2 .testimonial-item-author {
    font-size: 1rem;
    color: #333;
    font-weight: 500; }
  .testimonial-item-2 .testimonial-item-company {
    color: #888;
    font-size: 0.8125rem;
    margin-bottom: 0.7875rem; }
  .testimonial-item-2 .testimonial-item-rate {
    position: absolute;
    top: 0;
    right: 5px; }
    .testimonial-item-2 .testimonial-item-rate .icon {
      opacity: .0;
      transform: scale(0.8);
      transition: all 0.275s ease-in-out; }
      .testimonial-item-2 .testimonial-item-rate .icon:nth-child(1) {
        transition-delay: .030s; }
      .testimonial-item-2 .testimonial-item-rate .icon:nth-child(2) {
        transition-delay: .060s; }
      .testimonial-item-2 .testimonial-item-rate .icon:nth-child(3) {
        transition-delay: .090s; }
      .testimonial-item-2 .testimonial-item-rate .icon:nth-child(4) {
        transition-delay: .120s; }
      .testimonial-item-2 .testimonial-item-rate .icon:nth-child(5) {
        transition-delay: .150s; }
  .testimonial-item-2:hover .testimonial-item-rate .icon, .testimonial-item-2:focus .testimonial-item-rate .icon {
    opacity: 1.0;
    transform: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Team Member]
 * ------------------------------------------------------------------------------------------------------------------ */
.team-member {
  margin-left: 15px;
  margin-right: 15px; }
  .team-member .team-member-header {
    position: relative;
    margin-bottom: 1.575rem; }
    .team-member .team-member-header .team-member-avatar {
      width: 100%;
      overflow: hidden; }
      .team-member .team-member-header .team-member-avatar img {
        width: 100%;
        max-width: 100%;
        filter: grayscale(70%);
        transition: all 0.275s ease-in-out; }
    .team-member .team-member-header .team-member-info {
      position: absolute;
      left: 0;
      right: 15px;
      bottom: 15px;
      padding: 15px;
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
      background-color: rgba(58, 73, 87, 0.7);
      transition: all 0.275s ease-in-out; }
      .team-member .team-member-header .team-member-info .team-member-name {
        color: #fff;
        margin-bottom: 0; }
      .team-member .team-member-header .team-member-info .team-member-post {
        margin-bottom: 0;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        font-size: 11px; }
  .team-member .team-member-body .team-member-quote {
    margin-bottom: 1.575rem; }
  .team-member .team-member-body .progress {
    margin-bottom: 0.7875rem; }
  .team-member:hover .team-member-header .team-member-avatar img, .team-member:focus .team-member-header .team-member-avatar img {
    filter: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Text Box]
 * ------------------------------------------------------------------------------------------------------------------ */
.text-box {
  display: block;
  margin-bottom: 1.575rem; }
  .text-box .text-box-title {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 0.7875rem; }
  .text-box .text-box-text {
    margin-bottom: 0.7875rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Icon Box]
 * ------------------------------------------------------------------------------------------------------------------ */
.icon-box {
  display: block;
  text-align: center;
  margin-bottom: 1.575rem; }
  .icon-box .icon {
    font-size: 4rem;
    color: #3a4957;
    margin-bottom: 1.18125rem; }
  .icon-box .icon-box-title {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 0.7875rem; }
  .icon-box .icon-box-text {
    margin-bottom: 0.7875rem; }

.icon-box-alt {
  margin-bottom: 1.575rem; }
  .icon-box-alt .icon {
    width: 3rem;
    margin-right: 15px;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Price Box]
 * ------------------------------------------------------------------------------------------------------------------ */
.price-box {
  position: relative;
  text-align: center; }
  .price-box .price-box-price {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 1.575rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 72px;
    border: solid 1px #888;
    border-radius: 50%; }
  .price-box .price-box-features {
    margin-bottom: 1.575rem; }
    .price-box .price-box-features .price-box-feature {
      color: #888; }
  .price-box .price-box-featured {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: rgba(136, 136, 136, 0.5);
    transform: rotate(-45deg); }

.price-box-2 {
  padding: 0 30px;
  margin-bottom: 1.575rem;
  border-left: 1px solid #f4f4f4; }
  .price-box-2 .price-box-title {
    text-align: center;
    margin-bottom: 1.575rem;
    color: #333;
    font-size: 1.25rem;
    font-weight: 500; }
  .price-box-2 .price-box-price {
    padding: 0 0.7875rem;
    margin-bottom: 1.575rem;
    text-align: center;
    background-color: #fafafa; }
    .price-box-2 .price-box-price .price-box-int {
      font-size: 1.5rem;
      color: #333; }
  .price-box-2 .price-box-features {
    margin-bottom: 1.575rem; }
    .price-box-2 .price-box-features .price-box-feature {
      padding-top: .15rem;
      padding-bottom: .15rem;
      font-size: 0.8125rem; }
      .price-box-2 .price-box-features .price-box-feature span {
        display: inline-block;
        text-decoration: underline;
        text-decoration-style: dotted; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Avatar]
 * ------------------------------------------------------------------------------------------------------------------ */
.avatar {
  display: block;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 50%; }
  .avatar.avatar-sm {
    width: 3rem;
    height: 3rem; }
  .avatar.avatar-lg {
    width: 7rem;
    height: 7rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Module: Blog]
 * ------------------------------------------------------------------------------------------------------------------ */
.blog-post {
  display: block;
  margin: 0 0 3.15rem; }
  .blog-post .blog-post-header {
    margin-bottom: 1.575rem; }
  .blog-post .blog-post-body {
    margin-bottom: 1.575rem; }

.blog-post .blog-post-media {
  margin-bottom: 1.575rem; }

.blog-post .blog-post-title {
  margin-bottom: 0.7875rem;
  font-size: 1.25rem;
  color: #333;
  font-weight: 500; }

.blog-post .blog-post-meta {
  font-size: 0.8125rem; }

.blog-post-small {
  margin-bottom: 1.575rem; }
  .blog-post-small .blog-post-thumb {
    width: 80px;
    margin-right: 1.575rem;
    border-radius: 0.25rem; }
  .blog-post-small .blog-post-title {
    margin: 0; }

.widget {
  display: block;
  margin-bottom: 3.15rem; }
  .widget .widget-header {
    margin-bottom: 1.575rem; }
    .widget .widget-header .widget-title {
      margin: 0;
      padding: 0; }

.blog-menu .blog-menu-link {
  display: block;
  padding: 0.3rem 0; }
  .blog-menu .blog-menu-link:first-child {
    margin-top: -0.3rem; }

.widget-tag-cloud .badge {
  text-transform: lowercase; }

.blog-post-comment {
  /*
  &:hover, &:focus {
    > .blog-post-comment-body > .blog-post-comment-actions a {
      opacity: 1.0;
    } // > .blog-post-comment-body > .blog-post-comment-actions a
  } // &:hover, &:focus
  */ }
  .blog-post-comment:not(:last-child) {
    margin-bottom: 1.575rem; }
  .blog-post-comment .avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 0.125rem;
    margin-right: 1.1rem; }
  .blog-post-comment .blog-post-comment-info {
    margin: 0 0 0.7875rem; }
  .blog-post-comment .blog-post-comment-text {
    margin: 0 0 0.7875rem; }
  .blog-post-comment .blog-post-comment-author {
    padding-top: .15rem; }
  .blog-post-comment .blog-post-comment {
    margin-top: 1.575rem; }
  .blog-post-comment > .blog-post-comment-body > .blog-post-comment-actions a {
    opacity: .5;
    transition: all 0.275s ease-in-out;
    font-size: 0.8125rem; }
    .blog-post-comment > .blog-post-comment-body > .blog-post-comment-actions a:hover, .blog-post-comment > .blog-post-comment-body > .blog-post-comment-actions a:focus {
      opacity: 1.0; }

.widget-comments-leave {
  display: flex;
  padding: 1.575rem;
  margin-bottom: 3.15rem;
  background-color: #fafafa;
  border-radius: 0.125rem; }
  .widget-comments-leave .avatar {
    margin-right: 1.575rem; }
  .widget-comments-leave .widget-comments-leave-form {
    flex: 1; }

.widget-leave-comment-2 {
  position: relative;
  padding: 1.575rem;
  margin-bottom: 3.15rem;
  border-radius: 0.125rem;
  background-color: #fafafa; }
  .widget-leave-comment-2 .form-control {
    position: relative;
    z-index: 0;
    padding: 1rem 1rem 1rem 4.575rem;
    min-height: 6.425rem;
    border: 1px solid whitesmoke; }
    .widget-leave-comment-2 .form-control, .widget-leave-comment-2 .form-control:hover, .widget-leave-comment-2 .form-control:focus {
      box-shadow: none; }
  .widget-leave-comment-2 .avatar {
    position: absolute;
    top: 2.575rem;
    left: 2.575rem;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    border-radius: 0.125rem; }
  .widget-leave-comment-2 .widget-toolbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 2.575rem;
    top: 2.575rem;
    bottom: 2.575rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Layout]
 * ------------------------------------------------------------------------------------------------------------------ */
.main-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  transition: all 0.275s ease-in-out; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 15px;
  height: 5px;
  border-radius: 5px;
  background-color: #888;
  transition: all 0.275s ease-in-out;
  animation: animatePreloader 1.5s infinite ease-in-out; }

@keyframes animatePreloader {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(80px, 0);
    background-color: #3a4957;
    width: 30px; } }
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Headers]
 * ------------------------------------------------------------------------------------------------------------------ */
.hero {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: transparent none no-repeat fixed center / cover; }
  .hero .hero-content-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .hero .hero-content-wrapper .hero-content {
      transform: translateY(-50%); }
  .hero .hero-title {
    font-size: 4rem;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-weight: 100; }
    .mobile .hero .hero-title {
      font-size: 2.1rem; }
  .hero .hero-subtitle {
    color: #888; }
  .hero .hero-scroll-old {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 25px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    color: #888;
    border-radius: 25px;
    border: 0 solid #888; }
    .hero .hero-scroll-old .icon {
      opacity: 1.0;
      font-size: 1.5rem;
      transition: all 0.275s ease-in-out;
      animation: animateScrollDown 1.25s infinite ease-in-out; }
    .hero .hero-scroll-old:hover, .hero .hero-scroll-old:focus, .hero .hero-scroll-old:active {
      color: #3a4957;
      border-color: #3a4957; }
  .hero .hero-copyright {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 11px;
    color: #888;
    text-transform: lowercase;
    font-weight: 100;
    transform-origin: bottom left;
    transform: translateX(100%) rotate(-90deg); }

.hero-scroll {
  display: block;
  width: 25px;
  height: 40px;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  border: 2px solid #555;
  border-radius: 25px; }
  .hero-scroll::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #555;
    border-radius: 50%;
    animation: animationTrackBar 2s linear infinite; }

@keyframes animateScrollDown {
  0% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(50%);
    opacity: .1; } }
@keyframes animationTrackBar {
  from {
    opacity: .5;
    transform: scale(1) translateY(-10px); }
  10% {
    opacity: 1.0;
    transform: scale(1) translateY(-10px); }
  50% {
    opacity: .5;
    transform: scale(0.5) translateY(10px); }
  to {
    opacity: .5;
    transform: scale(1) translateY(-10px); } }
.hero-2 .hero-bg {
  width: 100%; }
.hero-2 .hero-content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; }

.header {
  padding: 3rem 0;
  text-align: center; }
  .header .header-title {
    margin: 0 0 0.7875rem; }
  .header .header-subtitle {
    margin: 0 0 0.7875rem; }
  .header .breadcrumb {
    margin: 0 0 0.7875rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Footer]
 * ------------------------------------------------------------------------------------------------------------------ */
.footer {
  font-size: 0.8125rem;
  padding: 1rem 0; }

.footer-2 {
  padding: 3rem 0; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Sections]
 * ------------------------------------------------------------------------------------------------------------------ */
.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .section .container {
    position: relative; }
  .section:not(.section-right) .section-content {
    justify-content: flex-end; }
  .section.section-small {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.section .section-header {
  display: flex;
  position: relative;
  margin-bottom: 7rem; }
  .section .section-header .section-navigation {
    margin-right: 15px;
    font-size: 3rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400; }
    .section .section-header .section-navigation a {
      position: relative;
      display: block;
      padding-left: 1rem;
      line-height: 1;
      color: #555; }
      .section .section-header .section-navigation a span {
        position: absolute;
        display: block;
        font-size: .75rem;
        color: #888;
        text-transform: uppercase;
        font-weight: 400; }
      .section .section-header .section-navigation a:first-child span {
        bottom: 7px;
        left: 0;
        transform: translateX(-100%) rotate(90deg);
        transform-origin: bottom right; }
      .section .section-header .section-navigation a:last-child span {
        top: 7px;
        left: 0;
        transform: translateY(-100%) rotate(90deg);
        transform-origin: bottom left; }
      .section .section-header .section-navigation a:not(:last-child) {
        border-bottom: 1px solid #555; }
      .section .section-header .section-navigation a:hover, .section .section-header .section-navigation a:focus {
        color: #424242; }
  .section .section-header .section-pin {
    margin-right: 15px;
    font-size: 1.7rem;
    color: #888;
    font-weight: 500; }
    .section .section-header .section-pin:hover, .section .section-header .section-pin:focus {
      color: #555; }
  .section .section-header .section-heading {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .section .section-header .section-heading .section-title {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 500; }
    .section .section-header .section-heading .section-subtitle {
      margin: 0;
      color: #888; }

.section.section-right .section-header {
  flex-direction: row-reverse; }
  .section.section-right .section-header .section-navigation {
    text-align: right;
    margin-right: 0;
    margin-left: 15px; }
    .section.section-right .section-header .section-navigation a {
      padding-left: 0;
      padding-right: 15px; }
      .section.section-right .section-header .section-navigation a:first-child span {
        bottom: 7px;
        right: 0;
        left: auto;
        transform: translateX(100%) rotate(270deg);
        transform-origin: bottom left; }
      .section.section-right .section-header .section-navigation a:last-child span {
        top: 7px;
        right: 0;
        left: auto;
        transform: rotate(-90deg) translateY(-100%);
        transform-origin: top right; }
      .section.section-right .section-header .section-navigation a:not(:last-child) {
        border-bottom: 1px solid #e7e7e7; }
  .section.section-right .section-header .section-pin {
    margin-left: 15px;
    margin-right: 0; }
  .section.section-right .section-header .section-heading {
    text-align: right; }

.section .section-muted-title {
  position: absolute;
  left: 4rem;
  top: 9rem; }
  .section .section-muted-title span {
    display: block;
    position: relative;
    line-height: 1;
    font-size: 110px;
    text-transform: lowercase;
    color: rgba(85, 85, 85, 0.1);
    transform: translateY(-100%) rotate(90deg);
    transform-origin: bottom left; }

.section.section-right .section-muted-title {
  left: auto;
  right: 4rem; }
  .section.section-right .section-muted-title span {
    transform-origin: bottom right;
    transform: translateY(-100%) rotate(-90deg); }

.section.section-no-header .section-muted-title {
  top: 3rem; }

.section-trigger {
  padding: 0;
  text-align: center; }
  .section-trigger .btn-trg {
    display: block;
    padding: 2rem 15px;
    font-size: 1.2rem;
    border-radius: 0; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Aside]
 * ------------------------------------------------------------------------------------------------------------------ */
.aside {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  background: #fafafa;
  transform: translateX(-100%);
  transition: all 0.275s ease-in-out; }
  .aside .aside-header,
  .aside .aside-footer,
  .aside .aside-body {
    position: absolute;
    left: 0;
    right: 0; }
  .aside .aside-header {
    top: 0;
    height: 50px; }
  .aside .aside-footer {
    position: absolute;
    bottom: 0;
    height: 50px; }
  .aside .aside-body {
    position: absolute;
    top: 80px;
    bottom: 80px;
    overflow: hidden; }
  .aside .aside-navigation-link.aside-toggler {
    display: none;
    width: 50px; }
  .aside .aside-brand-mobile {
    display: none; }
  .loaded .aside {
    transform: none; }

.aside .aside-header .aside-brand {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

.aside-navigation {
  transform: rotate(90deg) translateX(-100%);
  transform-origin: bottom left; }
  .aside-navigation .aside-navigation-link.navigation-link {
    position: relative;
    display: inline-block;
    padding: 0 .75rem;
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 0;
    color: #888;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400; }

.aside .aside-navigation-link {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #888;
  transition: all 0.275s ease-in-out; }
  .aside .aside-navigation-link:hover, .aside .aside-navigation-link:focus {
    color: #fff;
    background-color: #2b3640; }
  .aside .aside-navigation-link:active, .aside .aside-navigation-link.active {
    color: #fff;
    background-color: #262f38; }

.aside .aside-navigation-link-dark {
  color: #fff;
  background-color: #3a4957; }

.mobile .aside {
  bottom: auto;
  width: 100%;
  height: 50px; }
  .mobile .aside .aside-header {
    display: flex; }
  .mobile .aside .aside-header .aside-brand {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.875rem; }
  .mobile .aside .aside-brand-desktop {
    display: none; }
  .mobile .aside .aside-brand-mobile {
    display: block; }
  .mobile .aside .aside-toggler {
    display: block;
    width: 50px;
    flex: 1;
    line-height: 35px; }
  .mobile .aside .aside-navigation {
    display: block;
    height: 100%;
    transform: none;
    overflow-y: scroll; }
  .mobile .aside .aside-navigation-link {
    display: block;
    width: 100%; }
  .mobile .aside .aside-body {
    display: none; }
  .mobile .aside .aside-footer {
    display: none; }
  .mobile .aside.aside-expand {
    bottom: 0;
    height: 100%; }
    .mobile .aside.aside-expand .aside-body {
      display: block; }
    .mobile .aside.aside-expand .aside-footer {
      display: block; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Sidebar]
 * ------------------------------------------------------------------------------------------------------------------ */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 50%; }

.has-navigation.navigation-open {
  z-index: 1; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [External: OwlCarousel2]
 * ------------------------------------------------------------------------------------------------------------------ */
.owl-theme .owl-nav {
  margin: 0;
  height: 0; }
  .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: .7;
    background: transparent;
    border-radius: 0;
    transform: translateY(-50%);
    transition: all 0.275s ease-in-out; }
    .owl-theme .owl-nav [class*="owl-"]:hover {
      opacity: 1.0;
      background: transparent; }
    .owl-theme .owl-nav [class*="owl-"].disabled {
      opacity: .1; }
  .owl-theme .owl-nav .owl-prev {
    left: 0; }
  .owl-theme .owl-nav .owl-next {
    right: 0; }
  .owl-theme .owl-nav .icon {
    color: #888;
    font-size: 24px;
    text-align: center; }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1.575rem; }
.owl-theme .owl-dots {
  margin-top: 0.7875rem; }
  .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    background: #e7e7e7;
    transition: all 0.275s ease-in-out;
    border-radius: 0; }
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #555; }
  .owl-theme .owl-dots .owl-dot.active span {
    background: #333; }

.animated {
  animation-fill-mode: both;
  animation-duration: 1800ms !important; }

.owl-animated-in {
  z-index: 0; }

.owl-animated-out {
  z-index: 1; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [External: Magnific PopUp]
 * ------------------------------------------------------------------------------------------------------------------ */
.mfp-inline-container {
  display: none; }

.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
  opacity: .0;
  backface-visibility: hidden;
  transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1.0; }
.mfp-with-zoom.mfp-ready .mfp-inline-container {
  display: block; }
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: .0; }
.mfp-with-zoom .mfp-inline-holder .mfp-content {
  height: 100%; }
  .mfp-with-zoom .mfp-inline-holder .mfp-content .mfp-height-80p {
    margin-top: 5%;
    height: 80%; }
  .mfp-with-zoom .mfp-inline-holder .mfp-content .mfp-width-80p {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: .0;
  background: #fff;
  border-radius: 50%;
  transform: scale(0.5);
  transition: all 0.275s ease-in-out; }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 1.0;
    transform: none;
    border-radius: 0; }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: .0; }
.mfp-fade.mfp-wrap .mfp-content {
  opacity: .0;
  transition: all 0.275s ease-in-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1.0; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 1.0; }

.mfp-arrow {
  position: absolute;
  top: 80px;
  bottom: 80px;
  opacity: .5;
  margin: 0;
  padding: 0;
  width: 100px;
  height: auto;
  transition: opacity 0.275s ease-in-out; }
  .mfp-arrow::before, .mfp-arrow::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 85px;
    height: 70px;
    margin: 0;
    border: none;
    color: #555;
    font-size: 28px;
    line-height: 90px;
    font-family: 'themify', sans-serif;
    transform: translateY(-50%);
    transition: all 0.275s ease-in-out; }
  .mfp-arrow::before {
    display: none; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1.0; }
  .mfp-arrow:active {
    margin: 0; }

.mfp-arrow.mfp-arrow-left {
  left: 0; }
  .mfp-arrow.mfp-arrow-left::after {
    left: 30px;
    content: '\e629';
    text-align: left; }

.mfp-arrow.mfp-arrow-right {
  right: 0; }
  .mfp-arrow.mfp-arrow-right::after {
    right: 30px;
    left: auto;
    content: '\e628';
    text-align: right; }

.mfp-image-holder .mfp-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  cursor: pointer !important;
  color: rgba(0, 0, 0, 0); }
  .mfp-image-holder .mfp-close::after {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    display: block;
    content: '\e646';
    line-height: 1;
    font-size: 22px;
    color: #555;
    font-family: 'themify', sans-serif; }

.mfp-figure::after {
  box-shadow: none; }

/*# sourceMappingURL=theme.css.map */
