html,
body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    background: #f5f5f5;
}

*:focus {
    outline: 0 !important;
}

body {
    overflow-x: hidden;
}

h1 {
    display: inline-block;
    width: 777px;
    font-family: 'Lalezar', sans-serif;
    font-size: 3em;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 990px) {
    h1 {
        width: 100%;
        font-size: 2.2em;
    }
}

h1.align-left {
    width: auto;
    text-align: left;
}

.sub-h {
    width: 685px;
    margin: 0 auto;
    font-size: 1.3em;
    color: #808080;
}

@media (max-width: 990px) {
    .sub-h {
        width: 100%;
        font-size: 1.1em;
    }
}

h3 {
    font-family: 'Lalezar', sans-serif;
    font-size: 1.6em;
    margin-top: 55px;
    margin-bottom: 30px;
}

h3.underline {
    border-bottom: 2px solid #000;
}

p {
    font-size: 1.2em;
    line-height: 30px;
    margin-bottom: 25px;
}

p.special {
    font-size: 1.5em;
    line-height: 34px;
    color: #007eff;
}

p.small {
    font-size: 1em !important;
}

ul, ol {
    font-size: 1.2em;
}

ul li, ol li {
    margin-bottom: 20px;
}

.gray {
    color: #808080;
}

.centered {
    text-align: center;
}

/*--- LINKS ---*/
a, a:hover, a:focus {
    color: #0375e7;
    text-decoration: none;
    border-bottom: 1px solid #96cafe;
    transition-property: color, border;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

a:hover {
    color: #0253a4;
    border-color: #0253a4;
}

a.draggable {
    display: inline-block;
    padding: 1px 10px 1px 10px;
    font-weight: bold;
    color: #fb5151;
    border: 1px dashed #fb5151;
    border-radius: 3px;
    margin: 0 10px 0 10px;
}
/**/

/*--- INPUTS ---*/
input[type="text"], input[type="password"], textarea {
    width: 100%;
    font-size: 1.2em;
    color: #333;
    background: #fff !important;
    padding: 10px 15px 10px 15px !important;
    border: 1px solid #e5e5e5 !important;
    transition-property: border;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

textarea {
    resize: none;
}

input[type="text"].error {
    color: #ce1312;
    background: #fff url('https://www.converto.io/img/cancel.png') no-repeat;
    background-size: 32px 32px;
    background-position: 20px center;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #00cdff !important;
}

.auto_resize {
    display: block;
    overflow: auto;
}

.center {
    text-align: center;
}

select {
    padding: 3px 8px 3px 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    width: 160px;
    height: 37px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance: none;
    background: url('../img/down.png') no-repeat;
    background-position: calc(100% - 8px) center;
    background-size: 7px 7px;
    background-repeat: no-repeat;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

/*--- MISC ---*/
@media(max-width: 990px) {
    .mob-hide {
        display: none;
    }
}

.page-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.page-overlay .ball-pulse-sync {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -36px;
}

.page-overlay .ball-pulse-sync>div {
    width: 20px;
    height: 20px;
    background: #00cdff;
}

.inner {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

@media(max-width: 990px) {
    .inner {
        width: 100%;
    }
}

.tooltip div {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    border-radius: 0;
}

.row {
    margin-bottom: 10px;
}

.row:last-child {
    margin-bottom: 0;
}

.row .col-caption.right {
    text-align: right;
}

.row .col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row label {
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

.row p {
    margin-right: 15px;
    margin-left: 15px;
}

.row input[type="text"], .row input[type="password"] {
    padding: 6px !important;
    background: none !important;
    transition: border-color 0.2s linear;
}

.row input[type="text"]:focus, .row input[type="password"]:focus {
    border-color: #00cdff !important;
}

.row .col-txt {
    display: inline-block;
    margin-top: 8px;
}

.row .btn {
    margin-top: 2px;
}

.row .switch {
    top: 2px;
}

.row a {
    display: inline-block;
    margin-top: 7px;
}

.row-spacing {
    clear: both;
    height: 20px;
}

.row.slider-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0;
}
/**/

/*--- BUTTONS ---*/
.btn, .btn:hover, .btn:active, .btn:focus {
    min-width: 76px;
    background: none;
    color: #fff;
    border: 3px solid #fb5151;
    box-shadow: none;
    border-radius: 3px;
}

.btn.md {
    font-size: 1.6em;
    padding: 5px 15px 5px 15px;
}

.btn.lg {
    font-size: 2em;
    padding: 10px 35px 10px 35px;
    border: none;
    border-bottom: 3px solid #e10505;
    box-shadow: 0 5px 25px rgba(0,0,0,.20);
}

.btn.btn-default, .btn.btn-default:active, .btn.btn-default:focus {
    background-color: #fb5151;
    color: #fff;
    transition: background-color 0.2s linear, border-color 0.2s linear;
}

.btn.btn-default:hover, .btn.btn-default:focus {
    background-color: #20ca5c !important;
    border-color: #1bad4f !important;
}

.btn.btn-default:active {
    background-color: #20ca5c !important;
    border-color: #1bad4f !important;
}

.btn[disabled], .btn[disabled="disabled"], .btn[disabled]:hover, .btn[disabled="disabled"]:hover {
    background-color: #555 !important;
    border-bottom-color: #333 !important;
    opacity: 0.2;
    cursor: default;
}

/*--- BUBBLES ---*/
.bubble {
    display: none;
    width: 200px;
    min-height: 100px;
    position: absolute;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 3px 8px rgba(0,0,0,.28);
    border-radius: 3px;
    z-index: 9999;
}

/* Bubble (top) */
.bubble.top:after, .bubble.top:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bubble.top:after {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}

.bubble.top:before {
    border-width: 20px;
    margin-left: -20px;
}

/* Bubble (right) */
.bubble.right:after, .bubble.right:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bubble.right:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 14px;
    margin-top: -14px;
}

.bubble.right:before {
    border-width: 20px;
    margin-top: -20px;
}

/* Bubble (bottom) */
.bubble.bottom:after, .bubble.bottom:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bubble.bottom:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}

.bubble.bottom:before {
    border-width: 20px;
    margin-top: -20px;
}

/* Bubble (left) */
.bubble.left:after, .bubble.left:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bubble.left:after {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 14px;
    margin-top: -14px;
}

.bubble.left:before {
    border-width: 20px;
    margin-top: -20px;
}

.bubble h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 0;
}

.bubble.scene-duration h3 {
    text-align: left;
    margin-bottom: 20px;
}

.bubble label {
    font-weight: normal;
    margin-bottom: 3px;
}

.bubble select {
    width: 100%;
    vertical-align: middle;
    height: 27px;
    margin-bottom: 10px;
}

.bubble .warning-msg {
    display: none;
    color: #ef5f4d;
    font-size: 0.9em;
    line-height: 18px;
    border-left: 2px solid #ef5f4d;
    padding-left: 10px;
    margin: 5px 0 5px -6px;
}

.bubble .apply-btn, .bubble .apply-btn:active {
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 3px;
    background: url('../img/check_2.png') no-repeat, -webkit-linear-gradient(to left, #4cb8c4, #3cd3ad);
    background: url('../img/check_2.png') no-repeat, linear-gradient(to left, #4cb8c4, #3cd3ad);
    background-position: center, center;
    background-size: 16px 16px, cover;
    margin-top: 10px;
    transition: none;
}

.bubble .apply-btn.busy {
    background: #7b42eb url('../img/preloader.gif') no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border-color: #7b42eb;
    cursor: default;
}
/**/

/*--- SWITCH ---*/
.switch {
    width: 60px;
    height: 30px;
    position: relative;
}

.switch input[type="checkbox"] {
    margin: 8px 0 0 5px;
}

input.switch-round-flat + label:before,
input.switch-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.switch-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #e5e5e5;
    border-radius: 60px;
    transition: background 0.4s;
}

input.switch-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 22px;
    background-color: #fb5151;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

input.switch-round-flat.on-off + label:after {
    background-color: #fff;
}

input.switch-round-flat:checked + label {
    background-color: #fb5151;
}

input.switch-round-flat:checked + label:after {
    margin-left: 30px;
    background-color: #fb5151;
}

input.switch-round-flat.on-off:checked + label:after {
    margin-left: 30px;
    background: #fff;
}

input.switch-round-flat.on-off:checked + label:before {
    background: #fb5151;
}
/**/

/*--- ERROR BAR ---*/
.error-bar {
    display: none;
    position: fixed;
    width: 100%;
    padding: 15px 0 15px 0;
    top: 0px;
    background-color: #ef5f4d;
    z-index: 9999;
    opacity: 0.9;
}

.error-bar .inner {
    width: 990px;
    margin: 0 auto;
    position: relative;
    background: url('../img/info.png') no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 32px;
    box-sizing: border-box;
}

.error-bar .inner span {
    font-size: 1.2em;
    color: #fff;
}

.error-bar .inner .close-bar-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -5px;
    right: 0;
    border: none;
    background: url('../img/close_2.png') no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    transition: opacity 0.2s linear;
}

.error-bar .inner .close-bar-btn:hover {
    opacity: 1;
}
/**/

/*--- HEADER ---*/
.header {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.header .logo {
    display: block;
    width: 300px;
    height: 64px;
    background: url('../img/logo.png') no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    border-bottom: none;
}
/**/

/*--- CONTENT ---*/
.content {
    width: 990px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .content {
        width: 90%;
    }
}

.queue-wrapper {
    width: 690px;
    margin: 0 auto;
    margin-top: 30px;
}

@media (max-width: 990px) {
    .queue-wrapper {
        width: 100%;
    }
}

.queue-wrapper .queue-list-hint {
    font-size: 1.1em;
}

.queue-wrapper .queue-list-hint img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 10px 0 10px;
    opacity: 0.5;
}

.queue-wrapper .queue-list, .queue-wrapper .queue-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.queue-wrapper .queue-list li {
    font-size: 0.8em;
    min-height: 81px;
    background: #fff;
    margin: 1px;
    margin-bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.queue-wrapper .queue-list li.busy {
    display: none;
    background: #fff;
    margin: 1px;
    margin-bottom: 0;
}

.queue-wrapper .queue-list li:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.queue-wrapper .queue-list li.busy .item-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.queue-wrapper .queue-list li.busy .item-loader .ball-clip-rotate>div {
    border: 2px solid #fb5151;
    border-bottom-color: transparent;
    margin-top: 10px;
}

.queue-wrapper .queue-list li .thumb {
    width: 190px;
}

@media (max-width: 990px) {
    .queue-wrapper .queue-list li .thumb {
        margin-bottom: 20px;
    }
}

.queue-wrapper .queue-list li .title {
    display: block;
    max-width: 320px;
    font-size: 1.2em;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 990px) {
    .queue-wrapper .queue-list li .title {
        max-width: 100%;
    }
}

.queue-wrapper .queue-list li .conversion-format {
    display: block;
    margin: 20px 10px 5px 0;
    font-size: 1.1em;
    font-weight: bold;
}

.queue-wrapper .queue-list li .video-quality-info {
    display: none;
    margin-top: 10px;
    color: #808080;
}

.queue-wrapper .queue-list li .video-quality-info .video-quality {
    display: inline-block;
    color: #fff;
    background: #20ca5c;
    border-radius: 2px;
    padding: 3px 8px 3px 8px;
    margin-left: 5px;
}

.queue-wrapper .queue-list li .settings-hint {
    display: block;
    color: #808080;
    margin-top: 10px;
}

.queue-wrapper .queue-list li .settings-hint img {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 5px;
}

.queue-wrapper .queue-list li .actions {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 990px) {
    .queue-wrapper .queue-list li .actions {
        position: static;
        margin-top: 20px;
    }
}

.queue-wrapper .queue-list li .actions button {
    width: 32px;
    height: 32px;
    border: none;
}

.queue-wrapper .queue-list li .actions .settings-btn {
    background: url('../img/gear.png') no-repeat;
    background-size: 24px 24px;
    background-position: center;
    transition: background 0.2s linear;
}

.queue-wrapper .queue-list li .actions .settings-btn:hover {
    background: url('../img/gear_2.png') no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.queue-wrapper .queue-list li .actions .delete-btn {
    display: none;
    background: url('../img/delete.png') no-repeat;
    background-size: 24px 24px;
    background-position: center;
}

.queue-wrapper .add-to-queue input[type="text"] {
    background: #fff url('../img/play.png') no-repeat !important;
    background-position: 16px center !important;
    background-size: 32px 32px !important;
    padding: 18px !important;
    padding-left: 60px !important;
}

.queue-wrapper .convert-btn {
    display: none;
    margin-top: 20px;
}

.queue-wrapper .tip, .queue-wrapper .news {
    width: 620px;
    background: #fff0ab;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 990px) {
    .queue-wrapper .tip, .queue-wrapper .news {
        width: 90%;
    }
}

.queue-wrapper .news {
    background: none;
    border: 2px solid #fb5151;
}

.queue-wrapper .tip p, .queue-wrapper .news p {
    font-size: 1em;
    line-height: 23px;
    color: #808080;
    margin: 0;
    margin-bottom: 10px;
}

.queue-wrapper .news p {
    font-size: 1.2em;
    color: #333;
}

.queue-wrapper .news .new {
    display: inline-block;
    padding: 2px 6px 2px 6px;
    margin-right: 10px;
    background: #fb5151;
    color: #fff;
    border-radius: 2px;
}

.queue-wrapper .tip p:last-child, .queue-wrapper .news p:last-child {
    margin-bottom: 0;
}

.queue-wrapper .tip p img {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    margin-left: 3px;
    opacity: 0.5;
}
/**/

/*--- SETTINGS MODAL ---*/
#settings-modal .video-preview {
    margin: -35px -25px 0 -25px;
    width: calc(100% + 50px);
    height: 300px;
}

#settings-modal .video-preview iframe {
    width: 100%;
    height: 300px;
}

#settings-modal .player-controls {
    width: calc(100% + 50px);
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 -25px 30px -25px;
    padding: 10px 0 5px 0;
    position: relative;
}

#settings-modal .player-controls button {
    width: 42px;
    height: 42px;
    background: #ccc;
    border: none;
    margin: 0 5px 0 5px;
}

#settings-modal .player-controls .play-btn {
    background: url('../img/play_2.png') no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#settings-modal .player-controls .pause-btn {
    background: url('../img/pause.png') no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#settings-modal .player-controls .forward-btn {
    background: url('../img/forward.png') no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#settings-modal .player-controls .backward-btn {
    background: url('../img/backward.png') no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#settings-modal .player-controls .volume {
    width: 120px;
    height: 14px;
    background: #e5e5e5;
    position: absolute;
    top: 23px;
    right: 23px;
    border-radius: 10px;
}

#settings-modal .select-part-wrapper {
    display: none;
}

#settings-modal .advanced-cut {
    width: 100%;
    text-align: center;
    padding: 10px 0 11px 0;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    margin-bottom: 15px;
    background: url('../img/cut.png') no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 24px 24px;
}

#settings-modal .advanced-cut p {
    margin: 0;
}

#settings-modal .slider {
    margin-top: 7px;
}

#settings-modal .mp4-format .quality {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

#settings-modal .mp4-format .quality li {
    font-size: 0.8em;
    background: #f5f5f5;
    margin: 0;
    margin-bottom: 1px;
    padding: 8px 15px 8px 50px;
    transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
}

/* Quality list */
#settings-modal .mp4-format .quality li.hd {
    background-image: url('../img/hd.png') !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: 36px 36px !important;
}

#settings-modal .mp4-format .quality li.hq {
    background-image: url('../img/hq.png') !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: 36px 36px !important;
}

#settings-modal .mp4-format .quality li.sq {
    background-image: url('../img/sq.png') !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: 36px 36px !important;
}

#settings-modal .mp4-format .quality li.lq {
    background-image: url('../img/lq.png') !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    background-size: 36px 36px !important;
}

#settings-modal .mp4-format .quality li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#settings-modal .mp4-format .quality li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#settings-modal .mp4-format .quality li:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

#settings-modal .mp4-format .quality li.selected, #settings-modal .mp4-format .quality li.selected:hover {
    color: #fff;
    background-color: #4581fa;
    background-repeat: no-repeat !important;
}
/**/

/*--- MODAL WINDOWS ---*/
.modal.fade.in {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    overflow-y: auto;
}

.modal .modal-content {
    border-radius: 0;
    border: none;
    padding: 10px;
    overflow-y: auto;
}

.modal-dialog {
    width: 700px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 3px 8px rgba(0,0,0,.28);
}

@media (max-width: 990px) {
    .modal-dialog {
        width: 100%;
        min-height: 100%;
        overflow-y: auto;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .modal-content {
        height: 100%;
        border-radius: 0;
    }
}

.modal .modal-header {
    border-bottom: none;
    background: #fb5151;
    margin: -10px -10px 0 -10px;
    margin-bottom: 20px;
}

.modal .modal-header.warning {
    background: #fb5151;
}

.modal .modal-header .close {
    width: 70px;
    height: 63px;
    background: #333 url('../img/close.png') no-repeat;
    background-position: center center;
    background-size: 48px 48px;
    padding: 10px 23px 10px 23px;
    margin: -15px;
    margin-top: -15px;
    color: #fff;
    font-size: 2em;
    opacity: 1;
}

.modal .modal-header.warning .close {
    border-left: 1px solid #ff5f5f;
}

.modal .modal-title {
    font-family: 'Lalezar', sans-serif;
    font-size: 2em;
    font-weight: lighter;
    color: #fff;
    margin-bottom: -7px;
    margin-left: 10px;
}

.modal h3 {
    font-size: 1.5em;
    margin-top: 50px;
    margin-bottom: 10px;
}

.modal .modal-loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal .modal-loading .modal-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .modal-loading .modal-loader .ball-clip-rotate>div {
    border: 2px solid #00cdff;
    border-bottom-color: transparent;
}

.modal .modal-busy {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}

.modal .modal-footer {
    border-top: none;
}

.modal .modal-footer button {
    border: none;
    border-radius: 2px;
    padding: 6px 18px 6px 18px;
}

.modal .modal-footer .btn-default {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    padding: 8px 21px 8px 21px;
}

.modal .modal-footer .save-btn {
    padding: 8px 23px 8px 43px;
    background: url('../img/check.png') no-repeat;
    background-position: 18px center;
    background-size: 18px 18px;
    border: 2px solid #fb5151;
    color: #fb5151;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.modal .modal-footer .save-btn:hover, .modal .modal-footer .save-btn:focus, .modal .modal-footer .save-btn:active {
    border: 2px solid #fb5151 !important;
    background: transparent url('../img/check.png') no-repeat !important;
    background-position: 18px center !important;
    background-size: 18px 18px !important;
}

.modal .modal-footer .save-btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.modal .modal-footer .save-btn.busy {
    background: none;
    text-indent: -9999px;
    background: #fb5151 url('../img/preloader.gif') no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border-color: #fb5151;
    cursor: default;
}

.modal .modal-footer .save-btn[disabled], .modal .modal-footer .save-btn[disabled="disabled"] {
    opacity: 0.3;
    cursor: default;
}

.modal .modal-footer .cancel-btn {
    padding-right: 10px;
    font-weight: lighter;
    background: none;
    color: #808080;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.modal .modal-footer .cancel-btn:hover, .modal .modal-footer .cancel-btn:active, .modal .modal-footer .cancel-btn:focus {
    color: #333;
    background: none !important;
    box-shadow: none;
}
/**/

/*--- SHARE BLOCK XL ---*/
.share-block-xl {
    width: 990px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media(max-width: 990px) {
    .share-block-xl {
        width: 80%;
    }
}

.share-block-xl.bordered {
    width: 600px;
    border: 2px solid #fb5151;
    border-radius: 5px;
    padding: 30px 30px 25px 30px;
}

@media(max-width: 990px) {
    .share-block-xl.bordered {
        width: 80%;
    }
}

.share-block-xl p {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #808080;
    margin-bottom: 20px;
}

.share-block-xl a {
    display: inline-block;
    width: 74px;
    height: 74px;
    background-color: #fff;
    border-radius: 100px;
    border-bottom: 0;
    margin: 0 3px 0 3px;
    transition: background 0.2s linear;
}

.share-block-xl .facebook {
    background-image: url('../img/facebook.png');
    background-repeat: no-repeat;
    background-size: 135px 64px;
    background-position: 5px center;
}

.share-block-xl .facebook:hover {
    background-image: url('../img/facebook.png');
    background-repeat: no-repeat;
    background-size: 135px 64px;
    background-position: -66px center;
}

.share-block-xl .twitter {
    background-image: url('../img/twitter.png');
    background-repeat: no-repeat;
    background-size: 135px 64px;
    background-position: 5px center;
}

.share-block-xl .twitter:hover {
    background-image: url('../img/twitter.png');
    background-repeat: no-repeat;
    background-size: 135px 64px;
    background-position: -66px center;
}
/**/

/*--- DOWNLOAD PAGE ---*/
.download-page {
    width: 600px;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 990px) {
    .download-page {
        width: 90%;
    }
}

.download-page h3 {
    font-size: 2.2em;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(max-width: 990px) {
    .download-page h3 {
        font-size: 1.8em;
    }
}

.download-page p {
    font-size: 1.2em;
    margin-bottom: 0;
}

.download-page .conversion-loader .ball-clip-rotate>div {
    border: 2px solid #fb5151;
    border-bottom-color: transparent;
    margin-top: 10px;
}

.download-page .conversion-in-progress, .download-ready {
    display: none;
}

.download-page .conversion-progress {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.download-page .conversion-progress .progress-status {
    width: 1px;
    height: 100%;
    background: #fb5151;
}

.download-ready h3 {
    display: inline-block;
    background: url('../img/check_2.png') no-repeat;
    background-size: 24px 24px;
    background-position: left 2px;
    padding-left: 36px;
}
/**/

/*--- STEPS ---*/
.steps {
    margin: 20px 0 75px 40px;
}

@media(max-width: 990px) {
    .steps {
        margin-top: 0;
        margin-left: 0;
    }
}

.steps p.step {
    min-height: 32px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-left: 45px;
}

.steps p.step:nth-of-type(1) {
    background-image: url('../img/step_1.png');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 28px 28px;
}

.steps p.step:nth-of-type(2) {
    background-image: url('../img/step_2.png');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 28px 28px;
}

.steps p.step:nth-of-type(3) {
    background-image: url('../img/step_3.png');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 28px 28px;
}

.steps p.step:nth-of-type(4) {
    background-image: url('../img/step_4.png');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 28px 28px;
}

.steps p.step:nth-of-type(5) {
    background-image: url('../img/step_5.png');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 28px 28px;
}

.steps p img {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 5px;
}
/**/

/*--- FOOTER ---*/
.footer {
    width: 80%;
    border-top: 1px solid #d6d8de;
    text-align: center;
    padding: 30px 0 30px 0;
    margin: 0 auto;
    margin-top: 100px;
}

@media(max-width: 990px) {
    .footer {
        width: 100%;
        padding-bottom: 0;
    }
}



.footer p {
    color: #808080;
    margin-bottom: 10px;
    line-height: 26px;
}

@media(max-width: 990px) {
    .footer p {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.footer ul {
    margin: 0;
    padding: 0;
}

@media(max-width: 990px) {
    .footer ul {
        margin-top: 30px;
    }
}

.footer ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 10px;
    font-size: 0.9em;
}

@media(max-width: 990px) {
    .footer ul li {
        display: block;
        padding: 10px 20px 10px 20px;
        box-sizing: border-box;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0;
        margin-top: -1px;
        text-align: left;
    }
}

.footer .lang-select {
    margin-top: 30px;
}

.footer .lang-select.more {
    margin-top: 10px;
}

@media(max-width: 990px) {
    .footer .lang-select, .footer .lang-select.more {
        margin-top: 0;
    }
}

.footer .lang-select li a {
    font-size: 0.9em;
}

/* Languages */
.footer .lang-select .en {
    background: url('../img/flags/en.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .de {
    background: url('../img/flags/de.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .fr {
    background: url('../img/flags/fr.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .es {
    background: url('../img/flags/es.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .it {
    background: url('../img/flags/it.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .nl {
    background: url('../img/flags/nl.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .pl {
    background: url('../img/flags/pl.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .pt {
    background: url('../img/flags/pt.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .ru {
    background: url('../img/flags/ru.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .ro {
    background: url('../img/flags/ro.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .hu {
    background: url('../img/flags/hu.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

.footer .lang-select .kr {
    background: url('../img/flags/kr.png') no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    background-position: left center;
}

@media(max-width: 990px) {
    .footer .lang-select li {
        background-position: 20px center !important;
        padding-left: 44px !important;
    }
}

.footer .contact-us {
    width: 600px;
    margin: 0 auto;
    margin-top: 35px;
    padding: 20px 10px 25px 10px;
    border: 1px solid #d6d8de;
    border-radius: 5px;
}

@media(max-width: 990px) {
    .footer .contact-us {
        width: 90%;
        margin-bottom: 25px;
    }
}

.footer .contact-us p {
    font-size: 1em;
    margin: 0;
}

.footer .contact-us .mail {
    display: inline-block;
    color: #808080;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 2px 15px 2px 15px;
    border-radius: 50px;
    margin-top: 10px;
}
/**/