body {
    font-family: Archivo;
    background-color: #eee;
}

header {
    background-color: #fff
}

ol,ul {
    list-style: none
}

.d-none {
    display: none !important;
}


.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0;
    width: 100%
}

.logo h1 a{ 
    color: #000000;
    font-weight: 900;
 }

.logo img {
    width: 200px
}

.headerNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 26px
}

.headerNav .headerMenu {
    display: flex;
    align-items: center;
    justify-content: center
}

.headerNav .headerMenu nav ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 2px solid #dee0e1
}

.headerNav .headerMenu nav ul li {
    display: inline-block
}

.headerNav .headerMenu nav ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    margin-right: 30px
}

.headerNav .headerMenu .bigMenu {
    border-right: 2px solid #dee0e1
}

.headerNav .headerMenu .bigMenu a {
    display: block;
    position: relative;
    color: #000;
    padding: 0 17px;
    text-decoration: none;
    margin: 0 17px
}

.headerNav .headerMenu .bigMenu a .fas.fa-bars {
    margin-right: 10px
}

.headerNav .headerMenu .bigMenu a .fas.fa-sort-down {
    position: absolute;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-72%);
    -o-transform: translateX(0%) translateY(-72%);
    -ms-transform: translateX(0%) translateY(-72%);
    -webkit-transform: translateX(0%) translateY(-72%);
    transform: translateX(0) translateY(-72%);
    margin-left: 10px
}

.headerInfo {
    display: flex;
    align-items: center
}

.headerInfo .content {
    padding: 0px 6px 0px 22px;
    border-right: 2px solid #dee0e1;
}


.headerInfo .content a{
    color: #000;
    margin-top: -7px;
}

.headerInfo .content:last-child {
    border: none;
    color: #eb0000;
    font-weight: 700
}

.headerAnnouncement {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    background-color: #c00;
    padding: 0px 0 16px 0;
    height: 40px;
}

.headerAnnouncement .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    padding: 10px 0px 0px 0px;
    font: 600 16px Archivo;
}

.headerAnnouncement .content .text {
    flex-grow: 1;
    margin-left: 30px
}

.headerAnnouncement .content a {
    color: #fff;
    text-decoration: none
}

#slider {
}

#slider .mainSlider .owl-nav {
    color: #fff;
    margin: 0
}

#slider .mainSlider .owl-nav .owl-prev {
    left: 73px;
    position: absolute;
    font-size: 100px;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

#slider .mainSlider .owl-nav .owl-prev:hover {
    outline: none;
    border: none;
    background: 0 0
}

#slider .mainSlider .owl-nav .owl-next {
    right: 0;
    position: absolute;
    font-size: 100px;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

#slider .mainSlider .owl-nav .owl-next:hover {
    outline: none;
    border: none;
    background: 0 0
}

#slider .mainSlider .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    height: 100%;
    counter-reset: dots
}

#slider .mainSlider .owl-dots .owl-dot {
    display: block;
    outline: none;
    border: none;
    width: 70px;
    height: 56px
}

#slider .mainSlider .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: #fff
}

#slider .mainSlider .owl-dots .owl-dot span {
    display: none
}

#slider .mainSlider .owl-dots .owl-dot.active {
    background-color: #d8242f
}

main .clear {
    padding: 0
}

main .clear .exchange {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 15px 10px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 4px solid #4CAF50;
}

main .clear .exchange .content {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d5d5d5;
    border-radius: 3px;
}

main .clear .exchange .content .item {
    margin-right: 20px;
}

main .clear .exchange .content .item span.title {
    color: #989898;
    font-size: 19px;
    margin-right: 5px;
}

main .clear .exchange .content .item span.text {
    font-size: 19px;
    font-weight: 500
}

main .clear .exchange .content .item span.text.down {
    color: #a40a00
}

main .clear .exchange .content .item span.text.up {
    color: #41b87f
}

main .clear .exchange .content .item ul {
    margin: 0;
    padding: 0
}

main .clear .exchange .content .item ul li {
    position: relative;
    list-style-type: none
}

main .clear .exchange .content .item ul li a.citymenu {
    text-decoration: none
}

main .clear .exchange .content .item ul li a.citymenu span.title.city {
    position: relative
}

main .clear .exchange .content .item ul li a.citymenu span.title.city:before {
    font-family: "font awesome 5 pro";
    content: "\f078";
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
    font-weight: 700
}

main .clear .exchange .content .item ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    padding: 30px 20px 5px;
    background-color: #fff;
    min-width: 160px;
    max-height: 190px;
    overflow-y: scroll;
    z-index: 9999
}

main .clear .exchange .content .item ul li ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #989898;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none
}

main .clear .exchange .content .item ul li ul::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: transparent
}

main .clear .exchange .content .item ul li ul::-webkit-scrollbar {
    width: 10px;
    position: absolute;
    top: 5px
}

main .clear .exchange .content .item ul li ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #eee
}

main .clear .exchange .content .item ul li:hover>ul {
    display: block
}

main .clear .exchange .content .item span.text.city {
    color: #000
}

main .clear .exchange .content:first-child {
    margin-left: 0;
    padding-left: 0
}

main .clear .exchange .content:last-child {
    border: none
}


main .clear .exchange .content a.instagram img {
    float: left;
    width: 29px;
    margin-top: 8px;
}

main .clear .exchange .content a.instagram {
    display: block;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
    color: #fff;
    margin-right: 15px;
    width: 125px;
    border-radius: 3px;
    padding: 5px;
}

main .clear .exchange .content a.instagram span {
    display: block;
    width: 100%
}


main .clear .exchange .content a.pinterest img {
    float: left;
    width: 29px;
    margin-top: 8px;
}

main .clear .exchange .content a.pinterest {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #cb2027;
    color: #fff;
    margin-right: 15px;
    width: 125px;
    border-radius: 3px;
    padding: 5px;
}

main .clear .exchange .content a.pinterest span {
    display: block;
    width: 100%
}


main .clear .exchange .content a.twitter img {
    float: left;
    width: 29px;
    margin-top: 8px;
}

main .clear .exchange .content a.twitter {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    width: 125px;
}

main .clear .exchange .content a.twitter span {
    display: block;
    width: 100%
}
main .cuffSlider .owl-nav {
    color: #fff;
    margin: 0
}

main .cuffSlider .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    font-size: 100px;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

main .cuffSlider .owl-nav .owl-prev:hover {
    outline: none;
    border: none;
    background: 0 0
}

main .cuffSlider .owl-nav .owl-next {
    right: 0;
    position: absolute;
    font-size: 100px;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

main .cuffSlider .owl-nav .owl-next:hover {
    outline: none;
    border: none;
    background: 0 0
}

main .cuffSlider .owl-dots {
    position: absolute;
    counter-reset: dots;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
}

main .cuffSlider .owl-dots .owl-dot {
    outline: none;
    border: none;
    width: 55px;
    height: 55px;
    font-size: 18px;
    font-weight: 900;
}

main .cuffSlider .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: #fff
}

main .cuffSlider .owl-dots .owl-dot span {
    display: none
}

main .cuffSlider .owl-dots .owl-dot.active {
    background-color: #d8242f
}

main .tab {
    display: flex;
    align-items: center
}

main .tab .tablinks {
    border: none;
    background-color: #222;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

main .tab .tablinks.active {
    background-color: #d72530
}

main .tab button:focus {
    outline: none
}

main .tabcontent .sliderBook .owl-nav {
    color: #fff;
    margin: 0
}

main .tabcontent .sliderBook .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    font-size: 100px;
    top: calc(50% - 35px);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

main .tabcontent .sliderBook .owl-nav .owl-prev:hover {
    outline: none;
    border: none;
    background: 0 0
}

main .tabcontent .sliderBook .owl-nav .owl-next {
    right: 0;
    position: absolute;
    font-size: 100px;
    top: calc(50% - 35px);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

main .tabcontent .sliderBook .owl-nav .owl-next:hover {
    outline: none;
    border: none;
    background: 0 0
}

main .tabcontent .sliderBook .owl-dots {
    position: absolute;
    counter-reset: dots;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000
}

main .tabcontent .sliderBook .owl-dots .owl-dot {
    outline: none;
    border: none;
    width: 55px;
    height: 55px
}

main .tabcontent .sliderBook .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: #fff
}

main .tabcontent .sliderBook .owl-dots .owl-dot span {
    display: none
}

main .tabcontent .sliderBook .owl-dots .owl-dot.active {
    background-color: #d8242f
}

main .tabcontent .sliderLook .owl-nav {
    color: #fff;
    margin: 0
}

main .tabcontent .sliderLook .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    font-size: 100px;
    top: calc(50% - 35px);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

main .tabcontent .sliderLook .owl-nav .owl-prev:hover {
    outline: none;
    border: none;
    background: 0 0
}

main .tabcontent .sliderLook .owl-nav .owl-next {
    right: 0;
    position: absolute;
    font-size: 100px;
    top: calc(50% - 35px);
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

main .tabcontent .sliderLook .owl-nav .owl-next:hover {
    outline: none;
    border: none;
    background: 0 0
}

main .tabcontent .sliderLook .owl-dots {
    position: absolute;
    counter-reset: dots;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000
}

main .tabcontent .sliderLook .owl-dots .owl-dot {
    outline: none;
    border: none;
    width: 35px;
    height: 30px
}

main .tabcontent .sliderLook .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    color: #fff
}

main .tabcontent .sliderLook .owl-dots .owl-dot span {
    display: none
}

main .tabcontent .sliderLook .owl-dots .owl-dot.active {
    background-color: #d8242f
}

main #news .content {
    padding: 15px 4px 15px 34px
}

main #news .content img {
    width: 371px;
    margin-top: 137px
}

main #news .content .item:last-child {
    margin-right: 0
}

main #news .content .item {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 371px;
    margin-right: 14px
}

main #news .content .item .text {
    margin-left: 20px;
    position: absolute;
    z-index: 1;
    top: 55px
}

main #news .content .item .category {
    z-index: 2;
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f526;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none
}

main #news .content .item .text a {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    height: 340px
}

main #news .content .item.news-one span {
    position: absolute;
    content: 'KISA';
    right: calc(100% - 35px);
    background-color: #f0f0f0;
    width: max-content;
    padding: 9px 34px 9px 4px;
    height: max-content;
    z-index: -1;
    color: #000;
    -webkit-box-shadow: 0 0 6px 4px #e6e4e4;
    -moz-box-shadow: 0 0 6px 4px #cbcbcb;
    box-shadow: 0 0 -2px -1px #cbcbcb;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright
}

main #news .content .item.news-two span {
    position: absolute;
    content: 'KISA';
    left: calc(100% - 37px);
    background-color: #f0f0f0;
    width: max-content;
    padding: 9px 4px 9px 34px;
    height: max-content;
    z-index: -1;
    color: #000;
    -webkit-box-shadow: 0 0 6px 4px #e6e4e4;
    -moz-box-shadow: 0 0 6px 4px #cbcbcb;
    box-shadow: 0 0 -2px -1px #cbcbcb;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright
}

main #paper .wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 12px
}

main #paper .wrapper .item {
    width: 100%;
    max-width: 100%;
    display: block
}

main #paper .wrapper .item .images {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative
}

main #paper .wrapper .item .images img {
    max-width: 100%;
    width: 100%;
    height: 200px
}

main #paper .wrapper .item .images a.tag {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #92224c99;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none
}

main #paper .wrapper .item .text {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 12px 35px 15px 20px;
    background-color: #fff;
    -webkit-box-shadow: -1px 7px 20px -2px #c3c3c3;
    -moz-box-shadow: -1px 7px 20px -2px #c3c3c3;
    box-shadow: 0 4px 0 0 #c3c3c3;
    height: 65px;
    overflow: hidden
}

main #paper .wrapper .item .text a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

main #paper .wrapper .item .text.anket {
    background-color: #3949ab;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 42px 30px 15px 20px;
    color: #fff
}

main #paper .wrapper .item .text.anket .title {
    font-size: 32px;
    display: block;
    margin-bottom: 20px
}

main #paper .wrapper .item .text.anket .info {
    font-size: 20px;
    display: block;
    margin-bottom: 45px
}

main #paper .wrapper .item .text.anket a.golink {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 3px;
    border: 1px solid #fff
}

main #paper .wrapper .item .text.anket a.golink i {
    margin-left: 15px
}

main #paper .wrapper .item .text.anket .far.fa-clipboard-list-check {
    position: absolute;
    bottom: -25px;
    right: -10px;
    font-size: 120px;
    transform: rotate(-51deg);
    z-index: 1;
    color: #6b77c0
}

.anket {
    background-color: #3949ab;
    position: relative;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 1px;
}

.anket .title {
    font-size: 32px;
    display: block;
    margin-bottom: 20px
}

.anket .info {
    font-size: 20px;
    display: block;
    margin-bottom: 45px
}

.anket a.golink {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 3px;
    border: 1px solid #fff
}

.anket a.golink i {
    margin-left: 15px
}

.anket .far.fa-clipboard-list-check {
    position: absolute;
    bottom: -25px;
    right: -10px;
    font-size: 120px;
    transform: rotate(-51deg);
    z-index: 1;
    color: #6b77c0
}

main #paper .wrapper .item.long {
    grid-column: 2/3;
    grid-row: 2/4
}

main #paper .wrapper .item.long img {
    height: 484px
}

main #team {
    padding: 14px 3px 15px 3px;
}

main #team .item {
    position: relative;
    width: 370px
}

main #team .item .title {
    width: 100%;
    padding: 15px 10px 10px 15px;
    border-left: 4px solid #2732bd;
    background-color: #fff
}

main #team .item .title h2 {
    font-size: 22px;
    font-weight: 700
}

main #team .item .images {
    width: 100%
}

main #team .item .images img {
    width: 100%;
    max-width: 100%;
    height: 200px
}

main #team .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background-color: rgba(0,0,0,.4);
    height: 70px;
    overflow: hidden;
    width: 100%;
}

main #team .item .text a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none
}

main #team .col-md-4:last-child {
    margin-left: -5px
}

main #team .col-md-4:nth-last-child(2) {
    margin-left: -5px
}

main #team .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 4px 3px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
    width: 370px;
    -webkit-box-shadow: -1px 7px 20px -2px #c3c3c3;
    -moz-box-shadow: -1px 7px 20px -2px #c3c3c3;
    box-shadow: 0 3px 0 0 #c3c3c3;
    height: 95px;
    overflow: hidden;
}

main #team .content .text {
    margin-left: 12px;
    padding: 3px 0
}

main #team .content .text a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

main #fikstur .content {
    position: relative
}

main #fikstur .content a {
    position: absolute;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    left: calc(100% - 1px);
    background-color: #191919;
    width: max-content;
    padding: 10px 20px;
    height: max-content;
    color: #fff;
    -webkit-box-shadow: 0 0 6px 4px #cbcbcb;
    -moz-box-shadow: 0 0 6px 4px #cbcbcb;
    box-shadow: 0 0 -2px -1px #cbcbcb;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 1;
    text-decoration: none
}

main #fikstur .content table {
    position: relative;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    z-index: 2
}

main #fikstur .content table thead {
    background-color: #4b830d
}

main #fikstur .content table img {
    max-width: 100%
}

main #fikstur .content table th,main #fikstur .content table td {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    height: 3.75rem
}

main #fikstur .content table .leftin {
    text-align: left;
    width: 8.25rem
}

main #fikstur .content table tbody {
    background-color: #1c1c1c
}

main #fikstur .content .all {
    background: #151414;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px
}

main #fikstur .content .allbutton {
    border: 1px solid #ababab;
    border-radius: 2px;
    text-align: center;
    width: 25%;
    color: #eee;
    margin: auto;
    padding: 5px;
    font-weight: 700
}

main #author .content {
    background-color: #fff;
    margin-top: 15px
}

main #author .content .title {
    border-left: 4px solid #626a6b;
    padding: 20px 10px;
    margin-bottom: 15px;
    background: #95a5a6;
    color: #fff;
}

main #author .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #author .content .col-md-3 {
    border-right: 1px solid #d5d5d5
}

main #author .content .col-md-3:last-child {
    border-right: 0
}

main #author .content .item {
    padding: 0 30px 15px 40px
}

main #author .content .item .text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    height: 70px;
    overflow: hidden
}


main #author .content .item .text a{
    color: #000;
}


main #author .content .item .icon {
    position: absolute;
    left: 25px
}

main #author .content .item .name {
    margin-bottom: 30px
}

main #author .content .item .name a {
    font-size: 16px;
    font-weight: 700;
    color: #ed1d24;
    text-decoration: none
}

main #author .content .item .images img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

main #fotogaleri .content {
    margin-top: 15px
}

main #fotogaleri .content .title {
}

main #fotogaleri .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #fotogaleri .content .item {
    position: relative;
    height: 360px;
    max-height: 360px;
    min-height: 360px;
    background: #fff
}

main #fotogaleri .content .item .top img {
    width: 100%;
    max-width: 100%;
    height: 220px
}

main #fotogaleri .content .item .center img,main #fotogaleri .content .item .center i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 275px
}

main #fotogaleri .content .item .center i {
    color: #fff;
    background-color: rgba(0,0,0,.7);
    font-size: 50px;
    padding: 5px 15px
}

main #fotogaleri .content .item .bottom {
    margin-top: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

main #fotogaleri .content .item .bottom a {
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center
}

main #fotogaleri .content .title {
    border-left: 4px solid #121921;
    padding: 20px 10px;
    margin-bottom: 15px;
    background: #2c3e50;
    color: #fff;
}

main #fotogaleri .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #fotogaleri .content .item .top img {
    width: 100%;
    max-width: 100%;
    height: 220px
}

main #fotogaleri .content .item .center img,main #fotogaleri .content .item .center i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

main #fotogaleri .content .item .center i {
    color: #fff;
    font-size: 26px;
    padding: 9px 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

main #fotogaleri .content .item .bottom {
    margin-top: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

main #fotogaleri .content .item .bottom a {
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center
}

main #videogaleri .content {
    background-color: #1f1f1f;
    margin-top: 15px;
    padding: 10px;
}

main #videogaleri .content .title {
    border-left: 4px solid #bd3b3a;
    padding: 14px 10px;
    color: #fff;
    margin-bottom: 10px;
}

main #videogaleri .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #videogaleri .content .item {
    position: relative;
    height: 360px;
    max-height: 360px;
    min-height: 360px
}

main #videogaleri .content .item .top img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    padding-left: 20px
}

main #videogaleri .content .item .center img,main #fotogaleri .content .item .center i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

main #videogaleri .content .item .center i {
    color: #fff;
    background-color: rgba(0,0,0,.7);
    font-size: 50px;
    padding: 5px 15px;
    position: absolute;
    top: 50%;
    left: 50%
}

main #videogaleri .content .item .bottom {
    margin-top: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

main #videogaleri .content .item .bottom a {
    padding: 0 13px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block
}

main #videogaleri .content .item .bottom p {
    padding: 7px 13px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block
}

main #videogaleri .content .text {
    padding: 3px 1px;
    overflow: hidden;
    height: 53px;
    font-size: 9px;
}

main #videogaleri .content-video .text a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px
}

main #videogaleri .content-video .images img {height: 100px;border-radius: 10px;width: 171px;}

main #videogaleri .content-video {
       display: table-cell;

    margin-bottom: 15px;
        padding-right: 18px;
}


main #whois .content {
    background-color: #fff;
    margin-top: 15px
}

main #whois .content .title {
    border-left: 4px solid #136f5d;
    padding: 20px 10px;
    margin-bottom: 25px;
    background: #1abc9c;
    color: #fff;
}

main #whois .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #whois .content .col-md-3 {
    border-right: 1px solid #d5d5d5
}

main #whois .content .col-md-3:last-child {
    border-right: 0
}

main #whois .content .item {
    padding: 0 15px 15px 20px
}

main #whois .content .item .text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative
}

main #whois .content .item .text .icon {
    position: absolute;
    right: 100%;
    bottom: calc(100% - 1px)
}

main #whois .content .item .name {
    margin-bottom: 15px
}

main #whois .content .item .name a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

main #whois .content .item .images img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

main #cinema {
    padding: 10px 0
}

main #cinema .item {
    position: relative;
    padding: 0 5px
}

main #cinema .title {
    width: 100%;
    padding: 15px 10px 10px 15px;
    border-left: 4px solid #1c1c1c;
    background-color: #fff
}

main #cinema .title h2 {
    font-size: 17px;
    font-weight: 700
}

main #cinema .item .images {
    width: 100%
}

main #cinema .item .images img {
    width: 170px;
    height: 250px
}

main #cinema .item .text {
    bottom: 0;
    left: 0
}

main #cinema .item .text a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none
}

main #cinema .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    background-color: #1c1c1c
}

main #cinema .content .text {
   padding: 10px 0;
    color: #fff;
    overflow: hidden;
    height: 56px;
    font-size: 14px;
    
}

main #cinema .content .text a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px
}

main #astrology .title {
    width: 100%;
    padding: 15px 10px 10px 15px;
    border-left: 4px solid #374ac3;
    background-color: #fff
}

main #astrology .content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 4px 3px;
    background-color: #374ac3
}

main #astrology .astroList {
    position: relative;
    padding: 0
}

main #astrology .astroList li {
    width: 16%;
    margin-top: 5px;
    text-align: center;
    float: left
}

main #astrology .astroList li span {
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

main #astrology .content-text {
    height: 125px;
    background: #374ac3;
    padding: 15px;
    color: #fff;
    overflow: auto;
    font: 300 14px Archivo;
    line-height: 20px;
}

#scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

#scroll::-webkit-scrollbar {
    width: 10px;
    padding: 50px
}

#scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #203040
}

main #company .content {
    margin-top: 15px
}

main #company .content .title {
    border-left: 4px solid #ed1d24;
    padding: 20px 10px;
    margin-bottom: 25px
}

main #company .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #company .content .col-md-3 {
    border-right: 1px solid #d5d5d5
}

main #company .content .item:last-child {
    margin-right: 0
}

main #company .content .item:first-child {
    background: #b2bec3;
    padding: 20px;
    color: #000;
    font: 700 17px Archivo
}

main #company .content .decs {
    height: 85px;
    overflow: hidden;
    padding: 10px 0px 0px 0px;
    font: 300 14px Archivo
}

main #company .content .tel {
    font: 600 14px Archivo;
    margin-top: 11px
}

main #company .content .item {
    padding: 0 15px 15px 19px;
    height: 250px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    background: #fff;
    width: 180px
}

main #company .content .item .images {

}

main #company .content .item .text a {
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
    color: #000;
    font-style: italic
}

main #company .content .item .text .icon {
    position: absolute;
    right: 100%;
    bottom: calc(100% - 1px)
}

main #company .content .item .name {
    margin-bottom: 5px
}

main #company .content .item .name a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

main #company .content .item .images img {
    width: 150px;
    padding: 15px;
    height: 95px;
}

main #company .content .item .text {
    font: 100 14px Archivo;
    margin-bottom: 25px;
    margin-top: 40px
}

main #company .content .item a {
    font: 100 14px Archivo;
    margin-bottom: 25px;
    margin-top: 40px;
    color: #585858
}

main #company .content .item .companybtn {
    margin-top: 15px;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px;
    color: #fff;
    font: 300 13px Archivo
}

main #yellowpage .content {
    margin-top: 15px
}

main #yellowpage .content .title {
    border-left: 4px solid #ed1d24;
    padding: 20px 10px;
    margin-bottom: 25px
}

main #yellowpage .content .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main #yellowpage .content .col-md-3 {
    border-right: 1px solid #d5d5d5
}

main #yellowpage .content .item:last-child {
    margin-right: 0
}

main #yellowpage .content .item:first-child {
    background: #ffeb3b;
    padding: 20px;
    color: #000;
    font: 700 17px Archivo
}

main #yellowpage .content .decs {
    height: 70px;
    overflow: hidden;
    padding: 8px;
    font: 300 13px Archivo
}

main #yellowpage .content .tax {
    padding: 8px;
    font: 300 13px Archivo;
    color: #d72530
}

main #yellowpage .content .item {
    height: 250px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    background: #fff;
    width: 180px
}

main #yellowpage .content .item .text a {
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
    color: #000;
    font-style: italic
}

main #yellowpage .content .item .text .icon {
    position: absolute;
    right: 100%;
    bottom: calc(100% - 1px)
}

main #yellowpage .content .item .name {
    margin-bottom: 5px
}

main #yellowpage .content .item .name a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

main #yellowpage .content .item .images img {
    width: 180px;
    height: 115px;
}

main #yellowpage .content .item .text {
    font: 100 14px Archivo;
    margin-bottom: 25px;
    margin-top: 40px
}

main #yellowpage .content .item a {
    font: 100 14px Archivo;
    margin-bottom: 25px;
    margin-top: 40px;
    padding: 5px;
    color: #000;
}

main #yellowpage .content .item .companybtn {
    margin-top: 15px;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px;
    color: #fff;
    font: 300 13px Archivo
}

main .newspaper a {
    padding: 15px;
    margin-right: 8px;
    text-align: center;
    background: #fff;
    color: #536e6e;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-table
}

main .newspaper a:last-child {
    margin-right: 0
}

main #newspaper .title {
    border-left: 4px solid #292929;
    padding: 20px 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    background: #d72530;
    color: #fff
}

main #newspaper .title h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

main .newspaper .titlepaper {
    color: inherit;
    display: block;
    margin-top: 9px;
    font: 600 14px Archivo;
    line-height: 14px;
    text-align: left
}

.footer {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    background-color: #1b1c21;
    padding: 20px 0 15px
}

.footer input {
    background: #0000;
    border: 1px solid #fff;
    padding: 15px;
    font: 600 15px Archivo;
    color: #fff;
    margin-top: 10px;
    width: 180px;
}

.footer .title {
    font: 600 17px Archivo;
    color: #fff;
    margin-top: 30px
}

.footer li {
    color: #fff;
    margin-top: 5px
}

.footer ul {
    display: contents
}

.footer i {
    color: #fff;
    padding: 12px;
    border: 1px solid;
    margin-top: 10px;
    margin-right: 6px;
    font-size: 20px
}

.footer i:nth-last-child(2) {
    color: #3a559f
}

.footer i:nth-last-child(3) {
    color: #fff
}

.footer i:nth-last-child(3) {
    color: #000
}

.footer i:nth-last-child(4) {
    color: #eee
}

.footer .searchfot {
    padding: 11px;
    color: #fff;
    margin-left: 20px;
     margin-top: 10px;
}

.footer .searchfot a {
    color: #6d6b6d;
    margin-left: 15px;
    font-weight: 600
}

.footer .desc {
    color: #fff;
    font: 300 14px Archivo;
    margin-top: 10px
}

.footer .whatsApp-group {
    width: 115%;
    background: #4aae20;
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 300 14px Archivo;
    margin-top: 10px
}

.footer .telegram-group {
    width: 115%;
    background: #2196f3;
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 300 14px Archivo;
    margin-top: 10px
}

.footerBottom {
    height: 50px;
    background: #151619;
    overflow: hidden
}

.footerCopyText {
    color: #fff;
    font-size: 14px;
    padding: 20px 0 0 20px;
    display: block;
    float: left
}

.footerWhiteLink {
    float: right;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 17px 10px
}

.footerLogo img {
    width: 105px;
    height: 33px;
    display: block;
    float: left;
    margin-top: 12px
}

.newspage {
    background: #fff;
    padding: 15px;
    margin-top: 15px
}

.newspage .categorytitle {
    display: contents
}

#sticky-social {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 50px; /* Adjust top position to prevent overlap with the sidebar */
    z-index: 1000; /* Ensures it stays above other content */
    transition: top 0.3s;
}

.Social_Content {
    float: left;
    width: 48px;
    display: block;
    height: 100%;
    z-index: 2;
    margin-left: -58px
}

.share {
    width: 58px;
    height: 58px;
    position: relative;
    cursor: pointer;
    transition: all .2s linear
}

.share .fab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 25px
}

.share.facebook {
    background: #3b5998
}

.share.twitter {
    background: #55acee
}

.share.google {
    background: #dd4b39
}

.share.telegram {
    background: #1ab1e2
}

.share.whatsapp {
    background: #4dc247
}

.share:hover {
    width: 70px
}

.content-title .description h2 {
    font: 600 30px Archivo;
    color: #585858;
    line-height: normal;
    letter-spacing: 0px;
}

.content-image img {
    width: 150px
}

.related {
    width: 700px;
    margin-top: 20px;
    margin-bottom: 35px;
    float: left
}

.related .title {
    width: 700px;
    margin-bottom: 10px;
    float: left;
    font: 700 17px Archivo
}

.related .zoom {
    font: 100 12px Archivo;
    position: absolute;
    line-height: 25px
}

.content-tags li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    background: #f3f3f3;
    padding: 0 11px;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.7);
    border-radius: 3px;
    vertical-align: middle;
    color: #212020;
    outline: 0;
    text-decoration: none;
    transition: all .2s ease-in-out
}

span.tagy a:after,span.tagy a:before {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.headline h1 {
    font-family: Archivo;
    font-size: 50px;
    color: #141414;
    font-weight: 900;
}

.description h2 {
    font-family: Archivo;
    font-size: 1.25em;
    font-weight: 300;
    color: #000;
    margin-bottom: 25px
}

.timetitle {
    display: contents
}

.newspage .content-author {
    display: contents
}

#author .list li .list-head time {
    font: 300 1em Archivo;
    color: #999;
    float: right
}

#author .list li {
    margin-bottom: 2%
}

#author .socialist {
    display: flex;
    padding: 10px;
    margin-left: -20px
}

#author .socialist i {
    font-size: 35px;
    margin-right: 12px;
    color: #afacac
}

#author .list li h4 a {
    font: 500 19px Archivo;
    color: #252424;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    height: 55px;
    float: left
}

#author .relative {
    position: relative
}

#author .list li .padding {
    padding: 20px 30px;
    border: 1px solid #efefef;
    background: #fff
}

.authortext {
    padding: 0 0 10px 0;
    font: 600 17px Archivo
}

.newspage .content-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

.content-author {
    display: block;
    float: left;
    margin-right: 8px
}

.content-author {
    margin-top: 10px;
    margin-bottom: 10px
}

.content-infoauthor {
    color: #999;
    font-weight: 700;
    text-decoration: none;
    display: table-cell
}

.content-infodate .content-infoline {
    display: table-cell;
    padding-left: 8px
}

.content-esimited-read {
    background: #eee;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    float: right;
    margin-bottom: 10px
}

.content-detail {
    font-family: Archivo;
    font-size: 1.125em;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 0 0 17px;
}

.relatedconnection {
    background: #1b1c21;
    padding: 10px;
    height: 110px;
    margin-top: 15px;
    margin-bottom: 15px
}

.relatedconnection img {
    width: 150px;
    float: left
}

.relatedconnection .title {
    float: left;
    font: 600 17px Archivo;
    color: #fff;
    padding: 25px
}

.relatedconnectiontitle {
    width: 700px;
    margin-bottom: 10px;
    font: 700 17px Archivo
}

.commentsbutton {
    padding: 10px;
    border: 1px solid #0db7a7;
    width: 15%;
    border-radius: 3px;
    float: right;
    color: #fff;
    font: 300 16px Archivo;
    background: #3abd83
}

.commentstitle {
    width: 710px;
    margin-bottom: 10px;
    float: left;
    font: 700 17px Archivo;
    background: #eee;
    padding: 15px;
    border-left: 3px solid #3abd83;
}

.commentsarea {
    width: 100%;
    height: 100px;
    color: #333;
    padding: 16px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 3px
}

.commentsarena {
    padding: 15px
}

.source {
    color: #999
}

.name {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font: 700 17px Archivo;
    color: #c00
}

.time {
    margin-bottom: 10px;
    float: right;
    font: 100 12px Archivo
}

.content-tags {
    margin-bottom: 15px
}

.content-tags ul {
    display: contents
}

.tagstitle {
    width: 700px;
    margin-bottom: 15px;
    margin-top: 15px;
    float: left;
    font: 700 17px Archivo
}

.loadmore {
    padding: 10px;
    border: 1px solid #044ba9;
    width: 25%;
    border-radius: 3px;
    color: #fff;
    font: 300 16px Archivo;
    background: #065fd4;
    text-align: center;
    margin-top: 15px;
    margin: auto
}

.content-detail strong {
    font-weight: 700
}

.sidebar_container {
    background: #eee;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.list_wrapper+.button {
    margin-top: 10px
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all .2s
}

.list.loaded {
    opacity: 1
}

.list .list_item {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative
}

.list .list_item .thumb_container {
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
    position: relative
}

.list .list_item .thumb_container img {
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
    width: 100%
}

.list .list_item .thumb_container.dynamic {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: #fafafa52
}

.list .list_item[data-type=gallery] .thumb_container.dynamic,.list .list_item[data-type=music_archive] .thumb_container.dynamic {
    padding-top: 100%
}

.list .list_item .thumb_container.dynamic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.list .list_item .title_container {
}

.list .list_item .title_container .title {
    display: block;
    font-weight: 700;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.list .list_item .title_container .sub_title {
    display: block;
    font-size: 14px
}

.list .list_item .title_container .super_title {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
    display: inline-block;
    text-transform: uppercase
}

.list .list_item .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 10000px;
    overflow: hidden;
    clear: both;
    z-index: 3
}

.list .list_item .badge_container {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: center
}

.list .list_item .badge_container:before {
    content: "";
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 56.25%
}

.list .list_item .badge_container .icon_container {
    width: 44px;
    height: 44px;
    display: none;
    transition: all .4s;
    margin-left: -6px
}

.list .list_item .badge_container .icon_container svg {
    display: inline-block;
    vertical-align: middle
}

.list .list_item .badge_container .icon_container svg path,.list .list_item .badge_container .icon_container svg polygon,.list .list_item .badge_container .icon_container svg rect {
    fill: #fff
}

.list .list_item .badge_container .icon_container.gallery_icon_container {
    height: 34px;
    margin-top: -17px
}

.list .list_item .badge_container .icon_container.gallery_icon_container.has_gallery {
    display: inline-block
}

.list .list_item .badge_container .icon_container.video_icon_container.has_video {
    display: inline-block
}

.list .list_item .badge_container .icon_container.gallery_icon_container.has_gallery+.has_video {
    display: none
}

.list .list_item:hover .badge_container .icon_container.video_icon_container.has_video {
    transform: scale(1.2)
}

.list .list_item:hover .badge_container .icon_container.gallery_icon_container.has_gallery {
    transform: scale(1.2)
}

.list .list_item .item_overlay {
    opacity: 0;
    background: rgba(0,0,0,.45);
    background-image: none!important;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .4s;
    height: 100%;
    text-align: center;
}

.list .list_item .item_overlay:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%
}

.list .list_item .item_overlay .item_overlay_content {
    width: calc(100% - 5px);
    vertical-align: middle;
    display: inline-block;
    margin-left: -5px;
    box-sizing: border-box;
    padding: 0 5px
}

.list .list_item .item_overlay .item_overlay_content svg {
    display: block;
    width: 32px;
    height: auto;
    margin: 0 auto
}

.list .list_item .item_overlay .item_overlay_content>strong,.list .list_item .item_overlay .item_overlay_content>span {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    max-height: 75px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list .list_item .item_overlay .item_overlay_content>span svg {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 4px;
    vertical-align: middle;
    transform: rotate(-90deg)
}

.list .list_item:hover .item_overlay {
    opacity: 1
}

.list .list_item.overlay_full_title .item_overlay .item_overlay_content>span,.list .list_item.overlay_full_title .item_overlay .item_overlay_content>strong {
    white-space: normal;
    text-overflow: inherit
}

.list.overlay_hidden .list_item .item_overlay {
    display: none!important
}

.list .list_item.thumbnail_round .thumb_container {
    border-radius: 1000px;
    overflow: hidden;
    padding-top: 100%;
    box-sizing: border-box;
    position: relative
}

.list .list_item.thumbnail_round .thumb_container img {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%)
}

.list .list_item.thumbnail_round .item_overlay {
    border-radius: 1000px;
    height: auto;
    overflow: hidden;
    top: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    width: 100%;
    padding-top: 100%
}

.list_header {
    position: relative
}

.list_header h2 {
    color: #ed1c24;
    margin: 20px 0;
    position: relative;
    font-size: 15px;
    display: inline-block;
    z-index: 2;
    background: #fff;
    padding-right: 20px
}

.list_header:after {
    content: "";
    display: block;
    height: 3px;
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1.5px
}

.list_horizontal .list_item {
    width: 155px;
    display: inline-block;
   
}

.list_horizontal.list_row_size_1 .list_item {
    width: 100%;
    float: none;
    margin: 0 auto
}

.list_horizontal .list_item.title_centered .title_container {
    text-align: center;
 
}

.list_horizontal .list_item_news .title_container {
    display: block;
   
}

.list_horizontal .list_item_news .title_container .sub_title {
    display: none
}

.list_horizontal .list_item_news .title_container .super_title {
    color: #ed1c24;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.list_horizontal .list_item_news .title_container .title {
    font-size: 11px;
    height: 33px;
    overflow: hidden;
    margin-top: 0
}

.list_horizontal .list_item_news:hover .title_container .title {
    color: #ed1c24
}

.list_horizontal .list_item_news.title_has_padding .title_container {
    padding: 0 10px
}

.list_horizontal.no_margin {
    background: #f2f2f2
}

.list_horizontal.no_margin .list_item {
    margin: 0
}

.list_horizontal.list_row_size_5.no_margin .list_item {
    width: 20%
}

.list_horizontal.list_row_size_3.no_margin .list_item {
    width: 33.33%
}

.list_horizontal.list_row_size_2.no_margin .list_item {
    width: 50%
}

.list_horizontal.hide_titles .title_container {
    display: none
}

.list_horizontal .list_item .action_bar {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 10px 10px;
    text-align: right
}

.list_horizontal .list_item .action_bar .action {
    width: 20px;
    height: auto;
    display: inline-block
}

.list_horizontal .list_item .action_bar .action:not(.action_go) {
    filter: invert(100%)
}

.list_horizontal .list_item .action_bar .action.action_go {
    width: 25px
}

.list_horizontal .list_item>.action.action_favorite {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    z-index: 4
}

.list_horizontal .list_item>.action.action_favorite svg path {
    fill: #fff;
    opacity: 1
}

.list_horizontal .list_item.list_item_favorite>.action.action_favorite svg path {
    fill: #fff!important
}

.list_horizontal .list_item>.action.action_favorite:hover svg path {
    opacity: 1!important;
    fill: #fff!important
}

.list_horizontal .list_item.list_item_favorite>.action.action_favorite:hover svg path {
    opacity: 1!important;
    fill: none!important
}

.list_horizontal.list_row_size_5 .list_item.list_item_show {
    width: calc(20% - 10px);
    margin-left: 12px;
    border: 1px solid #e6e6e6
}

.list_horizontal.list_row_size_5.no_margin .list_item.list_item_show {
    width: 20%;
    margin-left: 0
}

.list_horizontal.list_row_size_5 .list_item.list_item_show:first-child {
    margin-left: 0
}

.list_horizontal .list_item.list_item_show .thumb_container {
    padding-top: 100%
}

.list_horizontal .list_item.list_item_show .thumb_container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

.list_horizontal .list_item.list_item_show .title_container {
    padding: 10px
}

.list_horizontal .list_item.list_item_show .title_container .title {
    font-size: 11px;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 800;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list_horizontal .list_item.list_item_show .title_container .sub_title {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list_horizontal .list_item.list_item_show .title_container .list_content {
    display: block;
    color: #ed1c24;
    font-size: 10px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2;
    font-weight: 700;
    line-height: 13px;
    height: 39px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0
}

.list_horizontal .list_item.list_item_show .action_bar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 100% 0 0;
    height: 0
}

.list_horizontal .list_item.list_item_show .action_bar .action.action_go {
    display: block!important;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-bottom: -24px;
    margin-left: -20px;
    transition: all .2s
}

.list_horizontal .list_item.list_item_show:active .action_bar .action.action_go {
    transform: scale(.97)
}

.list_horizontal.no_margin .list_item.list_item_show .action_bar .action.action_go {
    margin: 0;
    right: 10px;
    bottom: 10px;
    left: auto
}

.list_horizontal .list_item.list_item_show .action_bar .action.action_go svg {
    filter: drop-shadow(0 0 2px rgba(0,0,0,.25))
}

.list_horizontal.list_row_size_3 .list_item.list_item_show:nth-child(n+4) {
    margin-top: 25px
}

.list_horizontal.list_stations .list_item.list_item_station .thumb_container {
    padding-top: 100%;
    background: #fff
}

.list_horizontal.list_stations .list_item.list_item_station .thumb_container img {
    position: relative;
    left: auto;
    top: auto;
    width: 60%;
    margin: 25px auto 0;
    height: auto;
    background: #fff
}

.list_horizontal.list_stations .list_item.list_item_station .title_container {
    padding: 5px 10px 16px
}

.list_horizontal.list_stations .list_item.list_item_station .title_container .title {
    font-size: 11px;
    margin: 20px 0 0;
    text-align: center;
    font-weight: 800;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list_horizontal.list_stations .list_item.list_item_station .title_container .sub_title {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.list_horizontal.list_stations .list_item.list_item_station .title_container .list_content {
    display: block;
    color: #ed1c24;
    font-size: 10px;
    padding-top: 10px;
    border-top: 2px solid #f2f2f2;
    font-weight: 700;
    line-height: 13px;
    height: 39px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0
}

.list_horizontal.list_stations .list_item.list_item_station .current_song_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 100%;
    height: auto;
    z-index: 1;
    background-position: center center;
    background-size: cover
}

.list_horizontal.list_stations .list_item.list_item_station .action_bar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 100% 0 0;
    height: 0;
    z-index: 2
}

.list_horizontal.list_stations .list_item.list_item_station .action_bar .action:not(.action_go) {
    display: none
}

.list_horizontal.list_stations .list_item.list_item_station .action_bar .action.action_go {
    display: block!important;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-bottom: -24px;
    margin-left: -20px;
    filter: drop-shadow(0 0 2px rgba(0,0,0,.25));
    transition: all .2s
}

.list_horizontal .list_item.list_item_station:active .action_bar .action.action_go {
    transform: scale(.95)
}

.list_horizontal.list_stations .list_item.list_item_station .progress_bar {
    display: block;
    background: #fce8e9;
    height: 2px;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 20px);
    left: 10px
}

.list_horizontal.list_stations .list_item.list_item_station .progress {
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.list_horizontal.list_stations.list_row_size_3 .list_item.list_item_station:nth-child(n+4) {
    margin-top: 25px
}

.list_horizontal.list_history .list_item:first-child .action_bar {
    display: block;
    height: 100%;
    z-index: 2
}



.list_horizontal.list_history .list_item:first-child .action_bar>svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px
}

.list_horizontal.list_history .list_item:first-child:hover .action_bar>svg {
    display: none
}

.list_horizontal.list_history .list_item:first-child .action_bar>span {
    position: absolute;
    bottom: 10px;
    right: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 11px
}

.list_horizontal.list_history .list_item:first-child .action_bar>.action.action_go {
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 15px;
    height: auto;
    right: 10px;
    bottom: 5px;
    filter: invert(100%)
}

.list_horizontal.list_history .list_item:first-child .thumb_container img {
    opacity: .85
}

.list_horizontal.list_history .list_item:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.25);
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 96%,rgba(0,0,0,0.76) 99%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 96%,rgba(0,0,0,0.76) 99%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 24%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 96%,rgba(0,0,0,0.76) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#c2000000',GradientType=0 )
}

.list_horizontal .list_item.list_item_artist .title_container .title {
    font-size: 11px
}

.list_horizontal.first_child_highlighted .list_item {
    width: 25%;
    float: right
}

.list_horizontal.first_child_highlighted .list_item:first-child {
    width: 50%;
    float: left
}

.list_horizontal.first_child_highlighted .list_item .item_overlay svg {
    width: 30px;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.list_horizontal.first_child_highlighted .list_item:nth-child(n+2) .item_overlay svg {
    width: 20px
}

.scale_on_click {
    transition: .2s all
}

.scale_on_click:active {
    transform: scale(.99)
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .position {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    z-index: 4;
    text-shadow: 0 0 30px #000
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .position:before {
    padding-top: 100%;
    content: "";
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .item_overlay svg {
    display: inline;
    margin-top: 5px;
    position: inherit
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .item_overlay:before {
    padding-top: 130%
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item:hover .position:before {
    padding-top: 70%
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .item_overlay span,.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .item_overlay strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    margin: 0
}

.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .item_overlay strong {
    font-weight: 600
}

.list_toplist_songs {
    margin: 15px 12px
}

.list_toplist_songs .list_item {
    border: 1px solid #ececec;
    padding-bottom: calc(20% - 10px);
    width: calc(20% - 10px);
    margin-left: 12px
}

.list_toplist_songs .list_item:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50%;
    width: 100%;
    background: #fff;
    z-index: 2
}

.list_toplist_songs .list_item .status,.toplist_container .group_widget_container .group_widget_body .group_container .group_list_container .list_group_content_3.list_group_all_square .list_item .status {
    width: 15px;
    padding-top: 40px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    display: block
}

.list_toplist_songs .list_item .status {
    margin-top: 6px;
    right: 10px;
    position: relative;
    display: inline-block;
    float: right;
    bottom: 0;
    z-index: 3
}

.sidebar-title h1 {
    line-height: 24px;
    font-size: 26px;
    font: 300 30px Archivo;
    margin-bottom: -10px
}

.sidebar-title h2 {
    line-height: 24px;
    font-size: 26px;
    font: 900 30px Archivo
}

.action {
    font-size: 25px;
    color: #fff!important
}

.list_toplist_songs .list_item .status.flat {
    width: 23px
}

.list_toplist_songs .list_item span.position {
    display: inline-block;
    width: 50%;
    font-size: 37px;
    font-weight: 800;
    color: #b3b3b3;
    margin-left: 10px;
    position: relative;
    z-index: 3
}

.list_toplist_songs .list_item>.thumb_container {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.list_toplist_songs .list_item .link {
    z-index: 4
}

.list_toplist_songs .list_item .item_overlay {
    opacity: 1;
    display: block;
    background: #fff;
    position: relative;
    z-index: 3
}

.list_toplist_songs .list_item .item_overlay:before {
    display: none
}

.list_toplist_songs .list_item .item_overlay .item_overlay_content {
    font-size: 12px;
    text-align: left;
    padding: 0;
    width: 100%
}

.list_toplist_songs .list_item .item_overlay .item_overlay_content>span {
    color: #999;
    padding-left: 10px;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.list_toplist_songs .list_item .item_overlay .item_overlay_content>strong {
    padding-left: 10px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 20px;
    color: #000;
    text-align: left
}

.list_toplist_songs .list_item .item_overlay .item_overlay_content a.action {
    display: none
}

.list_toplist_songs .list_item:hover span.position,.list_toplist_songs .list_item:hover .item_overlay .item_overlay_content>strong {
    color: #ed1c24
}

.list_vertical .list_item {
    margin-top: 10px
}

.list_vertical .list_item:before {
    content: "";
    height: 2px;
    background: #f2f2f2;
    width: 70%;
    position: absolute;
    right: 0;
    top: -5px
}

.list_vertical .list_item.list_item_thumb_on_left .title_container {
    padding-right: 40px
}

.list_vertical .list_item .title_container {
    box-sizing: border-box
}

.list_vertical .list_item .title_container .super_title {
    color: #ed1c24;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700
}

.list_vertical .list_item .title_container .title {
    font-size: 11px;
    font-weight: 700;
    margin: 0
}

.list_vertical .list_item .title_container .sub_title {
    font-size: 11px;
    font-weight: 400
}

.list_vertical .list_item .action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 26px;
    transition: all .2s
}

.list_vertical .list_item .action:active {
    transform: scale(.9)
}

.list_vertical .list_item:hover .title_container .title,.shows_page .list_vertical .list_item:hover .title_container .title {
    color: #ed1c24
}

.list_vertical.list_shows .list_item .action_bar .action {
    display: none;
    border: 2px solid #f2f2f2;
    width: 30px;
    height: 30px;
    border-radius: 1000px;
    z-index: 4;
    transition: all .2s
}

.list_vertical.list_shows .list_item .action_bar .action:active {
    transform: scale(.9)
}

.list_vertical.list_shows .list_item .action_bar .action svg {
    display: block;
    margin: 8px 0 0 8px;
    width: 14px;
    height: 14px
}

.list_vertical.list_shows .list_item .action_bar .action.action_play svg {
    margin-left: 9px
}

.list_vertical.list_shows .list_item .action_bar .action svg path,.list_vertical.list_shows .list_item .action_bar .action svg polygon,.list_vertical.list_shows .list_item .action_bar .action svg rect {
    fill: #ed1c24!important
}

.list_vertical.list_shows .list_item .action_bar .action_play {
    display: block
}

.list_vertical.list_shows .list_item.active .action_bar .action_play {
    display: none
}

.list_vertical.list_shows .list_item.active .action_bar .action_pause {
    display: block
}

.toplist_container .toplist_list .toplist_list_item {
    position: relative;
    margin-top: 5px;
}

.toplist_container .toplist_list .toplist_list_item:nth-child(n+4):after {
    content: "";
    display: block;
    width: calc(76% - 56px);
    position: absolute;
    right: 0;
    top: 0px;
    height: 1px;
    background: #bcbcbc;
}

.toplist_container .toplist_list .toplist_list_item .thumb_container {
    width: 90px;
    height: 61px;
    padding-top: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
}

.toplist_container .toplist_list .toplist_list_item .title_container {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 32px;
    box-sizing: border-box;
    float: right;
}

.toplist_container .toplist_list .toplist_list_item .title_container .title {
    font-weight: 800;
    color: #666;
    font-size: 13px;
    margin: 0
}

.toplist_container .toplist_list .toplist_list_item .title_container .sub_title {
   font-size: 15px;
   font-weight: 400;
   overflow: hidden;
   color: #545454;
   height: 56px;
   padding-top: 8px;
   padding: 12px;
}

.toplist_container .toplist_list .toplist_list_item .title_container .sub_title:hover {
    color: #585757;
    text-decoration: none;
}

.toplist_container .toplist_list .toplist_list_item .position {
    width: 55px;
    font-weight: 900;
    color: #bcbcbc;
    font-size: 29px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 83px;
    top: 6px;
    font-family: sans-serif;
}





.toplist_container .toplist_list .toplist_list_item .status {
    width: 10px;
    position: absolute;
    right: 11px;
    top: 18px;
    display: block;
    z-index: 99999999999999;
}



.toplist_container .toplist_list .toplist_list_item .status.up {
    background: url(../images/icon_toplist_up.svg) no-repeat center center
}

.toplist_container .toplist_list .toplist_list_item .status.down {
    background: url(../images/icon_toplist_down.svg) no-repeat center center
}

.toplist_container .toplist_list .toplist_list_item .status.flat {
    background: url(../images/icon_toplist_flat.svg) no-repeat center center
}

.toplist_container .toplist_list .toplist_list_item .item_overlay {
    background: rgba(0,0,0,.5)
}

.toplist_container .toplist_list .toplist_list_item .item_overlay_content {
    color: #fff;
    font-size: 12px
}

.toplist_container .toplist_list .toplist_list_item .item_overlay_content span {
    display: none
}

.toplist_container .toplist_list .toplist_list_item .item_overlay_content strong {
    font-size: 9px;
    line-height: 11px;
    height: 22px;
    white-space: normal
}

.toplist_container .toplist_list .toplist_list_item .item_overlay_content a {
    display: block;
    width: 20px;
    margin: 10px auto
}

.toplist_container .toplist_list .toplist_list_item .item_overlay_content a svg {
    width: 100%
}

.toplist_container .toplist_list .toplist_list_item:nth-child(n+4) .item_overlay {
    display: none
}

.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3) {
    width: 102px;
    display: inline-block;
    padding: 0;
}

.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3) .thumb_container {
    width: 100%;
    border-radius: 0;
    height: auto;
    padding-top: 73%;
    border-radius: 3px;
}

.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3) .title_container,.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3) .status {
    display: none
}

.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3) .position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff
}

.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3) .position span {
    text-shadow: 0 0 30px #000
}



.toplist_container .toplist_list .toplist_list_item:hover span.position,.toplist_container .toplist_list .toplist_list_item:hover .title_container .title {
    color: #ed1c24
}

.toplist_container .toplist_list .toplist_list_item:nth-child(-n+3):hover .position {
    display: none
}

.weather .row {
    display: flex;
    flex-wrap: wrap
}

.weather time {
    float: right;
    margin-top: -33px
}

.weather li {
    list-style: none;
    display: inline-block;
    margin-right: -5px;
    margin-bottom: 15px
}

.weather li .item {
    display: block;
    height: 100%;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #f1f1f1
}

.weather li h2 {
    margin-top: 0;
    font-size: 150%
}

.weather li span {
    display: block;
    margin: 0 auto 10px
}

.weather li .i {
    height: 29px;
    width: 52px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/weather-icons.png)
}

.weather li .act {
    line-height: 21px;
    font-size: 150%;
    font-weight: 700
}

.prayer li .item {
    display: block;
    height: 100%;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #f1f1f1
}

.prayer time {
    float: right;
    margin-top: -33px
}

.prayer li {
    list-style: none;
    display: inline-block;
    margin-right: -5px;
    margin-bottom: 15px
}

.prayer li .item>span {
    display: block;
    margin: 0 auto 5px
}

.prayer li .p {
    display: inline-block;
    width: 40%;
    text-align: left
}

.category {
    background: #fff;
    padding: 15px;
    margin-top: 15px
}

.category .content-title h1 {
    font: 900 30px Archivo
}

.category-list .item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px 60px 15px 0
}

.category-list .item .text {
    margin-left: 20px;
    width: 430px
}

.category-list .item .text a {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    text-decoration: none
}

.category-list .item img {
    width: 260px;
    height: 145px
}

.category-list .item .author {
    margin-bottom: 10px;
    color: #bcbcbc;
    font: 300 14px Archivo
}

.category-list .item time {
    float: right
}

@media(min-width: 1000px) {
    #timeline .timeline-card:nth-child(odd) .head::after,#timeline .timeline-card:nth-child(even) .head::after {
        position:absolute;
        content: "-";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent
    }

    #timeline .timeline-card:nth-child(odd) .head::before,#timeline .timeline-card:nth-child(even) .head::before {
        position: absolute;
        content: ".";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0 0 2px 8px #f7f7f7
    }
}

.timeline-card:nth-child(1) {
    order: 1
}

.timeline-card:nth-child(2) {
    order: 4
}

.timeline-card:nth-child(3) {
    order: 2
}

.timeline-card:nth-child(4) {
    order: 5
}

.timeline-card:nth-child(5) {
    order: 3
}

.timeline-card:nth-child(6) {
    order: 6
}

#timeline {
    margin-left: -45px
}

#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px
}

#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px
}

#timeline .timeline-card-wrapper {
    position: relative;
    margin: auto
}

@media(min-width: 1000px) {
    #timeline .timeline-card-wrapper {
        display:flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto
    }
}

#timeline .timeline-card-wrapper::after {
    z-index: 1;
    content: "-";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191,191,191,.4)
}

@media(min-width: 1000px) {
    #timeline .timeline-card-wrapper::after {
        border-left:1px solid #bdbdbd
    }
}

#timeline .timeline-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2
}

@media(min-width: 480px) {
    #timeline .timeline-card {
        max-width:60%;
        box-shadow: 0 1px 22px 4px rgba(0,0,0,.07)
    }
}

@media(min-width: 720px) {
    #timeline .timeline-card {
        max-width:40%
    }
}

@media(min-width: 1000px) {
    #timeline .timeline-card {
        max-width:450px;
        height: 400px;
        margin-top: 45px;
        margin-bottom: 45px
    }

    #timeline .timeline-card:nth-child(odd) {
        margin-right: 45px
    }

    #timeline .timeline-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%
    }

    #timeline .timeline-card:nth-child(odd) .head::before {
        left: 491.5px
    }

    #timeline .timeline-card:nth-child(even) {
        margin-left: 45px
    }

    #timeline .timeline-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%
    }

    #timeline .timeline-card:nth-child(even) .head::before {
        right: 489.5px
    }

    #timeline .timeline-card:nth-child(2) {
        margin-top: 180px
    }
}

#timeline .timeline-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400
}

#timeline .timeline-card .head .number-box {
    display: inline;
    float: left;
    margin: auto;
    padding: 10px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #000
}

#timeline .timeline-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem
}

@media(min-width: 480px) {
    #timeline .timeline-card .head h2 {
        font-size:165%;
        line-height: 1.2rem
    }
}

#timeline .timeline-card .head h2 span {
    display: block;
    font-size: .6rem;
    margin: 0
}

@media(min-width: 480px) {
    #timeline .timeline-card .head h2 span {
        font-size:.8rem
    }
}

#timeline .timeline-card .body {
    background: #fff;
    border-top: 0;
    padding: 0 15px 0 14px
}

@media(min-width: 1000px) {
    #timeline .timeline-card .body {
        height:315px
    }
}

#timeline .timeline-card .body p {
    font: 600 16px Archivo;
    color: #000;
}

#timeline .timeline-card .body img {
    display: block;
    width: 100%;
    height: 215px
}

#timeline .timeline-card--step1 {
    background-color: #fff
}

#timeline .timeline-card--step1 .head::after {
    border-color: #ffff
}

#timeline .timeline-card--step2 {
    background-color: #fff
}

#timeline .timeline-card--step2 .head::after {
    border-color: #fff
}

#timeline .timeline-card--step3 {
    background-color: #ce43eb
}

#timeline .timeline-card--step3 .head::after {
    border-color: #ce43eb
}

#timeline .timeline-card--step4 {
    background-color: #4d92eb
}

#timeline .timeline-card--step4 .head::after {
    border-color: #4d92eb
}

#timeline .timeline-card--step5 {
    background-color: #46b8e9
}

#timeline .timeline-card--step5 .head::after {
    border-color: #46b8e9
}

#clock {
    font: 600 21px Archivo;
    color: #c00;
    margin-left: 414px;
    text-align: center
}

.standings {
    background: #fff;
    padding: 0 15px 15px;
    margin-top: 15px
}

.lig {
    height: 40px;
    display: table-footer-group
}

.lig li {
    float: left;
    margin-right: 5px
}

.lig li img {
    width: 50px
}

.league-status .team-list {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 18px 3px 10px
}

.league-status .team-list a {
    position: relative;
    text-align: center;
    width: 100%
}

.league-status .team-list a:before {
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 96%
}

.league-status .team-list a.status_cl:before,.league-status .team-list a.status_up:before {
    background-color: #4990e2
}

.league-status .team-list a.status_el:before,.league-status .team-list a.status_playoff:before {
    background-color: #f6a623
}

.league-status .team-list a.status_normal:before {
    background-color: #7ed321
}

.league-status .team-list a.status_down:before {
    background-color: #d0011b
}

.league-status .team-list a span {
    color: #222;
    display: block;
    font-size: 14px;
    margin-top: 10px
}

.league-status .team-list .team-logo {
    height: 34px;
    line-height: 34px
}

.league-status .team-list .team-logo i {
    display: block;
    margin: 0 auto
}

.league-status .team-list .team-logo img {
    height: auto;
    max-height: 34px;
    max-width: 80%
}

.surveybutton {
    float: right;
    border: 1px solid #000;
    padding: 10px;
    background: #3949ab;
    color: #fff;
    width: 10%;
    text-align: center
}

.tabs {
    margin: 0 auto
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

#tab-button li {
    display: table-cell;
    width: 20%
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    text-align: center;
    color: #000;
    text-decoration: none;
    font: 600 17px Archivo
}

#tab-button li:not(:first-child) a {
    border-left: none
}

#tab-button li a:hover,#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff
}

.tab-contents {
}

.tab-button-outer {
    display: none
}

.tab-contents {
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position:relative;
        z-index: 2;
        display: block
    }

    .tab-select-outer {
        display: none
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0
    }
}

.vce-format-icon {
    display: -webkit-box;
    margin: 25px 0 0 50px;
    position: absolute
}

.vce-lay-b .vce-format-icon,.vce-lay-c .vce-format-icon {
    margin-top: -40px
}

.vce-lay-d .vce-format-icon,.vce-lay-e .vce-format-icon,.vce-mega-menu-wrapper .vce-format-icon {
    margin-top: -23px
}

.vce-format-icon i {
    border: 3px solid #fff;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    display: inline-block;
    border-radius: 50%;
    z-index: 1000;
    color: #fff;
    -webkit-backface-visibility: hidden
}

.vce-format-icon i,.vce-lay-c .vce-format-icon i {
    height: 45px;
    width: 45px;
    font-size: 35px;
    font-size: 18px;
    padding: 12px 0 0 15px
}

.cookies {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 20px;
    width: 20%;
    box-shadow: rgba(0,0,0,.5) 0 5px 50px
}

.cookies span i {
    font-size: 22px;
    padding: 5px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0
}

.newscolor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.trend {
    animation: blink-animation 1s steps(5,start) infinite;
    -webkit-animation: blink-animation 1s steps(5,start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.trend {
     width: 15%;
    height: 30px;
    padding: 8px;
    text-align: center;
    position: absolute;
    z-index: 999999;
    margin-left: 244px;
    margin-top: 15px;
    position: absolute;
    margin-left: 85px
}

.trend i {
    padding: 5px
}

.trend {
    font-size: 13px;
    font-family: Archivo;
    color: #fff;
    background: #c00;
    border-radius: 3px;
    position: absolute;
    float: left;
    padding: 4px;
    margin-right: 100px;
    font-weight: 600
}

@keyframes trend {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.mega-dropdown {
    position: static!important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px
}

.mega-dropdown-menu>li ul>li>a:hover,.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px
}

.left.carousel-control {
    right: 30px;
    left: inherit
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd
}

.navbar-light {
    background-color: #fff!important
}

.navbar-light .navbar-nav>li>a {
    color: #000
}

.navbar-light .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-light .navbar-brand {
    color: #fff
}

.dropdown-toggle::after {
    transition: transform .15s linear
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px)
}

.dropdown-menu {
    margin-top: 0
}

.menu-large {
    position: static!important;
    border-left: 2px solid #dee0e1;
    padding-left: 15px;
    height: 32px
}

.megamenu {
    padding: 20px;
    width: 100%
}

.megamenu>div>li>ul {
    padding: 0;
    margin: 0
}

.megamenu>div>li>ul>li {
    list-style: none
}

.megamenu .card {
    outline: none
}

.megamenu .card:hover,.megamenu .card:focus {
    outline: 1px solid #000
}

.megamenu>div>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal
}

.megamenu>div>li>ul>li>a:hover,.megamenu>div>li>ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.megamenu.disabled>a,.megamenu.disabled>a:hover,.megamenu.disabled>a:focus {
    color: #999
}

.megamenu.disabled>a:hover,.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px
}

@media(max-width: 768px) {
    .megamenu {
        margin-left:0;
        margin-right: 0
    }

    .megamenu>li {
        margin-bottom: 30px
    }

    .megamenu>li:last-child {
        margin-bottom: 0
    }

    .megamenu.dropdown-header {
        padding: 3px 15px!important
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000!important;
    font: 600 18px Archivo!important
}

#slider {
    margin: 0;
    position: relative;
    overflow: hidden
}

#slider>.inner-wrap {
    max-width: 1500px;
    overflow: hidden;
    margin: 0 auto
}

.empty-slider {
    max-width: 1200px;
    margin: 60px auto 40px;
    padding: 0 15px;
    color: #fff
}

#slider .slides {
    white-space: nowrap;
    padding: 0;
    font-size: 0
}

#slider .slide {
    position: relative;
    display: inline-block;
    white-space: normal;
    width: 100%;
    height: 600px;
    text-align: center
}

#slider .slide-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%
}

#slider .slide-background::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.4) 80%,rgba(0,0,0,0.8))
}

#slider.slide-style-2 {
    background: #000
}

#slider.slide-style-2 .slide:after,#slider.slide-style-2 .slide:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 10%;
    z-index: 2
}

#slider.slide-style-2 .slide:before {
    left: 0;
    background: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%)
}

#slider.slide-style-2 .slide:after {
    right: 0;
    background: linear-gradient(to right,rgba(0,0,0,0) 0,#000 100%)
}

#slider .flickity-enabled .slide {
    display: block
}

.flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    height: 40px;
    width: 40px;
    background: 0 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .8;
    color: #363940;
    border-radius: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: 0 0;
    opacity: 1
}

.flickity-prev-next-button.previous {
    left: 40px
}

.flickity-prev-next-button.next {
    right: 40px
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.flickity-prev-next-button path {
    opacity: .8;
    fill: #fff
}

.flickity-prev-next-button:hover path {
    opacity: 1;
    fill: #fff
}

.flickity-prev-next-button[disabled] {
    opacity: .5
}

#slider .slider-direction-nav a:focus {
    outline: 0
}

#slider .slider-direction-nav a:hover,#slider .slider-direction-nav a:active {
    opacity: 1;
    background: #fff;
    color: #363940
}

.slides li .slide-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 10;
    height: 100%;
    width: 1200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.slides li .slide-header {
    position: absolute;
    bottom: 35px;
    left: 0;
    text-align: left;
    word-wrap: break-word;
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: 100%
}

.slides li .slide-play-btn {
    position: absolute;
    z-index: 5;
    top: 44%;
    left: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 66px;
    color: #fff;
    border: 2px solid;
    text-align: center;
    transition: .2s all ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.slides li .slide-play-btn::after {
    content: "\f04b";
    font-family: Archivo;
    font-size: 28px;
    padding-left: 3px
}

.slides li .slide-play-btn:hover {
    opacity: .8
}

.slides li h3 {
    font-size: 46px;
    font-weight: 700
}

.slides li h3 a {
    color: #fff
}

.slides li h3 a:hover {
    opacity: .7;
    color: #fff
}

.slides li .entry-meta {
    font-size: 16px;
    font-weight: 400;
    color: #bbb;
    margin: 0 0 15px
}

.slides li .entry-meta a {
    font-weight: 700;
    color: #fb6640
}

.slides li .entry-meta a:hover,.slides li .entry-meta a:active {
    color: #fff!important
}

.slides li .cat-links {
    position: relative
}

.slides li .cat-links a {
    font-style: normal;
    font-weight: 700
}

.slides li .entry-excerpt {
    color: #60605e;
    line-height: 1.8
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#slider .slides-count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    pointer-events: none;
    font-size: 14px;
    text-align: right;
    color: #888
}

.recent-posts::after {
    content: '';
    clear: both;
    display: table
}

.recent-posts {
    font-size: 0
}

.recent-posts .post,.recent-posts .type-page {
    margin-bottom: 30px;
    font-size: 16px;
    width: 31.7%;
    margin-right: 2.45%;
    display: inline-block;
    vertical-align: top
}

.recent-posts.three-columns .post:nth-of-type(3n+3),.recent-posts.three-columns .type-page:nth-of-type(3n+3) {
    margin-right: 0
}

.recent-posts.four-columns .post,.recent-posts.four-columns .type-page {
    width: 23.1%
}

.recent-posts.four-columns .post:nth-of-type(4n+4),.recent-posts.four-columns .type-page:nth-of-type(4n+4) {
    margin-right: 0
}

.recent-posts.list-view .inner-article {
    background: #f1f1f1;
    padding: 30px
}

.recent-posts .type-page .entry-meta {
    display: none
}

.recent-posts .post-thumb {
    position: relative;
    margin: 0 0 17px;
    background: #000;
    text-align: center
}

.recent-posts .post-thumb:hover img {
    opacity: .6;
    transition: all .25s ease
}

.recent-posts .post-thumb img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.recent-posts.list-view .post,.recent-posts.list-view .type-page {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    margin-right: 0
}

.recent-posts.list-view .post-thumb {
    max-width: 35%;
    float: left;
    margin-right: 25px
}

.recent-posts.list-view .entry-body {
    overflow: hidden
}

.recent-posts .post.wpz-has-embed-code .post-thumb::after,.recent-posts .post.format-video .post-thumb::after,.recent-posts .post.format-gallery .post-thumb::after {
    content: '\e901';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    pointer-events: none;
    font: normal 20px/40px 'video';
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.7);
    height: 40px;
    width: 50px;
    border-radius: 2px
}

.recent-posts .post.format-gallery .post-thumb::after {
    content: '\e902'
}

.recent-posts .entry-body {
    overflow: hidden
}

.entry-meta {
    font-size: 14px;
    margin: 0 0 10px;
    opacity: .9
}

.entry-meta span+span:before {
    content: " / ";
    color: rgba(0,0,0,.2);
    margin: 0 3px
}

.slides li .entry-meta span+span:before {
    color: rgba(255,255,255,.3)
}

.entry-meta a {
    color: #333;
    font-weight: 600
}

.entry-meta a:hover {
    color: #666
}

.meta_views {
    float: right
}

.slides .meta_views {
    float: none
}

.recent-posts .entry-content {
    color: #60605e
}

.recent-posts .entry-content *:last-child {
    margin-bottom: 0
}

.entry-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #222
}

.entry-title a {
    color: #222
}

.entry-title a:hover {
    color: #666
}

.entry-content:before,.entry-content:after {
    content: " ";
    display: table
}

.entry-content:after {
    clear: both
}

.entry-content p {
    margin-bottom: 28px
}

.entry-content a {
    color: #000;
    font-weight: 700;
    text-decoration: underline
}

.entry-content a:hover {
    text-decoration: none
}

.entry-content img {
    max-width: 100%;
    height: auto
}

.cat-links a {
    font-weight: 600;
    color: #fb6540;
    text-transform: uppercase
}

.cat-links a:hover,.cat-links a:active {
    color: #222
}

.format-video {
    margin: 15px;
    background: #eee;
    padding: 10px;
    width: 340px
}

#videoBox {
    transition: .5s
}

#videoBox.in {
    animation: ac 1s
}

#videoBox.out {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    animation: an .5s
}

.fancybox-toolbar div {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    background: rgba(30,30,30,.6);
    color: #ccc;
    font-size: 12px;
    font-weight: 700;
    min-width: 42px;
    text-align: center;
    white-space: nowrap
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top:auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 0;
        box-sizing: border-box;
        background: rgba(0,0,0,.3)
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
        overflow: visible
    }

    .fancybox-thumbs::-webkit-scrollbar {
        height: 7px
    }

    .fancybox-thumbs::-webkit-scrollbar-track {
        background: #2a2a2a;
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3)
    }

    .fancybox-thumbs::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px
    }
}

.searchbar {
    float: right;
    background-color: #e4e4e4;
    color: #000;
    padding: 3px 0 0 30px;
    width: 230px;
    border: none;
    margin-top: -3px;
    margin-right: 8px;
    font-family: Archivo;
    font-size: 1em;
    font-weight: 700;
    transition: .3s;
    height: 32px;
    border-radius: 3px
}

.searchbar::placeholder {
    color: #fff;
    font-family: Archivo;
    font-size: 1em;
    font-weight: 700
}

.searchbar:focus {
    width: 150px;
    font-family: Archivo;
    font-size: 1em;
    font-weight: 700;
    transition: .3s;
    outline: none;
    color: #000
}

.btn-search {
    cursor: pointer;
    color: #fff!important;
    text-decoration: none!important;
    font-family: Archivo;
    font-size: 19px;
    padding: 8px;
    position: absolute
}

.btn-search i{
    margin-top: -27px;
}

.register {
    background: #ed1e1f;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 3%
}

.register-left {
    text-align: center;
    color: #fff;
    margin-top: 4%
}

.register-left h1 a{
    color: #fff;
}

.register-left input {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: 700;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer
}

.register-right {
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%
}

.register-left img {
    margin-top: 15%;
    margin-bottom: 5%;
    width: 70%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-20px)
    }
}

.register-left p {
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%
}

.register .register-form {
    padding: 10%;
    margin-top: 10%
}

.btnRegister {
    float: right;
    margin-top: 10%;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #ed1e1f;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer
}

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #ed1e1f;
    border-radius: 1.5rem;
    width: 28%;
    float: right
}

.register .nav-tabs .nav-link {
    height: 45px;
    font-weight: 600;
    color: #fff;
    padding: 3px;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
    border: none
}

.register .nav-tabs .nav-link.active {
    width: 100px;
    color: #151515;
    border: 2px solid #ed1e1f;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem
}

.register-heading {
    text-align: center;
    margin-top: 8%;
    margin-bottom: -15%;
    color: #495057
}

#compani input {
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    display: grid;
    width: 400px
}

#compani textarea {
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    display: grid;
    width: 600px;
    height: 300px
}

#compani button {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    display: grid;
    width: 200px;
    height: 50px;
    background: #c00;
    border: 0 solid
}

.fk-slider {
    width: 100%;
    overflow: hidden
}

.fk-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

.fk-slider ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

.fk-slider ul li img {
    display: block;
    height: auto;
    max-width: 100%
}

.fk-slider ul#lightSlider li {
    width: 100%;
    height: 300px
}

.fk-slider ul#lightSlider li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fk-slider ul.lSPager {
}

.fk-slider ul.lSPager li {
    height: 80px
}

.fk-slider ul.lSPager li:last-child {
}

.fk-slider ul.lSPager li img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    border-radius: .4rem
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,.lightSlider:after {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1
}

.fk-slider {
    width: 100%;
    overflow: hidden
}

.fk-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

.fk-slider ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

.fk-slider ul li img {
    display: block;
    height: auto;
    max-width: 100%
}

.fk-slider ul#lightSlider li {
    width: 100%;
    height: 300px
}

.fk-slider ul#lightSlider li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fk-slider ul.lSPager {
}

.fk-slider ul.lSPager li {
    height: 100px
}

.fk-slider ul.lSPager li:last-child {
}

.fk-slider ul.lSPager li img {
    width: 100%;
    height: 100%!important;
    object-fit: cover
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,.lightSlider:after {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.lSSlideWrapper>.lightSlider:after {
    clear: both
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade {
    position: relative
}

.lSSlideWrapper .lSFade>* {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,.lg-actions .lg-prev {
    background-color: rgba(0,0,0,.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,.45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none!important;
    outline: medium;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0,0,0,.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-toolbar,.lg-prev,.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
    transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .25s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0,0%,0);
    transform: translate3d(0,0%,0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media(min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition:border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover {
    border-color: #00a651
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../images/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    -moz-transition: opacity .08s ease 0s;
    -o-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #00a651;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -moz-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    -o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
    transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -moz-transition: -moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
    transition: opacity .15s ease 0s,transform .15s ease 0s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
    transition: visibility 0s linear .18s,opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0,0px,0);
    -o-transform: translate3d(0,0px,0);
    -ms-transform: translate3d(0,0px,0);
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0,5px,0);
    -o-transform: translate3d(0,5px,0);
    -ms-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
    transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover a,.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Archivo;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0,0,0,.07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
    z-index: 9999999999
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: none!important
}

.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block!important
}

.lg-outer.lg-css .lg-current {
    display: inline-block!important
}

.lg-outer .lg-item,.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #428bca
}

.lSSlideOuter .media {
    opacity: .8
}

.lSSlideOuter .media.active {
    opacity: 1
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius .12s linear 0s .35s linear 0s;
    transition: border-radius .12s linear 0s .35s linear 0s
}

.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover {
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}

.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    -webkit-transition: opacity .35s linear 0s;
    transition: opacity .35s linear 0s
}

.lSAction>a:hover {
    opacity: 1
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction>a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0!important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute!important;
    right: 0;
    top: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    width: 100%!important;
    max-width: none!important
}

.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}

.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0
}

.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li {
    float: left
}

.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li {
    float: right!important
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.bilgi-button {
    background: #ffc107;
    padding: 14px;
    color: #191919;
    font: 600 15px Archivo;
    text-align: center
}

.ad-details-sidebar .details-block ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px
}

.as-details-sidebar .details-block ul li span {
    width: 150px;
    display: inline-block;
    text-transform: uppercase
}

.text-right {
    text-align: right!important
}

.navbar-expand-md .navbar-nav {
    height: 40px;
    width: 795px
}

.ticker ul {
    width: 85%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    display: none
}

.nav-item li{
    padding: 2px 0px 2px 18px;
    height: 40px;
}

.navbar-nav li a::after {
    content: "";
    left: 10px;
    top: 20px;
    display: inline;
    width: 7px;
    margin-right: 10px;
    position: relative;
    padding: 1px;
}

.nav-item li a{
    font: 600 15px Archivo;
    color: #000;
    text-decoration: none;
}

.nav-item a:hover {
    color: rgb(105, 105, 105) !important;
    text-decoration: none;
}

.nav-item{
   font-size: 18px;
   font-weight: 600;
   line-height: 2.2;
   color: #212529;
   padding-right: 7px !important;
}

.content-info img{
width: 700px;
}

#sendbulten {
    padding: 11px;
    background: #0000;
    color: #fff;
    border: 1px solid #fff;
    margin-left: -5px;
}

.footer li a{
    color: #fff;
}


.textMansetbig{
     position: absolute;
    color: #fff;
    font-size: 33px;
    bottom: 0px;
    padding: 15px 5px 35px 20px;
    font-weight: 900;
    background: #000000c7;
    width: 96%;
    height: 77px;
    border-top: 1px solid #d8242f;
    overflow: hidden;
    margin-left: 6%;
}


.textManset{
    position: absolute;
    color: #fff;
    font-size: 21px;
    bottom: 0px;
    padding: 15px 5px 35px 20px;
    font-weight: 900;
    background: #000000c7;
    width: 100%;
    height: 129px;
    border-top: 1px solid #d8242f;
    overflow: hidden;
}

.textMansetyan{
    position: absolute;
    color: #fff;
    font-size: 21px;
    bottom: 49px;
    padding: 10px 5px 35px 20px;
    font-weight: 900;
    background: #000000c7;
    width: 100%;
    border-top: 1px solid #d8242f;
    height: 80px;
}


.content-info {
    margin-bottom: 15px;
}

.content-info a {
    font-weight: 700;
    color: #d63a3a;
}




.allof{padding: 7px 10px 10px 10px;height: 33px;margin-top: -6px;width: 66px;border: 1px solid #ffffff78;}

.allof a{color: #fff !important;}


.up970 {
text-align: center;
margin-top: 15px;
}

.up300 {
margin-bottom: 15px;
text-align: center;
}

.up728 {
margin-bottom: 15px;
text-align: center;
}

.upleft {

}

.upright {

}

.heartbit {
    position: absolute;
    top: 17px;
    right: 64px;
    height: 10px;
    width: 10px;
    z-index: 99999;
    border: 5px solid #ef5350;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
 }


 #left-ad {
    right: 57%;
    margin-right: 490px;
}


#right-ad {
    left: 57%;
    margin-left: 490px;
}


#left-ad, #right-ad {
    top: 228px;
    position: absolute;
    background: 0;
    z-index: 99;
    margin-bottom: 0;
}

.toplist_container .toplist_list .toplist_list_item .position:nth-child(n+10) {
    margin-top: -55px
}

.gallery{
    margin-top: 15px
}

.tumu{
    float: right;
}

.ys-reels-timeline__inner { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); position: relative; margin-bottom: 10px; } .ys-reels-timeline-item .ys-reels-timeline-thumbnail { margin-bottom: 6px; margin-left: auto; margin-right: auto; } .ys-reels-timeline-thumbnail { --ys-reels-timeline-thumbnail-width: 70px; --ys-reels-timeline-thumbnail-width-mobile: 74px; --ys-reels-timeline-thumbnail-height: 70px; --ys-reels-timeline-thumbnail-height-mobile: 74px; -webkit-user-drag: none; cursor: pointer; position: relative; touch-action: manipulation; transition: .1s ease-out; -webkit-user-select: none; width: 70px; } .ys-reels-timeline-thumbnail-media img { width: 100px; height: 100px; object-fit: cover; border-color: transparent; border-width: .36rem; border: 5px solid; border-radius: 50px; border: 5px solid transparent; background: linear-gradient(45deg, #e0464f, #6b7fc9) border-box; /* mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0); */ mask-composite: exclude; } .ys-reels-timeline-item__title { -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; width: 99px; height: 26px; overflow: hidden; } .ys-reels-timeline-item__title { word-wrap: break-word; --tw-text-opacity: 1; color: #000; display: block; font-size: 12px; font-weight: 900; line-height: 14px; overflow: hidden; text-overflow: ellipsis; transition-duration: .2s; text-align: center; } .ys-reels-timeline-item { display: inline-flex; margin-right: 10px; } .ys-reels-timeline__items { } .ys-reels-timeline__items a{ } .ys-reels-timeline-item__tag { text-align: center; color: #bd3b3a; display: block; font-family: elza; font-size: 10px; font-weight: 900; }


.modal { display: none; position: fixed; z-index: 1000; left: 20px; bottom: 20px; top: auto; width: 284px; height: 210px; background-color: #ffffff94; border-radius: 10px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); padding: 20px; text-align: center; } .modal button { margin: 10px; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; } .accept-btn { border:1px solid #ededed;} .reject-btn {border:1px solid #ededed; } .modal a { display: block; margin-top: 10px; color: blue; text-decoration: none; }



