
* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", "Helvetica Neue", Arial, Verdana, sans-serif;
}

a {
    color: #0074e6;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

html {
    position: relative;
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    min-width: 1366px;
    height: 100%;
    margin: 0;
    font-size: 100%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}


h2 {
    color: #17212f;
    font-size: 3em;
    font-weight: 300;
}

h3 {
    color: #fff;
    font-size: 3.75em;
    font-weight: 300;
}

h4 {
    color: #17212f;
    font-size: 1.75em;
    font-weight: 300;
}

p.text {
    color: #17212f;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 36px;
}

p.quote {
    color: #4d545f;
    font-size: 1em;
    font-weight: 400;
}

p.quote span {
    color: #838891;
}

img.quote-author {
    display: inline-block;
    width: 120px;
    height: auto;
    margin: 20px 0 0;
}


#iphone {
    display: none;
}


/* Top menu styles */
.top-menu { position: fixed; top: 0; left: 0; right: 0; width: 100%; min-width: 1366px; min-height: 59px; border-bottom: 1px solid transparent; background-color: transparent; z-index: 1000; -webkit-transition: background-color 120ms linear; -moz-transition: background-color 120ms linear; -o-transition: background-color 120ms linear; -ms-transition: background-color 120ms linear; transition: background-color 120ms linear; -webkit-transform: translateZ(0); }
.top-menu.static { background-color: rgba(255, 255, 255, 0.9); }
.top-menu.moved { background-color: rgba(255, 255, 255, 0.9); }

.top-menu .logo { position: absolute; display: block; top: 0; right: 0; width: 94px; height: 37px; }
.top-menu .expert-logo { position: absolute; display: none; top: 16px; left: 0; width: 28px; height: 28px; z-index: 2; }

.top-menu.static .logo { display: none; }
.top-menu.moved .logo { display: none; }

.top-menu.static .expert-logo { display: block; }
.top-menu.moved .expert-logo { display: block; }

.top-menu .btn-green { display: none; position: absolute; top: 14px; right: 0; min-width: 100px; height: 30px; padding: 0 20px; font-size: 0.875em; font-weight: 400; line-height: 30px; text-align: center; color: #fff; background-color: #3fc322; border: 1px solid #3fc322; border-radius: 6px; box-sizing: border-box; }
.top-menu .btn-green:hover { color: #fff; background-color: #43cf24; border: 1px solid #43cf24; }
.top-menu .btn-green:active { color: #fff; background-color: #43cf24; border: 1px solid #43cf24; }
.top-menu.static .btn-green { display: block; }
.top-menu.moved .btn-green { display: block; }

.menu { width: 100%; }
.menu .container { position: relative; width: 1300px; height: 59px; margin: 0 auto; padding: 0 0 0 10px; box-sizing: border-box; }
.top-menu.static .menu .container { background: url("/img/theme.20170130/index/pdfexpert_header_2x.png") no-repeat 0 16px; background-size: 28px 28px; }
.top-menu.moved .menu .container { background: url("/img/theme.20170130/index/pdfexpert_header_2x.png") no-repeat 0 16px; background-size: 28px 28px; }
.top-menu.ios-menu.static .menu .container { background: url("/img/theme.20170130/index.ios/pdf_expert_header_2x.png") no-repeat 0 16px; background-size: 28px 28px; }
.top-menu.ios-menu.moved .menu .container { background: url("/img/theme.20170130/index.ios/pdf_expert_header_2x.png") no-repeat 0 16px; background-size: 28px 28px; }


.menu_container { text-align: left; font-weight: 600; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
.menu_container ul { text-align: left; padding: 0; }
.menu_container ul li { position: relative; display: inline-block; list-style-type: none; font-size: 1em; }
.menu_container ul li a { transition: 0.2s; position: relative; display: block; padding: 5px 5px 7px; margin: 15px 28px 0 28px; color: #bebebf; font-family: "Open Sans", "Helvetica Neue", Arial, Verdana, sans-serif; }
.menu_container ul li a:hover { color: #fff; }
.menu_container ul li a.no-left-space { margin-left: 0; padding-left: 0; }
.top-menu.static .menu_container ul li a { color: #777; }
.top-menu.static .menu_container ul li a:hover { color: #333; }
.top-menu.moved .menu_container ul li a { color: #777; }
.top-menu.moved .menu_container ul li a:hover { color: #333; }

.menu_container ul li a.dropdown_link { padding-right: 20px; }
.menu_container ul li a.dropdown_link:after { transition: 0.2s; content: ""; border-bottom: 2px solid #bebebf; border-right: 2px solid #bebebf; width: 6px; height: 6px; position: absolute; right: 12px; top: 7px; z-index: 100; -moz-transform: translate(10px,4px) rotate(45deg); -webkit-transform: translate(10px,4px) rotate(45deg); -o-transform: translate(10px,4px) rotate(45deg); -ms-transform: translate(10px,4px) rotate(45deg); transform: translate(10px,4px) rotate(45deg); }
.menu_container ul li a.dropdown_link:hover:after { border-color: #fff; }
.top-menu.static .menu_container ul li a.dropdown_link:after { border-bottom: 2px solid #777; border-right: 2px solid #777; }
.top-menu.static .menu_container ul li a.dropdown_link:hover:after { border-color: #333; }
.top-menu.moved .menu_container ul li a.dropdown_link:after { border-bottom: 2px solid #777; border-right: 2px solid #777; }
.top-menu.moved .menu_container ul li a.dropdown_link:hover:after { border-color: #333; }


.dropdown_block { position: absolute; margin: 0; min-width: 100px; left: 20px; top: 116%; text-align: left; list-style: none inside; background: #fff; -webkit-columns: auto; -moz-columns: auto; columns: auto; -webkit-border-radius: 6px; border-radius: 6px; box-shadow: 0 5px 23px 3px rgba(0, 0, 0, 0.15); opacity: 1; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); -webkit-transition: 200ms; -o-transition: 200ms; transition: 200ms; }
.dropdown_block:after { content: ""; position: absolute; left: 50%; top: -5px; display: block; width: 10px; height: 10px; margin: 0 0 0 -5px; background: #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.dropdown_block.inactive { opacity: 1; -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }

.dropdown_block { padding: 5px 0 !important; text-align: left !important; }
.dropdown_block li { display: block !important; margin: 0; padding: 8px 20px; min-height: 29px; }
.dropdown_block li.all-link { border-bottom: 1px solid #ccc; }
.dropdown_block li a { margin: 0 !important; padding: 0 !important; color: #191919 !important; border: none !important; display: block; text-decoration: none;  font-weight: 600; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; white-space: nowrap; }

.dropdown_block li a .expert-icon { display: inline-block; width: 28px; height: auto; margin: -1px 10px 0 0; vertical-align: middle; }
.dropdown_block li a .name { line-height: 1.8em; color: #8c8c8c; }
.dropdown_block li a .name:hover { color: #000; }

#howto_dropdown.dropdown_block { left: -30px; }


.menu_container ul li a.language-selector { display: inline-block; margin: 0 0 -4px 56px; padding: 0 20px 0 0; width: 22px; height: 22px; }
.menu_container ul li a.language-selector img { display: block; width: 22px; height: 22px; background: url("/img/theme.20170130/index/sprite_languages_menu.png") no-repeat 0 0; background-size: 22px 318px; }
.menu_container ul li a.language-selector:after { right: 12px; top: 2px; }
.top-menu.moved .menu_container ul li a.language-selector { display: none; }

.menu_container ul li a.language-selector.language-en img { background-position: 0 0; }
.menu_container ul li a.language-selector.language-de img { background-position: 0 -37px; }
.menu_container ul li a.language-selector.language-fr img { background-position: 0 -74px; }
.menu_container ul li a.language-selector.language-es img { background-position: 0 -111px; }
.menu_container ul li a.language-selector.language-it img { background-position: 0 -148px; }
.menu_container ul li a.language-selector.language-pt img { background-position: 0 -185px; }
.menu_container ul li a.language-selector.language-ja img { background-position: 0 -222px; }
.menu_container ul li a.language-selector.language-zh img { background-position: 0 -259px; }
.menu_container ul li a.language-selector.language-ru img { background-position: 0 -296px; }

#language_dropdown { top: 160%; left: 0; }
#language_dropdown:after { left: 50%; top: -5px; margin: 0 0 0 -5px; }

#language_dropdown a { height: 21px; padding: 0 0 0 40px !important; }
#language_dropdown a .icon { position: absolute; display: block; top: 0; left: 0; width: 22px; height: 22px; background: url("/img/theme.20170130/index/sprite_languages_menu.png") no-repeat 0 0; background-size: 22px 318px; }
#language_dropdown a span { line-height: 21px; }

#language_dropdown a .icon.icon-en { background-position: 0 0; }
#language_dropdown a .icon.icon-de { background-position: 0 -37px; }
#language_dropdown a .icon.icon-fr { background-position: 0 -74px; }
#language_dropdown a .icon.icon-es { background-position: 0 -111px; }
#language_dropdown a .icon.icon-it { background-position: 0 -148px; }
#language_dropdown a .icon.icon-pt { background-position: 0 -185px; }
#language_dropdown a .icon.icon-ja { background-position: 0 -222px; }
#language_dropdown a .icon.icon-zh { background-position: 0 -259px; }
#language_dropdown a .icon.icon-ru { background-position: 0 -296px; }


.top-menu .notification {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: -1;
    background: #fff;
}

.top-menu.moved .notification {
    display: block;
}

.top-menu .notification .close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    color: #555;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}
.top-menu .notification .close:after {
    content: "×";
}

.top-menu.moved .notification .container {
    display: inline-block;
    height: 36px;
}


.pdfexpert6_release a {
    color: #333;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 36px;
}

.pdfexpert6_release .red {
    color: #f00;
}

.pdfexpert6_release .link {
    position: relative;
    color: #2c74e6;
}
.pdfexpert6_release .link:after {
    content: "";
    border-bottom: 2px solid #2c74e6;
    border-right: 2px solid #2c74e6;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -12px;
    top: 12px;
    z-index: 100;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*region Bottom styles */
.bottom { padding: 60px 0 30px; background-color: #2f303f; }
.content-block.bottom { padding: 60px 0 30px; }

.expert-languages { border-bottom: 1px solid #737385; }
.expert-languages h3 { padding: 0 0 50px; font-size: 1.875em; font-weight: 400; }
.expert-languages img { width: 608px; height: 40px; margin: 0 auto 50px; }
/*endregion*/

/*region Footer styles */
.footer { padding: 30px 0 0; }

.footer .menu_container { margin: 10px 60px 0 0; padding: 0; text-align: right; display: inline-block; min-width: 100px; vertical-align: top; list-style: none inside; }
.footer .menu_container li { text-align: left; margin-bottom: 0.3em; font-size: 0.875em; }
.footer .menu_container li:last-child { margin-bottom: 0; }
.footer .menu_container li span { color: #fff; font-size: 1.188em; }
.footer .menu_container li a { transition: 0.15s; text-transform: initial; color: #737385; display: block; font-weight: 600; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga", "kern"; }
.footer .menu_container li a:hover { color: #fff; }
.footer .menu_container li a.current { color: #fff; }

.footer .rights { width: 350px; }
.footer .rights .logo { display: block; width: 85px; height: auto; }
.footer .rights p { color: #737385; font-size: 0.75em; font-weight: 400; line-height: 20px; text-align: justify; }

.footer .social { padding: 20px 0 40px; }
.footer .social a { display: inline-block; width: 26px; height: 26px; margin: 0 30px 0 0; }

.footer .social a.facebook { width: 22px; }
.footer .social a.twitter { width: 27px; }
.footer .social a.youtube { width: 32px; }
.footer .social a.vimeo { width: 26px; }

.footer .social a:hover path { fill: #fff; }
/*endregion*/

/*region Main block styles */
.main {
    position: relative;
    width: 100%;
    height: 100%;
}

.content-block {
    position: relative;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.content-block .content {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}
/*endregion*/

/*region Common quote styles */
.common-quote {
    width: 900px;
    margin: 0 auto 60px;
    padding: 0 0 0 46px;
    background: url("/img/theme.20170130/landings/feat_common/quote.svg") no-repeat 0 0;
    background-size: 26px 22px;
}

.common-quote .quote-text {
    padding: 0 0 25px;
    color: #17212f;
    font-size: 1.625em;
    font-weight: 300;
}

.common-quote .quote-author {
    display: inline-block;
    height: 26px;
    padding: 0 0 0 130px;
    color: #4d545f;
    font-size: 1.313em;
    font-weight: 400;
    background: url("/img/theme.20170130/landings/feat_common/stars_5.svg") no-repeat 0 4px;
    background-size: 116px 20px;
}

.common-quote .quote-author span {
    font-weight: 600;
}

.common-quote .quote-author.rating-45 {
    background-image: url("/img/theme.20170130/landings/feat_common/stars_4-5.svg");
}
/*endregion*/

/*region Quote Carousel styles */
.quote-carousel { height: 240px; background-color: #212232; }
.quote-window { position: relative; width: 980px; height: 200px; margin: 0 auto; }

.quote-card { display: none; position: absolute; top: 0; left: 0; right: 0; width: 980px; min-height: 200px; padding: 0 0 0 47px; box-sizing: border-box; background: url("/img/theme.20170130/index/quotes.svg") no-repeat 0 0; background-size: 27px 22px; opacity: 0; }
.quote-card.current { display: block; }

.quote-card .quote-text { padding: 0 0 40px; color: #fff; font-size: 1.625em; font-weight: 300; line-height: 37px; }
.quote-card a.learn-more { position: relative; display: inline-block; padding: 0 15px 0 0; color:  #2aa6ff; font-size: 1.25em; font-weight: 400; }
.quote-card a.learn-more:after { content: ""; border-bottom: 2px solid #2aa6ff; border-right: 2px solid #2aa6ff; width: 7px; height: 7px; position: absolute; right: 0; top: 10px; z-index: 100; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.quote-card a.learn-more:hover { text-decoration: underline; }

.quote-card .author { display: inline-block; text-align: right }
.quote-card .author .logo { display: block; width: 191px; height: 48px; }
.quote-card .author .name { color: #fff; font-size: 1.25em; font-weight: 300; line-height: 37px; }

.quote-card .author .logo.cult-of-mac { width: 191px; height: 48px; }
.quote-card .author .logo.nine-to-five-mac { width: 221px; height: 48px; }
.quote-card .author .logo.beautiful-pixels { width: 145px; height: 45px; margin-bottom: 3px; }
.quote-card .author .logo.macworld { width: 195px; height: 48px; }
.quote-card .author .logo.stories { width: 189px; height: 48px; }

.quote-bullets { list-style: none; display: block; margin: 0 auto; text-align: center; }
.quote-bullets li { display: inline-block; width: 10px; height: 10px; margin: 0 10px; border-radius: 50%; background-color: #595965; }
.quote-bullets li:hover { background-color: #fff; cursor: pointer; }
.quote-bullets li.current { background-color: #fff; }
/*endregion*/

/*region Editors Choice styles */
.top-choice { position: absolute; bottom: 0; width: 100%; height: 56px; padding: 19px 0; text-align: center; background: #1c1d32; }
.top-choice img { display: inline-block; width: 350px; height: 56px; }

.en .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_en.png"); }
.de .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_de.png"); }
.es .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_es.png"); }
.fr .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_fr.png"); }
.it .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_it.png"); }
.ja .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_ja.png"); }
.pt .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_pt.png"); }
.ru .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_ru.png"); }
.zh .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_zh.png"); }

.en .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_en.png"); }
.de .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_de.png"); }
.es .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_es.png"); }
.fr .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_fr.png"); }
.it .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_it.png"); }
.ja .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_ja.png"); }
.pt .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_pt.png"); }
.ru .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_ru.png"); }
.zh .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_zh.png"); }

.en .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_en.png"); }
.de .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_de.png"); }
.es .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_es.png"); }
.fr .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_fr.png"); }
.it .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_it.png"); }
.ja .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_ja.png"); }
.pt .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_pt.png"); }
.ru .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_ru.png"); }
.zh .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_zh.png"); }


.editors-choice-ios { content: url("/img/theme.20170130/index/badges/editors_choice_en.png"); }
.best-pdf-editor-ios { content: url("/img/theme.20170130/index/badges/best_pdf_editor_en.png"); }
.essential-ios { content: url("/img/theme.20170130/index/badges/essential_en.png"); }
/*endregion*/

/*region iTunes badge styles */
.itunes-badge {
    display: inline-block;
    margin: 10px 20px 0 0;
    opacity: 0.75;
}

.itunes-badge.no-alpha {
    opacity: 1;
}

.itunes-badge:hover {
    opacity: 1;
}

.itunes-badge img {
    height: 40px;
}

.mac-badge {
    display: inline-block;
    margin: 10px 20px 0 0;
    opacity: 0.75;
}

.mac-badge.no-alpha {
    opacity: 1;
}

.mac-badge:hover {
    opacity: 1;
}

.mac-badge img {
    height: 40px;
}

.get-it .mac-badge {
    margin: 0;
}

.get-it .mac-badge img {
    height: 54px;
}

.en .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-en.svg"); }
.de .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-de.svg"); }
.es .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-es.svg"); }
.fr .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-fr.svg"); }
.it .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-it.svg"); }
.ja .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-ja.svg"); }
.pt .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-pt-br.svg"); }
.ru .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-ru.svg"); }
.zh .itunes-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_app_store-zh.svg"); }

.en .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-en.svg"); }
.de .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-de.svg"); }
.es .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-es.svg"); }
.fr .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-fr.svg"); }
.it .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-it.svg"); }
.ja .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-ja.svg"); }
.pt .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-pt.svg"); }
.ru .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-ru.svg"); }
.zh .mac-badge img { content: url("https://d3pbdh1dmixop.cloudfront.net/img/common/download_mac_app_store-zh.svg"); }
/*endregion*/

/*region Overlay styles */
.trans_overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1100;}
.black_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); z-index: 1101; }
.white_content { position: fixed; width: 996px; height: 560px; top: 50%; left: 50%; margin: -280px 0 0 -498px; padding: 0; background-color: #3c3c40; z-index: 1102; -moz-opacity: 1; opacity:1; filter: alpha(opacity=100); overflow: hidden; }
/*endregion*/

/*region Common styles */
.separator {
    border: none;
    height: 1px;
    margin: 60px auto 60px;
    color: #c9d1df;
    background-color: #c9d1df;
}

.get-it {
    padding: 0 0 60px;
}

.btn { display: inline-block; min-width: 140px; height: 44px; margin: 0 20px 0 0; padding: 0 30px; border: 1px solid #e1e1e1; background-color: #fff; color: #8c8c8c; font-size: 1.25em; font-weight: 600; line-height: 44px; text-align: center; border-radius: 4px; }
.btn:hover { color: #121212; }
.btn.orange { transition: 0.2s; border: none; background-color: #f48127; color: #fff; }
.btn.orange:hover { background-color: #c8661a; }
.btn.orange:active { background-color: #c8661a; }
.btn.disabled { color: #4d545f; background-color: #f3f3f6; pointer-events: none; cursor: default; }

.btn.green {
    border: 1px solid #3fc322;
    background-color: #3fc322;
    color: #fff;
}
.btn.green:hover {
    color: #fff;
}

.blue {
    border: 1px solid #009cde;
    background-color: #009cde;
    color: #fff;
}
.btn.blue:hover {
    color: #fff;
}

.btn.trans-blue {
    border: 1px solid #0074e2;
    background-color: transparent;
    color: #0074e2;
}
.btn.trans-blue:hover {
    color: #0074e2;
}

.get-it .btn {
    width: 215px;
    height: 44px;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 1.063em;
    font-weight: 400;
    line-height: 44px;
    border-radius: 6px;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.light-gray { background-color: #f3f3f6; }
.dark-gray { background-color: #e8e8f2; }
.gray { background-color: #fafafa; }
.dark-blue { background-color: #20262d; }

.hidden { display: none !important; }
.unclickable { pointer-events: none; }

.no-padding { padding: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }

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

.no-border { border: 0 !important; }
.no-border-top { border-top: 0 !important; }
.no-border-bottom { border-bottom: 0 !important; }
.no-border-left { margin-left: 0; }
.no-border-right { margin-right: 0; }

.radius-3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.radius-6 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.radius-8 { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.radius-30 { -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
/*endregion*/


@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    body { min-width: 1200px; }
    .top-menu { min-width: 1200px; }
    .menu .container { width: 1200px; }
    .content-block .content { width: 1200px; }


    h2 { font-size: 2.75em; }
    h4 { font-size: 1.625em; }
    p.text { font-size: 1.25em; line-height: 32px; }
}


@media (-webkit-min-device-pixel-ratio: 2) {
    .top-menu.moved .menu .container { background-image: url("/img/theme.20170130/index/pdfexpert_header_2x.png"); }

    .menu_container ul li a.language-selector img { background-image: url("/img/theme.20170130/index/sprite_languages_menu_2x.png"); }
    #language_dropdown a .icon { background-image: url("/img/theme.20170130/index/sprite_languages_menu_2x.png"); }

    .expert-languages img { content: url("/img/theme.20170130/index/languages_2x.png"); }

    .product-descr h1 { background-image: url("/img/theme.20170130/index/pdfexpert_2x.png"); }

    /*region Editors Choice styles */
    .en .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_en_2x.png"); }
    .de .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_de_2x.png"); }
    .es .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_es_2x.png"); }
    .fr .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_fr_2x.png"); }
    .it .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_it_2x.png"); }
    .ja .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_ja_2x.png"); }
    .pt .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_pt_2x.png"); }
    .ru .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_ru_2x.png"); }
    .zh .editors-choice { content: url("/img/theme.20170130/index/badges/editorschoice_zh_2x.png"); }

    .en .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_en_2x.png"); }
    .de .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_de_2x.png"); }
    .es .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_es_2x.png"); }
    .fr .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_fr_2x.png"); }
    .it .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_it_2x.png"); }
    .ja .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_ja_2x.png"); }
    .pt .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_pt_2x.png"); }
    .ru .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_ru_2x.png"); }
    .zh .app-of-the-year { content: url("/img/theme.20170130/index/badges/appoftheyear2015_zh_2x.png"); }

    .en .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_en_2x.png"); }
    .de .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_de_2x.png"); }
    .es .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_es_2x.png"); }
    .fr .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_fr_2x.png"); }
    .it .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_it_2x.png"); }
    .ja .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_ja_2x.png"); }
    .pt .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_pt_2x.png"); }
    .ru .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_ru_2x.png"); }
    .zh .top-paid-app { content: url("/img/theme.20170130/index/badges/top1paidapp_zh_2x.png"); }

    .editors-choice-ios { content: url("/img/theme.20170130/index/badges/editors_choice_en_2x.png"); }
    .best-pdf-editor-ios { content: url("/img/theme.20170130/index/badges/best_pdf_editor_en_2x.png"); }
    .essential-ios { content: url("/img/theme.20170130/index/badges/essential_en_2x.png"); }
    /*endregion*/

    .quote-carousel {
        margin-bottom: -1px;
    }
}