/* -----------------------------------------------------------------------------

    GENERAL

----------------------------------------------------------------------------- */
body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #171717;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    background: #fff;
    line-height: 1.6em;
    margin: 0;
}
a {
    text-decoration: none;
    color: #ed1c24;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
a.copyright {
    color: #a7a7a7;
}
img {
    border: 0;
}
h1,h2,h3 {
    margin: 0;
}
h1 {
    font-size:1em;
    font-weight:500;
}
input, textarea, select, button, label {
    outline: none;
    font-family: 'Fira Sans', sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
strong {
    font-weight: 500;
}
::-webkit-input-placeholder {
    color: #171717;
    opacity: 1;
}
:-moz-placeholder {
    color: #171717;
    opacity: 1;
}
::-moz-placeholder {
    color: #171717;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #171717;
    opacity: 1;
}
.grey-color {
    color: #171717;
}
.not-found {
    font-size: 13px;
    font-weight: 300;
}
.top-line {
    border-top: 1px solid #cbcbcb;
}
/* -----------------------------------------------------------------------------

    MAIN

----------------------------------------------------------------------------- */
#main.select-overlay:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}
#main .main-content {
    padding: 50px 20px 0 20px;
    max-width: 1130px;
    margin: 0 auto;
}
#main .main-content > h1:first-child {
    margin: 0px 0px 5px 15px;
}
/* -------------------------------------------------------------------------
    HEADER
------------------------------------------------------------------------- */
header {
    text-align: center;
    background-color: #f1f1f1;
}
header .header-content {
    padding: 0 20px;
    max-width: 1130px;
    margin: 0 auto;
}
header h1 {
    font-size: 14px;
    font-weight: 300;
    float: left;
    margin: 28px 0 0 0;
}
header .zoznam-logo {
    float: right;
    margin: 20px 0 20px 0;
}
header .zoznam-logo img {
    width: 154px;
}
header .logo {
    display: block;
    margin: 0 auto 20px auto;
    width: 288px;
    clear: both;
}
header .logo img {
    display: block;
    width: 288px;
}
/* NAV */
header nav {
    padding: 0 15px;
}
header nav .header-menu {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    max-width: 1555px;
    width: 100%;
}
header nav .header-menu:not(.slick-slider) {
    height: 39px;
    overflow: hidden;
}
header nav .header-menu > li {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}
header nav .header-menu .slick-arrow {
    position: absolute;
    top: 5px;
    font-size: 30px;
    color: #ed1c24;
    font-style: normal;
    display: none!important;
}
header nav .header-menu .slick-arrow.slick-prev {
    left: -10px;
}
header nav .header-menu .slick-arrow.slick-next {
    right: -10px;
}
header nav .header-menu li a {
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 7px 10px 8px 10px;
    margin: 0 15px;
    border-bottom: 2px solid #f1f1f1;
    color: #171717;
}
header nav .header-menu .current a {
    border-bottom: 2px solid #ed1c24;
    font-weight: 400;
}
/* -------------------------------------------------------------------------
    SEARCH
------------------------------------------------------------------------- */
.search {
    margin: 0 0 35px 0;
}
.search .col-10 {
    width: calc(10% - 20px);
    float: left;
    padding: 0 0 0 20px;
}
.search .col-50 {
    width: 50%;
    float: left;
}
.search .col-65 {
    width: 65%;
    float: left;
}
.search .col-75 {
    width: 75%;
    float: left;
}
.search .col-25 {
    width: calc(25% - 20px);
    float: left;
    padding: 0 0 0 20px;
}
.search input[type="text"], .search input[type="number"] {
    width: calc(100% - 40px);
    padding: 14px 20px 13px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #171717;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    height: 19px;
}
.search input[type="submit"] {
    background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    border: 0;
    padding: 15px 0 14px 0;
    height: 48px;
    cursor: pointer;
}
.search .col-25 > .custom-select {
    width:100%;
    height: 48px;
    background-color: #FFF;
    border-radius: 5px;
    line-height: 48px;
    border: 1px solid #cbcbcb;
    font-family: Helvetica, Arial;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 51px;
    background-image: url(../../dictionaries/img/arrow-down@2x.png?2437af5acb07);
    background-size: 12px 6px;
    background-repeat:no-repeat;
    background-position:right 9px center;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #ed1c24;
    border: none;
}
/* -------------------------------------------------------------------------
    CUSTOM SELECT
------------------------------------------------------------------------- */
.search .icon {
    display: inline-block;
    width: 27px!important;
    height: 18px;
    background-image: url(../../dictionaries/img/flags@2x.png?2437af5acb07);
    background-size: 216px 18px;
}
.search .icon {
    background-position: 0 0;
    margin-top: -4px;
    margin-right: 9px;
}
.search .icon.icon-fr {
    background-position: -27px 0;
}
.search .icon.icon-de {
    background-position: -54px 0;
}
.search .icon.icon-hu {
    background-position: -81px 0;
}
.search .icon.icon-es {
    background-position: -108px 0;
}
.search .icon.icon-it {
    background-position: -135px 0;
}
.search .icon.icon-ru {
    background-position: -162px 0;
}
.search .icon.icon-lt {
    background-position: -189px 0;
}
.search .selectboxit-container {
    width: 100%;
    z-index: 20;
}
.search .selectboxit-container .selectboxit {
    width: 100%;
}
.search .selectboxit .selectboxit-option-icon-container {
    margin: 0 0 0 15px;
}
.search .selectboxit-container .selectboxit {
    border-radius: 5px;
}
.search .selectboxit-container span {
    height: 46px;
    line-height: 48px;
}
.search .selectboxit-container .selectboxit-options a, .search .selectboxit-container .selectboxit-options span {
    height: auto;
    line-height: normal;
}
.search .selectboxit-container .selectboxit-options .icon {
    margin-top: -2px;
}
.search .selectboxit-btn.selectboxit-enabled:focus, .search .selectboxit-btn.selectboxit-enabled:hover {
    background-color: #fff;
}
.search .selectboxit-btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}
.search .selectboxit-text {
    font-size: 16px;
    font-weight: 300;
    text-indent: 0;
}
.search .selectboxit-options {
    width: 545px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    padding: 17px 15px 2px 15px;
    margin: 3px 0 0 0;
    right: 0;
}
.search .selectboxit-option .selectboxit-option-anchor {
    padding: 0;
}
.search .selectboxit-optgroup-header, .selectboxit-option {
    float: left;
    width: 50%;
    margin: 0 0 14px 0;
}
.search .selectboxit-option-first {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.search .selectboxit-optgroup-header, .search .selectboxit-option {
    text-indent: 0;
}
.search .selectboxit-option-last {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search .selectboxit-list .selectboxit-option-anchor {
    font-size: 16px;
    font-weight: 300;
}
.search .selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    background-color: transparent;
    background-image: none;
    color: #ed1c24;
}
.search .selectboxit-list>.selectboxit-selected>.selectboxit-option-anchor {
    color: #868686;
}
.search .selectboxit-default-arrow {
    background-image: url(../../dictionaries/img/arrow-down@2x.png?2437af5acb07);
    background-size: 12px 6px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 12px;
    height: 6px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.search .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: 43%;
}
/* -------------------------------------------------------------------------
    DICTIONARY LIST
------------------------------------------------------------------------- */
.dictionary-list {
    padding: 0 20px;
}
.dictionary-list h2 {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 3px 0;
}
.dictionary-list ul {
    margin: 0 0 27px 0;
    padding: 0;
    list-style-type: none;
}
aside .dictionary-list {
    padding: 0;
}
aside .dictionary-list ul li {
    float: none;
    width: 100%;
}
.dictionary-list ul li {
    width: 33.33%;
    float: left;
    display: block;
    font-weight: 300;
    font-size: 13px;
    margin: 0 0 4px 0;
}
.dictionary-list ul li a {
    color: #171717;
}
.dictionary-list ul li span {
    color: #868686;
}
.dictionary-list ul li a:hover {
    color: #ed1c24;
}
.dictionary-list ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 13px;
    margin: 0 7px 0 0;
    background-image: url(../../dictionaries/img/flags@2x.png?2437af5acb07);
    background-size: 156px 13px;
}
.dictionary-list ul li .fr {
    background-position: -20px 0;
}
.dictionary-list ul li .de {
    background-position: -39px 0;
}
.dictionary-list ul li .hu {
    background-position: -59px 0;
}
.dictionary-list ul li .es {
    background-position: -78px 0;
}
.dictionary-list ul li .it {
    background-position: -98px 0;
}
.dictionary-list ul li .ru {
    background-position: -117px 0;
}
.dictionary-list ul li .lt {
    background-position: -137px 0;
}
/* -------------------------------------------------------------------------
    SEARCH ALPHABET
------------------------------------------------------------------------- */
.search-alphabet {
    padding: 0 20px;
    font-size: 13px;
    margin: 0 0 4px 0;
}
aside .search-alphabet {
    margin: 0 0 33px 0;
}
aside .search-alphabet {
    padding: 0;
}
aside .search-alphabet ul li {
    margin: 0 1px 0 0;
}
aside .search-alphabet strong {
    float: none;
    width: 100%;
}
aside .search-alphabet ul {
    float: none;
    width: 100%;
}
.search-alphabet strong {
    display: block;
    float: left;
    width: 20%;
}
.search-alphabet ul {
    width: 80%;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.search-alphabet ul li {
    display: inline-block;
    margin: 0 14px 0 0;
}
.search-alphabet ul .current a {
    color: #949494;
}
.search-alphabet ul li a {
    text-transform: uppercase;
    color: #171717;
}
.search-alphabet ul li a:hover {
    color: #ed1c24;
}
.search-alphabet .sub-alphabet {
    margin: 0 0 16px 20%;
    float: none;
    clear: both;
}
.search-alphabet .sub-alphabet li {
    margin: 0;
}
.search-alphabet .sub-alphabet li a {
    text-transform: none;
}
/* -------------------------------------------------------------------------
    SEARCH RESULT TIP
------------------------------------------------------------------------- */
.search-result-tip {
    padding: 0 20px;
    font-size: 13px;
    margin: 0 0 33px 0;
}
.search-result-tip h2 {
    width: 20%;
    font-size: 13px;
    font-weight: 500;
    float: left;
    display: block;
}
.search-result-tip strong {
    display: block;
    float: left;
    width: 20%;
}
.search-result-tip .result {
    float: left;
    width: 80%;
}
.search-result-tip .result a {
    color: #171717;
}
.search-result-tip .result a:hover {
    color: #ed1c24;
}
.search-result-tip.all {
    padding: 0 20px 0 0;
}
.search-result-tip.all h2 {
    width: auto;
    padding: 5px 0;
}
.search-result-tip.all .result {
    width: 100%;
}
.search-result-tip.all span.dictionary-title {
    font-weight: 500;
}
/* -------------------------------------------------------------------------
    INFO
------------------------------------------------------------------------- */
.info {
    padding: 0 20px;
    font-size: 13px;
    margin: 0 0 4px 0;
}
.info strong {
    display: block;
    float: left;
    width: 20%;
}
.info .result {
    float: left;
    width: 80%;
}
.info .result {
    color: #171717;
}
/* -------------------------------------------------------------------------
    ADVERTISEMENT
------------------------------------------------------------------------- */

.advertisement {
    padding: 0;
    text-align: center;
    padding: 2px;
    margin-bottom: 45px;
}
.advertisement .advertisement-wrapper {
    width: fit-content;
    margin: auto;
}
.advertisement img {
    display: block;
    margin: 0 auto;
}
.advertisement-box {
    color: #7F7F7F;
    line-height: 1.5em;
    padding-top: 17px;
}
.advertisement-box .pc-translator-ad {
    margin-left: 10px;
    width: 342px;
}
.advertisement-box .pc-translator-ad .dictionary-link {
    display: block;
    width: 81px;
}
.advertisement-box .pc-translator-ad .dictionary-link.left {
    float: left;
}
.advertisement-box .pc-translator-ad .dictionary-link.right {
    float: right;
}
.advertisement-box .links {
    text-align: center;
}
.advertisement-box a {
    color: #7F7F7F;
}
.advertisement-box img {
    margin-top: 6px;
}
.advertisement-box .pc-translator-ad .description {
    color: #999999;
    float: left;
    font-size: 9px;
    line-height: 1.2em;
    padding-bottom: 6px;
    text-align: center;
    width: 180px;
}
.advertisement-box .pc-translator-ad .button {
    background: url("../../dictionaries/img/button_bg.gif?2437af5acb07") no-repeat scroll 0 0 transparent;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 4px;
    margin-top: 11px;
    text-align: center;
    text-decoration: none;
    width: 82px;
}
.advertisement-box .banner {
    margin-left: 27px
}
.advertisement-box .banner.juls {
    margin-left: 0;
    text-align: center;
}
.advertisement-box .banner div {
    margin: 0 !important;
}

/* -------------------------------------------------------------------------
    SUBPAGE CONTENT
------------------------------------------------------------------------- */
.subpage-content {

}
.subpage-content .left-content {
    padding: 0 0 0 20px;
    float: left;
    width: calc(100% - 392px);
}
.subpage-content .left-content .translate-result {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 29px 0;
}
.subpage-content .left-content .translate-result p {
    line-height: 1.6em;
    margin: 0;
}
.subpage-content .left-content .translate-result a {
    margin: 0;
    padding: 0 0 0 16px;
    border: 0;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../dictionaries/img/change@2x.png?1ce4cdc52e8c);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    height: 13px;
    line-height: 13px;
    cursor: pointer;
}
.subpage-content .left-content .translate-result h1 {
    display:inline-block;
    margin-right:5px;
}
.subpage-content .left-content .translate-result span {
    font-weight: 600;
}
.subpage-content .left-content .translate-result-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.subpage-content .left-content .translate-result-list li {
    margin: 0 0 17px 0;
}
.subpage-content .left-content .translate-result-list li a {
    color: #171717;
}
.subpage-content .left-content .translate-result-list li span {
    color: #ed1c24;
}
.subpage-content .left-content .translate-result-list li a:hover {
    color: #ed1c24;
}
.subpage-content .left-content .translate-result-list strong {
    font-size: 16px;
}
.subpage-content .left-content .translate-result-list p {
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 15px;
}
.subpage-content .left-content .translate-result-list a.translation span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 1px;
    background: url("../../dictionaries/img/magnifier.png?744ecceb58bd");
    background-size: cover;
    background-repeat: no-repeat;
}
.subpage-content .left-content .translate-result-list a.translation:hover span {
    background: url("../../dictionaries/img/magnifier.png?744ecceb58bd") -12px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.subpage-content .left-content .translate-result-list.juls p  {
    font-weight: initial;
}
.subpage-content .left-content .translate-result-list.juls b.b0,
.subpage-content .left-content .translate-result-list.juls b.b0 a,
.subpage-content .left-content .translate-result-list.juls b.b2,
.subpage-content .left-content .translate-result-list.juls b.b2 a,
.subpage-content .left-content .translate-result-list.juls em.term {
    font-style: normal;
    font-weight: bold;
}
.subpage-content .left-content .translate-result-list.juls b.b1,
.subpage-content .left-content .translate-result-list.juls b.b1 a,
.subpage-content .left-content .translate-result-list.juls .s {
    font-weight: bold;
}
.subpage-content .left-content .translate-result-list.juls .auth {
    font-weight: bold;
    color: #0794f7;
    font-style: italic;
}
.subpage-content .left-content .translate-result-list.juls .pron {
    font-style: italic;
    color: #f77312;
}
.subpage-content .left-content .translate-result-list.juls span.latin {
    font-style: italic;
}
.subpage-content .left-content .translate-result-list.juls span.s {
    color: initial;
}
.subpage-content .left-content .translate-result-list.juls i.i,
.subpage-content .left-content .translate-result-list.juls i.i a,
.subpage-content .left-content .translate-result-list.juls .exam {
    font-style: italic;
    color: #0794f7;
}
.subpage-content .left-content .translate-result-list.juls b.r,
.subpage-content .left-content .translate-result-list.juls b.r a,
.subpage-content .left-content .translate-result-list.juls em.substandard {
    color: #0794f7;
    font-weight: normal;
}
.subpage-content .left-content .translate-result-list.juls i.t,
.subpage-content .left-content .translate-result-list.juls i.tr,
.subpage-content .left-content .translate-result-list.juls .attr,
.subpage-content .left-content .translate-result-list.juls .orig {
    font-style: normal;
    font-size: 90%;
}
.subpage-content .left-content .translate-result-list.juls i.t,
.subpage-content .left-content .translate-result-list.juls i.t a,
.subpage-content .left-content .translate-result-list.juls i.tr,
.subpage-content .left-content .translate-result-list.juls i.tr a,
.subpage-content .left-content .translate-result-list.juls .attr,
.subpage-content .left-content .translate-result-list.juls .orig {
    color: #f77312;
}
.subpage-content .left-content .translate-result-list.juls hr {
    margin-bottom: 1.0em;
    visibility: hidden;
}
.subpage-content .left-content .zoznam-tv-box-wrapper {
    padding-top: 20px;
}

.subpage-content .sidebar {
    float: right;
    width: 352px;
    padding: 0 0 0 20px;
    position: sticky;
    position: -webkit-sticky;
    top: -270px;
}
.subpage-content .copyright {
    width: 100%;
    float: right;
    text-align: right;
}
.translate-result-abc {
    padding: 0 20px;
}
.translate-result-abc h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 5px 0 21px 0;
}
.translate-result-abc .translate-result-abc-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.translate-result-abc .translate-result-abc-list li {
    float: left;
    width: 33.33%;
    margin: 0 0 21px 0;
}
.translate-result-abc .translate-result-abc-list li a {
    color: #171717;
}
.translate-result-abc .translate-result-abc-list li a:hover {
    color: #ed1c24;
}
.translate-result-abc .translate-result-abc-list li p {
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: 300;
    line-height: 1.2em;
}
.translate-result-abc .translate-result-abc-list li p span {
    color: #ed1c24;
}
.translate-result-abc .translate-result-abc-list li strong {
    font-size: 16px;
}
/* -------------------------------------------------------------------------
    PAGINATOR
------------------------------------------------------------------------- */
.paginator {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 16px 0 50px 0;
}
.paginator li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.paginator .current a {
    background-color: #f1f1f1;
}
.paginator li a {
    padding: 0 10px 0 10px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    font-size: 14px;
    color: #171717;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.paginator li a:hover {
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
}
.paginator .prev {
    margin: 0 12px 0 0;
}
.paginator .next {
    margin: 0 0 0 12px;
}
/* -------------------------------------------------------------------------
    FOOTER
------------------------------------------------------------------------- */
footer {
    padding: 34px 20px 30px 20px;
    max-width: 1130px;
    margin: 0 auto;
}
footer .zoznam-custom-footer {
    border-top: 0;
    padding: 0!important;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-link-menu {
    margin: 0;
    padding: 0;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-link-menu li:first-child a{
    font-size: 15px;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-link-menu li:first-child {
    margin: 0 0 12px 0;
}
footer .zoznam-custom-footer a {
    font-size: 12px;
    color: #171717;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-link-menu li {
    margin-bottom: 2px;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-link-menu li a:hover {
    color: #ed1c24;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-copyright a {
    color: #a7a7a7;
}
footer .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-copyright a:hover {
    color: #ed1c24;
}
/* -----------------------------------------------------------------------------

    RESPONSIVITY

----------------------------------------------------------------------------- */
@media (max-width: 1555px) {
    header nav .header-menu .slick-arrow {
        display: block!important;
    }
    header nav .header-menu:not(.slick-slider)::after {
        content: "\203A";
        font-size: 30px;
        color: #ed1c24;
        position:absolute;
        right: 5px;
        padding: 5px 0 0 0;
    }
    header nav .header-menu {
        padding: 0 10px 0 0;
    }
}
@media (max-width: 960px) {
    header nav .header-menu li a {
        margin: 0;
        font-size: 15px;
    }
    header nav .header-menu {
        max-width: 741px;
    }
    header .header-content {
        padding: 0 15px;
    }
    #main .main-content {
        padding: 50px 15px 0 15px;
    }
    footer {
        padding: 34px 15px 30px 15px;
    }
    .translate-result-abc {
        padding: 0;
    }
    .search-alphabet {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .dictionary-list {
        padding: 0;
    }
    .subpage-content .left-content {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .dictionary-list ul li {
        width: 50%;
    }
    .search-result-tip {
        padding: 0;
    }
    .info {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .search-alphabet strong {
        float: none;
        width: auto;
    }
    .search-alphabet ul {
        width: auto;
        float: none;
        margin: 0 0 20px 0;
    }
    .search-result-tip strong {
        float: none;
        width: auto;
    }
    .search-result-tip h2 {
        width: auto;
        float: none;
    }
    .search-result-tip .result {
        float: none;
        width: auto;
    }
    .info strong {
        float: none;
        width: auto;
    }
    .info .result {
        float: none;
        width: auto;
    }
    .search .col-50 {
        width: 40%;
    }
    .search .col-25 {
        width: calc(40% - 20px);
    }
    .search .col:last-child {
        width: calc(20% - 20px);
    }
    .search .col-75 {
        width: 80%;
    }
    .search .col-65 {
        width: 70%;
    }
    .translate-result-abc .translate-result-abc-list li {
        width: 50%;
    }
}
@media (max-width: 679px) {
    header .logo {
        margin: 10px auto 10px auto;
        width: 206px;
    }
    header .zoznam-logo {
        margin: 10px 10px 10px auto;
        display: none;
    }
    header .logo img {
        width: 206px;
    }
    header .zoznam-logo img {
        width: 88px;
    }
    header h1 {
        font-size: 12px;
        margin: 15px 0 0 0;
    }
    .search .col-50 {
        width: 100%;
    }
    .search .col-25 {
        width: 100%;
        padding: 0;
    }
    .search .col:last-child {
        width: 100%;
        padding: 0;
    }
    .search input[type="text"], .search input[type="number"] {
        margin: 0 0 10px 0;
    }
    header nav .header-menu li a {
        font-size: 14px;
    }
    #main .main-content {
        padding: 30px 10px 30px 10px;
    }
    .dictionary-list ul li {
        width: 100%;
        float: none;
        font-size: 12px;
    }
    .zoznam-custom-footer .zoznam-custom-footer-column {
        width: 50%!important;
        margin: 0 0 20px 0;
    }
    .zoznam-custom-footer .zoznam-custom-footer-column:last-child {
        width: 100%!important;
        margin: 0;
    }
    .zoznam-custom-footer .zoznam-custom-footer-column .zoznam-custom-footer-copyright {
        line-height: 1.2em;
    }
    footer {
        padding: 20px 0;
        margin: 0 10px;
    }
    footer .zoznam-custom-footer {
        margin: 0;
    }
    .search-alphabet ul li {
        margin: 0 10px 0 0;
    }
    .search .col-75 {
        width: 100%;
    }
    .subpage-content .sidebar {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        position: static;
        top: 0;
    }
    .subpage-content .left-content {
        float: none;
        width: 100%;
    }
    .translate-result-abc .translate-result-abc-list li strong {
        font-size: 12px;
    }
    .translate-result-abc h2 {
        font-size: 20px;
    }
    .subpage-content .left-content .translate-result-list strong {
        font-size: 12px;
    }
    .subpage-content .left-content .translate-result-list p {
        font-size: 12px;
    }
    .search .col-10 {
        width: calc(30% - 20px);
    }
    .subpage-content .left-content .translate-result {
        margin: 0 0 20px 0;
    }
    .paginator {
        padding: 0;
    }
    aside .search-alphabet {
        margin: 0 0 20px 0;
    }
    .search {
        margin: 0 0 20px 0;
    }
    .dictionary-list ul {
        margin: 0 0 20px 0;
    }
    .search-result-tip {
        margin: 0 0 20px 0
    }
    .translate-result-abc .translate-result-abc-list li {
        width: 100%;
    }
    .search-alphabet .sub-alphabet {
        margin: 0;
    }
    body {
        font-size: 12px;
    }
    .search .selectboxit-container {
        margin: 0 0 10px 0;
    }
    .search .selectboxit-container .selectboxit-option-icon {
        margin: -4px 9px 0 0;
    }
    .search .col-25 > .custom-select {
        margin: 0 0 10px 0;
    }
    header nav .header-menu:not(.slick-slider) {
        height:36px;
    }
    .advertisement-box .banner {
        margin-left: 0px;
        text-align: center;
    }
}

@media (max-width: 360px) {

    .advertisement-box .pc-translator-ad {
        width: 180px;
        margin: 0 auto;
    }

}
