@font-face {
    font-family: Neutrif Pro;
    font-style: normal;
    font-weight: 400;
    src: url(../font/neutrif_pro_regular-webfont.woff2) format("woff2"), url(../font/neutrif_pro_regular-webfont.woff) format("woff"), url(../font/neutrif_pro_regular-webfont.svg) format("svg")
}

@font-face {
    font-family: Neutrif Pro;
    font-style: normal;
    font-weight: 600;
    src: url(../font/neutrif_pro_semi_bold-webfont.woff2) format("woff2"), url(../font/neutrif_pro_semi_bold-webfont.woff) format("woff"), url(../font/neutrif_pro_semi_bold-webfont.svg#NeutrifPro) format("svg")
}

.no-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    margin: 0 auto!important;
    font-family: Neutrif Pro, Sans-serif!important;
    background: #fff;
    font-size: 15px!important;
    color: rgba(47, 47, 47, .9)!important
}

.row {
    margin: 0!important
}

.purple-bg {
    background: #2e0d3c!important
}

.navigation-menu {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px
}

#navMenu {
    display: block;
    padding: 20px 55px;
    margin: 0 auto
}

#navMenu .logo {
    margin: 0;
    padding: 0;
    text-align: center
}

#navMenu .logo a {
    font-weight: 600;
    font-size: 22px;
    text-decoration: none!important;
    letter-spacing: .3px;
    padding: 5px 15px;
    border-radius: 3px;
    color: #333
}

#navMenu .logo span {
    color: #49b358!important
}

#navMenu .menu,
#navMenu .menu ul {
    padding: 0;
    margin: 0;
    text-align: right
}

#navMenu .menu ul {
    list-style: none;
    position: relative;
    top: 3px
}

#navMenu .menu ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 16px
}

#navMenu .menu ul li a {
    color: #1f1f1f!important;
    font-weight: 700;
    text-decoration: none!important
}

#navMenu .menu ul li a:hover {
    color: #49b358!important;
    text-decoration: none
}

.pinkBtn {
    background: #fd547d!important;
    color: #fff!important
}

.pinkBtn:hover {
    background: #b93757!important;
    color: #fff
}

.pinkBtn:active,
.pinkBtn:focus {
    color: #fff
}

.borderedBlackBtn {
    background: none!important;
    border: 2px solid #3e3e3e!important;
    color: #333!important
}

.borderedBlackBtn:hover {
    background: #3e3e3e!important;
    color: #fff!important
}

.borderedBlackBtn:focus {
    color: #fff
}

#black-cover {
    width: 100%;
    z-index: 90;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: none
}

.sidenav .side-social-follow .text {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin: 15px 0
}

.sidenav .side-social-follow img {
    width: 30px;
    position: relative;
    bottom: 1px
}

.sidenav .side-social-follow a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 3px 18px;
    width: 150px;
    margin: 11px auto 0
}

.sidenav .twitter {
    background: #3cacf2
}

.sidenav .facebook {
    background: #3b5898
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .4s;
    z-index: 100;
    background: #fff
}

.sidenav .side-logo {
    padding: 0 8px 0 25px
}

.sidenav .side-logo img {
    position: relative;
    bottom: 5px;
    width: 45px
}

.sidenav .side-logo .name {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 0 0 0 5px
}

.sidenav .side-logo .name span {
    color: #49b358!important
}

.sidenav .side-logo .name:hover {
    text-decoration: none;
    color: #000
}

.sidenav .side-content {
    width: 250px;
    height: 100%;
    background: #fff;
    opacity: 1;
    margin: 0;
    padding-top: 75px
}

.sidenav .block {
    border-top: 1px solid #e8e7e7;
    margin-top: 15px;
    padding: 10px 0
}

.sidenav .links li {
    list-style: none;
    padding: 10px 0
}

.sidenav .links a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    display: block;
    transition: .3s
}

.sidenav .links a:active,
.sidenav .links a:hover {
    background: rgba(0, 0, 0, .129)
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    padding: 15px 8px 8px 32px;
    text-decoration: none;
    font-weight: 400;
    color: #555;
    transition: .3s
}

.responsive-menu {
    text-align: left!important
}

#responsive-nav {
    display: none
}

#responsive-nav .domain-name {
    font-size: 17px!important;
    position: relative;
    top: 4px
}

.menu-btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px
}

.menu-btn div {
    width: 26px;
    height: 4px;
    width: 22px!important;
    height: 3px!important;
    background-color: #000;
    margin: 6px 0;
    border-radius: 3px
}

@media only screen and (max-width:700px) {
    .extensionStickyButton {
        display: none!important
    }
}

@media only screen and (max-width:767px) {
    #optionButtons {
        max-width: 500px;
        margin: 50px auto 0
    }
}

.extensionStickyButton {
    display: block
}

@media only screen and (max-width:1122px) {
    #responsive-nav {
        display: block!important
    }
    #navMenu {
        padding: 20px 5px!important
    }
    #navMenu .desktop {
        display: none!important
    }
    .domain-name {
        top: 4px
    }
    #responsive-nav .logo {
        position: relative;
        top: 5px
    }
    #responsive-nav .logo span {
        color: #49b358!important
    }
}

.bookmarklet-button {
    background: #3d0e4a!important
}

footer {
    background: #fff;
    padding: 10px;
    color: #827f84;
    font-size: 12px;
    border-top: 1px solid #ececec
}

footer,
footer ul {
    text-align: center
}

footer ul {
    list-style: none;
    padding: 15px 0;
    margin: 0
}

footer ul li {
    display: inline-block;
    padding: 0 5px
}

footer ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: underline
}

footer ul li a:hover {
    color: #49b358
}

.main .content {
    padding: 80px 10px 50px
}

.main .content .block {
    max-width: 900px;
    margin: 0 auto 70px
}

.main .content .block h1,
.main .content .block h2,
.main .content .block h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d0cece;
    padding-bottom: 10px
}

.main .content .description p,
.main .content ul {
    font-size: 18px;
    text-align: left
}

#jumbotron {
    padding: 50px 10px 30px;
    position: relative;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    margin: 0;
    text-align: center;
    background-image: linear-gradient(135deg, #3625b9, #7632b1)
}

#jumbotron .header {
    color: #fff!important
}

#jumbotron .header h2 {
    font-size: 30px
}

#jumbotron .header h3 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 50px
}

#jumbotron .jumbo-content {
    max-width: 900px;
    margin: auto
}

.bookmarklet-button {
    margin: 30px auto 40px;
    padding: 0 20px;
    height: 53px;
    color: #fff!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    background: #ff003e!important;
    text-decoration: none!important;
    border-radius: 5px;
    display: block;
    outline: 0;
    border: 0;
    line-height: 53px;
    text-align: center;
    width: 100%;
    max-width: 320px
}

.bookmarklet-button:hover {
    background: #3d0e4a;
    text-decoration: none;
    color: #fff
}

.restrict-notice {
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 0;
    color: #dfd1ea
}

.cc-notice,
.restrict-notice {
    text-align: center;
    font-size: 15px
}

.cc-notice {
    color: #d9b9f5;
    margin-top: 20px
}

.cc-notice a,
.cc-notice a:hover {
    color: #d9b9f5;
    text-decoration: underline
}

.supported-sites .site {
    margin-bottom: 30px
}

.supported-sites .site-block {
    color: #fff!important;
    border-radius: 3px;
    font-weight: 700;
    padding: 15px 5px
}

.supported-sites a {
    color: rgba(47, 47, 47, .9);
    text-decoration: none!important;
    font-weight: 700
}

.supported-sites a:hover {
    color: #49b358;
    text-decoration: none
}

.supported-sites .icon {
    text-align: center;
    height: 83px;
    width: 83px;
    border-radius: 50%;
    padding: 2px;
    margin: 0 auto;
    background: #ff2b47
}

.supported-sites .label {
    margin-top: 15px;
    text-align: center
}

.supported-sites .youtube .icon {
    background: red!important
}

.supported-sites .facebook .icon {
    background: #3b5997!important
}

.supported-sites .vimeo .icon {
    background: #00aced!important
}

.supported-sites .instagram .icon {
    background: #ff2b47
}

.supported-sites .instagram svg {
    margin: 15px
}

.supported-sites .vlive .icon {
    background: #0cf!important
}

.supported-sites .coub .icon {
    background: #0043ff
}

.supported-sites .coub svg {
    margin: 5px
}

#loading-message {
    margin-top: 60px;
    display: none;
    padding: 0 10px
}

#loading-message .status {
    text-align: center;
    font-size: 21px;
    color: #4c4c4c
}

.error-mssg {
    font-weight: 700;
    margin: 35px auto;
    background: #f3f3f3;
    color: #ff003e;
    padding: 15px 10px;
    border-radius: 3px;
    max-width: 700px
}

.loader {
    font-size: 5px;
    margin: 30px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #381446;
    background: linear-gradient(90deg, #381446 10%, rgba(2, 4, 1, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s linear infinite;
    animation: load3 1.4s linear infinite;
    transform: translateZ(0)
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #381446;
    border-radius: 100% 0 0 0
}

.loader:after,
.loader:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.loader:after {
    background: #fafafa;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    margin: auto;
    bottom: 0;
    right: 0
}

@-webkit-keyframes load3 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes load3 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

#downloadForm {
    position: relative
}

#downloadForm .url-input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #474756;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.3px;
    background-image: url(https://bitdownloader.com/img/link.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center left 12px!important;
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 30px 170px 30px 55px
}

#downloadForm #downloadBtn {
    background: #49b358;
    color: #fff;
    font-weight: 700;
    line-height: 62px;
    width: 150px;
    cursor: pointer;
    text-align: center;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#downloadForm #downloadBtn:hover {
    background: #276d31;
    color: #fff!important
}

#downloadForm #downloadBtn:active,
#downloadForm #downloadBtn:focus {
    color: #fff!important
}

.footer-lang .country-flag {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.footer-lang .lang {
    display: inline-block;
    font-size: 15px;
    text-decoration: none!important;
    color: #333!important
}

#moreFormats {
    max-width: 1000px;
    margin: 100px auto 0!important
}

.downloadSection {
    text-align: center;
    max-width: 1200px;
    margin: 50px auto 50px!important;
}

.downloadSection .info {
    padding: 0 30px
}

.downloadSection .title {
    margin: 0 auto;
    color: rgba(34, 50, 84, .9);
    display: block;
    font-size: 19px;
    max-width: 600px
}

.downloadSection .largeMargin {
    margin-bottom: 50px
}

.downloadSection .smallMargin {
    margin-bottom: 20px
}

.downloadSection h1 {
    font-size: 25px;
    margin-bottom: 50px
}

.downloadSection h2 {
    text-decoration: underline;
    margin-top: 50px
}

.downloadSection h3 {
    font-size: 21px;
    text-decoration: underline
}

.downloadSection img {
    display: block;
    margin: 0 auto 16.75px;
    border: 1px solid #c5c5c5;
    width: 100%;
    max-width: 350px
}

.downloadSection .downloadInstruction {
    max-width: 800px;
    display: block;
    margin: 0 auto 20px;
    font-size: 18px;
    color: #6f6f6f
}

.downloadBtn {
    background: #49b358;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    display: inline-block;
    padding: 11px 30px
}

.downloadBtn,
.downloadBtn:hover {
    color: #fff;
    text-decoration: none!important
}

.downloadBtn:hover {
    background: #276d31
}

.downloadBtn:active,
.downloadBtn:focus {
    color: #fff!important
}

@media (max-width:1000px) {
    #jumbotron {
        margin-bottom: 60px!important
    }
    .download-page #downloadForm .url-input {
        height: 50px!important
    }
    .searchForm {
        padding-top: 5px!important
    }
    #downloadBtn {
        position: static!important;
        margin: -1px auto 0!important;
        width: 100%!important;
        line-height: 50px!important
    }
    .searchForm input {
        border-radius: 3px 3px 0 0!important;
        padding-right: 15px!important
    }
}

.downloadsTable {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 100px;
    border: 3px solid #3b2796
}

.downloadsTable tbody {
    background-color: #fafafa
}

.downloadsTable tbody td {
    border-top: 1px solid #dedede;
    padding: 21px 7px;
    font-size: 16px
}

.downloadsTable tbody td a {
    background: #49b358;
    color: #fff;
    text-decoration: none!important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.downloadsTable tbody td a:hover {
    background: #276d31!important;
    color: #fff!important;
    text-decoration: none!important
}

.downloadsTable .headerRow {
    background: #3b2796;
    font-size: 17px
}

.downloadsTable .headerRow th {
    margin-bottom: 10px;
    padding: 20px 7px;
    color: #fff
}

#feedbackWidget .icon {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 40px;
    background: #ffbe2b;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    color: #333;
    margin-right: 30px;
    z-index: 101;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer
}

#feedbackWidget .overlay {
    width: 100%;
    height: 100%;
    z-index: 101;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0
}

#feedbackWidget .formContainer {
    position: fixed;
    z-index: 102;
    top: 100px;
    right: 0;
    left: 0;
    padding: 10px;
    max-width: 600px;
    margin: 0 auto
}

#feedbackWidget .form {
    text-align: center;
    margin: 10px auto;
    background: #fff;
    border-radius: 30px 3px 30px 0;
    overflow: hidden;
    background: #3a26b8;
    display: none;
    opacity: 0
}

#feedbackWidget .form .title {
    font-size: 55px;
    font-weight: 700;
    background: linear-gradient(135deg, #3625b9, #7632b1);
    color: #fff;
    padding: 40px 20px
}

#feedbackWidget .form .subtitle {
    font-size: 20px;
    padding: 20px;
    background: #fff
}

#feedbackWidget .form .feedback {
    padding: 20px;
    background: #fff
}

#feedbackWidget .form .feedback textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #dadada;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    font-size: 16px
}

#feedbackWidget .form .submitBtn {
    padding: 12px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #49b358;
    max-width: 200px;
    border-radius: 3px;
    margin: 20px auto 0;
    cursor: pointer
}

#feedbackWidget .form .submitBtn:hover {
    background: #166521
}

#feedbackWidget .form .closeBtn {
    background: none;
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

#feedbackWidget .status .submit-loader {
    display: none
}

#feedbackWidget .status .message {
    display: none;
    margin-top: 10px;
    font-size: 16px
}

.dropdown .caret-down {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    bottom: 1px
}

.dropdown .caret-down svg {
    fill: #333;
    width: 10px
}

.dropbtn {
    color: #333;
    border: none;
    cursor: pointer
}

.dropdown li {
    font-weight: 700!important
}

.dropbtn:focus,
.dropbtn:hover {
    text-decoration: underline
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 135px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 10;
    right: 10px;
    top: 30px;
    text-align: left
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #ddd
}

.show {
    display: block
}

.dropdown .country-flag {
    display: inline-block
}

.dropdown .country-flag svg {
    width: 17px;
    margin-right: 2px;
    position: relative;
    top: 3px
}

.sidenav .dropdown {
    display: block!important
}

#myResponsiveDropdown a {
    color: #fff!important
}

#myResponsiveDropdown {
    display: none;
    background-color: #565656;
    width: 135px;
    z-index: 10;
    left: 10px;
    text-align: left;
    width: 100%
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none!important;
    color: #fff!important;
    margin: 1px
}

.resp-sharing-button {
    border-radius: 3px;
    transition: 25ms ease-out;
    padding: 5px 9px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 12px;
    height: 15px
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465c
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #f60
}

.resp-sharing-button--hackernews:focus,
.resp-sharing-button--hackernews:hover {
    background-color: #fb6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

.resp-sharing-button--whatsapp:active,
.resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
    border-color: #1da851
}

.resp-sharing-button--telegram {
    background-color: #54a9eb
}

.resp-sharing-button--telegram:hover {
    background-color: #4b97d1
}

.shareButtons .title {
    font-weight: 700;
    margin-top: 20px;
    color: rgba(34, 50, 84, .9);
    margin-bottom: 7px;
    font-size: 18px;
    margin-right: 10px
}
.footer-list li{
    padding: 5px 10px;
}
.potato-magic{
    display: none!important;
}
#feedbackWidget > div > a{
    color: #333 !important;
    text-decoration: none !important;
}
.poster{
    max-width: 400px !important;
}
.download-subtitle{
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    float: left;
    margin-right: 8px !important;
    margin-bottom: 5px!important;
    width: 110px;
    text-align: left;
}
.download-title{
    margin-bottom: 13px !important;
    font-weight: normal !important;
    text-decoration: none !important;
}
.details-container{
    font-size: 17px;
}
.d-value{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.download-detail{
    display: table;
}
.download-for{
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
}
.shareButtons{
    margin-bottom: 40px;
}
.sites-link{
    display: block;
    margin-bottom: 20px;
    color: #223254e6;
    text-decoration: none;
}
.sites-link:hover {
    text-decoration: none;
    color: #2a6654;
}
.sites-icon{
    margin-bottom: 12px;
}
.supported-container{
    text-align: center;
}