*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
img,
b,
u,
i,
center,
table,
tr,
th,
td,
video,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    display: block;
    -webkit-font-smoothing: antialiased;
}


.BackToTopButton {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 47px;
    right: 60px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000;
}

.BackToTopButton:hover {
    cursor: pointer;
}

.BackToTopButton.show {
    opacity: 1;
    visibility: visible;
}



.main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

.main-title img {
    width: 85%;
    max-height: 280px;
    padding-top: 20px;
}

.main-title ul {
    background-color: rgba(255, 255, 255, 1);
    /* height: 50px; */
    box-shadow: 0px 1px 4px rgb(0 0 0 / 50%);
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.main-title li {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.main-title li a {
    text-decoration: none;
    color: #555555;
    font-weight: 100;
}

@media screen and (max-width: 680px) {
    .main-title ul {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



.expert-title {
    text-align: center;
    background-color: #f5f5f5;
    font-size: 14px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 2.5px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-transform: uppercase;
    color: #fdc608;
}


.expert-slider {
    text-align: center;
    background-color: #f5f5f5;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    opacity: 1;
}

.expert-slider div {
    width: 50px;
    height: 300px;
    cursor: pointer;
    padding: 0 10px;
}

.expert-slider button {
    width: 30px;
    height: 40px;
    background-color: rgba(232, 232, 232, 1);
    border: none;
    position: relative;
    top: calc(50% - 20px);
    border-radius: 100px;
    cursor: pointer;
}

.expert-slider button svg {
    width: 10px;
    position: absolute;
    top: 30%;
    left: 40%;
}

.expert-slider ul {
    display: flex;
    align-items: center;
    max-width: 1200px;
    min-height: 460px;
    text-align: left;
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
}

.expert-slider ul li {
    width: 100%;
}

.expert-slider ul li h1 {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

.expert-slider ul li h2 {
    font-size: 42px;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 20px;
    margin-left: 20px;
}

.expert-slider a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 40px;
    margin-left: 20px;
    margin-right: 20px;
    color: #222222;
    border: 1px solid #fdc608;
    background-color: #f5f5f5;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}

.expert-slider ul li img {
    width: 100%;
}

@media screen and (max-width: 1250px) {
    .expert-slider ul li h2 {
        font-size: 28px;
    }

    .expert-slider ul {
        min-height: 390px;
    }
}

@media screen and (max-width: 800px) {
    .expert-slider ul {
        display: flex;
        max-width: 600px;
        text-align: center;
        flex-direction: column;
    }

    .expert-slider ul li img {
        padding-top: 50px;
        width: 100%;
    }

    .expert-slider div {
        height: 500px;
    }
}

.expert-slider #es-2,
.expert-slider #es-3,
.expert-slider #es-4,
.expert-slider #es-5 {
    display: none;
    opacity: 0;
}



.popular-articles-title,
.sun-news-title {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 42px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}



.popular-articles-items {
    max-width: 1200px;
    padding: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

.popular-articles-items a {
    text-decoration: none;
    width: 360px;
    height: 700px;
    padding: 15px;
    margin: auto;
    text-align: left;
}

.popular-articles-item-img,
.popular-articles-item-img-h,
.popular-articles-item-img-v {
    width: 360px;
    height: 235px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/*
.popular-articles-item-img img {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
*/
.popular-articles-item-img-h img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popular-articles-item-img-v img {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.popular-articles-item-article {
    line-height: 1.35;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000000;
}

.popular-articles-item-article h1 {
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    color: #fdc608;
    letter-spacing: 2.5px;
    margin-top: 15px;
    margin-bottom: 0px;

}

.popular-articles-item-article h2 {
    font-size: 28px;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    line-height: 1.17;
    font-weight: bold;
}

.popular-articles-item-article p {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #555555;
    padding: 5px 0 15px 0;
}

.popular-articles-item-article span {
    font-size: 16px;
    font-weight: bold;
    color: #969696;
}

.popular-articles-item-article span::after {
    content: "\00a0→";
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1200px) {
    .popular-articles-items {
        max-width: 800px;
    }
}



.sun-news-items {
    width: 850px;
    padding: 0 0 30px 0;
    margin: auto;
}

.sun-news-items .sun-news-item-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .15);
}

.sun-news-items .sun-news-item-separator:first-child {
    display: none;
}

.sun-news-items a {
    text-decoration: none;
    display: inline-block;
    margin: 25px 0;
}

.sun-news-item-img {
    width: 200px;
    height: 150px;
    margin-right: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.sun-news-item-img img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sun-news-item-article {
    width: 600px;
    line-height: 1.35;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.sun-news-item-article h1 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 5px;

}

.sun-news-item-article p {
    font-size: 14px;
    font-weight: 300;
    color: #555555;
    padding: 10px 0;
}

.sun-news-item-article span {
    font-size: 12px;
    font-weight: 300;
    color: #555555;
}

@media screen and (max-width: 980px) {
    .sun-news-items {
        width: 600px;
    }

    .sun-news-item-article {
        width: 350px;
    }

    .sun-news-item-article p {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .sun-news-items {
        width: 400px;
        padding: 0 0 30px 10px;
    }

    .sun-news-item-img {
        width: 100%;
        margin-right: 0;
    }

    .sun-news-item-img img {
        top: 0;
        left: 0;
        transform: translate(0%, 0%)
    }

    .sun-news-item-article {
        width: 400px;
    }

}


.search-title {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.search-title span {
    height: 100%;
    width: 50%;
    position: relative;
}

.search-title input {
    color: #000000;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px 0 60px;
    font-size: 16px;
    line-height: 1.33;
    width: 97%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
}

.search-title svg {
    position: absolute;
    left: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    width: 25px;
}

.search-title button {
    color: #ffffff;
    background-color: #ffc429;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    height: 60px;
    border: 0 none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    .search-title span {
        width: 100%;
    }

    .search-title input {
        width: 100%;
    }

    .search-title button {
        width: 100%;
        margin-top: 10px;
    }
}



.line-title {
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
    width: 90%;
    max-width: 1200px;
    background-color: #000000;
    opacity: 0.2;
}



.subscribe {
    height: 70vh;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.subscribe div {
    background-image: url(images/SIKO-8186.jpg);
    height: 70vh;
    background-attachment: fixed;
    transform: initial;
    height: 700px;
    width: 100%;
    background-size: cover;
}

.subscribe span {
    height: 70vh;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.50), rgba(20, 20, 20, 0.80));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.50), rgba(20, 20, 20, 0.80));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.50), rgba(20, 20, 20, 0.80));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.50), rgba(20, 20, 20, 0.80));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.50), rgba(20, 20, 20, 0.80));
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.subscribe h1 {
    color: #ffffff;
    text-align: center;
    font-size: 64px;
    font-weight: 600;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-top: 240px;
}

.subscribe h2 {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-top: 20px;
}

@media screen and (max-width: 640px) {
    .subscribe h1 {
        font-size: 32px;
        font-weight: 300;
    }

    .subscribe h2 {
        font-size: 14px;
        font-weight: 300;
    }
}

.subscribe p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 32px;
}

.subscribe input {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    height: 56px;
    outline: none;
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 25px;
    font-size: 16px;
    width: 380px;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.subscribe button {
    color: #ffffff;
    background-color: #fdc400;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 56px;
    text-align: center;
    /* height: 60px; */
    border: 0 none;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-appearance: none;
    font-weight: 700;
    cursor: pointer;
    margin: 20px;

}



.main-footer {
    background-color: black;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-footer span {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    padding-left: 50px;
}

.main-footer ul {
    display: flex;
    align-items: flex-end;
    padding-right: 125px;
    list-style-type: none;
}

.main-footer ul li {
    padding: 0 3px;
}



input:invalid {
    color: red;
}

.wp-block-quote {
    border-left: solid 2px;
    padding-left: 20px;
    font-size: 16px;
}