/*page loader*/
.pageload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: #fff;
}
.pageload-wrapper {
    position: relative;
    margin: auto;
    width: 50px;
    height: 50px;
}

.pageload-container {
    animation: pageload-animball_two 1.9s infinite;
    -o-animation: pageload-animball_two 1.9s infinite;
    -ms-animation: pageload-animball_two 1.9s infinite;
    -webkit-animation: pageload-animball_two 1.9s infinite;
    -moz-animation: pageload-animball_two 1.9s infinite;
    width: 43px;
    height: 43px;
}
.pageload-internal {
    width: 43px;
    height: 43px;
    position: absolute;
}
.pageload-ballcolor {
    width: 19px;
    height: 19px;
    border-radius: 50%;
}
.pageload-ball_1,
.pageload-ball_2,
.pageload-ball_3,
.pageload-ball_4 {
    position: absolute;
    animation: pageload-animball_one 1.9s infinite ease;
    -o-animation: pageload-animball_one 1.9s infinite ease;
    -ms-animation: pageload-animball_one 1.9s infinite ease;
    -webkit-animation: pageload-animball_one 1.9s infinite ease;
    -moz-animation: pageload-animball_one 1.9s infinite ease;
}
.pageload-ball_1 {
    background-color: rgb(255, 58, 86);
    top: 0;
    left: 0;
}
.pageload-ball_2 {
    background-color: rgb(255, 196, 46);
    top: 0;
    left: 23px;
}
.pageload-ball_3 {
    background-color: rgb(53, 68, 240);
    top: 23px;
    left: 0;
}
.pageload-ball_4 {
    background-color: rgb(151, 191, 13);
    top: 23px;
    left: 23px;
}

@keyframes pageload-animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}

@-o-keyframes pageload-animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}

@-ms-keyframes pageload-animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}

@-webkit-keyframes pageload-animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}

@-moz-keyframes pageload-animball_one {
    0% {
        position: absolute;
    }
    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5;
    }
    100% {
        position: absolute;
    }
}

@keyframes pageload-animball_two {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(360deg) scale(1.3);
    }
    100% {
        transform: rotate(720deg) scale(1);
    }
}

@-o-keyframes pageload-animball_two {
    0% {
        -o-transform: rotate(0deg) scale(1);
    }
    50% {
        -o-transform: rotate(360deg) scale(1.3);
    }
    100% {
        -o-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes pageload-animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1);
    }
    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }
    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@-webkit-keyframes pageload-animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes pageload-animball_two {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }
    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }
    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}


/*captcha*/
.captcha-wrap {
    text-align: center;
    position: relative;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: center;
    align-items: center;
}
.refresh-captcha {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.captcha-code {
    text-transform: uppercase;
    flex: 1;
}
.captcha-inline .captcha-code {
    width: 150px;
    margin-left: 5px;
}

/*album gallery*/
.album_gallery {
    position: relative;
    overflow: hidden;
}
.album_gallery .item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 30%,
        rgba(0, 0, 0, 1) 100%
    );
    content: "";
    display: block;
    z-index: 1;
}
.album_gallery .item .title {
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    z-index: 2;
}
.album_list .album_item {
    margin-bottom: 15px;
}
.album_list .album_item h3 {
    margin: 0;
    font-weight: 500;
}
.album_list .album_item h3 a {
    font-size: 14px;
    color: #000;
}
.album_list .album_item .thumb {
    position: relative;
    display: block;
}
.album_list .album_item .thumb:before,
.album_list .album_item .thumb:after {
    position: absolute;
    bottom: 5px;
    left: 5px;
    content: "\f03e";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
}
.album_list .album_item .thumb:before {
    left: 8px;
    bottom: 8px;
}
.album_detail .info h2 .title {
    color: #333;
}

.main-rss .rss-list {
    margin-bottom: 2rem;    
}
.main-rss .rss-list h3 {
    font-size: 1.2rem;
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}
.main-rss .rss-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.main-rss .rss-list ul ul {
    list-style: circle;
    margin: 0;
    padding: 0 0 0 2rem;
}
.main-rss .rss-list a {
    color: #333;
    margin-bottom: 5px;
}
.main-rss .rss-list a:hover,
.main-rss .rss-list a:active {
    color: #da0000;
}
.main-rss .rss-list span i {
    color: #fff;
    border-radius: 2px;
    background-color: #EE802F;
    padding: 2px 5px;
}
.main-rss .rss-list > ul > li> a {
    font-weight: 500;
}

/*pagination*/
.pagination > li > a,
.pagination > li > span {
    color: #000;
    padding: 3px 12px;
    display: block;
}
.pagination > li > span {
    display: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #eee;
    border-color: #999;
    color: #999;
    display: block;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #e21313;
}

/* ERROR PAGE */
.wrapper_404 {
    background: url("../img/bg404.png") no-repeat center center;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0;
}
.wrapper_404 .content_404 {
    padding: 40px 0 40px 0;
}
.wrapper_404 .content_404 .block-top {
    margin: 0;
}
.wrapper_404 .content_404 .block-top h1 {
    color: #222;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
.wrapper_404 .content_404 .block-top .warning-code {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.wrapper_404 .content_404 .block-middle {
    margin-bottom: 45px;
}
.wrapper_404 .content_404 .block-middle .note {
    margin-bottom: 16px;
    color: #222;
    font-weight: 500;
    font-size: 15px;
}
.wrapper_404 .content_404 .block-middle .note span {
    color: #1b1464;
}
.wrapper_404 .content_404 .block-middle .top-search {
    float: none;
}
.wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search {
    width: 400px;
    max-width: 100%;
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: auto;
    position: relative;
    display: flex;
}
.wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search
    .search-query {
    border: 0;
    margin: 0;
    height: 52px;
    line-height: 52px;
    text-indent: 30px;
    padding-right: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    flex: 1;
}
.rtl
    .wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search
    .search-query {
    padding-right: 0;
    padding-left: 80px;
}
.wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search
    .form-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    background: #d20001;
    border: 0;
    font-size: 0;
    height: 52px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search
    .form-button:before {
    content: "\f1d8";
    font-size: 14px;
    color: #fff;
    font-family: FontAwesome;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search
    .form-button:hover {
    background: #bd0001;
}
.rtl
    .wrapper_404
    .content_404
    .block-middle
    .top-search
    .topsearch-entry
    .form-search
    .form-button {
    right: auto;
    left: 0;
}
.wrapper_404 .content_404 .block-bottom .btn-404 {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
}
.wrapper_404 .content_404 .block-bottom .btn-404:hover {
    color: #222;
}
.wrapper_404 .content_404 .block-bottom .btn-404 .fa {
    margin: 0 7px;
}
.rtl .wrapper_404 .content_404 .block-bottom .btn-404 .fa:before {
    content: "\f0a8";
}

@media (max-width: 575.98px) {
    .weather-block {
        font-size: 0.9rem;
    }
    .weather-today .today .title {
        font-size: 1.5rem;
    }
    .weather-block .ico {
        font-size: 2rem;
    }
    .weather-block .today .ico {
        font-size: 4rem;
    }
}
