@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}

body {
    text-align: center;
    margin: 0;
}

#nav {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 600px;
    border-bottom: 1px #dadada solid;
    margin: 0 auto;
    padding: 5px 0;
}

#nav a {
    color: #0087cf;
    text-decoration: none;
    margin-right: 5%;
}

/*m:30px;*/
#nav a:last-of-type {
    margin-right: 0 !important;
}

#content {
    max-width: 600px;
    margin: 0 auto;
}

#logo {
    border: none;
    margin: 30px 0;
}

#error {
    color: #bf2b2b;
    background-color: #feecec;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 93%;
    border: 1px #f1c1c1 solid;
    padding: 3.333333333333333%;
    display: none;
}

/*w:558px;p:20px;*/
#error a {
    color: #bf2b2b;
    font-weight: 500;
}

#error a:hover, #error a:active {
    text-decoration: none;
}

#error p:first-of-type {
    margin-top: 0;
}

#error p:last-of-type {
    margin-bottom: 0;
}

#converter_wrapper {
    padding-top: 15px;
}

#converter {
    background-color: #005fb6;
    border-radius: 8px;
    padding: 20px 3.333333333333333% 20px 3.333333333333333%;
}

/*w:560px;p:20px:*/
#converter #title {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 44px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 44px;
    overflow: hidden;
}

#converter .input-box {
    background-color: #fefefe;
    width: 99.64285714285714%;
    height: 42px;
    border-radius: 4px;
}
.at4-show p{
  margin-bottom: 10px !important;
}
.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: 100% !important;
}
@media(max-width: 768px){
    .at-icon-wrapper {
        transform: scale(0.8);
    }
}
/*w:558px;*/
#converter #input {
    color: #0087cf;
    background-color: transparent;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 42px;
    float: left;
    width: 80.46594982078853%;
    height: 42px;
    border: none;
    margin: 0 0.5376344086021505% 0 1.075268817204301%;
    padding: 0;
    outline: none;
}

/*w:449px;m:3px/6px;*/
#converter #submit {
    background-color: #0085ff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    float: right;
    width: 17.38351254480287%;
    height: 42px;
    border: none;
    border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
}

/*w:97px;m:3px;*/
#converter #progress {
    color: #0087cf;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #fefefe;
    line-height: 42px;
    width: 99.64285714285714%;
    height: 42px;
    border: 1px #0087cf solid;
    border-radius: 3px;
    display: none;
}

/*w:558px;*/
#converter #buttons {
    display: none;
}

#converter #buttons a {
    color: #ffffff;
    background-color: #0087cf;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    height: 36px;
    border-radius: 3px;
    margin: 4px 0;
    padding: 0 1.666666666666667%;
    display: inline-block;
}

/*p:10px;*/
#converter #buttons #dropbox {
    display: none;
}

#formats {
    background-color: #0087cf;
    width: 100%;
    height: 36px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#formats a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    float: left;
    height: 36px;
    border-right: 1px #2394d0 solid;
    padding: 0 3.333333333333333%;
    display: block;
}

/*p:20px;*/
#formats a:hover, #formats a:active {
    background-color: #0176ca !important;
}

#formats a:first-of-type {
    background-color: #0176ca;
    border-bottom-left-radius: 3px;
}

#separator, .separator {
    background-color: #dadada;
    width: 6.666666666666667%;
    height: 5px;
    margin: 40px auto;
}

/*w:40px;*/
#text {
	color:#bfe0ff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: justify;
    padding: 0 3.333333333333333%;
}

/*w:560px;p:20px;*/
#text h1 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px 0;
}

#text p {
    line-height: 25px;
}

#text p:first-of-type {
    margin-top: 0;
}

#text p:last-of-type {
    margin-bottom: 0;
}

#text a:link, #text a:visited {
    color: #222121;
}

#text a:hover, #text a:active {
    text-decoration: none;
}

#footer {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 600px;
    border-top: 1px #dadada solid;
    margin: 40px auto;
    padding: 5px 0;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
    margin-right: 5%;
}

/*m:30px;*/
#footer a:hover, #footer a:active {
    text-decoration: underline;
}

#footer a:last-of-type {
    margin-right: 0 !important;
}

.clear {
    clear: both;
}

@media only screen and (max-width: 600px) {
    #logo {
        width: 50%;
    }

    #error {
        width: 89%;
        margin: 0 auto;
    }

    #converter {
        width: 89.33333333333333%;
        margin: 0 auto;
    }

    #converter #input {
        font-size: 16px;
        width: 73.46594982078853%;
    }

    #converter #submit {
        width: 24.38351254480287%;
    }

    #converter #buttons a {
        padding: 0 3.333333333333333%;
    }

    /*p:20px;*/
    #formats {
        width: 96%;
        margin: 0 auto;
    }

    #formats a {
        padding: 0 5%;
    }

    /*p:30px;*/
    #footer a {
        margin-right: 3.333333333333333% !important;
    }

    /*m:20px;*/
}

#converter h1 {
    color: #222121;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 30px 0 0;
}

.down-btn {
    color: #ffffff;
    background-color: #0087cf;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    height: 36px;
    border-radius: 3px;
    margin: 4px 0;
    padding: 0 1.666666666666667%;
    display: inline-block;
}

.video-list-block {
    padding: 20px;
}

.video-list span {
    margin-right: 20px;
    min-width: 120px;
    display: inline-block;
}

.article-link-con {
    text-align: center;
    padding-bottom: 30px;
}

.article-link-block .title, .about-block .title {
    font-weight: 600;
    font-size: 22.5px;
    padding-bottom: 10px;
}

.article-link-con a {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    color: #0087cf !important;
    text-decoration: none;
}

.about-block {
    text-align: left
}

.faq-block {
    text-align: left;
}

.faq-block p:first-child {
    font-weight: bold;
    font-size: 18px;
}

/* lang */
.nav-block {
    max-width: 600px;
    margin: 5px auto 40px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-bottom: 1px #dadada solid;
    padding: 5px 0;
}

.nav-block a{
    color: #fff;
    text-decoration: none;
    margin-left: 3%;
	margin-right: 3%;
}

.langs-block {
    position: absolute;
    display: inline-block;
}

.icon_lang_ar {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -66px 0px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_bg {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat 0px -159px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_da {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat 0px -53px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_de {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -66px -53px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_el {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -132px 0px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_en {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -132px -53px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_es {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat 0px -106px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_fr {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -66px -106px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_hi {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -132px -106px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_hu {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -198px 0px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_id {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -198px -53px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_it {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -198px -106px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_ja {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat 0px 0px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_ko {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -66px -159px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_nl {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -132px -159px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_ph {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -198px -159px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_pl {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -264px 0px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_pt {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -264px -53px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_ru {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -264px -106px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_sr {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -264px -159px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_sv {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat 0px -212px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_th {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -66px -212px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_tr {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -132px -212px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.icon_lang_zh {
    display: inline-block;
    background: url('../../images/common/icon.png') no-repeat -198px -212px;
    background-size: 310px 245px;
    width: 46px;
    height: 33px;
}

.langs-block li {
    list-style: none
}

.langs-block {
    margin-left: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .1);
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 11
}

.langs-block [class^=icon_lang] {
    border-radius: 3px
}

.langs-block:hover {
    border: 1px solid rgba(255, 255, 255, .4);
    background-color: rgba(255, 255, 255, .2)
}

.langs-block .select-lang-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    vertical-align: text-bottom
}

.langs-block .select-lang-box i {
    vertical-align: top;
    margin-right: 10px
}

.langs-block .lang-list {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 383px;
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
    z-index: 11
}

.langs-block .lang-list li {
    padding-bottom: 10px;
    float: left;
    width: 50%;
    text-align: left;
    height: 47px;
}

.langs-block .lang-list a span {
    padding-left: 10px
}

.langs-block .lang-list a i {
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    .langs-block {
        margin-right: .1rem;
        margin-left: .5rem;
        min-width: auto;
        padding-right: .2rem;
        position: static
    }

    .langs-block .select-lang-box {
        font-size: .7rem
    }

    .langs-block .lang-list {
        width: 90%;
        top: 3rem;
        left: 50%;
        font-size: .7rem;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    #footer {
        margin: 40px auto 4rem;
    }
}

