@import url("https://fonts.googleapis.com/css?family=Audiowide:400");
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400; }

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500; }

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700; }

p, h1, h2, h3, h4, h5, h6, figure {
    margin: 0px; }

a, a:hover, a:active, a:focus, a:visited {
    outline: none;
    text-decoration: none;
    color: inherit; }

ul, li {
    padding: 0px;
    list-style-type: none;
    margin: 0px; }

.container {
    max-width: 1205px; }

body {
    font-family: Roboto;
    font-weight: 500; }

header {
    margin-bottom: 15px;
}
header .upper-header {
    padding-top: 30px;
    padding-bottom: 12px; }
.logo-holder .dot{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin: 0px 5px;
    background-color: #676767;
}
.logo-holder p{
    color: #676767;
    font-size: 13px;
    margin-top: 2px;
    justify-content: space-around;
}
.tv-link {
    width: 178px;
    height: 36px;
    background-color: #b33771;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-family: Audiowide;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    transition: all 0.3s ease;
    /* margin-right: 40px; */
    letter-spacing: 0px; }
header .right-side .tv-link:hover {
    color: #b33771;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(179, 55, 113, 0.7);
    letter-spacing: 2px; }

header .right-side .search-box {
    position: relative;
    width: 294px; }
header .right-side .search-box input {
    width: 100%;
    height: 36px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    outline: none;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333; }
header .right-side .search-box img {
    position: absolute;
    right: 15px;
    top: 5px; }

header .right-side .lang-select {
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 36px;
    margin-left: 37px;
    border-radius: 5px;
    border: 1px solid #c3c3c3; }
header .right-side .lang-select span {
    opacity: 0.4;
    color: #3d3d3d;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }
header .right-side .lang-select img {
    margin-left: 5px; }

header .right-side .other-langs {
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    background-color: white;
    padding: 5px 10px;
    min-width: 57px;
    position: absolute;
    top: calc(100% + 5px);
    right: 0px;
    background: white;
    z-index: 999; }

header .header-menu {
    padding: 15px 0px;
    border-bottom: 1px solid #ef627a; }
header .header-menu .main-menu li a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 33.2px;
    padding: 0px 5px;
    transition: all 0.2s ease; }
header .header-menu .main-menu li a:hover {
    color: #ed4c67; }
header .header-menu .main-menu li.ask-question a {
    padding: 6px 63px;
    border: 1px solid #ef627a;
    border-radius: 5px;
    color: #ed4c67;
    font-size: 18px; }

.main-grid {
    padding: 20px 0px; }
.main-grid .left-side {
    width: 70%;
    padding-right: 12px; }
.main-grid .left-side .main-slider {
    margin-bottom: 68px;
    position: relative; }
.main-grid .left-side .main-slider .item h3 {
    max-width: 80%;
    position: absolute;
    z-index: 10;
    color: #fff;
    bottom: 60px;
    left: 50px;
    font-size: 33px; }
.main-grid .left-side .main-slider .item::before{
    bottom: 0px;
    content: ' ';
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0);
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(39%, rgba(0,0,0,0)), color-stop(40%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.45)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 39%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 100%;
}
.main-grid .left-side .main-slider .custom-controls {
    position: absolute;
    width: 30px;
    height: 40px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(149, 165, 166, 0.7);
    transition: all 0.2s ease;
    cursor: pointer; }
.main-grid .left-side .main-slider .custom-controls img {
    position: relative;
    transition: all 0.2s ease; }
.main-grid .left-side .main-slider .custom-controls:hover {
    background-color: rgba(149, 165, 166, 0.9); }
.main-grid .left-side .main-slider .prev {
    left: 0px; }
.main-grid .left-side .main-slider .prev img {
    transform: rotate(180deg); }
.main-grid .left-side .main-slider .prev:hover img {
    transform: rotate(180deg) translateX(2px) scale(1.1); }
.main-grid .left-side .main-slider .next {
    right: 0px; }
.main-grid .left-side .main-slider .next:hover img {
    transform: translateX(2px) scale(1.1); }
.main-grid .left-side .main-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%); }
.main-grid .right-side {
    width: 30%;
    padding-left: 17px; }

.sidebar-holder .sidebar-head {
    height: 52px;
    padding: 0px 17px 0px 12px;
    width: 100%;
    color: #fff;
    border-radius: 2px; }
.sidebar-holder .sidebar-head h3 {
    font-size: 17px; }
.sidebar-holder .sidebar-head .voice-btn-text {
    font-size: 13px; }
.sidebar-holder .sidebar-head .voice-btn-text img {
    position: relative;
    top: -1px;
    margin-right: 4px; }

.sidebar-holder .content-item {
    padding: 12px;
    border-bottom: 1px solid #d9d9d9;
    border-top: none; }
.sidebar-holder .content-item figure {
    width: 140px;
    margin-left: 12px; }
.sidebar-holder .content-item:last-child {
    border: none; }

.sidebar-holder .sidebar-content {
    border: 1px solid #d9d9d9;
    max-height: 750px; }
.sidebar-holder .sidebar-content h3 {
    font-size: 13px;
    color: #212222;
    margin-bottom: 12px; }
.sidebar-holder .sidebar-content .other-info.d-flex  span {
    color: #95a5a6;
    font-size: 10px;
    margin-right: 11px; }
.sidebar-holder .sidebar-bottom a{
    width: 100%;
    height: 36px;
    background-color: #b33771;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    float: left;
    font-weight: 400;
    line-height: 35px;
    transition: all 0.3s ease;
    letter-spacing: 0px;
    margin-bottom: 30px;
}


.currency-holder-header
{

    width: 350px;
    height: 40px;
    overflow: hidden;
}

.sidebar-holder .currency-table {
    background-color: #f4f4f4;
    border: 1px solid #c6c6c6; }
.sidebar-holder .currency-table table {
    width: 100%;
   height: 38px;
    position: relative;
}
.sidebar-holder .currency-table td:first-child {
    padding-left: 15px; }
.sidebar-holder .currency-table td:first-child img {
    margin-right: 2px;
    position: relative;
    top: -1px; }
.sidebar-holder .currency-table td:nth-child(n+2) {
    text-align: center; }
/*.sidebar-holder .currency-table td:nth-child(1) {
    width: 110px; }*/
.sidebar-holder .currency-table .first-row td {
    color: #b33771;
    font-size: 18px;

}
.sidebar-holder .currency-table tr {
    border-bottom: 1px solid #c6c6c6;position: absolute;width: 100%;}
.sidebar-holder .currency-table tr:last-child {
    border: none; }

.sidebar-holder .crypto-currency {
    }
.sidebar-holder .crypto-currency td {
    padding: 7px 0px; width: 1%; }

.currency-holder { }

.sidebar-holder.ads-holder {
    margin-top: 30px; }
.sidebar-holder.ads-holder img {
    width: 100%; }

.sidebar-holder.mostread-lent-holder {
    margin-top: 30px; }
.sidebar-holder.mostread-lent-holder .sidebar-head {
    background-color: #33a8ac; }
.sidebar-holder.mostread-lent-holder .eye-ico {
    margin-right: 2px; }
table tr.item {
    display: none;
}
table tr.active
{
    display: block;
}

.sidebar-holder-1 .currency-table-1 {
    background-color: #f4f4f4;
    height: 313px;
    border: 1px solid #c6c6c6; }
.sidebar-holder-1 .currency-table-1 table {
    width: 100%; }
.sidebar-holder-1 .currency-table-1 td {
    padding: 18px 0px; }
.sidebar-holder-1 .currency-table-1 td:first-child {
    padding-left: 15px; }
.sidebar-holder-1 .currency-table-1 td:first-child img {
    margin-right: 2px;
    position: relative;
    top: -1px; }
.sidebar-holder-1 .currency-table-1 td:nth-child(n+2) {
    text-align: center; }
.sidebar-holder-1 {margin-top:30px;}
.sidebar-holder-1 .currency-table-1 td:nth-child(1) {
    width: 110px; }
.sidebar-holder-1 .currency-table-1 .first-row td {
    color: #b33771;
    font-size: 20px; }
.sidebar-holder-1 .currency-table-1 tr {
    border-bottom: 1px solid #c6c6c6; }
.sidebar-holder-1 .currency-table-1 tr:last-child {
    border: none; }

.msg
{
    display:block;
    width:100%;
    height:60px;
    text-align:center;
}

.voice-btn {
    width: 25px;
    height: 15px;
    display: none!important;
    background-color: #ed4c67; }

.news-lent-holder .sidebar-head {
    background-color: #b33771; }

.mCSB_scrollTools {
    width: 11px; }

.mCSB_inside > .mCSB_container {
    margin-right: 12px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b3b3b3;
    width: 100%;
    border-radius: 0px; }

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e6e6e6;
    width: 100%;
    border-radius: 0px; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #9a9a9a; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #949494; }

.section-heading {
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c6c6c6;
    margin-bottom: 30px; }

.video-news {
    margin-bottom: 57px; }
.video-news .video-news-item {
    position: relative; }
.video-news .video-news-item figure img {
    max-width: 100%; }
.video-news .video-news-item .play-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(50% - 10px);
    font-size: 42px;
    color: #b2b2b2;
    transition: all 0.2s ease; }
.video-news .video-news-item .video-info {
    width: 100%;
    position: absolute;
    padding: 7px 15px 11px 12px;
    bottom: 0px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease; }
.video-news .video-news-item .video-info h3 {
    font-size: 17px;
    margin-bottom: 10px;
    transition: all 0.3s ease; }
.video-news .video-news-item .video-info .date-time span {
    font-size: 12px;
    margin-right: 14px; }
.video-news .video-news-item:hover .video-info {
    padding: 20px 7px 15px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%; }
.video-news .video-news-item:hover .video-info h3 {
    font-size: 18px; }
.video-news .video-news-item:hover .play-icon {
    z-index: 20;
    bottom: calc(50% - 35px);
    color: white; }

.standart-news-boxes {
    margin-bottom: 20px; }
.standart-news-boxes:last-child {
    margin: 0px; }
.standart-news-boxes a {
    display: block;
    margin-bottom: 30px; }
.standart-news-boxes .col-6:nth-last-child(-n+2) a {
    margin-bottom: 0px; }
.standart-news-boxes .standart-news-item {
    position: relative; }
.standart-news-boxes .standart-news-item .news-info {
    height: 144px;
    padding: 25px 15px 15px 15px;
    background-color: #f3f3f3; }
.standart-news-boxes .standart-news-item .news-info h3 {
    color: #212222;
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 88px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
.standart-news-boxes .standart-news-item .news-info .date-time {
    position: absolute;
    bottom: 20px; }
.standart-news-boxes .standart-news-item .news-info .date-time span {
    color: #95a5a6;
    font-size: 14px;
    margin-right: 15px; }
.standart-news-boxes .standart-news-item figure img {
    max-width: 100%; }

.secondary-grid {
    margin-top: 71px; }
.secondary-grid .news-info {
    height: 148px;
    position: relative;
    background-color: #fafafa;
    padding: 0px 25px 0px 20px; }
.secondary-grid .news-info h3 {
    color: #212222;
    font-size: 16px;
    margin-bottom: 9px;
    line-height: 20px; }
.secondary-grid .news-info p {
    color: #828282;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 17px; }
.secondary-grid .news-info .date-time span {
    color: #95a5a6;
    font-size: 11px;
    margin-right: 10px;
}
.secondary-grid .section-other-news {
    margin-top: 30px; }
.secondary-grid .section-other-news .date-time {
    position: absolute;
    bottom: 25px; }
.secondary-grid .section-other-news h3 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 15px;
    max-height: 72px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
.secondary-grid .section-other-news .news-info {
    padding: 10px 10px 25px 10px; }
.secondary-grid figure img {
    width: 100%; }
figure.block-main-pic img
{
    width: auto;
}
.secondary-grid .custom-right-padding {
    padding-right: 30px; margin-bottom:30px;}
.secondary-grid .custom-left-padding {
    padding-left: 30px; margin-bottom:30px; }
.secondary-grid .left-news {
    position: relative; }
.secondary-grid .left-news:after {
    position: absolute;
    width: 1px;
    height: calc(100% - 65px);
    background-color: #c6c6c6;
    content: ' ';
    right: -30px;
    bottom: 0px; }
.secondary-grid .col-6 {
    margin-bottom: 65px; }
.secondary-grid .col-6:nth-last-child(-n+2) {
    margin-bottom: 0px; }

footer {
    margin-top: 116px; }
footer .lower-footer,
footer .upper-footer {
    border-top: 1px solid #dbdbdb; }
footer .lower-footer {
    padding: 24px 0px; }
footer .lower-footer h3 {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
footer .upper-footer {
    padding-top: 28px;
    padding-bottom: 36px; }
footer .upper-footer .phone {
    font-size: 18px;
    font-weight: 400;
    color: #828282; }
footer .upper-footer .email {
    color: #828282;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px; }
footer .upper-footer .subscribe {
    position: relative; }
footer .upper-footer .subscribe input {
    padding-left: 15px;
    font-style: italic;
    width: 245px;
    height: 43px;
    box-shadow: none;
    border: none;
    outline: none;
    background-color: #e2e2e2;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
footer .upper-footer .subscribe button {
    width: 96px;
    height: 43px;
    background-color: #b33771;
    border: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer; }
footer .upper-footer .social-links a {
    border-radius: 100%;
    width: 34px;
    height: 34px;
    background-color: #a8a8a8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    transition: all 0.2s ease; }
footer .upper-footer .social-links a:last-child {
    margin: 0px; }
footer .upper-footer .social-links a:hover {
    background-color: whitesmoke;
    color: #757575;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
footer .upper-footer .social-links .instagram:hover {
    color: #bc2a8d; }
footer .upper-footer .social-links .facebook:hover {
    color: #3b5998; }
footer .upper-footer .social-links .twitter:hover {
    color: #00aced; }
footer .upper-footer .social-links .youtube:hover {
    color: #bb0000; }

.hamburger {
    display: none;
    position: relative;
    z-index: 9999; }

.is-active .hamburger-inner,
.is-active .hamburger-inner:after,
.is-active .hamburger-inner:before {
    background-color: #fff; }

.mobile-menu {
    padding-left: 30px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    display: flex;
    align-items: center;
    transform-origin: 91% 65px;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    background: linear-gradient(rgba(179, 59, 112, 0.75), rgba(179, 59, 112, 0.95), rgba(179, 59, 112, 0.75)); }
.mobile-menu .close-menu {
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
.mobile-menu .close-menu i {
    transition: all 0.2s ease;
    color: #ffffff;
    font-size: 48px;
    font-weight: 400; }
.mobile-menu .menu-list ul, .mobile-menu .menu-list li {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
.mobile-menu .menu-list .dropdown {
    display: none; }
.mobile-menu .menu-list .dropdown li {
    font-size: 16px; }
.mobile-menu .menu-list .dropdown li a {
    display: block;
    padding: 5px 0px; }
.mobile-menu .menu-list li {
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize; }
.mobile-menu .menu-list li a {
    display: block;
    padding: 10px 0px; }

.mobile-search {
    display: none;
    margin-left: 15px; }

.owl-carousel {
    touch-action: manipulation; }

.search-popup {
    overflow: hidden;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 99999;
    background-color: rgba(179, 59, 112, 0.95); }
.search-popup .close-popup {
    transition: all 0.2s ease;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 75px; }
.search-popup .close-popup .close-holder {
    position: relative;
    top: 30px; }
.search-popup .close-popup .line {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 3px;
    background-color: white;
    transform-origin: center; }
.search-popup .close-popup .line:first-child {
    transform: rotate(45deg); }
.search-popup .close-popup .line:last-child {
    transform: rotate(-45deg); }
.search-popup .search-box {
    transform: scale(0.8);
    transition: all 0.2s ease;
    position: relative;
    width: 100%; }
.search-popup .search-box img {
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    position: absolute;
    color: #6d7784;
    font-size: 36px;
    font-weight: 400; }
.search-popup .search-box input {
    transition: all 0.2s ease;
    color: #16181c;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 80px;
    outline: none;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background-color: #ffffff; }

.search-popup.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }
.search-popup.open .search-box {
    transform: scale(1); }

.cat-inner-name {
    color: #ed4c67;
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 30px; }

.news-inner-name {
    color: #212222;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px; }
#speaktext input[type="image"]
{
    max-width: 100%;
    height: auto!important;
}

.cat-main-news {
    margin-bottom: 90px; }
.cat-main-news .news-info {
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 15px 30px 20px 15px; }
.cat-main-news .news-info h3 {
    color: #212222;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 25px; }
.cat-main-news .news-info .date {
    color: #b3b3b3;
    font-size: 12px; }

.inner-category.standart-news-boxes .standart-news-item .news-info {
    background-color: transparent;
    border: 1px solid #f2f2f2;
    border-top: none; }

.load-more {
    cursor: pointer;
    width: 100%;
    position: relative;
    text-align: center; }
.load-more span {
    color: #ed4c67;
    font-size: 19px;
    font-weight: 400;
    line-height: 13.2px;
    margin: 0px 30px;
    display: block;
    min-width: 80px; }
.load-more .line {
    width: 100%;
    height: 2px;
    background-color: #f59baa; }

.news-inner {
    padding-bottom: 97px; }
.news-inner .news-info {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6; }
.news-inner .date {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400; }
.news-inner .news-inner-content {
    margin: 42px 0;
    color: #262626;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.6px; }
.news-inner .inner-slider-controls {
    margin-top: 10px;
    margin-bottom: 20px; }
.news-inner .next {
    transform: rotate(180deg);
    margin-left: 20px; }
.news-inner .news-inner-gallery {
    margin-top: 45px; }

.share-btns {
    color: #33a8ac;
    font-size: 11px;
    font-weight: 400;
    /* height: 27px; */
    padding: 6px 9px;
    border: 1px solid #99d4d6;
    border-radius: 100px;
}
.share-btns a {
    color: #fff !important;
    background-color: #a8a8a8;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 8px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.print-btn {
    padding: 0px 9px;
    border-radius: 100px;
    color: #fa8231;
    font-size: 11px;
    font-weight: 400;
    border: 1px solid #fdc198;
    height: 27px;
    margin: 0px 15px;
}
.print-btn img {
    margin-left: 5px; }

.comment-btn {
    padding: 0px 9px;
    border-radius: 10px;
    color: #ed4c67;
    font-size: 11px;
    font-weight: 400;
    border: 1px solid #f6a6b3;
    height: 27px; }
.comment-btn img {
    margin-left: 5px; }

.voice-btn-inner {
    width: 85px;
    height: 30px;
    border-radius: 4px;
    background-color: #b33771;
    color: #fff;
    font-size: 10px;
    font-weight: 400; }
.voice-btn-inner img {
    margin-right: 6px; }

.captcha-img img
{
    height:55px;
    margin-top:14px;
}
.contact-form {
    max-width: 695px;
    margin: 0 auto;
    padding: 100px 0px; }

.contact-form .textarea-holder {
    margin: 10px 0;
}

.contact-form select {
    min-height:50px;
    border:1px solid #a9a9a9;
}
.contact-form input, .contact-form textarea , .contact-form select {
    width: 100%;
    padding: 0px 10px;
    outline: none; }
.contact-form input:focus, .contact-form textarea:focus {
    border: 1px solid #bc5082; }
.contact-form input {
    height: 50px; }
.contact-form textarea {
    padding: 10px;
    height: 250px; }
.contact-form label {
    opacity: 0.7;
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 33.2px; }
.contact-form label span {
    color: red; }
.contact-form .submit-btn {
    margin-top: 20px; }
.contact-form .submit-btn button {
    cursor: pointer;
    width: 161px;
    height: 50px;
    color: #b33771;
    font-size: 22px;
    font-weight: 400;
    border: 1px solid #bc5082;
    background-color: white;
    transition: all 0.3s ease;
    transform-origin: left; }
.contact-form .submit-btn button:focus {
    outline: none;
    transform: scale(0.95); }
.contact-form .submit-btn button:hover {
    background-color: #b33771;
    color: white;
    letter-spacing: 2px; }
.src-result
{
    padding: 15px 20px;
}
.src-result:nth-child(even){
    background-color: rgba(179, 55, 112, 0.04);
}
.src-result a
{
    color:#b33771;
}
.src-section
{
    font-size:14px;
    color:#443f3f;
    font-family: Roboto;
}
.video-item
{
    margin-bottom:30px;
}

.readcount
{
    /*background-image:url('/assets/images/readcount.png');
    background-repeat:no-repeat;
    display:inline-block;
    padding:2px 0 0 30px;
    margin:-3px 0 0 0;*/
    display: none;
}

.other-news span.readcount
{
    margin:-5px 0 0 0;
    padding-top:5px;
}
.secondary-grid span.readcount
{
    margin:-5px 0 0 0;
    padding-top:5px;
}

@media (min-width: 992px) and (max-width: 1200px){
    .main-grid .left-side a figure img{
        width: 100%;
    }
}
@media (min-width: 0px) and (max-width: 992px) {
    .search-popup .close-popup {
        right: 15px;
        top: 15px; }
    .mobile-search {
        display: block; }
    header .right-side .lang-select {
        margin-left: 25px; }
    header .upper-header {
        padding-top: 30px; }
    .hamburger {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 15px;
        display: block; }
    .hamburger .hamburger-box {
        top: 4px; }
    .upper-header .right-side {
        align-items: center;
        justify-content: flex-end; }
    .upper-header .logo-holder {
        align-items: center;}

    .upper-header .logo-holder img {
        width: 110px; }
    .owl-carousel .owl-item img{
        height: auto;
    }
    .custom-left-padding,
    .custom-right-padding {
        padding: 0px 15px !important; }
    .hidden-xs {
        display: none; }
    .main-grid .left-side {
        padding: 0px;
        width: 100%; }
    .main-grid .left-side figure, .main-grid .left-side figure img {
        width: 100%; }
    .section-featured-news figure img {
        height: 148px;
        object-fit: cover; }
    .section-other-news .other-news {
        margin-bottom: 15px;
        width: 100%;
        display: flex; }
    .section-other-news .other-news img {
        height: 84px;
        object-fit: cover; }
    .section-other-news .other-news .news-info {
        width: 100%;
        height: 84px; }
    .section-other-news .other-news .news-info h3 {
        -webkit-line-clamp: 5; }
    .section-other-news .date-time {
        bottom: 5px !important; }
    .video-news .video-news-item {
        margin-bottom: 15px; }
    .footer-inner {
        flex-direction: column !important;
        align-items: flex-start !important; }
    .footer-inner .subscribe {
        margin: 30px 0px; }
    .footer-inner .subscribe input {
        max-width: calc(100% - 96px); }
    .secondary-grid .left-news:after {
        content: none; }
    footer .upper-footer .subscribe input {
        width: 100%; }
    .video-news .video-news-item .play-icon {
        bottom: calc(50% - 10px);
        color: #ffffff; }
    .main-grid .left-side .main-slider .item h3 {
        max-width: 90%;
        position: absolute;
        font-size: 18px;
        width: 100%;
        bottom:5%;
        left:3%;
        color:#fff;
        margin-top: 15px; }
    .main-grid .left-side .main-slider .owl-dots {
        bottom: 70px; } }
@media (min-width: 0px) and (max-width: 768px){
    .upper-holder-inner{
        flex-direction: column;
        align-items: center;
    }
    .upper-header .right-side{
        justify-content: center;
    }
    .upper-header .logo-holder{
        margin-bottom: 10px;
    }
}
@media (min-width: 0px) and (max-width: 450px){
    .section-featured-news{
        flex-direction: column;
        align-items: center;
    }
    .section-featured-news figure img{
        margin-bottom: 10px;
    }
    .secondary-grid .news-info{
        height: auto;
    }
    .section-other-news .other-news .news-info h3 {
        -webkit-line-clamp: 2; }
}
@media (max-width: 430px){
    header .right-side .tv-link{
        margin-right: 0;
        width: 130px;
    }
    header .right-side .lang-select{
        margin-left: 15px;
    }
}
.marquee {
    width: 100%;
    overflow: hidden;
    height: 35px;
}
ul.marquee li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color:#fff;
    padding-right: 30px;
}