footer.page-footer {
	    bottom: 0;
	    color: #fff
	}

	footer.page-footer .container-fluid {
	    width: auto
	}

	footer.page-footer .footer-copyright {
	    overflow: hidden;
	    color: rgba(255,255,255,0.6);
	    background-color: rgba(0,0,0,0.2)
	}

	.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center
}

.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.btn-floating:before {
    border-radius: 0
}

.btn-floating.btn-sm {
    width: 36.15385px;
    height: 36.15385px
}

.btn-floating.btn-sm i {
    font-size: .96154rem;
    line-height: 36.15385px
}

.btn-floating.btn-lg {
    width: 61.1px;
    height: 61.1px
}

.btn-floating.btn-lg i {
    font-size: 1.625rem;
    line-height: 61.1px
}

.btn-floating {
    background-color: rgba(255,255,255,0.2)
}

.btn-floating {
    background: #4285f4
}

.btn-floating.btn-flat {
    padding: 0;
    color: #fff;
    background: #4285f4
}

.btn-floating.btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-floating.btn-flat:hover,.btn-floating.btn-flat:focus {
    background-color: #5a95f5
}

.btn-floating.btn-flat.active {
    background-color: #0b51c5;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-floating {
    position: relative;
    bottom: 2rem;
    float: right;
    margin-right: 0
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: scale(0.4) translate(0);
    transform: scale(0.4) translate(0)
}

.fixed-action-btn ul a.btn-floating.shown {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

.btn-fb {
    color: #fff;
    background-color: #3b5998 !important
}

.btn-fb:hover {
    color: #fff;
    background-color: #4264aa
}

.btn-fb:focus,.btn-fb.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-fb:focus,.btn-fb:active,.btn-fb.active {
    background-color: #1e2e4f
}

.btn-fb.dropdown-toggle {
    background-color: #3b5998 !important
}

.btn-fb.dropdown-toggle:hover,.btn-fb.dropdown-toggle:focus {
    background-color: #4264aa !important
}

.btn-fb:not([disabled]):not(.disabled):active,.btn-fb:not([disabled]):not(.disabled).active,.show>.btn-fb.dropdown-toggle {
    background-color: #1e2e4f !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-fb:not([disabled]):not(.disabled):active:focus,.btn-fb:not([disabled]):not(.disabled).active:focus,.show>.btn-fb.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.fb-ic {
    color: #3b5998 !important
}

.fb-ic:hover,.fb-ic:focus {
    color: #3b5998
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-fb {
    color: #fff
}

.btn-tw {
    color: #fff;
    background-color: #55acee !important
}

.btn-tw:hover {
    color: #fff;
    background-color: #6cb7f0
}

.btn-tw:focus,.btn-tw.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-tw:focus,.btn-tw:active,.btn-tw.active {
    background-color: #147bc9
}

.btn-tw.dropdown-toggle {
    background-color: #55acee !important
}

.btn-tw.dropdown-toggle:hover,.btn-tw.dropdown-toggle:focus {
    background-color: #6cb7f0 !important
}

.btn-tw:not([disabled]):not(.disabled):active,.btn-tw:not([disabled]):not(.disabled).active,.show>.btn-tw.dropdown-toggle {
    background-color: #147bc9 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-tw:not([disabled]):not(.disabled):active:focus,.btn-tw:not([disabled]):not(.disabled).active:focus,.show>.btn-tw.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.tw-ic {
    color: #55acee !important
}

.tw-ic:hover,.tw-ic:focus {
    color: #55acee
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-tw {
    color: #fff
}

.btn-gplus {
    color: #fff;
    background-color: #dd4b39 !important
}

.btn-gplus:hover {
    color: #fff;
    background-color: #e15f4f
}

.btn-gplus:focus,.btn-gplus.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-gplus:focus,.btn-gplus:active,.btn-gplus.active {
    background-color: #96271a
}

.btn-gplus.dropdown-toggle {
    background-color: #dd4b39 !important
}

.btn-gplus.dropdown-toggle:hover,.btn-gplus.dropdown-toggle:focus {
    background-color: #e15f4f !important
}

.btn-gplus:not([disabled]):not(.disabled):active,.btn-gplus:not([disabled]):not(.disabled).active,.show>.btn-gplus.dropdown-toggle {
    background-color: #96271a !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-gplus:not([disabled]):not(.disabled):active:focus,.btn-gplus:not([disabled]):not(.disabled).active:focus,.show>.btn-gplus.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.gplus-ic {
    color: #dd4b39 !important
}

.gplus-ic:hover,.gplus-ic:focus {
    color: #dd4b39
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-gplus {
    color: #fff
}

.btn-yt {
    color: #fff;
    background-color: #ed302f !important
}

.btn-yt:hover {
    color: #fff;
    background-color: #ef4746
}

.btn-yt:focus,.btn-yt.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-yt:focus,.btn-yt:active,.btn-yt.active {
    background-color: #a80f0e
}

.btn-yt.dropdown-toggle {
    background-color: #ed302f !important
}

.btn-yt.dropdown-toggle:hover,.btn-yt.dropdown-toggle:focus {
    background-color: #ef4746 !important
}

.btn-yt:not([disabled]):not(.disabled):active,.btn-yt:not([disabled]):not(.disabled).active,.show>.btn-yt.dropdown-toggle {
    background-color: #a80f0e !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-yt:not([disabled]):not(.disabled):active:focus,.btn-yt:not([disabled]):not(.disabled).active:focus,.show>.btn-yt.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.yt-ic {
    color: #ed302f !important
}

.yt-ic:hover,.yt-ic:focus {
    color: #ed302f
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-yt {
    color: #fff
}

.btn-li {
    color: #fff;
    background-color: #0082ca !important
}

.btn-li:hover {
    color: #fff;
    background-color: #0092e4
}

.btn-li:focus,.btn-li.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-li:focus,.btn-li:active,.btn-li.active {
    background-color: #004064
}

.btn-li.dropdown-toggle {
    background-color: #0082ca !important
}

.btn-li.dropdown-toggle:hover,.btn-li.dropdown-toggle:focus {
    background-color: #0092e4 !important
}

.btn-li:not([disabled]):not(.disabled):active,.btn-li:not([disabled]):not(.disabled).active,.show>.btn-li.dropdown-toggle {
    background-color: #004064 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-li:not([disabled]):not(.disabled):active:focus,.btn-li:not([disabled]):not(.disabled).active:focus,.show>.btn-li.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.li-ic {
    color: #0082ca !important
}

.li-ic:hover,.li-ic:focus {
    color: #0082ca
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-li {
    color: #fff
}

.btn-pin {
    color: #fff;
    background-color: #c61118 !important
}

.btn-pin:hover {
    color: #fff;
    background-color: #dd131b
}

.btn-pin:focus,.btn-pin.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-pin:focus,.btn-pin:active,.btn-pin.active {
    background-color: #68090d
}

.btn-pin.dropdown-toggle {
    background-color: #c61118 !important
}

.btn-pin.dropdown-toggle:hover,.btn-pin.dropdown-toggle:focus {
    background-color: #dd131b !important
}

.btn-pin:not([disabled]):not(.disabled):active,.btn-pin:not([disabled]):not(.disabled).active,.show>.btn-pin.dropdown-toggle {
    background-color: #68090d !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-pin:not([disabled]):not(.disabled):active:focus,.btn-pin:not([disabled]):not(.disabled).active:focus,.show>.btn-pin.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.pin-ic {
    color: #c61118 !important
}

.pin-ic:hover,.pin-ic:focus {
    color: #c61118
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-pin {
    color: #fff
}

.btn-ins {
    color: #fff;
    background-color: #2e5e86 !important
}

.btn-ins:hover {
    color: #fff;
    background-color: #356b99
}

.btn-ins:focus,.btn-ins.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-ins:focus,.btn-ins:active,.btn-ins.active {
    background-color: #14293a
}

.btn-ins.dropdown-toggle {
    background-color: #2e5e86 !important
}

.btn-ins.dropdown-toggle:hover,.btn-ins.dropdown-toggle:focus {
    background-color: #356b99 !important
}

.btn-ins:not([disabled]):not(.disabled):active,.btn-ins:not([disabled]):not(.disabled).active,.show>.btn-ins.dropdown-toggle {
    background-color: #14293a !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-ins:not([disabled]):not(.disabled):active:focus,.btn-ins:not([disabled]):not(.disabled).active:focus,.show>.btn-ins.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.ins-ic {
    color: #2e5e86 !important
}

.ins-ic:hover,.ins-ic:focus {
    color: #2e5e86
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-ins {
    color: #fff
}

.btn-git {
    color: #fff;
    background-color: #333 !important
}

.btn-git:hover {
    color: #fff;
    background-color: #404040
}

.btn-git:focus,.btn-git.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-git:focus,.btn-git:active,.btn-git.active {
    background-color: #000
}

.btn-git.dropdown-toggle {
    background-color: #333 !important
}

.btn-git.dropdown-toggle:hover,.btn-git.dropdown-toggle:focus {
    background-color: #404040 !important
}

.btn-git:not([disabled]):not(.disabled):active,.btn-git:not([disabled]):not(.disabled).active,.show>.btn-git.dropdown-toggle {
    background-color: #000 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-git:not([disabled]):not(.disabled):active:focus,.btn-git:not([disabled]):not(.disabled).active:focus,.show>.btn-git.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.git-ic {
    color: #333 !important
}

.git-ic:hover,.git-ic:focus {
    color: #333
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-git {
    color: #fff
}

.btn-comm {
    color: #fff;
    background-color: #30cfc0 !important
}

.btn-comm:hover {
    color: #fff;
    background-color: #45d4c6
}

.btn-comm:focus,.btn-comm.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-comm:focus,.btn-comm:active,.btn-comm.active {
    background-color: #1d7c73
}

.btn-comm.dropdown-toggle {
    background-color: #30cfc0 !important
}

.btn-comm.dropdown-toggle:hover,.btn-comm.dropdown-toggle:focus {
    background-color: #45d4c6 !important
}

.btn-comm:not([disabled]):not(.disabled):active,.btn-comm:not([disabled]):not(.disabled).active,.show>.btn-comm.dropdown-toggle {
    background-color: #1d7c73 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-comm:not([disabled]):not(.disabled):active:focus,.btn-comm:not([disabled]):not(.disabled).active:focus,.show>.btn-comm.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.comm-ic {
    color: #30cfc0 !important
}

.comm-ic:hover,.comm-ic:focus {
    color: #30cfc0
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-comm {
    color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #4c75a3 !important
}

.btn-vk:hover {
    color: #fff;
    background-color: #5882b1
}

.btn-vk:focus,.btn-vk.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-vk:focus,.btn-vk:active,.btn-vk.active {
    background-color: #2c435d
}

.btn-vk.dropdown-toggle {
    background-color: #4c75a3 !important
}

.btn-vk.dropdown-toggle:hover,.btn-vk.dropdown-toggle:focus {
    background-color: #5882b1 !important
}

.btn-vk:not([disabled]):not(.disabled):active,.btn-vk:not([disabled]):not(.disabled).active,.show>.btn-vk.dropdown-toggle {
    background-color: #2c435d !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-vk:not([disabled]):not(.disabled):active:focus,.btn-vk:not([disabled]):not(.disabled).active:focus,.show>.btn-vk.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.vk-ic {
    color: #4c75a3 !important
}

.vk-ic:hover,.vk-ic:focus {
    color: #4c75a3
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-vk {
    color: #fff
}

.btn-dribbble {
    color: #fff;
    background-color: #ec4a89 !important
}

.btn-dribbble:hover {
    color: #fff;
    background-color: #ee6198
}

.btn-dribbble:focus,.btn-dribbble.focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-dribbble:focus,.btn-dribbble:active,.btn-dribbble.active {
    background-color: #bc1455
}

.btn-dribbble.dropdown-toggle {
    background-color: #ec4a89 !important
}

.btn-dribbble.dropdown-toggle:hover,.btn-dribbble.dropdown-toggle:focus {
    background-color: #ee6198 !important
}

.btn-dribbble:not([disabled]):not(.disabled):active,.btn-dribbble:not([disabled]):not(.disabled).active,.show>.btn-dribbble.dropdown-toggle {
    background-color: #bc1455 !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.btn-dribbble:not([disabled]):not(.disabled):active:focus,.btn-dribbble:not([disabled]):not(.disabled).active:focus,.show>.btn-dribbble.dropdown-toggle:focus {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

.dribbble-ic {
    color: #ec4a89 !important
}

.dribbble-ic:hover,.dribbble-ic:focus {
    color: #ec4a89
}

a.btn:not([href]):not([tabindex]),a.btn:not([href]):not([tabindex]):focus,a.btn:not([href]):not([tabindex]):hover {
    color: #fff
}

table.table a.btn.btn-dribbble {
    color: #fff
}

.btn-so {
    color: #fff;
    background-color: #ffac44 !important
}