@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------ *
 *                                                                                                                    *
 * [Master Stylesheet]                                                                                                *
 *                                                                                                                    *
 * Project      Minimal 2.0                                                                                               *
 * Version      2.0.1                                                                                                 *
 * Description  Responsive Clean & Minimal Bootstrap4 HTML Template                                                   *
 *                                                                                                                    *
 * ------------------------------------------------------------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* control size */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Background]
 * ------------------------------------------------------------------------------------------------------------------ */
.bg-parallax {
  background: transparent none no-repeat center top / cover; }

.bg-fixed {
  background: transparent none no-repeat fixed center / cover; }

.bg-cover {
  background: transparent none no-repeat center top / cover; }

.bg-blue {
  color: #ffffff;
  background-color: #00abff !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  color: #ffffff;
  background-color: #0091d9 !important; }
a.bg-blue:active,
button.bg-blue:active {
  color: #ffffff;
  background-color: #0089cc !important; }

.bg-indigo {
  color: #ffffff;
  background-color: #6610f2 !important; }

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  color: #ffffff;
  background-color: #560bd0 !important; }
a.bg-indigo:active,
button.bg-indigo:active {
  color: #ffffff;
  background-color: #510bc4 !important; }

.bg-purple {
  color: #ffffff;
  background-color: #6f42c1 !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  color: #ffffff;
  background-color: #5e37a6 !important; }
a.bg-purple:active,
button.bg-purple:active {
  color: #ffffff;
  background-color: #59339d !important; }

.bg-pink {
  color: #ffffff;
  background-color: #e83e8c !important; }

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  color: #ffffff;
  background-color: #e41c78 !important; }
a.bg-pink:active,
button.bg-pink:active {
  color: #ffffff;
  background-color: #d91a72 !important; }

.bg-red {
  color: #ffffff;
  background-color: #fc574e !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  color: #ffffff;
  background-color: #fb3328 !important; }
a.bg-red:active,
button.bg-red:active {
  color: #ffffff;
  background-color: #fb271c !important; }

.bg-orange {
  color: #ffffff;
  background-color: #fd7e14 !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  color: #ffffff;
  background-color: #e96b02 !important; }
a.bg-orange:active,
button.bg-orange:active {
  color: #ffffff;
  background-color: #dc6502 !important; }

.bg-yellow {
  color: #ffffff;
  background-color: #ffc107 !important; }

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  color: #ffffff;
  background-color: #e0a800 !important; }
a.bg-yellow:active,
button.bg-yellow:active {
  color: #ffffff;
  background-color: #d39e00 !important; }

.bg-green {
  color: #ffffff;
  background-color: #28a745 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  color: #ffffff;
  background-color: #218838 !important; }
a.bg-green:active,
button.bg-green:active {
  color: #ffffff;
  background-color: #1e7e34 !important; }

.bg-teal {
  color: #ffffff;
  background-color: #20c997 !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  color: #ffffff;
  background-color: #1ba87e !important; }
a.bg-teal:active,
button.bg-teal:active {
  color: #ffffff;
  background-color: #199d76 !important; }

.bg-cyan {
  color: #ffffff;
  background-color: #17a2b8 !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  color: #ffffff;
  background-color: #138496 !important; }
a.bg-cyan:active,
button.bg-cyan:active {
  color: #ffffff;
  background-color: #117a8b !important; }

.bg-black {
  color: #ffffff;
  background-color: #000000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  color: #ffffff;
  background-color: black !important; }
a.bg-black:active,
button.bg-black:active {
  color: #ffffff;
  background-color: black !important; }

.bg-white {
  color: #454545;
  background-color: #ffffff !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  color: #454545;
  background-color: #ececec !important; }
a.bg-white:active,
button.bg-white:active {
  color: #454545;
  background-color: #e6e6e6 !important; }

.bg-lighten {
  color: #454545;
  background-color: #fafafa !important; }

a.bg-lighten:hover, a.bg-lighten:focus,
button.bg-lighten:hover,
button.bg-lighten:focus {
  color: #454545;
  background-color: #e7e7e7 !important; }
a.bg-lighten:active,
button.bg-lighten:active {
  color: #454545;
  background-color: #e1e1e1 !important; }

.bg-primary {
  color: #ffffff;
  background-color: #3a4957 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  color: #ffffff;
  background-color: #2b3640 !important; }
a.bg-primary:active,
button.bg-primary:active {
  color: #ffffff;
  background-color: #262f38 !important; }

.bg-secondary {
  color: #ffffff;
  background-color: #fc574e !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  color: #ffffff;
  background-color: #fb3328 !important; }
a.bg-secondary:active,
button.bg-secondary:active {
  color: #ffffff;
  background-color: #fb271c !important; }

.bg-success {
  color: #ffffff;
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  color: #ffffff;
  background-color: #218838 !important; }
a.bg-success:active,
button.bg-success:active {
  color: #ffffff;
  background-color: #1e7e34 !important; }

.bg-info {
  color: #ffffff;
  background-color: #00abff !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  color: #ffffff;
  background-color: #0091d9 !important; }
a.bg-info:active,
button.bg-info:active {
  color: #ffffff;
  background-color: #0089cc !important; }

.bg-warning {
  color: #ffffff;
  background-color: #fd7e14 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  color: #ffffff;
  background-color: #e96b02 !important; }
a.bg-warning:active,
button.bg-warning:active {
  color: #ffffff;
  background-color: #dc6502 !important; }

.bg-danger {
  color: #ffffff;
  background-color: #e83e8c !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  color: #ffffff;
  background-color: #e41c78 !important; }
a.bg-danger:active,
button.bg-danger:active {
  color: #ffffff;
  background-color: #d91a72 !important; }

.bg-light {
  color: #454545;
  background-color: #fafafa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  color: #454545;
  background-color: #e7e7e7 !important; }
a.bg-light:active,
button.bg-light:active {
  color: #454545;
  background-color: #e1e1e1 !important; }

.bg-dark {
  color: #ffffff;
  background-color: #242e3e !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  color: #ffffff;
  background-color: #161c26 !important; }
a.bg-dark:active,
button.bg-dark:active {
  color: #ffffff;
  background-color: #11161e !important; }

.bg-facebook {
  color: #fff;
  background-color: #3b5998 !important; }

a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  color: #fff;
  background-color: #30497c !important; }
a.bg-facebook:active,
button.bg-facebook:active {
  color: #fff;
  background-color: #2d4373 !important; }

.bg-twitter {
  color: #fff;
  background-color: #00aced !important; }

a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  color: #fff;
  background-color: #0090c7 !important; }
a.bg-twitter:active,
button.bg-twitter:active {
  color: #fff;
  background-color: #0087ba !important; }

.bg-linkedin {
  color: #fff;
  background-color: #007bb6 !important; }

a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  color: #fff;
  background-color: #006190 !important; }
a.bg-linkedin:active,
button.bg-linkedin:active {
  color: #fff;
  background-color: #005983 !important; }

.bg-skype {
  color: #fff;
  background-color: #00aff0 !important; }

a.bg-skype:hover, a.bg-skype:focus,
button.bg-skype:hover,
button.bg-skype:focus {
  color: #fff;
  background-color: #0093ca !important; }
a.bg-skype:active,
button.bg-skype:active {
  color: #fff;
  background-color: #008abd !important; }

.bg-googleplus {
  color: #fff;
  background-color: #dd4b39 !important; }

a.bg-googleplus:hover, a.bg-googleplus:focus,
button.bg-googleplus:hover,
button.bg-googleplus:focus {
  color: #fff;
  background-color: #cd3623 !important; }
a.bg-googleplus:active,
button.bg-googleplus:active {
  color: #fff;
  background-color: #c23321 !important; }

.bg-pinterest {
  color: #fff;
  background-color: #cb2027 !important; }

a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  color: #fff;
  background-color: #aa1b21 !important; }
a.bg-pinterest:active,
button.bg-pinterest:active {
  color: #fff;
  background-color: #9f191f !important; }

.bg-youtube {
  color: #fff;
  background-color: #bb0000 !important; }

a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  color: #fff;
  background-color: #950000 !important; }
a.bg-youtube:active,
button.bg-youtube:active {
  color: #fff;
  background-color: #880000 !important; }

.bg-vine {
  color: #fff;
  background-color: #00b488 !important; }

a.bg-vine:hover, a.bg-vine:focus,
button.bg-vine:hover,
button.bg-vine:focus {
  color: #fff;
  background-color: #008e6b !important; }
a.bg-vine:active,
button.bg-vine:active {
  color: #fff;
  background-color: #008161 !important; }

.bg-dribbble {
  color: #fff;
  background-color: #ea4c89 !important; }

a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  color: #fff;
  background-color: #e62a72 !important; }
a.bg-dribbble:active,
button.bg-dribbble:active {
  color: #fff;
  background-color: #e51e6b !important; }

.bg-flickr {
  color: #fff;
  background-color: #ff0084 !important; }

a.bg-flickr:hover, a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  color: #fff;
  background-color: #d90070 !important; }
a.bg-flickr:active,
button.bg-flickr:active {
  color: #fff;
  background-color: #cc006a !important; }

.bg-behance {
  color: #fff;
  background-color: #1769ff !important; }

a.bg-behance:hover, a.bg-behance:focus,
button.bg-behance:hover,
button.bg-behance:focus {
  color: #fff;
  background-color: #0055f0 !important; }
a.bg-behance:active,
button.bg-behance:active {
  color: #fff;
  background-color: #0050e3 !important; }

.bg-vimeo {
  color: #fff;
  background-color: #1ab7ea !important; }

a.bg-vimeo:hover, a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  color: #fff;
  background-color: #139ecb !important; }
a.bg-vimeo:active,
button.bg-vimeo:active {
  color: #fff;
  background-color: #1295bf !important; }

.bg-tumblr {
  color: #fff;
  background-color: #32506d !important; }

a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  color: #fff;
  background-color: #263d53 !important; }
a.bg-tumblr:active,
button.bg-tumblr:active {
  color: #fff;
  background-color: #22364a !important; }

.bg-instagram {
  color: #fff;
  background-color: #bc2a8d !important; }

a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  color: #fff;
  background-color: #9d2376 !important; }
a.bg-instagram:active,
button.bg-instagram:active {
  color: #fff;
  background-color: #92216e !important; }

.bg-vk {
  color: #fff;
  background-color: #45668e !important; }

a.bg-vk:hover, a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  color: #fff;
  background-color: #385474 !important; }
a.bg-vk:active,
button.bg-vk:active {
  color: #fff;
  background-color: #344d6c !important; }

.bg-wordpress {
  color: #fff;
  background-color: #21759b !important; }

a.bg-wordpress:hover, a.bg-wordpress:focus,
button.bg-wordpress:hover,
button.bg-wordpress:focus {
  color: #fff;
  background-color: #1a5d7b !important; }
a.bg-wordpress:active,
button.bg-wordpress:active {
  color: #fff;
  background-color: #185571 !important; }

.bg-yahoo {
  color: #fff;
  background-color: #7B0099 !important; }

a.bg-yahoo:hover, a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  color: #fff;
  background-color: #5c0073 !important; }
a.bg-yahoo:active,
button.bg-yahoo:active {
  color: #fff;
  background-color: #520066 !important; }

.bg-blogger {
  color: #fff;
  background-color: #fb8f3d !important; }

a.bg-blogger:hover, a.bg-blogger:focus,
button.bg-blogger:hover,
button.bg-blogger:focus {
  color: #fff;
  background-color: #fa7918 !important; }
a.bg-blogger:active,
button.bg-blogger:active {
  color: #fff;
  background-color: #fa720b !important; }

.bg-soundcloud {
  color: #fff;
  background-color: #ff3a00 !important; }

a.bg-soundcloud:hover, a.bg-soundcloud:focus,
button.bg-soundcloud:hover,
button.bg-soundcloud:focus {
  color: #fff;
  background-color: #d93100 !important; }
a.bg-soundcloud:active,
button.bg-soundcloud:active {
  color: #fff;
  background-color: #cc2e00 !important; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Badges]
 * ------------------------------------------------------------------------------------------------------------------ */
.badge {
  padding: 0.25em 0.4em;
  margin: 0 .25rem .25rem 0;
  font-size: 90%;
  font-weight: 400;
  border-radius: 0.125rem; }
  .badge:empty, .badge:empty.badge-pill {
    display: inline-block;
    padding: 0;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #fff; }

.badge[class*="outline-"] {
  border: 1px solid transparent; }

.badge.badge-pill {
  padding-right: 0.8em;
  padding-left: 0.8em;
  border-radius: 10rem; }

.btn .badge {
  top: 0; }

.badge.badge-blue {
  color: #ffffff;
  border-color: #00abff;
  background-color: #00abff; }

a.badge.badge-blue:hover, a.badge.badge-blue:focus,
.btn.badge.badge-blue:hover,
.btn.badge.badge-blue:focus {
  color: #ffffff;
  border-color: #0091d9;
  background-color: #0091d9; }
a.badge.badge-blue:active,
.btn.badge.badge-blue:active {
  color: #ffffff;
  border-color: #0089cc;
  background-color: #0089cc; }

.badge.badge-outline-blue {
  color: #00abff;
  border-color: #00abff;
  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: #ffffff;
  border-color: #0091d9;
  background-color: #0091d9; }
a.badge.badge-outline-blue:active,
.btn.badge.badge-outline-blue:active {
  color: #ffffff;
  border-color: #0089cc;
  background-color: #0091d9; }

.badge.badge-indigo {
  color: #ffffff;
  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: #ffffff;
  border-color: #560bd0;
  background-color: #560bd0; }
a.badge.badge-indigo:active,
.btn.badge.badge-indigo:active {
  color: #ffffff;
  border-color: #510bc4;
  background-color: #510bc4; }

.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: #ffffff;
  border-color: #560bd0;
  background-color: #560bd0; }
a.badge.badge-outline-indigo:active,
.btn.badge.badge-outline-indigo:active {
  color: #ffffff;
  border-color: #510bc4;
  background-color: #560bd0; }

.badge.badge-purple {
  color: #ffffff;
  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: #ffffff;
  border-color: #5e37a6;
  background-color: #5e37a6; }
a.badge.badge-purple:active,
.btn.badge.badge-purple:active {
  color: #ffffff;
  border-color: #59339d;
  background-color: #59339d; }

.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: #ffffff;
  border-color: #5e37a6;
  background-color: #5e37a6; }
a.badge.badge-outline-purple:active,
.btn.badge.badge-outline-purple:active {
  color: #ffffff;
  border-color: #59339d;
  background-color: #5e37a6; }

.badge.badge-pink {
  color: #ffffff;
  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: #ffffff;
  border-color: #e41c78;
  background-color: #e41c78; }
a.badge.badge-pink:active,
.btn.badge.badge-pink:active {
  color: #ffffff;
  border-color: #d91a72;
  background-color: #d91a72; }

.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: #ffffff;
  border-color: #e41c78;
  background-color: #e41c78; }
a.badge.badge-outline-pink:active,
.btn.badge.badge-outline-pink:active {
  color: #ffffff;
  border-color: #d91a72;
  background-color: #e41c78; }

.badge.badge-red {
  color: #ffffff;
  border-color: #fc574e;
  background-color: #fc574e; }

a.badge.badge-red:hover, a.badge.badge-red:focus,
.btn.badge.badge-red:hover,
.btn.badge.badge-red:focus {
  color: #ffffff;
  border-color: #fb3328;
  background-color: #fb3328; }
a.badge.badge-red:active,
.btn.badge.badge-red:active {
  color: #ffffff;
  border-color: #fb271c;
  background-color: #fb271c; }

.badge.badge-outline-red {
  color: #fc574e;
  border-color: #fc574e;
  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: #ffffff;
  border-color: #fb3328;
  background-color: #fb3328; }
a.badge.badge-outline-red:active,
.btn.badge.badge-outline-red:active {
  color: #ffffff;
  border-color: #fb271c;
  background-color: #fb3328; }

.badge.badge-orange {
  color: #ffffff;
  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: #ffffff;
  border-color: #e96b02;
  background-color: #e96b02; }
a.badge.badge-orange:active,
.btn.badge.badge-orange:active {
  color: #ffffff;
  border-color: #dc6502;
  background-color: #dc6502; }

.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: #ffffff;
  border-color: #e96b02;
  background-color: #e96b02; }
a.badge.badge-outline-orange:active,
.btn.badge.badge-outline-orange:active {
  color: #ffffff;
  border-color: #dc6502;
  background-color: #e96b02; }

.badge.badge-yellow {
  color: #ffffff;
  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: #ffffff;
  border-color: #e0a800;
  background-color: #e0a800; }
a.badge.badge-yellow:active,
.btn.badge.badge-yellow:active {
  color: #ffffff;
  border-color: #d39e00;
  background-color: #d39e00; }

.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: #ffffff;
  border-color: #e0a800;
  background-color: #e0a800; }
a.badge.badge-outline-yellow:active,
.btn.badge.badge-outline-yellow:active {
  color: #ffffff;
  border-color: #d39e00;
  background-color: #e0a800; }

.badge.badge-green {
  color: #ffffff;
  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: #ffffff;
  border-color: #218838;
  background-color: #218838; }
a.badge.badge-green:active,
.btn.badge.badge-green:active {
  color: #ffffff;
  border-color: #1e7e34;
  background-color: #1e7e34; }

.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: #ffffff;
  border-color: #218838;
  background-color: #218838; }
a.badge.badge-outline-green:active,
.btn.badge.badge-outline-green:active {
  color: #ffffff;
  border-color: #1e7e34;
  background-color: #218838; }

.badge.badge-teal {
  color: #ffffff;
  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: #ffffff;
  border-color: #1ba87e;
  background-color: #1ba87e; }
a.badge.badge-teal:active,
.btn.badge.badge-teal:active {
  color: #ffffff;
  border-color: #199d76;
  background-color: #199d76; }

.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: #ffffff;
  border-color: #1ba87e;
  background-color: #1ba87e; }
a.badge.badge-outline-teal:active,
.btn.badge.badge-outline-teal:active {
  color: #ffffff;
  border-color: #199d76;
  background-color: #1ba87e; }

.badge.badge-cyan {
  color: #ffffff;
  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: #ffffff;
  border-color: #138496;
  background-color: #138496; }
a.badge.badge-cyan:active,
.btn.badge.badge-cyan:active {
  color: #ffffff;
  border-color: #117a8b;
  background-color: #117a8b; }

.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: #ffffff;
  border-color: #138496;
  background-color: #138496; }
a.badge.badge-outline-cyan:active,
.btn.badge.badge-outline-cyan:active {
  color: #ffffff;
  border-color: #117a8b;
  background-color: #138496; }

.badge.badge-black {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000; }

a.badge.badge-black:hover, a.badge.badge-black:focus,
.btn.badge.badge-black:hover,
.btn.badge.badge-black:focus {
  color: #ffffff;
  border-color: black;
  background-color: black; }
a.badge.badge-black:active,
.btn.badge.badge-black:active {
  color: #ffffff;
  border-color: black;
  background-color: black; }

.badge.badge-outline-black {
  color: #000000;
  border-color: #000000;
  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: #ffffff;
  border-color: black;
  background-color: black; }
a.badge.badge-outline-black:active,
.btn.badge.badge-outline-black:active {
  color: #ffffff;
  border-color: black;
  background-color: black; }

.badge.badge-white {
  color: #454545;
  border-color: #ffffff;
  background-color: #ffffff; }

a.badge.badge-white:hover, a.badge.badge-white:focus,
.btn.badge.badge-white:hover,
.btn.badge.badge-white:focus {
  color: #454545;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-white:active,
.btn.badge.badge-white:active {
  color: #454545;
  border-color: #e6e6e6;
  background-color: #e6e6e6; }

.badge.badge-outline-white {
  color: #ffffff;
  border-color: #ffffff;
  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: #454545;
  border-color: #ececec;
  background-color: #ececec; }
a.badge.badge-outline-white:active,
.btn.badge.badge-outline-white:active {
  color: #454545;
  border-color: #e6e6e6;
  background-color: #ececec; }

.badge.badge-lighten {
  color: #454545;
  border-color: #fafafa;
  background-color: #fafafa; }

a.badge.badge-lighten:hover, a.badge.badge-lighten:focus,
.btn.badge.badge-lighten:hover,
.btn.badge.badge-lighten:focus {
  color: #454545;
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
a.badge.badge-lighten:active,
.btn.badge.badge-lighten:active {
  color: #454545;
  border-color: #e1e1e1;
  background-color: #e1e1e1; }

.badge.badge-outline-lighten {
  color: #fafafa;
  border-color: #fafafa;
  background-color: transparent; }

a.badge.badge-outline-lighten:hover, a.badge.badge-outline-lighten:focus,
.btn.badge.badge-outline-lighten:hover,
.btn.badge.badge-outline-lighten:focus {
  color: #454545;
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
a.badge.badge-outline-lighten:active,
.btn.badge.badge-outline-lighten:active {
  color: #454545;
  border-color: #e1e1e1;
  background-color: #e7e7e7; }

.badge.badge-primary {
  color: #ffffff;
  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: #ffffff;
  border-color: #2b3640;
  background-color: #2b3640; }
a.badge.badge-primary:active,
.btn.badge.badge-primary:active {
  color: #ffffff;
  border-color: #262f38;
  background-color: #262f38; }

.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: #ffffff;
  border-color: #2b3640;
  background-color: #2b3640; }
a.badge.badge-outline-primary:active,
.btn.badge.badge-outline-primary:active {
  color: #ffffff;
  border-color: #262f38;
  background-color: #2b3640; }

.badge.badge-secondary {
  color: #ffffff;
  border-color: #fc574e;
  background-color: #fc574e; }

a.badge.badge-secondary:hover, a.badge.badge-secondary:focus,
.btn.badge.badge-secondary:hover,
.btn.badge.badge-secondary:focus {
  color: #ffffff;
  border-color: #fb3328;
  background-color: #fb3328; }
a.badge.badge-secondary:active,
.btn.badge.badge-secondary:active {
  color: #ffffff;
  border-color: #fb271c;
  background-color: #fb271c; }

.badge.badge-outline-secondary {
  color: #fc574e;
  border-color: #fc574e;
  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: #ffffff;
  border-color: #fb3328;
  background-color: #fb3328; }
a.badge.badge-outline-secondary:active,
.btn.badge.badge-outline-secondary:active {
  color: #ffffff;
  border-color: #fb271c;
  background-color: #fb3328; }

.badge.badge-success {
  color: #ffffff;
  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: #ffffff;
  border-color: #218838;
  background-color: #218838; }
a.badge.badge-success:active,
.btn.badge.badge-success:active {
  color: #ffffff;
  border-color: #1e7e34;
  background-color: #1e7e34; }

.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: #ffffff;
  border-color: #218838;
  background-color: #218838; }
a.badge.badge-outline-success:active,
.btn.badge.badge-outline-success:active {
  color: #ffffff;
  border-color: #1e7e34;
  background-color: #218838; }

.badge.badge-info {
  color: #ffffff;
  border-color: #00abff;
  background-color: #00abff; }

a.badge.badge-info:hover, a.badge.badge-info:focus,
.btn.badge.badge-info:hover,
.btn.badge.badge-info:focus {
  color: #ffffff;
  border-color: #0091d9;
  background-color: #0091d9; }
a.badge.badge-info:active,
.btn.badge.badge-info:active {
  color: #ffffff;
  border-color: #0089cc;
  background-color: #0089cc; }

.badge.badge-outline-info {
  color: #00abff;
  border-color: #00abff;
  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: #ffffff;
  border-color: #0091d9;
  background-color: #0091d9; }
a.badge.badge-outline-info:active,
.btn.badge.badge-outline-info:active {
  color: #ffffff;
  border-color: #0089cc;
  background-color: #0091d9; }

.badge.badge-warning {
  color: #ffffff;
  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: #ffffff;
  border-color: #e96b02;
  background-color: #e96b02; }
a.badge.badge-warning:active,
.btn.badge.badge-warning:active {
  color: #ffffff;
  border-color: #dc6502;
  background-color: #dc6502; }

.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: #ffffff;
  border-color: #e96b02;
  background-color: #e96b02; }
a.badge.badge-outline-warning:active,
.btn.badge.badge-outline-warning:active {
  color: #ffffff;
  border-color: #dc6502;
  background-color: #e96b02; }

.badge.badge-danger {
  color: #ffffff;
  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: #ffffff;
  border-color: #e41c78;
  background-color: #e41c78; }
a.badge.badge-danger:active,
.btn.badge.badge-danger:active {
  color: #ffffff;
  border-color: #d91a72;
  background-color: #d91a72; }

.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: #ffffff;
  border-color: #e41c78;
  background-color: #e41c78; }
a.badge.badge-outline-danger:active,
.btn.badge.badge-outline-danger:active {
  color: #ffffff;
  border-color: #d91a72;
  background-color: #e41c78; }

.badge.badge-light {
  color: #454545;
  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: #454545;
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
a.badge.badge-light:active,
.btn.badge.badge-light:active {
  color: #454545;
  border-color: #e1e1e1;
  background-color: #e1e1e1; }

.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: #454545;
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
a.badge.badge-outline-light:active,
.btn.badge.badge-outline-light:active {
  color: #454545;
  border-color: #e1e1e1;
  background-color: #e7e7e7; }

.badge.badge-dark {
  color: #ffffff;
  border-color: #242e3e;
  background-color: #242e3e; }

a.badge.badge-dark:hover, a.badge.badge-dark:focus,
.btn.badge.badge-dark:hover,
.btn.badge.badge-dark:focus {
  color: #ffffff;
  border-color: #161c26;
  background-color: #161c26; }
a.badge.badge-dark:active,
.btn.badge.badge-dark:active {
  color: #ffffff;
  border-color: #11161e;
  background-color: #11161e; }

.badge.badge-outline-dark {
  color: #242e3e;
  border-color: #242e3e;
  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: #ffffff;
  border-color: #161c26;
  background-color: #161c26; }
a.badge.badge-outline-dark:active,
.btn.badge.badge-outline-dark:active {
  color: #ffffff;
  border-color: #11161e;
  background-color: #161c26; }

.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: #fff;
  border-color: #30497c;
  background-color: #30497c; }
a.badge.badge-facebook:active,
.btn.badge.badge-facebook:active {
  color: #fff;
  border-color: #2d4373;
  background-color: #2d4373; }

.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: #fff;
  border-color: #30497c;
  background-color: #30497c; }
a.badge.badge-outline-facebook:active,
.btn.badge.badge-outline-facebook:active {
  color: #fff;
  border-color: #2d4373;
  background-color: #30497c; }

.badge.badge-twitter {
  color: #fff;
  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: #0090c7;
  background-color: #0090c7; }
a.badge.badge-twitter:active,
.btn.badge.badge-twitter:active {
  color: #fff;
  border-color: #0087ba;
  background-color: #0087ba; }

.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: #fff;
  border-color: #0090c7;
  background-color: #0090c7; }
a.badge.badge-outline-twitter:active,
.btn.badge.badge-outline-twitter:active {
  color: #fff;
  border-color: #0087ba;
  background-color: #0090c7; }

.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: #fff;
  border-color: #006190;
  background-color: #006190; }
a.badge.badge-linkedin:active,
.btn.badge.badge-linkedin:active {
  color: #fff;
  border-color: #005983;
  background-color: #005983; }

.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: #fff;
  border-color: #006190;
  background-color: #006190; }
a.badge.badge-outline-linkedin:active,
.btn.badge.badge-outline-linkedin:active {
  color: #fff;
  border-color: #005983;
  background-color: #006190; }

.badge.badge-skype {
  color: #fff;
  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: #0093ca;
  background-color: #0093ca; }
a.badge.badge-skype:active,
.btn.badge.badge-skype:active {
  color: #fff;
  border-color: #008abd;
  background-color: #008abd; }

.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: #fff;
  border-color: #0093ca;
  background-color: #0093ca; }
a.badge.badge-outline-skype:active,
.btn.badge.badge-outline-skype:active {
  color: #fff;
  border-color: #008abd;
  background-color: #0093ca; }

.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: #fff;
  border-color: #cd3623;
  background-color: #cd3623; }
a.badge.badge-googleplus:active,
.btn.badge.badge-googleplus:active {
  color: #fff;
  border-color: #c23321;
  background-color: #c23321; }

.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: #fff;
  border-color: #cd3623;
  background-color: #cd3623; }
a.badge.badge-outline-googleplus:active,
.btn.badge.badge-outline-googleplus:active {
  color: #fff;
  border-color: #c23321;
  background-color: #cd3623; }

.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: #fff;
  border-color: #aa1b21;
  background-color: #aa1b21; }
a.badge.badge-pinterest:active,
.btn.badge.badge-pinterest:active {
  color: #fff;
  border-color: #9f191f;
  background-color: #9f191f; }

.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: #fff;
  border-color: #aa1b21;
  background-color: #aa1b21; }
a.badge.badge-outline-pinterest:active,
.btn.badge.badge-outline-pinterest:active {
  color: #fff;
  border-color: #9f191f;
  background-color: #aa1b21; }

.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: #fff;
  border-color: #950000;
  background-color: #950000; }
a.badge.badge-youtube:active,
.btn.badge.badge-youtube:active {
  color: #fff;
  border-color: #880000;
  background-color: #880000; }

.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: #fff;
  border-color: #950000;
  background-color: #950000; }
a.badge.badge-outline-youtube:active,
.btn.badge.badge-outline-youtube:active {
  color: #fff;
  border-color: #880000;
  background-color: #950000; }

.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: #fff;
  border-color: #008e6b;
  background-color: #008e6b; }
a.badge.badge-vine:active,
.btn.badge.badge-vine:active {
  color: #fff;
  border-color: #008161;
  background-color: #008161; }

.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: #fff;
  border-color: #008e6b;
  background-color: #008e6b; }
a.badge.badge-outline-vine:active,
.btn.badge.badge-outline-vine:active {
  color: #fff;
  border-color: #008161;
  background-color: #008e6b; }

.badge.badge-dribbble {
  color: #fff;
  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: #e62a72;
  background-color: #e62a72; }
a.badge.badge-dribbble:active,
.btn.badge.badge-dribbble:active {
  color: #fff;
  border-color: #e51e6b;
  background-color: #e51e6b; }

.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: #fff;
  border-color: #e62a72;
  background-color: #e62a72; }
a.badge.badge-outline-dribbble:active,
.btn.badge.badge-outline-dribbble:active {
  color: #fff;
  border-color: #e51e6b;
  background-color: #e62a72; }

.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: #fff;
  border-color: #d90070;
  background-color: #d90070; }
a.badge.badge-flickr:active,
.btn.badge.badge-flickr:active {
  color: #fff;
  border-color: #cc006a;
  background-color: #cc006a; }

.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: #fff;
  border-color: #d90070;
  background-color: #d90070; }
a.badge.badge-outline-flickr:active,
.btn.badge.badge-outline-flickr:active {
  color: #fff;
  border-color: #cc006a;
  background-color: #d90070; }

.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: #fff;
  border-color: #0055f0;
  background-color: #0055f0; }
a.badge.badge-behance:active,
.btn.badge.badge-behance:active {
  color: #fff;
  border-color: #0050e3;
  background-color: #0050e3; }

.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: #fff;
  border-color: #0055f0;
  background-color: #0055f0; }
a.badge.badge-outline-behance:active,
.btn.badge.badge-outline-behance:active {
  color: #fff;
  border-color: #0050e3;
  background-color: #0055f0; }

.badge.badge-vimeo {
  color: #fff;
  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: #139ecb;
  background-color: #139ecb; }
a.badge.badge-vimeo:active,
.btn.badge.badge-vimeo:active {
  color: #fff;
  border-color: #1295bf;
  background-color: #1295bf; }

.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: #fff;
  border-color: #139ecb;
  background-color: #139ecb; }
a.badge.badge-outline-vimeo:active,
.btn.badge.badge-outline-vimeo:active {
  color: #fff;
  border-color: #1295bf;
  background-color: #139ecb; }

.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: #fff;
  border-color: #263d53;
  background-color: #263d53; }
a.badge.badge-tumblr:active,
.btn.badge.badge-tumblr:active {
  color: #fff;
  border-color: #22364a;
  background-color: #22364a; }

.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: #fff;
  border-color: #263d53;
  background-color: #263d53; }
a.badge.badge-outline-tumblr:active,
.btn.badge.badge-outline-tumblr:active {
  color: #fff;
  border-color: #22364a;
  background-color: #263d53; }

.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: #fff;
  border-color: #9d2376;
  background-color: #9d2376; }
a.badge.badge-instagram:active,
.btn.badge.badge-instagram:active {
  color: #fff;
  border-color: #92216e;
  background-color: #92216e; }

.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: #fff;
  border-color: #9d2376;
  background-color: #9d2376; }
a.badge.badge-outline-instagram:active,
.btn.badge.badge-outline-instagram:active {
  color: #fff;
  border-color: #92216e;
  background-color: #9d2376; }

.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: #fff;
  border-color: #385474;
  background-color: #385474; }
a.badge.badge-vk:active,
.btn.badge.badge-vk:active {
  color: #fff;
  border-color: #344d6c;
  background-color: #344d6c; }

.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: #fff;
  border-color: #385474;
  background-color: #385474; }
a.badge.badge-outline-vk:active,
.btn.badge.badge-outline-vk:active {
  color: #fff;
  border-color: #344d6c;
  background-color: #385474; }

.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: #fff;
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
a.badge.badge-wordpress:active,
.btn.badge.badge-wordpress:active {
  color: #fff;
  border-color: #185571;
  background-color: #185571; }

.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: #fff;
  border-color: #1a5d7b;
  background-color: #1a5d7b; }
a.badge.badge-outline-wordpress:active,
.btn.badge.badge-outline-wordpress:active {
  color: #fff;
  border-color: #185571;
  background-color: #1a5d7b; }

.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: #fff;
  border-color: #5c0073;
  background-color: #5c0073; }
a.badge.badge-yahoo:active,
.btn.badge.badge-yahoo:active {
  color: #fff;
  border-color: #520066;
  background-color: #520066; }

.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: #fff;
  border-color: #5c0073;
  background-color: #5c0073; }
a.badge.badge-outline-yahoo:active,
.btn.badge.badge-outline-yahoo:active {
  color: #fff;
  border-color: #520066;
  background-color: #5c0073; }

.badge.badge-blogger {
  color: #fff;
  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: #fa7918;
  background-color: #fa7918; }
a.badge.badge-blogger:active,
.btn.badge.badge-blogger:active {
  color: #fff;
  border-color: #fa720b;
  background-color: #fa720b; }

.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: #fff;
  border-color: #fa7918;
  background-color: #fa7918; }
a.badge.badge-outline-blogger:active,
.btn.badge.badge-outline-blogger:active {
  color: #fff;
  border-color: #fa720b;
  background-color: #fa7918; }

.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: #fff;
  border-color: #d93100;
  background-color: #d93100; }
a.badge.badge-soundcloud:active,
.btn.badge.badge-soundcloud:active {
  color: #fff;
  border-color: #cc2e00;
  background-color: #cc2e00; }

.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: #fff;
  border-color: #d93100;
  background-color: #d93100; }
a.badge.badge-outline-soundcloud:active,
.btn.badge.badge-outline-soundcloud:active {
  color: #fff;
  border-color: #cc2e00;
  background-color: #d93100; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Breadcrumb]
 * ------------------------------------------------------------------------------------------------------------------ */
.breadcrumb {
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  padding: 0 0;
  background-color: transparent;
  border-radius: transparent; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "·"; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Buttons]
 * ------------------------------------------------------------------------------------------------------------------ */
.btn {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  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: 700; }

.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-blue {
  color: #ffffff;
  background-color: #00abff;
  border-color: #00abff; }
  .btn-blue:hover, .btn-blue .hover, .btn-blue:focus, .btn-blue .focus {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0091d9; }
  .btn-blue:active, .btn-blue .active {
    color: #ffffff;
    background-color: #0089cc;
    border-color: #0089cc; }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #ffffff;
    background-color: #00abff;
    border-color: #00abff; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0089cc;
    border-color: #0089cc; }
    .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; }

.btn-outline-blue {
  color: #00abff;
  background-color: transparent;
  border-color: #00abff; }
  .btn-outline-blue:hover, .btn-outline-blue .hover, .btn-outline-blue:focus, .btn-outline-blue .focus {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0091d9; }
  .btn-outline-blue:active, .btn-outline-blue .active {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0089cc; }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #00abff;
    background-color: transparent;
    border-color: #00abff; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0089cc; }
    .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-indigo {
  color: #ffffff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover, .btn-indigo .hover, .btn-indigo:focus, .btn-indigo .focus {
    color: #ffffff;
    background-color: #560bd0;
    border-color: #560bd0; }
  .btn-indigo:active, .btn-indigo .active {
    color: #ffffff;
    background-color: #510bc4;
    border-color: #510bc4; }
  .btn-indigo:disabled, .btn-indigo.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #560bd0;
    border-color: #560bd0; }
  .btn-outline-indigo:active, .btn-outline-indigo .active {
    color: #ffffff;
    background-color: #560bd0;
    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: #ffffff;
    background-color: #560bd0;
    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-purple {
  color: #ffffff;
  background-color: #6f42c1;
  border-color: #6f42c1; }
  .btn-purple:hover, .btn-purple .hover, .btn-purple:focus, .btn-purple .focus {
    color: #ffffff;
    background-color: #5e37a6;
    border-color: #5e37a6; }
  .btn-purple:active, .btn-purple .active {
    color: #ffffff;
    background-color: #59339d;
    border-color: #59339d; }
  .btn-purple:disabled, .btn-purple.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #5e37a6;
    border-color: #5e37a6; }
  .btn-outline-purple:active, .btn-outline-purple .active {
    color: #ffffff;
    background-color: #5e37a6;
    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: #ffffff;
    background-color: #5e37a6;
    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-pink {
  color: #ffffff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-pink:hover, .btn-pink .hover, .btn-pink:focus, .btn-pink .focus {
    color: #ffffff;
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-pink:active, .btn-pink .active {
    color: #ffffff;
    background-color: #d91a72;
    border-color: #d91a72; }
  .btn-pink:disabled, .btn-pink.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-outline-pink:active, .btn-outline-pink .active {
    color: #ffffff;
    background-color: #e41c78;
    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: #ffffff;
    background-color: #e41c78;
    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-red {
  color: #ffffff;
  background-color: #fc574e;
  border-color: #fc574e; }
  .btn-red:hover, .btn-red .hover, .btn-red:focus, .btn-red .focus {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb3328; }
  .btn-red:active, .btn-red .active {
    color: #ffffff;
    background-color: #fb271c;
    border-color: #fb271c; }
  .btn-red:disabled, .btn-red.disabled {
    color: #ffffff;
    background-color: #fc574e;
    border-color: #fc574e; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
    color: #ffffff;
    background-color: #fb271c;
    border-color: #fb271c; }
    .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: #fc574e;
  background-color: transparent;
  border-color: #fc574e; }
  .btn-outline-red:hover, .btn-outline-red .hover, .btn-outline-red:focus, .btn-outline-red .focus {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb3328; }
  .btn-outline-red:active, .btn-outline-red .active {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb271c; }
  .btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #fc574e;
    background-color: transparent;
    border-color: #fc574e; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb271c; }
    .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-orange {
  color: #ffffff;
  background-color: #fd7e14;
  border-color: #fd7e14; }
  .btn-orange:hover, .btn-orange .hover, .btn-orange:focus, .btn-orange .focus {
    color: #ffffff;
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-orange:active, .btn-orange .active {
    color: #ffffff;
    background-color: #dc6502;
    border-color: #dc6502; }
  .btn-orange:disabled, .btn-orange.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-outline-orange:active, .btn-outline-orange .active {
    color: #ffffff;
    background-color: #e96b02;
    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: #ffffff;
    background-color: #e96b02;
    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-yellow {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-yellow:hover, .btn-yellow .hover, .btn-yellow:focus, .btn-yellow .focus {
    color: #ffffff;
    background-color: #e0a800;
    border-color: #e0a800; }
  .btn-yellow:active, .btn-yellow .active {
    color: #ffffff;
    background-color: #d39e00;
    border-color: #d39e00; }
  .btn-yellow:disabled, .btn-yellow.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #e0a800;
    border-color: #e0a800; }
  .btn-outline-yellow:active, .btn-outline-yellow .active {
    color: #ffffff;
    background-color: #e0a800;
    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: #ffffff;
    background-color: #e0a800;
    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-green {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-green:hover, .btn-green .hover, .btn-green:focus, .btn-green .focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #218838; }
  .btn-green:active, .btn-green .active {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-green:disabled, .btn-green.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #218838;
    border-color: #218838; }
  .btn-outline-green:active, .btn-outline-green .active {
    color: #ffffff;
    background-color: #218838;
    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: #ffffff;
    background-color: #218838;
    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-teal {
  color: #ffffff;
  background-color: #20c997;
  border-color: #20c997; }
  .btn-teal:hover, .btn-teal .hover, .btn-teal:focus, .btn-teal .focus {
    color: #ffffff;
    background-color: #1ba87e;
    border-color: #1ba87e; }
  .btn-teal:active, .btn-teal .active {
    color: #ffffff;
    background-color: #199d76;
    border-color: #199d76; }
  .btn-teal:disabled, .btn-teal.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #1ba87e;
    border-color: #1ba87e; }
  .btn-outline-teal:active, .btn-outline-teal .active {
    color: #ffffff;
    background-color: #1ba87e;
    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: #ffffff;
    background-color: #1ba87e;
    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-cyan {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-cyan:hover, .btn-cyan .hover, .btn-cyan:focus, .btn-cyan .focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #138496; }
  .btn-cyan:active, .btn-cyan .active {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #117a8b; }
  .btn-cyan:disabled, .btn-cyan.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #138496;
    border-color: #138496; }
  .btn-outline-cyan:active, .btn-outline-cyan .active {
    color: #ffffff;
    background-color: #138496;
    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: #ffffff;
    background-color: #138496;
    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-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover, .btn-black .hover, .btn-black:focus, .btn-black .focus {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-black:active, .btn-black .active {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-black:disabled, .btn-black.disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #ffffff;
    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: #000000;
  background-color: transparent;
  border-color: #000000; }
  .btn-outline-black:hover, .btn-outline-black .hover, .btn-outline-black:focus, .btn-outline-black .focus {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-outline-black:active, .btn-outline-black .active {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-outline-black:disabled, .btn-outline-black.disabled {
    color: #000000;
    background-color: transparent;
    border-color: #000000; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #ffffff;
    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-white {
  color: #454545;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover, .btn-white .hover, .btn-white:focus, .btn-white .focus {
    color: #454545;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-white:active, .btn-white .active {
    color: #454545;
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  .btn-white:disabled, .btn-white.disabled {
    color: #454545;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #454545;
    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: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }
  .btn-outline-white:hover, .btn-outline-white .hover, .btn-outline-white:focus, .btn-outline-white .focus {
    color: #454545;
    background-color: #ececec;
    border-color: #ececec; }
  .btn-outline-white:active, .btn-outline-white .active {
    color: #454545;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-outline-white:disabled, .btn-outline-white.disabled {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #454545;
    background-color: #ececec;
    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-lighten {
  color: #454545;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn-lighten:hover, .btn-lighten .hover, .btn-lighten:focus, .btn-lighten .focus {
    color: #454545;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-lighten:active, .btn-lighten .active {
    color: #454545;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
  .btn-lighten:disabled, .btn-lighten.disabled {
    color: #454545;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-lighten:not(:disabled):not(.disabled):active, .btn-lighten:not(:disabled):not(.disabled).active, .show > .btn-lighten.dropdown-toggle {
    color: #454545;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
    .btn-lighten:not(:disabled):not(.disabled):active:focus, .btn-lighten:not(:disabled):not(.disabled).active:focus, .show > .btn-lighten.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-lighten {
  color: #fafafa;
  background-color: transparent;
  border-color: #fafafa; }
  .btn-outline-lighten:hover, .btn-outline-lighten .hover, .btn-outline-lighten:focus, .btn-outline-lighten .focus {
    color: #454545;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-outline-lighten:active, .btn-outline-lighten .active {
    color: #454545;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
  .btn-outline-lighten:disabled, .btn-outline-lighten.disabled {
    color: #fafafa;
    background-color: transparent;
    border-color: #fafafa; }
  .btn-outline-lighten:not(:disabled):not(.disabled):active, .btn-outline-lighten:not(:disabled):not(.disabled).active, .show > .btn-outline-lighten.dropdown-toggle {
    color: #454545;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
    .btn-outline-lighten:not(:disabled):not(.disabled):active:focus, .btn-outline-lighten:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lighten.dropdown-toggle:focus {
      box-shadow: none; }

.btn-primary {
  color: #ffffff;
  background-color: #3a4957;
  border-color: #3a4957; }
  .btn-primary:hover, .btn-primary .hover, .btn-primary:focus, .btn-primary .focus {
    color: #ffffff;
    background-color: #2b3640;
    border-color: #2b3640; }
  .btn-primary:active, .btn-primary .active {
    color: #ffffff;
    background-color: #262f38;
    border-color: #262f38; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #2b3640;
    border-color: #2b3640; }
  .btn-outline-primary:active, .btn-outline-primary .active {
    color: #ffffff;
    background-color: #2b3640;
    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: #ffffff;
    background-color: #2b3640;
    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-secondary {
  color: #ffffff;
  background-color: #fc574e;
  border-color: #fc574e; }
  .btn-secondary:hover, .btn-secondary .hover, .btn-secondary:focus, .btn-secondary .focus {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb3328; }
  .btn-secondary:active, .btn-secondary .active {
    color: #ffffff;
    background-color: #fb271c;
    border-color: #fb271c; }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #fc574e;
    border-color: #fc574e; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #fb271c;
    border-color: #fb271c; }
    .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: #fc574e;
  background-color: transparent;
  border-color: #fc574e; }
  .btn-outline-secondary:hover, .btn-outline-secondary .hover, .btn-outline-secondary:focus, .btn-outline-secondary .focus {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb3328; }
  .btn-outline-secondary:active, .btn-outline-secondary .active {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb271c; }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #fc574e;
    background-color: transparent;
    border-color: #fc574e; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #fb3328;
    border-color: #fb271c; }
    .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-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover, .btn-success .hover, .btn-success:focus, .btn-success .focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #218838; }
  .btn-success:active, .btn-success .active {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1e7e34; }
  .btn-success:disabled, .btn-success.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #218838;
    border-color: #218838; }
  .btn-outline-success:active, .btn-outline-success .active {
    color: #ffffff;
    background-color: #218838;
    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: #ffffff;
    background-color: #218838;
    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-info {
  color: #ffffff;
  background-color: #00abff;
  border-color: #00abff; }
  .btn-info:hover, .btn-info .hover, .btn-info:focus, .btn-info .focus {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0091d9; }
  .btn-info:active, .btn-info .active {
    color: #ffffff;
    background-color: #0089cc;
    border-color: #0089cc; }
  .btn-info:disabled, .btn-info.disabled {
    color: #ffffff;
    background-color: #00abff;
    border-color: #00abff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0089cc;
    border-color: #0089cc; }
    .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: #00abff;
  background-color: transparent;
  border-color: #00abff; }
  .btn-outline-info:hover, .btn-outline-info .hover, .btn-outline-info:focus, .btn-outline-info .focus {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0091d9; }
  .btn-outline-info:active, .btn-outline-info .active {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0089cc; }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #00abff;
    background-color: transparent;
    border-color: #00abff; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0091d9;
    border-color: #0089cc; }
    .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-warning {
  color: #ffffff;
  background-color: #fd7e14;
  border-color: #fd7e14; }
  .btn-warning:hover, .btn-warning .hover, .btn-warning:focus, .btn-warning .focus {
    color: #ffffff;
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-warning:active, .btn-warning .active {
    color: #ffffff;
    background-color: #dc6502;
    border-color: #dc6502; }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #e96b02;
    border-color: #e96b02; }
  .btn-outline-warning:active, .btn-outline-warning .active {
    color: #ffffff;
    background-color: #e96b02;
    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: #ffffff;
    background-color: #e96b02;
    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-danger {
  color: #ffffff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-danger:hover, .btn-danger .hover, .btn-danger:focus, .btn-danger .focus {
    color: #ffffff;
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-danger:active, .btn-danger .active {
    color: #ffffff;
    background-color: #d91a72;
    border-color: #d91a72; }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #e41c78;
    border-color: #e41c78; }
  .btn-outline-danger:active, .btn-outline-danger .active {
    color: #ffffff;
    background-color: #e41c78;
    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: #ffffff;
    background-color: #e41c78;
    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-light {
  color: #454545;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn-light:hover, .btn-light .hover, .btn-light:focus, .btn-light .focus {
    color: #454545;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-light:active, .btn-light .active {
    color: #454545;
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
  .btn-light:disabled, .btn-light.disabled {
    color: #454545;
    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: #454545;
    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: #454545;
    background-color: #e7e7e7;
    border-color: #e7e7e7; }
  .btn-outline-light:active, .btn-outline-light .active {
    color: #454545;
    background-color: #e7e7e7;
    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: #454545;
    background-color: #e7e7e7;
    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-dark {
  color: #ffffff;
  background-color: #242e3e;
  border-color: #242e3e; }
  .btn-dark:hover, .btn-dark .hover, .btn-dark:focus, .btn-dark .focus {
    color: #ffffff;
    background-color: #161c26;
    border-color: #161c26; }
  .btn-dark:active, .btn-dark .active {
    color: #ffffff;
    background-color: #11161e;
    border-color: #11161e; }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #242e3e;
    border-color: #242e3e; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #11161e;
    border-color: #11161e; }
    .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: #242e3e;
  background-color: transparent;
  border-color: #242e3e; }
  .btn-outline-dark:hover, .btn-outline-dark .hover, .btn-outline-dark:focus, .btn-outline-dark .focus {
    color: #ffffff;
    background-color: #161c26;
    border-color: #161c26; }
  .btn-outline-dark:active, .btn-outline-dark .active {
    color: #ffffff;
    background-color: #161c26;
    border-color: #11161e; }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #242e3e;
    background-color: transparent;
    border-color: #242e3e; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #161c26;
    border-color: #11161e; }
    .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-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: #fff;
    background-color: #30497c;
    border-color: #30497c; }
  .btn-outline-facebook:active, .btn-outline-facebook .active {
    color: #fff;
    background-color: #30497c;
    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: #fff;
    background-color: #30497c;
    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-twitter {
  color: #fff;
  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: #fff;
    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: #fff;
    background-color: #0090c7;
    border-color: #0090c7; }
  .btn-outline-twitter:active, .btn-outline-twitter .active {
    color: #fff;
    background-color: #0090c7;
    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: #fff;
    background-color: #0090c7;
    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-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: #fff;
    background-color: #006190;
    border-color: #006190; }
  .btn-outline-linkedin:active, .btn-outline-linkedin .active {
    color: #fff;
    background-color: #006190;
    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: #fff;
    background-color: #006190;
    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-skype {
  color: #fff;
  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: #fff;
    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: #fff;
    background-color: #0093ca;
    border-color: #0093ca; }
  .btn-outline-skype:active, .btn-outline-skype .active {
    color: #fff;
    background-color: #0093ca;
    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: #fff;
    background-color: #0093ca;
    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-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: #fff;
    background-color: #cd3623;
    border-color: #cd3623; }
  .btn-outline-googleplus:active, .btn-outline-googleplus .active {
    color: #fff;
    background-color: #cd3623;
    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: #fff;
    background-color: #cd3623;
    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-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: #fff;
    background-color: #aa1b21;
    border-color: #aa1b21; }
  .btn-outline-pinterest:active, .btn-outline-pinterest .active {
    color: #fff;
    background-color: #aa1b21;
    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: #fff;
    background-color: #aa1b21;
    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-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: #fff;
    background-color: #950000;
    border-color: #950000; }
  .btn-outline-youtube:active, .btn-outline-youtube .active {
    color: #fff;
    background-color: #950000;
    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: #fff;
    background-color: #950000;
    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-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: #fff;
    background-color: #008e6b;
    border-color: #008e6b; }
  .btn-outline-vine:active, .btn-outline-vine .active {
    color: #fff;
    background-color: #008e6b;
    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: #fff;
    background-color: #008e6b;
    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-dribbble {
  color: #fff;
  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: #fff;
    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: #fff;
    background-color: #e62a72;
    border-color: #e62a72; }
  .btn-outline-dribbble:active, .btn-outline-dribbble .active {
    color: #fff;
    background-color: #e62a72;
    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: #fff;
    background-color: #e62a72;
    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-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: #fff;
    background-color: #d90070;
    border-color: #d90070; }
  .btn-outline-flickr:active, .btn-outline-flickr .active {
    color: #fff;
    background-color: #d90070;
    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: #fff;
    background-color: #d90070;
    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-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: #fff;
    background-color: #0055f0;
    border-color: #0055f0; }
  .btn-outline-behance:active, .btn-outline-behance .active {
    color: #fff;
    background-color: #0055f0;
    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: #fff;
    background-color: #0055f0;
    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-vimeo {
  color: #fff;
  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: #fff;
    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: #fff;
    background-color: #139ecb;
    border-color: #139ecb; }
  .btn-outline-vimeo:active, .btn-outline-vimeo .active {
    color: #fff;
    background-color: #139ecb;
    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: #fff;
    background-color: #139ecb;
    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-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: #fff;
    background-color: #263d53;
    border-color: #263d53; }
  .btn-outline-tumblr:active, .btn-outline-tumblr .active {
    color: #fff;
    background-color: #263d53;
    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: #fff;
    background-color: #263d53;
    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-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: #fff;
    background-color: #9d2376;
    border-color: #9d2376; }
  .btn-outline-instagram:active, .btn-outline-instagram .active {
    color: #fff;
    background-color: #9d2376;
    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: #fff;
    background-color: #9d2376;
    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-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: #fff;
    background-color: #385474;
    border-color: #385474; }
  .btn-outline-vk:active, .btn-outline-vk .active {
    color: #fff;
    background-color: #385474;
    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: #fff;
    background-color: #385474;
    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-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: #fff;
    background-color: #1a5d7b;
    border-color: #1a5d7b; }
  .btn-outline-wordpress:active, .btn-outline-wordpress .active {
    color: #fff;
    background-color: #1a5d7b;
    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: #fff;
    background-color: #1a5d7b;
    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-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: #fff;
    background-color: #5c0073;
    border-color: #5c0073; }
  .btn-outline-yahoo:active, .btn-outline-yahoo .active {
    color: #fff;
    background-color: #5c0073;
    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: #fff;
    background-color: #5c0073;
    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-blogger {
  color: #fff;
  background-color: #fb8f3d;
  border-color: #fb8f3d; }
  .btn-blogger:hover, .btn-blogger .hover, .btn-blogger:focus, .btn-blogger .focus {
    color: #fff;
    background-color: #fa7918;
    border-color: #fa7918; }
  .btn-blogger:active, .btn-blogger .active {
    color: #fff;
    background-color: #fa720b;
    border-color: #fa720b; }
  .btn-blogger:disabled, .btn-blogger.disabled {
    color: #fff;
    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: #fff;
    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: #fff;
    background-color: #fa7918;
    border-color: #fa7918; }
  .btn-outline-blogger:active, .btn-outline-blogger .active {
    color: #fff;
    background-color: #fa7918;
    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: #fff;
    background-color: #fa7918;
    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-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: #fff;
    background-color: #d93100;
    border-color: #d93100; }
  .btn-outline-soundcloud:active, .btn-outline-soundcloud .active {
    color: #fff;
    background-color: #d93100;
    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: #fff;
    background-color: #d93100;
    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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Card]
 * ------------------------------------------------------------------------------------------------------------------ */
.card {
  border-color: #f2f2f2; }

.card-header {
  background-color: white;
  border-bottom-color: #f2f2f2; }

.card-footer {
  background-color: white;
  border-top-color: #f2f2f2; }

.card-body[class*='bg-'] {
  margin: -1px; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Dropdown]
 * ------------------------------------------------------------------------------------------------------------------ */
.dropdown-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333;
  font-size: 0.8125rem;
  font-weight: 300;
  box-shadow: 3px 2px 7px 1px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  border: 1px solid #e5e5e5; }

.dropdown-item {
  color: #1a1a1a;
  background-color: transparent;
  padding: 0.4rem 1.5rem;
  transition: all 0.275s ease-in-out; }
  .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: #262626;
    background-color: #f7f7f7;
    padding-left: 1.75rem; }
  .dropdown-item:active {
    color: #212121;
    background-color: whitesmoke; }

.dropdown-header {
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px; }

.dropdown-large {
  position: static; }

.dropdown-menu-large {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Form Controls]
 * ------------------------------------------------------------------------------------------------------------------ */
.form-control {
  border-color: #e5e5e5; }
  .form-control:hover, .form-control:focus {
    border-color: #d2d2d2; }
  .form-control, .form-control:hover, .form-control:focus {
    box-shadow: none; }

.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: 1rem;
  line-height: 1.8;
  border-radius: 0.185rem; }

.form-control-sm {
  height: auto;
  padding: 0.25rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  border-radius: 0.0625rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Modal]
 * ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Navbar]
 * ------------------------------------------------------------------------------------------------------------------ */
.navbar {
  z-index: 1000;
  padding: 0 0;
  transition: all 0.275s ease-in-out; }
  .navbar .navbar-line,
  .navbar .navbar-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .navbar .navbar-line > .container,
    .navbar .navbar-line > .container-fluid,
    .navbar .navbar-wrapper > .container,
    .navbar .navbar-wrapper > .container-fluid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
  .navbar .affix-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
    transition: all 0.275s ease-in-out; }

.navbar.navbar-multiline {
  flex-direction: column; }

.navbar-border {
  border-bottom: 1px solid #f2f2f2; }

.navbar-brand {
  padding-left: 1.25rem; }

.navbar-toggler {
  color: #1a1a1a;
  border: none;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    color: #060606; }

.navbar-nav .nav-link {
  font-weight: 400;
  font-size: 0.8125rem;
  padding: 1.25rem 1.25rem; }

.navbar-nav.navbar-nav-sm .nav-link {
  font-size: 0.8125rem;
  padding: 0.75rem 1.25rem; }

.navbar-nav.navbar-nav-lg .nav-link {
  font-size: 0.8125rem;
  padding: 1.5rem 1.25rem; }

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-sm .navbar-nav .nav-link {
  font-size: 0.8125rem;
  padding: 1.25rem 1.25rem; }
.navbar-expand-lg .navbar-nav.navbar-nav-sm .nav-link,
.navbar-expand-md .navbar-nav.navbar-nav-sm .nav-link,
.navbar-expand-sm .navbar-nav.navbar-nav-sm .nav-link {
  font-size: 0.8125rem;
  padding: 0.75rem 1.25rem; }
.navbar-expand-lg .navbar-nav.navbar-nav-lg .nav-link,
.navbar-expand-md .navbar-nav.navbar-nav-lg .nav-link,
.navbar-expand-sm .navbar-nav.navbar-nav-lg .nav-link {
  font-size: 0.8125rem;
  padding: 1.5rem 1.25rem; }

.nav-item-divider {
  position: relative;
  width: 1px; }
  .nav-item-divider::after {
    display: block;
    content: '';
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    width: 1px;
    background-color: #b3b3b3; }

.navbar-light .navbar-brand {
  color: #333; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #202020; }
.navbar-light .navbar-nav .nav-link {
  color: #1a1a1a; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #060606; }
.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: black; }
.navbar-light .nav-item-divider::after {
  background-color: #b3b3b3; }

.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.85); }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: rgba(236, 236, 236, 0.85); }
.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.85); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.85); }
.navbar-dark .nav-item-divider::after {
  background-color: rgba(255, 255, 255, 0.85); }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Pagination]
 * ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [Progress]
 * ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ *
 * [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(#e5e5e5, #e5e5e5);
  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.2125rem;
    font-size: 0.75rem; }

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(#3a4957, #3a4957), linear-gradient(#e5e5e5, #e5e5e5), 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.5875rem;
  font-size: 0.8125rem; }
  .md-label ~ .md-form-control.form-control {
    padding-top: 2.5875rem; }

.md-form-control.form-control-lg {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem; }

.md-label-lg {
  top: 2.7125rem;
  font-size: 0.8125rem; }
  .md-label-lg ~ .md-form-control.form-control-lg {
    padding-top: 2.7125rem; }

.md-form-control.form-control-sm {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.md-label-sm {
  top: 2.4625rem;
  font-size: 0.8125rem; }
  .md-label-sm ~ .md-form-control.form-control-sm {
    padding-top: 2.4625rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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 #e5e5e5;
      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: #00abff;
  background-color: #00abff; }
.md-checkbox-blue input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-blue input[type="checkbox"]:checked + label:hover::before {
  border-color: #0091d9;
  background-color: #0091d9; }
.md-checkbox-blue input[type="checkbox"]:checked + label:focus::before {
  border-color: #0091d9;
  background-color: #0091d9; }
.md-checkbox-blue input[type="checkbox"]:checked + label:active::before {
  border-color: #0091d9;
  background-color: #0091d9; }

.md-checkbox-blue.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #00abff; }
.md-checkbox-blue.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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(0, 171, 255, 0.2); }
.md-checkbox-slide-blue input[type="checkbox"]:checked + label::after {
  background-color: #00abff; }
.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(0, 171, 255, 0.4); }
.md-checkbox-slide-blue input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 171, 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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #fc574e;
  background-color: #fc574e; }
.md-checkbox-red input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-red input[type="checkbox"]:checked + label:hover::before {
  border-color: #fb3328;
  background-color: #fb3328; }
.md-checkbox-red input[type="checkbox"]:checked + label:focus::before {
  border-color: #fb3328;
  background-color: #fb3328; }
.md-checkbox-red input[type="checkbox"]:checked + label:active::before {
  border-color: #fb3328;
  background-color: #fb3328; }

.md-checkbox-red.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #fc574e; }
.md-checkbox-red.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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(252, 87, 78, 0.2); }
.md-checkbox-slide-red input[type="checkbox"]:checked + label::after {
  background-color: #fc574e; }
.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(252, 87, 78, 0.4); }
.md-checkbox-slide-red input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(252, 87, 78, 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: #e5e5e5; }
.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: #333; }
.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: #333; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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-black input[type="checkbox"] + label::after {
  background-color: #fff; }
.md-checkbox-black input[type="checkbox"]:checked + label::before {
  border-color: #000000;
  background-color: #000000; }
.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: #000000; }
.md-checkbox-black.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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: #000000; }
.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-white input[type="checkbox"] + label::after {
  background-color: #333; }
.md-checkbox-white input[type="checkbox"]:checked + label::before {
  border-color: #eeeeee;
  background-color: #ffffff; }
.md-checkbox-white input[type="checkbox"]:checked + label::after {
  background-color: #333; }
.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: #333; }
.md-checkbox-white.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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-lighten input[type="checkbox"] + label::after {
  background-color: #333; }
.md-checkbox-lighten input[type="checkbox"]:checked + label::before {
  border-color: #e9e9e9;
  background-color: #fafafa; }
.md-checkbox-lighten input[type="checkbox"]:checked + label::after {
  background-color: #333; }
.md-checkbox-lighten input[type="checkbox"]:checked + label:hover::before {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
.md-checkbox-lighten input[type="checkbox"]:checked + label:focus::before {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
.md-checkbox-lighten input[type="checkbox"]:checked + label:active::before {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }

.md-checkbox-lighten.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #333; }
.md-checkbox-lighten.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.md-checkbox-lighten.md-checkbox-alt input[type="checkbox"]:checked + label:hover::before, .md-checkbox-lighten.md-checkbox-alt input[type="checkbox"]:checked + label:focus::before {
  background-color: #e7e7e7; }
.md-checkbox-lighten.md-checkbox-alt input[type="checkbox"]:checked + label:active::before {
  background-color: #e1e1e1; }

.md-checkbox-slide-lighten input[type="checkbox"]:checked + label::before {
  background-color: #fafafa; }
.md-checkbox-slide-lighten input[type="checkbox"]:checked + label::after {
  background-color: #e9e9e9; }
.md-checkbox-slide-lighten input[type="checkbox"]:checked + label:hover::before, .md-checkbox-slide-lighten input[type="checkbox"]:checked + label:focus::before {
  background-color: #fafafa; }
.md-checkbox-slide-lighten 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: #e5e5e5; }
.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: #fc574e;
  background-color: #fc574e; }
.md-checkbox-secondary input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-secondary input[type="checkbox"]:checked + label:hover::before {
  border-color: #fb3328;
  background-color: #fb3328; }
.md-checkbox-secondary input[type="checkbox"]:checked + label:focus::before {
  border-color: #fb3328;
  background-color: #fb3328; }
.md-checkbox-secondary input[type="checkbox"]:checked + label:active::before {
  border-color: #fb3328;
  background-color: #fb3328; }

.md-checkbox-secondary.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #fc574e; }
.md-checkbox-secondary.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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(252, 87, 78, 0.2); }
.md-checkbox-slide-secondary input[type="checkbox"]:checked + label::after {
  background-color: #fc574e; }
.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(252, 87, 78, 0.4); }
.md-checkbox-slide-secondary input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(252, 87, 78, 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: #e5e5e5; }
.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: #00abff;
  background-color: #00abff; }
.md-checkbox-info input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-info input[type="checkbox"]:checked + label:hover::before {
  border-color: #0091d9;
  background-color: #0091d9; }
.md-checkbox-info input[type="checkbox"]:checked + label:focus::before {
  border-color: #0091d9;
  background-color: #0091d9; }
.md-checkbox-info input[type="checkbox"]:checked + label:active::before {
  border-color: #0091d9;
  background-color: #0091d9; }

.md-checkbox-info.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #00abff; }
.md-checkbox-info.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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(0, 171, 255, 0.2); }
.md-checkbox-slide-info input[type="checkbox"]:checked + label::after {
  background-color: #00abff; }
.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(0, 171, 255, 0.4); }
.md-checkbox-slide-info input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(0, 171, 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: #e5e5e5; }
.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: #e5e5e5; }
.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: #333; }
.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: #333; }
.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: #333; }
.md-checkbox-light.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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: #242e3e;
  background-color: #242e3e; }
.md-checkbox-dark input[type="checkbox"]:checked + label::after {
  background-color: #eeeeee; }
.md-checkbox-dark input[type="checkbox"]:checked + label:hover::before {
  border-color: #161c26;
  background-color: #161c26; }
.md-checkbox-dark input[type="checkbox"]:checked + label:focus::before {
  border-color: #161c26;
  background-color: #161c26; }
.md-checkbox-dark input[type="checkbox"]:checked + label:active::before {
  border-color: #161c26;
  background-color: #161c26; }

.md-checkbox-dark.md-checkbox-alt input[type="checkbox"] + label::after {
  background-color: #242e3e; }
.md-checkbox-dark.md-checkbox-alt input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #e5e5e5; }
.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(36, 46, 62, 0.2); }
.md-checkbox-slide-dark input[type="checkbox"]:checked + label::after {
  background-color: #242e3e; }
.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(36, 46, 62, 0.4); }
.md-checkbox-slide-dark input[type="checkbox"]:checked + label:active::before {
  background-color: rgba(36, 46, 62, 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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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: #333; }
.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: #333; }
.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: #e5e5e5; }
.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: #e5e5e5; }
.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); }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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 #e5e5e5; }
    .md-radio label::after {
      text-align: center;
      opacity: .0;
      border-radius: 50%;
      background: #e5e5e5; }
  .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: 700; }
    .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: #0091d9;
  background-color: #0091d9; }
.md-radio-blue input[type="radio"]:checked + label:active::after {
  border-color: #0089cc;
  background-color: #0089cc; }

.md-radio-color-blue input[type="radio"] + label::before {
  border-color: #00abff;
  background-color: #00abff; }
.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: #21b6ff;
  background-color: #21b6ff; }
.md-radio-color-blue input[type="radio"]:checked + label:active::before {
  border-color: #0095de;
  background-color: #0095de; }

.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: #fb3328;
  background-color: #fb3328; }
.md-radio-red input[type="radio"]:checked + label:active::after {
  border-color: #fb271c;
  background-color: #fb271c; }

.md-radio-color-red input[type="radio"] + label::before {
  border-color: #fc574e;
  background-color: #fc574e; }
.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: #fd766f;
  background-color: #fd766f; }
.md-radio-color-red input[type="radio"]:checked + label:active::before {
  border-color: #fb382d;
  background-color: #fb382d; }

.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: #333; }
.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-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: #000000;
  background-color: #000000; }
.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-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: #ffffff;
  background-color: #ffffff; }
.md-radio-color-white input[type="radio"] + label::after {
  background-color: #333; }
.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-lighten input[type="radio"] + label::after {
  border-color: #e7e7e7;
  background-color: #e7e7e7; }
.md-radio-lighten input[type="radio"]:checked + label:active::after {
  border-color: #e1e1e1;
  background-color: #e1e1e1; }

.md-radio-color-lighten input[type="radio"] + label::before {
  border-color: #fafafa;
  background-color: #fafafa; }
.md-radio-color-lighten input[type="radio"] + label::after {
  background-color: #333; }
.md-radio-color-lighten input[type="radio"]:checked + label:hover::before, .md-radio-color-lighten input[type="radio"]:checked + label:focus::before {
  border-color: white;
  background-color: white; }
.md-radio-color-lighten input[type="radio"]:checked + label:active::before {
  border-color: #e9e9e9;
  background-color: #e9e9e9; }

.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: #fb3328;
  background-color: #fb3328; }
.md-radio-secondary input[type="radio"]:checked + label:active::after {
  border-color: #fb271c;
  background-color: #fb271c; }

.md-radio-color-secondary input[type="radio"] + label::before {
  border-color: #fc574e;
  background-color: #fc574e; }
.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: #fd766f;
  background-color: #fd766f; }
.md-radio-color-secondary input[type="radio"]:checked + label:active::before {
  border-color: #fb382d;
  background-color: #fb382d; }

.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: #0091d9;
  background-color: #0091d9; }
.md-radio-info input[type="radio"]:checked + label:active::after {
  border-color: #0089cc;
  background-color: #0089cc; }

.md-radio-color-info input[type="radio"] + label::before {
  border-color: #00abff;
  background-color: #00abff; }
.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: #21b6ff;
  background-color: #21b6ff; }
.md-radio-color-info input[type="radio"]:checked + label:active::before {
  border-color: #0095de;
  background-color: #0095de; }

.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: #333; }
.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: #161c26;
  background-color: #161c26; }
.md-radio-dark input[type="radio"]:checked + label:active::after {
  border-color: #11161e;
  background-color: #11161e; }

.md-radio-color-dark input[type="radio"] + label::before {
  border-color: #242e3e;
  background-color: #242e3e; }
.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: #303e53;
  background-color: #303e53; }
.md-radio-color-dark input[type="radio"]:checked + label:active::before {
  border-color: #181e29;
  background-color: #181e29; }

.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: #333; }
.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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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;
    text-align: center;
    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 {
  text-align: center;
  margin-top: 0.7875rem;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      display: block;
      width: 20px;
      height: 5px;
      background: #e5e5e5;
      border-radius: 0;
      transition: all 0.275s ease-in-out; }
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #333; }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #3a4957; }

.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: #333;
    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: #333;
    font-family: 'themify', sans-serif; }

.mfp-figure::after {
  box-shadow: none; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [External: Prism]
 * ------------------------------------------------------------------------------------------------------------------ */
pre[class*="language-"] {
  border-color: #f2f2f2; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [General]
 * ------------------------------------------------------------------------------------------------------------------ */
* {
  outline: none !important; }

::-moz-selection {
  background-color: rgba(58, 73, 87, 0.7);
  color: #ffffff; }

::selection {
  background-color: rgba(58, 73, 87, 0.7);
  color: #ffffff; }

html, body {
  width: 100%;
  height: 100%; }

body {
  overflow-x: hidden;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Helper Elements]
 * ------------------------------------------------------------------------------------------------------------------ */
.fullscreen {
  height: 100vh; }

.middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

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

.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: "·"; }

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

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Typography]
 * ------------------------------------------------------------------------------------------------------------------ */
.h1, h1, .h2, h2, .h3, h3,
.h4, h4, .h5, h5, .h6, h6 {
  color: #111;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

.h1, h1 {
  margin: 0 0 1.575rem;
  font-size: 2.75rem;
  line-height: 1.23; }

.h2, h2 {
  margin: 0 0 1.575rem;
  font-size: 2.125rem;
  line-height: 1.29; }

.h3, h3 {
  margin: 0 0 1.575rem;
  font-size: 1.5rem;
  line-height: 1.42; }

.h4, h4 {
  margin: 0 0 1.575rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.h5, h5 {
  margin: 0 0 1.575rem;
  font-size: 1rem;
  line-height: 1.625; }

.h6, h6 {
  margin: 0 0 1.575rem;
  font-size: 0.875rem;
  line-height: 1.71; }

.h-custom, .doc-title, .footer-title, .fact-box .title, .icon-box .icon-box-title, .text-box .text-box-title {
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-regular {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-black {
  font-weight: 900 !important; }

.fs-1x {
  font-size: 0.875rem !important; }

.fs-2x {
  font-size: 1.75rem !important; }

.fs-3x {
  font-size: 2.625rem !important; }

.fs-4x {
  font-size: 3.5rem !important; }

.fs-5x {
  font-size: 4.375rem !important; }

.fs-sm {
  font-size: 0.8125rem !important; }

.fs-lg {
  font-size: 1rem !important; }

.fs-1 {
  font-size: 1rem                 !important; }

.fs-2 {
  font-size: 2rem                 !important; }

.fs-3 {
  font-size: 3rem                 !important; }

.fs-4 {
  font-size: 4rem                 !important; }

.fs-5 {
  font-size: 5rem                 !important; }

.strong, strong {
  font-weight: 700; }

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

p {
  margin: 0 0 0.7875rem; }

.nowrap, .aside-navigation {
  -ms-word-wrap: normal;
  word-wrap: normal;
  white-space: nowrap; }

ul {
  margin: 0 0 0.7875rem; }

a {
  color: #1a1a1a;
  font-weight: 400;
  transition: all 0.275s ease-in-out; }
  a:hover, a:focus {
    color: #060606; }
  a:active {
    color: black; }
  a, a:hover, a:focus {
    text-decoration: none; }

.text-muted {
  color: #888 !important; }

.text-light-muted {
  color: rgba(255, 255, 255, 0.75) !important; }

.heading {
  color: #111 !important; }

.heading-light {
  color: #fff !important; }

.text-blue {
  color: #00abff; }

a.text-blue:hover, a.text-blue:focus,
button.text-blue:hover,
button.text-blue:focus {
  color: #0091d9; }
a.text-blue:active,
button.text-blue:active {
  color: #0089cc; }

.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: #fc574e; }

a.text-red:hover, a.text-red:focus,
button.text-red:hover,
button.text-red:focus {
  color: #fb3328; }
a.text-red:active,
button.text-red:active {
  color: #fb271c; }

.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-black {
  color: #000000; }

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-white {
  color: #ffffff; }

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-lighten {
  color: #fafafa; }

a.text-lighten:hover, a.text-lighten:focus,
button.text-lighten:hover,
button.text-lighten:focus {
  color: #e7e7e7; }
a.text-lighten:active,
button.text-lighten:active {
  color: #e1e1e1; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Border]
 * ------------------------------------------------------------------------------------------------------------------ */
.border {
  border: 0 solid #e5e5e5 !important; }

.border-solid {
  border-style: solid   !important; }

.border-dotted {
  border-style: dotted  !important; }

.border-dashed {
  border-style: dashed  !important; }

.border-double {
  border-style: double  !important; }

.b-0 {
  border-width: 0   !important; }

.bl-0 {
  border-left-width: 0   !important; }

.br-0 {
  border-right-width: 0   !important; }

.bt-0 {
  border-top-width: 0   !important; }

.bb-0 {
  border-bottom-width: 0   !important; }

.b-1 {
  border-width: 1px !important; }

.bl-1 {
  border-left-width: 1px !important; }

.br-1 {
  border-right-width: 1px !important; }

.bt-1 {
  border-top-width: 1px !important; }

.bb-1 {
  border-bottom-width: 1px !important; }

.b-2 {
  border-width: 2px !important; }

.bl-2 {
  border-left-width: 2px !important; }

.br-2 {
  border-right-width: 2px !important; }

.bt-2 {
  border-top-width: 2px !important; }

.bb-2 {
  border-bottom-width: 2px !important; }

.b-3 {
  border-width: 3px !important; }

.bl-3 {
  border-left-width: 3px !important; }

.br-3 {
  border-right-width: 3px !important; }

.bt-3 {
  border-top-width: 3px !important; }

.bb-3 {
  border-bottom-width: 3px !important; }

.b-4 {
  border-width: 4px !important; }

.bl-4 {
  border-left-width: 4px !important; }

.br-4 {
  border-right-width: 4px !important; }

.bt-4 {
  border-top-width: 4px !important; }

.bb-4 {
  border-bottom-width: 4px !important; }

.b-5 {
  border-width: 5px !important; }

.bl-5 {
  border-left-width: 5px !important; }

.br-5 {
  border-right-width: 5px !important; }

.bt-5 {
  border-top-width: 5px !important; }

.bb-5 {
  border-bottom-width: 5px !important; }

.border-lighten {
  border-color: #f2f2f2 !important; }

.border-blue {
  border-color: #00abff !important; }

.border-indigo {
  border-color: #6610f2 !important; }

.border-purple {
  border-color: #6f42c1 !important; }

.border-pink {
  border-color: #e83e8c !important; }

.border-red {
  border-color: #fc574e !important; }

.border-orange {
  border-color: #fd7e14 !important; }

.border-yellow {
  border-color: #ffc107 !important; }

.border-green {
  border-color: #28a745 !important; }

.border-teal {
  border-color: #20c997 !important; }

.border-cyan {
  border-color: #17a2b8 !important; }

.border-black {
  border-color: #000000 !important; }

.border-white {
  border-color: #ffffff !important; }

.border-lighten {
  border-color: #fafafa !important; }

.border-primary {
  border-color: #3a4957 !important; }

.border-secondary {
  border-color: #fc574e !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #00abff !important; }

.border-warning {
  border-color: #fd7e14 !important; }

.border-danger {
  border-color: #e83e8c !important; }

.border-light {
  border-color: #fafafa !important; }

.border-dark {
  border-color: #242e3e !important; }

.border-facebook {
  border-color: #3b5998 !important; }

.border-twitter {
  border-color: #00aced !important; }

.border-linkedin {
  border-color: #007bb6 !important; }

.border-skype {
  border-color: #00aff0 !important; }

.border-googleplus {
  border-color: #dd4b39 !important; }

.border-pinterest {
  border-color: #cb2027 !important; }

.border-youtube {
  border-color: #bb0000 !important; }

.border-vine {
  border-color: #00b488 !important; }

.border-dribbble {
  border-color: #ea4c89 !important; }

.border-flickr {
  border-color: #ff0084 !important; }

.border-behance {
  border-color: #1769ff !important; }

.border-vimeo {
  border-color: #1ab7ea !important; }

.border-tumblr {
  border-color: #32506d !important; }

.border-instagram {
  border-color: #bc2a8d !important; }

.border-vk {
  border-color: #45668e !important; }

.border-wordpress {
  border-color: #21759b !important; }

.border-yahoo {
  border-color: #7B0099 !important; }

.border-blogger {
  border-color: #fb8f3d !important; }

.border-soundcloud {
  border-color: #ff3a00 !important; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Avatar]
 * ------------------------------------------------------------------------------------------------------------------ */
.avatar {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  overflow: hidden; }
  .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .avatar.avatar-sm {
    width: 3rem;
    height: 3rem; }
  .avatar.avatar-lg {
    width: 7rem;
    height: 7rem; }
  .avatar .badge {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.5) !important; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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;
  color: #111;
  font-size: 1.25rem;
  font-weight: 700; }

.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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Documentation Elements]
 * ------------------------------------------------------------------------------------------------------------------ */
.doc-example {
  margin-bottom: 1.575rem;
  border-radius: 0; }
  .doc-example > .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 150px; }
  .doc-example > .card-footer {
    padding: 0; }
    .doc-example > .card-footer pre[class*="language-"] {
      margin: -1px; }

.doc-title {
  text-transform: none;
  font-size: 2.125rem;
  margin-bottom: 0.7875rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Mask]
 * ------------------------------------------------------------------------------------------------------------------ */
.mask {
  position: relative; }
  .mask::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Preloader]
 * ------------------------------------------------------------------------------------------------------------------ */
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9001;
  background-color: #fff; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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; }

.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: 12px;
    line-height: 50px;
    letter-spacing: 0;
    color: #888;
    text-transform: uppercase; }

.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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Footer]
 * ------------------------------------------------------------------------------------------------------------------ */
.footer-line {
  font-size: 0.875rem;
  padding: 2rem 2rem; }

.footer-line.footer-line-lg {
  font-size: 0.875rem;
  padding: 4rem 4rem; }

.footer-line.footer-line-sm {
  font-size: 0.8125rem;
  padding: 0.75rem 0.75rem; }

.footer-brand {
  display: block;
  font-size: 1.25rem; }

.footer-title {
  margin-bottom: 1.575rem; }

.footer-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer-nav .footer-nav-link {
  display: block;
  padding: 0 1.25rem;
  font-size: 0.8125rem;
  font-weight: 300; }

.footer-light {
  color: #333; }
  .footer-light .footer-brand {
    color: #333; }
    .footer-light .footer-brand:hover, .footer-light .footer-brand:focus {
      color: #202020; }
  .footer-light .footer-nav .footer-nav-link {
    color: #1a1a1a; }
    .footer-light .footer-nav .footer-nav-link:hover, .footer-light .footer-nav .footer-nav-link:focus {
      color: #060606; }

.footer-dark {
  color: rgba(255, 255, 255, 0.85); }
  .footer-dark .footer-brand {
    color: rgba(255, 255, 255, 0.85); }
    .footer-dark .footer-brand:hover, .footer-dark .footer-brand:focus {
      color: rgba(236, 236, 236, 0.85); }
  .footer-dark .footer-nav .footer-nav-link {
    color: #fff; }
    .footer-dark .footer-nav .footer-nav-link:hover, .footer-dark .footer-nav .footer-nav-link:focus {
      color: rgba(255, 255, 255, 0.85); }
  .footer-dark a {
    color: #fff; }
    .footer-dark a:hover, .footer-dark a:focus {
      color: rgba(255, 255, 255, 0.85); }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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 #333;
  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: #333;
    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%; }

.hero-scroll-2 {
  display: block;
  width: 25px;
  height: 40px;
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0; }

.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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Layout]
 * ------------------------------------------------------------------------------------------------------------------ */
.main-container {
  width: 100%;
  max-width: 100%; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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; }
    .section .section-header .section-navigation a {
      position: relative;
      display: block;
      padding-left: 1rem;
      line-height: 1;
      color: #333; }
      .section .section-header .section-navigation a span {
        position: absolute;
        display: block;
        font-size: .75rem;
        color: #888;
        text-transform: uppercase; }
      .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 #333; }
      .section .section-header .section-navigation a:hover, .section .section-header .section-navigation a:focus {
        color: #202020; }
  .section .section-header .section-pin {
    margin-right: 15px;
    font-size: 1.7rem;
    color: #888;
    font-weight: 400; }
    .section .section-header .section-pin:hover, .section .section-header .section-pin:focus {
      color: #333; }
  .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: 400; }
    .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 #e5e5e5; }
  .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(51, 51, 51, 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; }

.section-2 {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  .section-2 .section-header {
    text-align: center;
    margin-bottom: 7rem; }
    .section-2 .section-header .section-title {
      color: #111;
      font-size: 2.125rem;
      font-weight: 300; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Fact Box]
 * ------------------------------------------------------------------------------------------------------------------ */
.fact-box {
  text-align: center; }
  .fact-box .value {
    color: #fff;
    font-size: 3rem;
    font-weight: 100; }
  .fact-box .title {
    color: #fff; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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: #333;
    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(36, 46, 62, 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: #333;
        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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Icon Box]
 * ------------------------------------------------------------------------------------------------------------------ */
.icon-box {
  display: block;
  text-align: center;
  margin-bottom: 1.575rem; }
  .icon-box .icon {
    font-size: 4rem;
    color: #3a4957;
    margin-bottom: 1.575rem; }
  .icon-box .icon-box-title {
    font-size: 0.875rem;
    margin-bottom: 1.18125rem; }
  .icon-box .icon-box-text {
    margin-bottom: 1.575rem; }

.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 #f2f2f2; }
  .price-box-2 .price-box-title {
    text-align: center;
    margin-bottom: 1.575rem;
    color: #111;
    font-size: 1.25rem;
    font-weight: 700; }
  .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 {
      color: #111;
      font-size: 1.5rem; }
  .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; }

/* Product Item]
 * ------------------------------------------------------------------------------------------------------------------ */
.product-item {
  position: relative;
  border: none; }
  .product-item .card-header, .product-item .card-footer {
    border: none;
    background-color: transparent; }
  .product-item .card-body {
    padding-bottom: 0; }
  .product-item .product-badge-new {
    position: absolute;
    top: 15px;
    right: 15px; }
  .product-item .product-badge-sale {
    position: absolute;
    top: 15px;
    left: 15px; }
  .product-item .product-title {
    font-weight: 500; }
  .product-item .product-price {
    font-size: 1.5rem; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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%; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [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: #333;
      border-bottom-color: #333; }
  .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 {
    color: #111;
    font-size: 1rem;
    font-weight: 700; }
  .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; }

/* ------------------------------------------------------------------------------------------------------------------ *
 * [Text Box]
 * ------------------------------------------------------------------------------------------------------------------ */
.text-box {
  display: block;
  text-align: center;
  margin-bottom: 1.575rem; }
  .text-box .text-box-title {
    font-size: 0.875rem;
    margin-bottom: 1.575rem; }
  .text-box .text-box-text {
    margin-bottom: 1.575rem; }

/*# sourceMappingURL=theme.css.map */
