a {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active {
    text-decoration: none;
    outline: none;
}

#main {
    padding: 0;
}

.fix-btn {
    position: fixed;
    z-index: 9;
    right: 0.25em;
    bottom: 6em;
    display: none;
}

.fix-bottom a {
    border: none;
    padding: 0 !important;
    width: 2.5em;
    height: 2.5em;
    text-shadow: none !important;
    overflow: hidden;
    background: url("../images/instructions/top.png") no-repeat center;
    background-size: 100% 100%;
}

.fix-panel {
    position: fixed !important;
    z-index: 9;
    right: 0.25em;
    bottom: 12em !important;
    height: auto;
    background: #fff !important;
    display: none;
    z-index: 999;
    border: 1px solid #dddddd;
}

.fix-btn a {
    padding: 0 !important;
    margin: 0.5em !important;
    width: 2.5em;
    height: 2.5em;
    text-shadow: none !important;
    overflow: hidden;
}

.fix-btn a img {
    width: 50%;
    height: 50%;
}

.spinner {
    width: 60px;
    height: 60px;
    background-color: #67CF22;
    margin: calc(50% - 30px) auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.edit {
    background: url("../images/instructions/applaction.png") center no-repeat;
    background-color: rgba(49, 130, 212, 0.9) !important;
    background-size: auto 50%;
}

.scroll {
    background: url("../images/instructions/top.png") center no-repeat;
    background-color: rgba(255, 255, 255, 0.9) !important;
    background-size: auto 50%;
}

.scroll-top {
    background: url("../images/instructions/scroll-top.png") center no-repeat;
    background-color: rgba(49, 130, 212, 0.9) !important;
    background-size: auto 50%;
}

.refresh {
    background: url("../images/instructions/refush.png") center no-repeat;
    background-color: rgba(255, 255, 255, 0.9) !important;
    background-size: auto 65%;
}

.lis {
    font-size: 0.8em !important;
}

.hid {
    display: none !important;
}

.ui-grid-b img {
    width: 100%;
    height: auto;
    margin-bottom: 0.15em;
}

.ui-grid-b a {
    margin: 0.25em 0;
}

#footer {
    background: #fff;
}

#footer a {
    background-color: #fff;
    border: none;
    padding-bottom: 0 !important;
    color: #666666;
    font-weight: 400;
    box-shadow: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.ui-grid-a a {
    font-size: 0.85em !important;
    text-align: left !important;
}

.ui-btn-icon-top {
    padding-top: 2.5em;
}

#footer a:after {
    top: 0.25em;
}

#footer .bottom-all:after, #footer2 .bottom-all:after {
    background-image: url("../images/instructions/home.png") !important;
    border-radius: 0;
    background-size: 100% 100%;
    background-color: transparent;
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: 5px;
}

#footer .bottom-search:after, #footer2 .bottom-all:after {
    background-image: url("../images/instructions/cx.png") !important;
    border-radius: 0;
    background-size: 100% 100%;
    background-color: transparent;
    width: 28px;
    height: 20px;
    margin-left: -15px;
    margin-top: 5px;
}

.counts {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    border-radius: 5px;
}

.counts div {
    background: url("../images/instructions/counts.png") no-repeat center;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}

.counts div > div {
    font-size: 2em;
    color: #fff;

}

.li-btn {
    margin: 0.1em 5px !important;
    padding: 0 !important;
    width: 6px !important;
    height: 6px !important;
    border: none !important;
    background-color: #fff !important;
}

#page2 a:visited {
    color: #fff !important;
}

@media screen and (max-width: 720px) {
    .ui-grid-b a {
        height: 133px;
        /*padding: 0.7em 0.1em;*/
        padding: 0.1em;
        font-size: 0.7em;
    }

    .content-hid {
        width: 100%;
        /*height: 80%;*/
        height: 100%;
        overflow: hidden !important;
    }
}

@media screen and (min-width: 720px) {
    .ui-grid-b a {
        height: 382px;
        font-size: 0.9em;
    }

    .content-hid {
        width: 100%;
        /*height: 90%;*/
        height: 100%;
        overflow: hidden !important;
    }
}

.content-hid {
    /*margin-bottom: 0.5em;*/
    margin-bottom: 0;
}

.content-hid img {
    height: 100%;
    /*width: auto;*/
    width: 100%;
}

#information-content {
    background: #fff;
    padding: 0;
    border-top: 1px solid #bebebe;
}

#text {
    border: none;
    background: transparent;
    font-size: 1.2em;
    padding: 0.1em 0;
    left: -1em;
}

#page {
    background: #d5d5d6;
    text-align: center;
}

#max {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #bebebe;
}

.page-content {
    background: #f5f6f7;
    height: 100%;
}

.div-content {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    /*background: #e5ebd1;*/
}

#cover {
    width: 90%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
}

.left, .right {
    position: absolute;
    bottom: 0;
    z-index: 99999999999999;
}

.left {
    left: 20% !important;
}

.right {
    right: 20% !important;
}

.prve, .next {
    width: 30px;
    height: 10px;
    background-color: transparent !important;
    border: none !important;
}

.prve {
    background: url("../images/instructions/left.png") no-repeat left !important;
    background-size: auto 70% !important;
    -webkit-animation: start1 1.5s infinite ease-in-out;
    -moz-animation: start1 1.5s infinite ease-in-out;
    animation: start1 1.5s infinite ease-in-out;
}

.next {
    background: url("../images/instructions/right.png") no-repeat right !important;
    background-size: auto 70% !important;
    -webkit-animation: start2 1.5s infinite ease-in-out;
    -moz-animation: start2 1.5s infinite ease-in-out;
    animation: start2 1.5s infinite ease-in-out;
}

@keyframes start1 {
    0%, 30% {
        opacity: 0;
        transform: translate(10px, 0);
    }

    60% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(-8px, 0);
    }
}

@keyframes start2 {
    0%, 30% {
        opacity: 0;
        transform: translate(-10px, 0);
    }

    60% {
        opacity: 1;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        transform: translate(8px, 0);
    }
}

.swiper {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    z-index: 99999999999999;
    background: rgba(255, 255, 255, 0.5);
}

.alert {
    position: absolute;
    bottom: 10px;
    width: 100%;
    font-size: 0.9em;
}