.support .block {
    max-width: 900px;
    margin: 30px auto;
}
.featured-sites {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-evenly;
}
.featured-sites li {
    margin: 20px 10px 10px;
}
.featured-sites li a {
    width: 8vw;
    height: 8vw;
    max-width: 70px;
    max-height: 70px;
    min-width: 50px;
    min-height: 50px;
    background-size: 731.429%;
}
.youtube {
    background-position: 18.0995% 18.0995%;
}
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.sprite {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/icons.png);
}
.shine::before {
    position: absolute;
    top: 0;
    left: -60%;
    z-index: 2;
    display: block;
    content: "";
    width: 40%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
.facebook {
    background-position: 18.0995% 1.13122%;
}
.instagram {
    background-position: 35.0679% 1.13122%;
}
.vimeo {
    background-position: 1.13122% 18.0995%;
}
.soundcloud {
    background-position: 52.0362% 1.13122%;
}
.twitch {
    background-position: 69.0045% 1.13122%;
}
.twitter {
    background-position: 85.9729% 1.13122%;
}
.dailymotion {
    background-position: 1.13122% 1.13122%;
}
.features-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.feat-card {
    width: 100%;
    max-width: 240px;
    margin: 30px 10px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 1px 4px 15px 1px rgba(0,35,57,.25);
    text-align: center;
    transition: .25s;
}
.feat-card .card-img {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    background-size: 853.333%;
}
.secure {
    background-position: 91.8142% 17.6991%;
}
.feat-card .title {
    color: #262f3c;
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 1.4;
}
.feat-card .desc {
    color: #263e62;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}
.supported {
    background-position: 1.10619% 34.292%;
}
.free {
    background-position: 34.292% 17.6991%;
}
.multi {
    background-position: 48.6726% 17.6991%;
}
.online {
    background-position: 77.4336% 17.6991%;
}
.no-limit {
    background-position: 63.0531% 17.6991%;
}
.support .block.howto {
    padding: 35px 10px 0 10px;
    border: 1px dashed #595959;
        border-top-style: dashed;
        border-right-style: dashed;
        border-bottom-style: dashed;
        border-left-style: dashed;
    border-radius: 8px;
    border-style: dashed;
    text-align: left;
line-height: 35px;
}
.howto h4 {
    font-size: 25px;
    font-weight: 300;
    color: #001646;
}
.howto ul {
    margin: 40px 0;
    color: #003367;
    list-style: decimal;
    font-weight: 300;
    font-size: 15px;
    margin-left: 20px;
}
/*header nav.header-bottom .right .flex-container .mobi {
	display: block;;
}*/
header nav.header-bottom .right .flex-container .mobi .item__content {
	line-height: 50px;
    padding-left: 20px;
    text-align: left;
}
header nav.header-bottom .right .flex-container .mobi .item__content .vs-top {
	color:#fff;
}

.loader-hint {
    text-align: center;
    color: #007bff;
    display: block;
    margin-top: 30px;
font-size: 24px;
}


.thumbnail-container {
    float: left;
    width: 35%;
}
.thumbnail {
    width: 100%;
}
.info {
    float: right;
    width: 62%;
    text-align: left;
}
.info .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.info div {
    margin-bottom: 5px;
}
.info .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.info .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#best-download-btn, #download-mp3-btn, #edit-video {
    height: 50px;
    margin-top: 10px;
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
#opt-download-btn {
    height: 35px;
}
.result-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 10px;
}
.result-container .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.result-container .alert-dismissible {
    padding-right: 4rem;
}
.result-container .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.result-container .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
}
.result-container button.close {
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.download-opts-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table-container {
    width: 420px;
    text-align: center;
    margin-bottom: 20px;
}
.feature h4, .table-container p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    text-align: center;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.loader-failed {
    margin-top: 20px;
    color: red;
}
.play-btn {
    background: url(/statics/images/media_btn.png) 0 0 no-repeat;
    display: block;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    cursor: pointer;
    transition: all .02s;
}
.play-btn-active {
    background-position: -34px 0;
}