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

*:focus {
    outline: 0 !important;
}

body {
    overflow-x: hidden;
}

h1 {
    display: block;
    width: 650px;
    font-family: 'Bree Serif', sans-serif;
    font-size: 3em;
    font-weight: lighter;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 990px) {
    h1 {
        width: 90%;
        font-size: 2em;
        line-height: 40px;
    }
}

h3 {
    font-family: 'Bree Serif', sans-serif;
    font-size: 1.8em;
    margin-top: 60px;
}

p {
    line-height: 28px;
}

a {
    color: #12d8cc;
}

input[type="text"] {
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Bree Serif', sans-serif;
    font-size: 1.2em;
}

button {
    padding: 10px;
    border: none;
    background: #333;
    font-family: 'Bree Serif', sans-serif;
    font-size: 1.2em;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

.clear {
    float: none;
    clear: both;
}

.gray {
    color: #808080;
}

.hr {
    width: 990px;
    height: 1px;
    background: #e5e5e5;
    margin: 0 auto;
}

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

.small {
    font-size: 0.9em;
}

.center {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

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

ul li {
    margin-bottom: 20px;
}

code {
    border: 1px solid #ccc;
    padding: 4px 7px 4px 7px;
    background: #f5f5f5;
    border-radius: 3px;
    margin-left: 5px;
}

.share-bar {
    background: #1959d5;
    color: #fff;
}

.share-bar .inner {
    padding: 20px 0 20px 45px;
    position: relative;
    background: url('/img/share.png') no-repeat;
    background-position: 10px center;
    background-size: 24px 24px;
}

@media(max-width: 990px) {
    .share-bar .inner {
        padding-bottom: 18px;
        padding-left: 50px;
        background-position: 15px 18px;
    }
}

.share-bar .social-btns {
    position: absolute;
    top: 11px;
    right: 0;
}

@media(max-width: 990px) {
    .share-bar .social-btns {
        position: static;
        margin-top: 10px;
        margin-left: -5px;
    }
}

.share-bar .social-btns .facebook, .share-bar .social-btns .twitter {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 4px 0 4px;
}

.share-bar .social-btns .facebook {
    background: url('/img/facebook_2.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.share-bar .social-btns .twitter {
    background: url('/img/twitter_2.png') no-repeat;
    background-position: center;
    background-size: cover;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.content .logo {
    display: block;
    width: 290px;
    height: 81px;
    margin: 0 auto;
}

.content .logo.mini {
    width: 190px;
    height: 53px;
}

@media (max-width: 990px) {
    .content .logo {
        width: 190px;
        height: 53px;
    }
}

.inner {
    width: 990px;
    padding: 60px 0 60px 0;
    margin: 0 auto;
}

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

.convert-url-box {
    background: #12d8cc;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
}

.convert-url-box .convert-url {
    width: 100%;
    height: 46px;
    border: none;
    background: #fff url('/img/play.png') no-repeat;
    background-position: 10px center;
    background-size: 32px 32px;
    padding-left: 55px;
}

.convert-url-box .convert-btn {
    height: 46px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: background 0.2s linear;
}

.convert-url-box .convert-btn:hover {
    background: #808080;
    cursor: pointer;
}

.convert-url-box .parsing-url-loader {
    display: none;
    width: 89px;
    height: 26px;
    padding: 10px;
    border: none;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
}

.convert-url-box .parsing-url-loader .ball-pulse>div {
    background-color: #4776e6;
    margin-top: 6px;
}

.service-desc {
    padding: 20px;
    box-sizing: border-box;
}

.service-desc p {
    color: #808080;
}

.browser {
    width: 900px;
    height: 557px;
    background: url('/img/browser.png') no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

@media (max-width: 990px) {
    .browser {
        width: 90%;
        height: auto;
        background: none;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

.browser .url {
    color: #808080;
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 990px) {
    .browser .url {
        display: block;
        text-align: center;
        line-height: 30px;
        width: 100%;
        margin-bottom: 10px;
        position: static;
        background: #f5f5f5;
        padding: 20px 5px 20px 5px;
        box-sizing: border-box;
    }
}

.browser .url .conv {
    color: red;
}

.browser p {
    width: 755px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 1.6em;
    line-height: 45px;
}

@media (max-width: 990px) {
    .browser p {
        width: 100%;
        text-align: left;
        font-size: 1.4em;
        line-height: 35px;
        padding-top: 0;
    }
}

.browser p:nth-of-type(1) {
    padding-top: 100px;
}

@media (max-width: 990px) {
    .browser p:nth-of-type(1) {
        padding-top: 30px;
    }
}

.browser p .conv {
    display: inline-block;
    font-weight: bold;
    color: #4776e6;
    border: 2px solid #4776e6;
    border-radius: 4px;
    padding: 2px 12px 2px 12px;
    margin: 0 5px 0 5px;
}

.browser .enter {
    font-weight: bold;
    background:url('/img/enter.png') no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding-left: 27px;
}

.browser p.bottom-text {
    font-size: 1em;
    line-height: 32px;
    color: #808080;
}

.browser .gradient {
    width: 100%;
    height: 142px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    position: absolute;
    bottom: -35px;
    left: 0;
}

@media (max-width: 990px) {
    .browser .gradient {
        display: none;
    }
}

.features {
    width: 100%;
    background: #4776e6;
    background: -webkit-linear-gradient(to left, #4776e6 , #8e54e9);
    background: linear-gradient(to left, #4776e6 , #8e54e9);
    margin-top: 40px;
}

.features .inner {
    padding-bottom: 20px;
}

@media (max-width: 990px) {
    .features .inner {
        padding-top: 45px;
        padding-bottom: 10px;
    }
}

.features ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin: 0;
}

.features ul li {
    list-style: none;
    background: url('/img/check.png') no-repeat;
    background-size: 24px 24px;
    background-position: left 4px;
    padding-right: 30px;
    padding-left: 40px;
    font-size: 1.2em;
    color: #fff;
    line-height: 32px;
    margin-bottom: 40px;
}

@media (max-width: 990px) {
    .features ul {
        padding: 0 40px 0 40px;
        -moz-column-count: auto;
        -webkit-column-count: auto;
        column-count: auto;
    }

    .features ul li {
        font-size: 1.1em;
        line-height: 28px;
        background-position: left 3px;
    }
}

.features .how-it-works {
    text-align: center;
    padding: 55px 0 50px 0;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .features .how-it-works {
        margin-bottom: 20px;
    }
}

.features .how-it-works video {
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    border-radius: 5px;
}

@media (max-width: 990px) {
    .features .how-it-works video {
        width: 90%;
        border-radius: 3px;
    }
}

.our-apps {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.our-apps h3 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
}

.our-apps .app-link {
    display: block;
    width: 450px;
    float: left;
    padding: 20px 20px 25px 50px;
    text-align: left;
    margin: 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
}

@media (max-width: 990px) {
    .our-apps .app-link {
        width: calc(100% - 40px);
    }
}

.our-apps .app-link.converto {
    background: url('/img/converto_icon.png') no-repeat;
    background-position: 15px 25px;
    background-size: 24px 24px;
}

.our-apps .app-link.gifgif {
    background: url('/img/gifgif_icon.png') no-repeat;
    background-position: 15px 25px;
    background-size: 24px 24px;
}

.our-apps .app-link .link-box {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.our-apps .app-link a {
    text-decoration: none;
    font-family: 'Bree Serif', sans-serif;
    font-size: 1.1em;
    line-height: 27px;
    color: #808080;
    border-bottom: 1px solid #ccc;
    transition: color 0.2s linear, border 0.2s linear;
}

.our-apps .app-link a:hover {
    color: #12d8cc;
    border-bottom-color: #12d8cc;
}

.our-apps .app-desc {
    margin-top: 5px;
    margin: 0;
    font-size: 0.9em;
    color: #808080;
    line-height: 18px;
}

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

.loader .line-scale-party>div {
    background: #12d8cc !important;
}

.video-info {
    width: 990px;
    background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#00ffffff',GradientType=0 );
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px 60px 100px 60px;
    box-sizing: border-box;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display:none;
}

@media (max-width: 990px) {
    .video-info {
        width: 100%;
        padding: 30px 30px 100px 30px;
        border-radius: 0;
    }
}

.video-info .thumb {
    width: 190px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

@media (max-width: 990px) {
    .video-info .thumb {
        float: none;
        margin-bottom: 20px;
    }
}

.video-info h3 {
    width: 630px;
    height: 38px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

.video-info p {
    color: #808080;
    margin: 0;
    line-height: 26px;
}

.formats-box {
    width: 990px;
    text-align: center;
    margin-top: -45px;
    display: none;
    clear: both;
}

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

.format {
    display: inline-block;
    width: 260px;
    height: 190px;
    transition: background-color 0.2s linear;
    text-decoration: none;
}

.format:nth-of-type(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 1px;
}

.format:nth-of-type(3) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 1px;
}

@media (max-width: 990px) {
    .format {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 1px;
        border-radius: 0 !important;
    }
}

.format:hover {
    background-color: #12d8cc !important;
    cursor: pointer;
}

.format h3 {
    font-size: 1.2em;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 30px 0 30px 0;
}

.format.mp3 {
    background-color: #ff5722;
    background-image: url('/img/mp3.png');
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: 70px 70px;
}

.format.gif {
    background-color: #7942eb;
    background-image: url('/img/gif.png');
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: 70px 70px;
}

.format.mp4 {
    background-color: #fb5151;
    background-image: url('/img/mp4.png');
    background-repeat: no-repeat;
    background-position: center 80px;
    background-size: 70px 70px;
}

/*--- 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%;
        margin-top: 20px;
    }
}

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

.share-block-xl p {
    display: inline-block;
    font-family: 'Bree Serif', sans-serif;
    font-size: 1.2em;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #808080;
}

.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;
    opacity: 0.5;
    transition: opacity 0.2s linear;
}

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

.share-block-xl .facebook:hover {
    opacity: 1;
}

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

.share-block-xl .twitter:hover {
    opacity: 1;
}
/**/

/*--- FOOTER ---*/
.footer {
    width: 990px;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

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

.footer p {
    font-size: 1em;
    color: #808080;
    margin: 0;
}

@media(max-width: 990px) {
    .footer p {
        font-size: 0.8em;
        color: #808080;
        line-height: 23px;
        margin: 0;
    }
}

.footer a {
    color: #808080;
}

.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 #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        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 {
        margin: 30px -30px 0 -30px;
    }

    .footer .lang-select.more {
        margin-top: -1px;
        margin-bottom: 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 .lv {
    background: url('/img/flags/lv.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: 10px;
    }
}

.footer .contact-us p {
    font-size: 0.9em;
    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;
}
/**/