.sharebox .link,
.sharebox .icon {
    display: inline-block
}

.sharebox .link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.sharebox .btn {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.sharebox .btn img {
    width: 15px;
}

.sharebox .icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.sharebox .btn-small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.sharebox .btn-icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.sharebox .btn-icon-solid, .sharebox .btn-icon-solidcircle {
    fill: #fff;
    stroke: none
}

.sharebox .btn-twitter {
    background-color: #55acee
}

.sharebox .btn-twitter:hover {
    background-color: #2795e9
}

.sharebox .btn-pinterest {
    background-color: #bd081c
}

.sharebox .btn-pinterest:hover {
    background-color: #8c0615
}

.sharebox .btn-facebook {
    background-color: #3b5998
}

.sharebox .btn-facebook:hover {
    background-color: #2d4373
}

.sharebox .btn-tumblr {
    background-color: #35465C
}

.sharebox .btn-tumblr:hover {
    background-color: #222d3c
}

.sharebox .btn-reddit {
    background-color: #5f99cf
}

.sharebox .btn-reddit:hover {
    background-color: #3a80c1
}

.sharebox .btn-google {
    background-color: #dd4b39
}

.sharebox .btn-google:hover {
    background-color: #c23321
}

.sharebox .btn-linkedin {
    background-color: #0077b5
}

.sharebox .btn-linkedin:hover {
    background-color: #046293
}

.sharebox .btn-email {
    background-color: #777
}

.sharebox .btn-email:hover {
    background-color: #5e5e5e
}

.sharebox .btn-xing {
    background-color: #1a7576
}

.sharebox .btn-xing:hover {
    background-color: #114c4c
}

.sharebox .btn-whatsapp {
    background-color: #25D366
}

.sharebox .btn-whatsapp:hover {
    background-color: #1da851
}

.sharebox .btn-hackernews {
    background-color: #FF6600
}

.sharebox .btn-hackernews:hover, .sharebox .btn-hackernews:focus {
    background-color: #FB6200
}

.sharebox .btn-vk {
    background-color: #507299
}

.sharebox .btn-vk:hover {
    background-color: #43648c
}

.sharebox .btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.sharebox .btn-facebook:hover,
.sharebox .btn-facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.sharebox .btn-twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.sharebox .btn-twitter:hover,
.sharebox .btn-twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.sharebox .btn-google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.sharebox .btn-google:hover,
.sharebox .btn-google:active {
    background-color: #c23321;
    border-color: #c23321;
}

.sharebox .btn-email {
    background-color: #777777;
    border-color: #777777;
}

.sharebox .btn-email:hover,
.sharebox .btn-email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.sharebox .btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.sharebox .btn-whatsapp:hover,
.sharebox .btn-whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.sharebox .btn-telegram {
    background-color: #54A9EB;
}

.sharebox .btn-telegram:hover {
    background-color: #4B97D1;
}

/* RATING */

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 0 2px;
    font-size: 1.25em;
    font-family: 'porto';
    display: inline-block;
    content: "\e852";
}

.rating > .half:before {
    content: "\e852 ";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
    cursor: pointer;
}

/* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}


.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: .3rem
}

.noUi-horizontal .noUi-handle {
    width: 1rem;
    height: 1.0rem;
    left: -.5rem;
    top: -.35em;
}

.noUi-vertical {
    width: .3rem;
    height: 150px
}

.noUi-vertical .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.4rem;
    top: -.5rem
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -.55rem;
    left: auto
}

.noUi-target {
    background: #efefef;
    border-radius: 0
}

.noUi-connects {
    border-radius: 0
}

.noUi-connect {
    background: #ff4c3b
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 50%;
    background: #ff4c3b;
    cursor: pointer
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

/*//////////*/


.pace .pace-progress {
    background: #fa4a4a !important;
}

.pace .pace-activity {
    border-top-color: #fa4a4a !important;
    border-left-color: #fa4a4a !important;
}