html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    min-height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

* {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
img {
    border: 0 none;
    outline: 0 none;
}

a {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}

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

h1,
h2,
h3,
p,
span,
a,
select,
option,
ul,
li {
    font-family: 'Open Sans', sans-serif;
}

figure {
    margin: 0;
    position: relative;
}

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

.content {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}


/*Homepage CSS*/

section#weather {
    width: 100%;
    display: block;
    background-color: #ebebeb;
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}

section#weather-mobile {
    width: 100%;
    display: block;
    background-color: #ebebeb;
    padding: 10px 0;
    display: none;
}

section#weather-small {
    width: 100%;
    display: block;
    background-color: #ebebeb;
    padding: 10px 0;
}

.main-ad-wrapper {
    width: 100%;
    position: relative;
    height: 90px;
    text-align: center;
}

#showbiz .main-ad-wrapper {
    top: -18px;
}

.main-ad {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.weather-title {
    padding-left: 30px;
    padding-top: 24px;
}

.weather-title h3,
h2 {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.weather-title h3 {
    font-size: 16px;
    padding-right: 18px;
}

.weather-title h2 {
    font-size: 30px;
}


/* Navigation CSS */

.navbar-nav>li>a,
.navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
}

.navbar-nav>li.active>a,
.navbar-nav>li>a:hover {
    color: #9c9c9c;
}

.navbar {
    min-height: 94px !important;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border: none;
    margin: 0;
    z-index: 999;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}

.navbar-nav>li {
    float: none !important;
    display: inline !important;
}

.navbar-nav>li>a {
    display: inline;
    text-shadow: none;
    color: #003471;
    font-size: 15px;
    margin: 0 30px;
    padding: 0;
    transition: all 0.2s ease-in;
    margin-left: 0;
    background: none !important;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
    color: #003471;
}

.navbar-default .navbar-brand {
    padding-top: 15px !important;
}

.navbar-fixed-top {
    top: 110px !important;
}

.navbar-right {
    margin-right: -7px;
    width: 100%;
    float: right;
    max-width: 336px;
    text-align: right;
}

.radio-wrapper {
    width: 265px;
    height: 68px;
    margin-top: 3px;
    background: url(img/radio-background.png) center no-repeat;
    position: relative;
    float: right;
}


/*Main news CSS */

section#main-news {
    width: 100%;
    display: block;
    float: left;
    background-color: #003471;
    position: relative;
    max-height: 420px;
    z-index: 5;
}

.boxes-wrapper {
    margin-top: 15px;
    position: relative;
}

.big-news {
    background-image: url('img/fallback.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 483px;
    position: relative;
    cursor: pointer;
}

.big-news h2,
h3 {
    color: #fff;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}

.big-news h3 a {
    background-color: #f26522;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: left;
    color: #fff;
}


/*
.big-news h2{
  opacity:1;
  transition: opacity 1s ease-in-out;
}*/

.big-news h2 a {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    letter-spacing: -2px;
}

.big-news-wrapper {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.overlay-half {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 36%;
    z-index: 99;
    background-image: url('img/overlayhalf.png');
    background-repeat: repeat-x;
}

.small-news {
    width: 100%;
    margin-bottom: 33px;
    cursor: pointer;
}

.small-news h2 a {
    display: block;
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 22px;
}

.small-news h3 a {
    font-size: 13px;
    text-align: left;
    color: #fff;
}

.small-news-showbiz {
    background-image: url('img/fallback.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 225px;
    position: relative;
    z-index: 223;
    overflow: hidden;
}

.small-news-showbiz:before,
.news-box .max-min-height:before,
#main-news .photo-wrapper-small:before,
#news .photo-wrapper-small:before,
.big-news:before,
.photo-wrapper-small:before {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 9999;
    border: 2px solid #fff;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 27px;
    color: #fff;
}

.lajm .small-news-showbiz:before,
.lajm.news-box .max-min-height:before,
.lajm.big-news:before,
.lajm.photo-wrapper-small:before {
    content: "\f030";
    visibility: visible !important;
    opacity: .8 !important;
}

.video .small-news-showbiz:before,
.video.news-box .max-min-height:before,
.video.big-news:before,
.video.photo-wrapper-small:before {
    content: "\f04b";
    visibility: visible !important;
    opacity: .8 !important;
    padding-left: 3px;
}

.live .small-news-showbiz:before,
.live.news-box .max-min-height:before,
.live.big-news:before,
.live.photo-wrapper-small:before {
    content: "\f192";
    visibility: visible !important;
    opacity: .8 !important;
    padding-left: 3px;
}

.small-news-showbiz h2,
h3 {
    color: #fff;
    text-transform: none;
    text-align: left;
}

.small-news-showbiz h3 a {
    background-color: #662d91;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    z-index: 9999999;
    position: relative;
}

.small-news-showbiz h2 a {
    color: #fff;
}

.small-news-biznes {
    background-image: url('img/smallnews2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 225px;
    position: relative;
}

.small-news-biznes h2,
h3 {
    color: #fff;
    text-transform: none;
    text-align: left;
    line-height: 0.8;
}

.small-news-biznes h3 a {
    background-color: #c69c6d;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
}

.small-news-biznes h2 a {
    color: #fff;
    line-height: 0.8;
}

.small-news-sport {
    background-image: url('img/smallnews3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 225px;
    position: relative;
}

.small-news-sport h2,
h3 {
    color: #fff;
    text-transform: none;
    text-align: left;
    line-height: 1;
}

.small-news-sport h3 a {
    background-color: #00a651;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}

.small-news-sport h2 a {
    color: #fff;
}

.small-news-fun {
    background-image: url('img/smallnews4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 225px;
    position: relative;
}

.small-news-fun h2,
h3 {
    color: #fff;
    text-transform: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
}

.small-news-fun h3 a {
    background-color: #959595;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
}

.small-news-fun h2 a {
    color: #fff;
}

.small-news-wrapper {
    position: absolute;
    bottom: -5px;
    left: 0;
    padding: 0 15px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

section#news {
    width: 100%;
    display: block;
    float: left;
    margin-top: 150px;
    padding-bottom: 20px;
}

.img-wrapper {
    width: 100%;
    position: relative;
    min-height: 0 !important;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
}

.img-wrapper:hover .news-box h4 a {
    color: #002c5f !important;
}

.news-box h4 a:hover {
    color: #002c5f !important;
}

.overlay-news {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 52, 113, .3);
    display: none;
    z-index: 99;
}

.small-news .overlay-half {
    height: 55%;
}

.photo-wrapper-small .overlay-half {
    height: 70%;
}

.big-news:hover .overlay-news {
    display: block;
}

.big-news:hover .date-hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: auto;
    visibility: visible;
}

.big-news:hover .big-news-wrapper {
    bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.speciale-wrapper:hover .date-hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: auto;
    visibility: visible;
}

.speciale-wrapper:hover .big-news-wrapper {
    bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.small-news:hover .small-news-wrapper {
    bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.big-news-wrapper {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    left: 0;
    padding: 0 15px;
}

.photo-wrapper-showbiz:hover .overlay-news {
    display: block;
}

.photo-wrapper-showbiz:hover .date-hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: auto;
    visibility: visible;
}

.photo-wrapper-showbiz:hover .title-wrapper-showbiz {
    bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.small-news:hover .overlay-news {
    display: block;
}

.small-news:hover .date-hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: auto;
    visibility: visible;
}

span.date-hover {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    z-index: 999999;
    font-weight: 500;
    position: relative;
    opacity: 0;
    height: auto;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
}

h1.title {
    color: #003471;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-top: 0;
}

h1.title a {
    color: #003471;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2px;
}

.news-box {
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.news-box a {
    text-decoration: none;
}

.isotope-wrapper p a {
    color: #fff;
}


/*
.news-box a h4:hover{
  color:#002c5f;
}*/

.news-box h4 a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-top: 20px;
}

.title-news-hover {
    color: #003471;
}

.news-box p {
    font-size: 13px;
    color: #acacac;
    margin-top: 0;
}

section#web-tv {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    background-color: #002c5f;
}

h1.title.diff-color {
    color: #fff;
    margin-top: 45px;
    margin-bottom: 30px;
}

.video-wrapper {
    width: 100%;
    position: relative;
}

.video-web-tv {
    padding-bottom: 67.25%;
    padding-top: 25px;
    height: 0;
}

.video-web-tv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.video-title h2 a {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    text-transform: none;
}

section#box-tv {
    width: 100%;
    display: block;
    float: left;
    background-color: #003471;
    padding-bottom: 45px;
}

.portfolioFilter ul {
    text-decoration: none;
    float: right;
    margin: 0;
    width: auto;
    padding: 0;
}

.portfolioFilter li {
    display: inline;
}

.portfolioFilter li a {
    display: inline;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}

.portfolioContainer {
    margin-top: 40px;
}

.portfolioFilter a.current {
    font-weight: bold;
}

h1.title .portfolioFilter {
    display: inline-block;
}

.portfolioFilter {
    float: right;
    margin-top: 60px;
    width: 100%;
    padding: 0;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.isotope-wrapper p {
    font-size: 15px;
    color: #fff;
    display: block;
    position: relative;
    top: 0;
    z-index: 888;
    padding-top: 5px;
}

.img-wrapper-isotope img {
    width: 100%;
}

section#showbiz {
    width: 100%;
    display: block;
    float: left;
    background-color: #ebebeb;
    padding: 45px 0;
}

.main-ad-showbiz {
    background-image: url('img/showbiz-ad.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 90px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

h1.title-showbiz a {
    font-size: 40px;
    color: #662d91;
    font-weight: 700;
    margin-top: 52px;
}

.showbiz-details {
    height: 100%;
    border-top: 2px solid #662d91;
    border-bottom: 2px solid #662d91;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 30px;
    overflow: hidden;
    max-height: 400px;
}

.showbiz-details h3 a {
    font-size: 35px;
    font-weight: 600;
    color: #662d91;
    letter-spacing: -1px;
    line-height: 42px;
}

.showbiz-details h6 a {
    color: #9e9e9e;
    font-size: 14px;
    margin-top: 33px;
}

.showbiz-details h4 {
    color: #838d8f;
    font-size: 16px;
    margin-top: 33px;
    line-height: 23px;
}

.showbiz-wrapper {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.img-showbiz-wrapper {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    cursor: pointer;
}

.img-showbiz img {
    width: 100%;
    height: auto;
}

.purple-box-wrapper {
    width: 100%;
    position: relative;
    float: left;
    background-color: #662d91;
    overflow: hidden;
    cursor: pointer;
    max-height: 180px;
    height: 180px;
    -webkit-box-shadow: 6px 6px 18px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 6px 18px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 6px 20px -6px rgba(0, 0, 0, 0.75);
}

.img-purple {
    width: 50%;
    height: 100%;
    float: left;
}

.img-purple img {
    display: block;
    width: 100%;
    height: 100%;
}

.text-purple {
    width: 50%;
    background-color: #662d91;
    float: left;
    padding: 10px;
    min-height: 0;
    height: 100%;
    position: relative;
}

.text-purple h4 {
    margin-top: 0;
}

.text-purple h4 a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.text-purple>h6 {
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.text-purple h6 a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

.overlay-showbiz {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 52, 113, .4);
    display: none;
    z-index: 999;
}

section#biznes {
    width: 100%;
    float: left;
    display: block;
    padding: 45px 0;
}

h1.title.title-biznes a {
    color: #448ccb;
    margin-top: 0px;
    padding-bottom: 15px;
    display: block;
}

.biznes-news {
    background-image: url('img/fallback.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 540px;
    position: relative;
    cursor: pointer;
}

.biznes-news-wrapper {
    background-color: #448ccb;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    z-index: 999999;
    padding: 10px;
    float: left;
}

.biznes-news-wrapper h6 a {
    font-size: 12px;
    color: #fff;
}

.biznes-news-wrapper h3 a {
    color: #fff;
}

.img-biznes-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
    float: left;
}

.img-biznes-wrapper img {
    width: auto;
    min-height: 255px;
}

.img-biznes {
    background-color: #448ccb;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 15px;
    z-index: 9999;
}

.img-biznes h4 a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
}

.img-biznes h6 {
    margin-top: 0;
}

.img-biznes h6 a {
    font-size: 12px;
    color: #fff;
}

section#meTeLexuarat {
    width: 100%;
    float: left;
    display: block;
    background-color: #003471;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.most-recent-wrapper {
    color: #fff;
    width: 100%;
    border: 3px solid #fff;
    padding: 15px 20px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    margin-top: 0;
    overflow: hidden;
    max-height: 350px;
}

.most-recent-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.most-recent-content {
    width: 100%;
    z-index: 9999;
    position: relative;
    float: left;
}

.most-recent-content h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.most-recent-content h3 a:focus {
    outline: none;
}

.most-recent-wrapper h6 a {
    color: #9aa5bb;
    font-size: 14px;
    font-weight: 600;
    display: block;
    z-index: 888;
    position: relative;
}

.most-recent-wrapper>h6 a {
    color: #9aa5bb;
    font-size: 14px;
    font-weight: 600;
    display: block;
    z-index: 888;
    position: absolute;
    bottom: 15px;
    left: 25px;
}

.most-recent-content p {
    font-size: 15px;
    line-height: 18px;
    margin-top: 24px;
}


/*
.slick-slide {
    margin-left: 30px;
}
.slick-slide:first-child {
    margin-left: 0px;
}
*/


/* the slides */

.slick-slide {
    margin: 0 10px;
}


/* the parent */

.slick-list {
    margin: 0 -10px;
}

.img-hover-wrapper {
    background-image: url('img/metelexuarat.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.most-recent-wrapper:hover .img-hover-wrapper {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.most-recent-wrapper:hover .overlay-news {
    display: block;
}


/*Slick arrows CSS */


/*
button.slick-next.slick-arrow {
    background: url('img/right-arrow.png') no-repeat;
    border: 0px;
    width: 72px;
    height: 72px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 152px;
    right: -124px;
    z-index: 9999;
    transform: none !important;
}
button.slick-prev.slick-arrow {
    background: url('img/left-arrow.png') no-repeat;
    border: 0px;
    width: 72px;
    height: 72px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 152px;
    left: -161px;
    z-index: 9999;
    transform: none !important;
}
button.slick-prev.slick-arrow:focus {
    outline: none;
}
button.slick-next.slick-arrow:focus {
    outline: none;
}
*/


/*Sport CSS */

section#sport {
    width: 100%;
    display: block;
    float: left;
    background-color: #ebebeb;
    padding: 45px 0;
}

.main-ad-sport {
    background-image: url('img/sport-ad.jpg');
}

.img-showbiz.img-sport img {
    width: 100%;
}

.showbiz-details.sport-details h3 a {
    color: #39b54a;
}

.showbiz-details.sport-details {
    border-top: 2px solid #39b54a;
    border-bottom: 2px solid #39b54a;
    overflow: hidden;
}

.title-showbiz {
    margin: 0;
    margin-bottom: 15px;
}

.title-showbiz.title-sport a {
    color: #39b54a;
}

.text-purple.text-green {
    background-color: #39b54a;
}


/*Kulture CSS */

section#kulture {
    width: 100%;
    float: left;
    display: block;
    padding: 45px 0;
}

.biznes-news.kulture-news {
    background-image: url('img/fallback.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.title.title-kulture a {
    color: #f18024;
    padding-bottom: 15px;
    display: block;
}

.kulture-news-wrapper {
    background-color: #f18024;
}

.biznes-news-wrapper.kulture-news-wrapper h3 a {
    color: #fff;
}

.img-kulture {
    background-color: #f18024;
}

section#fun {
    width: 100%;
    display: block;
    float: left;
    background-color: #ebebeb;
    padding: 45px 0;
}

.title-showbiz.title-fun a {
    color: #ff0000;
}

.showbiz-details.fun-details h3 a {
    color: #ff0000;
}

.showbiz-details.fun-details {
    height: 100%;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
}

.text-purple.text-red {
    background-color: #ff0000;
}

section#raporto-anketa {
    width: 100%;
    display: block;
    float: left;
    padding: 45px 0;
}

.raporto-wrapper {
    background-image: url('img/21media.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 465px;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}

.floatLeft {
    float: left !important;
}

.raporto-details {
    padding: 47px;
    position: relative;
    z-index: 2;
}

span.white-text {
    color: #fff;
}

.raporto-details h3.media a {
    color: #00c0ff !important;
    z-index: 9999 !important;
    position: relative !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
    margin-bottom: 257px !important;
    background-color: transparent;
    border: none;
    line-height: 33px;
}

.overlay-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 52, 113, .76);
    top: 0;
    left: 0;
    z-index: -999;
}

.raporto-details a {
    background-color: #fff;
    padding: 15px 25px;
    color: #003471;
    position: relative;
    z-index: 9999;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #fff;
}

.raporto-details a:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all .2s ease-in;
}

.anketa-wrapper {
    background-image: url('img/anketaimg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 510px;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    float: left;
}

.anketa-details {
    /* padding: 55px 55px; */
    padding: 30px;
    position: relative;
    z-index: 2;
}

.anketa-details h3.long a {
    color: #fff;
    z-index: 9999;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    background-color: transparent;
    text-transform: none;
    border: none;
    line-height: 30px;
}

ul.anketa-list {
    list-style: none;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 50px;
    margin-left: 0;
}

.anketa-list li {
    margin-top: 10px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

ul.anketa-list li label {
    font-weight: 500;
}

input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}

input[type=checkbox] {
    margin-right: 35px;
}

.anketa-details a {
    color: #fff;
    position: relative;
    z-index: 9999;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 45px;
}

.anketa-details .button-anketa a:first-child {
    width: 155px;
    padding: 15px 50px;
    background-color: #fff;
    border: 2px solid #fff;
    color: #003471;
    display: block;
    text-align: center;
}

footer {
    width: 100%;
    display: block;
    float: left;
    background-color: #003471;
    padding: 45px 0;
}

ul.list-footer {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

.list-footer li {
    margin-top: 5px;
}

.list-footer li a {
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}

h1.title-footer a {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
}

.contact-footer {
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 25px;
    float: left;
}

.contact-footer .left-footer {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.left-footer h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.right-footer h5 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    margin: 0;
    float: left;
}

.right-footer a i {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
}

.info-extra {
    margin-top: 30px;
}

.info-extra p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.left-footer h5 span {
    margin-left: 30px;
}


/* Showbiz css*/

.navbar-default .navbar-nav.navbar-showbiz>li>a {
    color: #8a8a8a;
}

.navbar-nav.navbar-showbiz>li.active-showbiz>a,
.navbar-nav.navbar-showbiz>li>a:hover {
    color: #662d91;
}

.navbar-nav.navbar-showbiz>li.active>a,
.navbar-nav.navbar-showbiz>li>a:hover {
    color: #662d91;
}

section#main-news.main-news-showbiz {
    background-color: #662d91;
    max-height: 578px;
}

.photo-wrapper-showbiz {
    background-image: url(img/fallback.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 490px;
    position: relative;
    overflow: hidden;
}

.photo-wrapper-showbiz.cat-photo {
    cursor: pointer;
}

.title-wrapper-showbiz {
    position: absolute;
    left: 0;
    bottom: -15px;
    padding: 0px 15px;
    transition: all 0.7s ease-in-out;
}

.title-wrapper-showbiz .lajm-i-pergjithshem {
    color: #fff;
    text-transform: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
}

.title-wrapper-showbiz .lajm-i-pergjithshem .category-link {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    z-index: 9999999;
    position: relative;
    background-color: #838d8f;
    font-size: 13px;
    text-align: left;
    color: #fff;
}

.title-wrapper-showbiz h2 {
    text-align: left;
    z-index: 999;
    position: relative;
    margin-bottom: 10px;
}

.title-wrapper-showbiz h2 a {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.title-padding {
    padding-right: 15%;
}

.photo-wrapper-showbiz.photo-wrapper-small {
    min-height: 230px;
    background-image: url('img/fallback.png');
    margin-bottom: 30px;
    overflow: hidden;
}

.title-wrapper-showbiz h4 {
    margin-bottom: 5px;
    z-index: 999999;
    position: relative;
}

.title-wrapper-showbiz h4 a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.boxes-wrapper.box-margin {
    margin-top: 30px;
}

.mini-menu-wrapper {
    margin-top: 30px;
}

ul.mini-menu {
    padding: 0;
    margin: 0;
}

.mini-menu>li {
    float: none !important;
    display: inline !important;
}

.mini-menu>li>a {
    display: inline;
    text-shadow: none;
    color: #8560a6;
    font-size: 45px;
    transition: all 0.2s ease-in;
    background: none;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
    padding-right: 30px;
    letter-spacing: -1px;
}

.mini-menu>li>a:hover {
    color: #fff;
}

li.mini-menu-active a {
    color: #fff !important;
}

section#news.news-showbiz1 {
    margin-top: 55px;
}

section#web-tv.videos-holder {
    background-color: #56267a;
}

section#box-tv.box-tv-showbiz {
    padding-bottom: 20px;
}

.portfolioFilter.portfolio-float {
    float: left;
    margin-top: 45px;
    margin-bottom: 20px;
}

section#news.more-news-showbiz {
    padding-bottom: 85px;
}

section#main-news.main-news-showbiz.main-news-open {
    min-height: 330px !important;
    max-height: 0px;
}

.navbar-brand>img {
    background-color: #003471;
}


/* Default */

section#web-tv {
    background-color: #002c5f;
}

footer,
section#box-tv,
section#main-news {
    background-color: #003471;
}

.mini-menu>li>a {
    color: #662d91;
}

.navbar-brand>img {
    background-color: #003471;
}

.news-sub-title {
    color: #fff;
    background-color: #003471;
}

.liveblog-entry {
    padding-top: 20px;
}

.liveblog-author-avatar {
    display: none;
}

.liveblog-author-name {
    display: none;
}

.liveblog-entry .liveblog-meta .liveblog-meta-time {
    float: left;
    margin-bottom: 20px;
    font-size: 15px;
    margin-left: 0;
}

.liveblog-entry .liveblog-entry-text {
    margin-bottom: 30px;
    margin-left: 0;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    color: #003471;
    line-height: 1.2 !important;
}

.main-content a {
    color: #003471;
}

.news-inside-wrapper h2 {
    color: #003471;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav.navbar-showbiz>li>a:hover {
    color: #003471;
}

.category .mini-menu>li.current-cat>a {
    color: #fff;
}

.mini-menu>li>a:hover {
    color: #fff;
}

.navbar-nav>li.menu-item-type-custom>a,
.navbar-nav>li.menu-item-type-custom>a:hover,
li.current-category-ancestor a {
    color: #9c9c9c;
}

.category .navbar-nav>li>a {
    color: #9c9c9c;
}

#main-news .boxes-wrapper .small-news h3 a {
    background-color: #002c5f;
}

.main-content h3,
.category-biznes .main-content h4 {
    color: #448ccb;
}

.news-box h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Showbiz Colors */

.category-showbiz footer,
.category-showbiz section#main-news,
.category-showbiz section#web-tv {
    background-color: #662d91!important;
}

.category-showbiz .news-box h4 a,
.category-showbiz .navbar-nav>li.current-menu-item>a,
.category-showbiz li.current-category-ancestor a {
    color: #662d91;
}

.category-showbiz .navbar-brand>img {
    background-color: #662d91;
}

.category-showbiz section#box-tv {
    background-color: #8560a6!important;
}

.category-showbiz .mini-menu>li>a {
    color: #8560a6;
    padding-right: 25px;
}

.category-showbiz .mini-menu>li>a:hover {
    color: #fff;
}

#main-news .boxes-wrapper .small-news h3.showbiz a {
    background-color: #662d91;
}

#main-news .big-news-wrapper h3.showbiz a {
    background-color: #662d91;
}

.category-showbiz .main-content h1,
.category-showbiz .main-content h2,
.category-showbiz .main-content h3,
.category-showbiz .main-content h4,
.category-showbiz .main-content h5,
.category-showbiz .main-content h6 {
    color: #662d91;
}

.category-showbiz .news-sub-title {
    background-color: #662d91;
}

.category-showbiz .navbar-default .navbar-toggle .icon-bar {
    background-color: #662d91;
}

.category-showbiz #search-load-more {
    background-color: #662d91;
}

.category-showbiz .liveblog-entry {
    border-top: 1px solid #662d91;
}

.category-showbiz .liveblog-meta-time a {
    color: #662d91;
}

.category-showbiz .liveblog-meta-time a:before {
    color: #002c5f;
}

.category-showbiz .liveblog-entry:nth-last-child(2) {
    border-bottom: 1px solid #002c5f;
}

.category-showbiz .fa-search {
    color: #662d91;
}

.category-showbiz #mc_embed_signup .button {
    color: #662d91;
}


/*News*/

.category-lajme footer,
.category-lajme section#box-tv,
.category-lajme section#main-news,
.category-lajme section#web-tv {
    background-color: #002c5f!important;
}

.category-lajme .news-box h4 a {
    color: #002c5f;
}

.category-lajme .mini-menu>li>a {
    color: #2361aa;
}

.category-lajme .navbar-brand>img {
    background-color: #002c5f;
}

.category-lajme section#box-tv {
    background-color: #003471 !important;
}

.category-lajme .news-sub-title {
    background-color: #002c5f;
}

.category-lajme .main-content h1,
.category-lajme .main-content h2,
.category-lajme .main-content h3,
.category-lajme .main-content h4,
.category-lajme .main-content h5,
.category-lajme .main-content h6 {
    color: #002c5f;
}

.category-lajme .news-inside-wrapper h2 {
    color: #002c5f;
}

.category-lajme footer,
.category-lajme section#main-news,
.category-lajme section#web-tv {
    background-color: #002c5f !important;
}

.category-lajme .mini-menu>li>a:hover {
    color: #fff;
}

.category-lajme .navbar-nav>li.current-menu-item>a,
.category-lajme .navbar-nav>li>a:hover,
.category-lajme li.current-category-ancestor a {
    color: #002c5f !important;
}

#main-news .boxes-wrapper .small-news h3.lajme a {
    background-color: #002c5f;
}

#main-news .big-news-wrapper h3.lajme a {
    background-color: #002c5f;
}

#main-news .big-news-wrapper h3.lajme a {
    background-color: #002c5f;
}

.category-lajme .navbar-default .navbar-toggle .icon-bar {
    background-color: #002c5f;
}

.category-lajme #search-load-more {
    background-color: #002c5f;
}

.category-lajme .liveblog-entry {
    border-top: 1px solid #002c5f;
}

.category-lajme .liveblog-meta-time a {
    color: #002c5f;
}

.category-lajme .liveblog-meta-time a:before {
    color: #002c5f;
}

.category-lajme .liveblog-entry:nth-last-child(2) {
    border-bottom: 1px solid #002c5f;
}

.category-lajme .fa-search {
    color: #002c5f;
}

.category-lajme #mc_embed_signup .button {
    color: #002c5f;
}


/* Sport */

.category-sport footer,
.category-sport section#main-news,
.category-sport section#web-tv {
    background-color: #39b54a!important;
}

.category-sport .news-box h4 a {
    color: #39b54a;
}

.category-sport .mini-menu>li>a {
    color: #41ed59;
}

.category-sport .navbar-brand>img {
    background-color: #39b54a;
}

.category-sport .news-sub-title {
    background-color: #39b54a;
}

.category-sport .main-content h1,
.category-sport .main-content h2,
.category-sport .main-content h3,
.category-sport .main-content h4,
.category-sport .main-content h5,
.category-sport .main-content h6,
.category-sport .main-content a {
    color: #39b54a;
}

.category-sport .liveblog-entry:nth-last-child(2) {
    border-bottom: 1px solid #39b54a;
}

.category-sport .liveblog-entry {
    border-top: 1px solid #39b54a;
}

.category-sport .liveblog-meta-time a {
    color: #39b54a;
}

.category-sport .liveblog-meta-time a:before {
    color: #39b54a;
}

.liveblog-meta-time a {
    text-decoration: none;
    position: relative;
}

.liveblog-meta-time a:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    margin-left: 2px;
    font-weight: 300;
    font-size: 25px;
    vertical-align: middle;
}

.liveblog-entry-text p {
    margin-bottom: 0;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 25px;
}

.liveblog-entry-text {
    float: left;
    width: 100%;
}

.category-sport .news-inside-wrapper h2 {
    color: #39b54a;
}

.category-sport .navbar-nav>li.current-menu-item>a,
.category-sport .navbar-nav>li>a:hover,
.category-sport li.current-category-ancestor a {
    color: #39b54a !important;
}

.category-sport .mini-menu>li>a:hover {
    color: #fff;
}

.category-sport section#box-tv {
    background-color: #41ed59;
}

#main-news .boxes-wrapper .small-news h3.sport a {
    background-color: #39b54a;
}

#main-news .big-news-wrapper h3.sport a {
    background-color: #39b54a;
}

.category-sport .navbar-default .navbar-toggle .icon-bar {
    background-color: #39b54a;
}

.category-sport #search-load-more {
    background-color: #39b54a;
}

.category-sport .fa-search {
    color: #39b54a;
}

.category-sport #mc_embed_signup .button {
    color: #39b54a;
}


/*Biznes*/

.category-biznes footer,
.category-biznes section#main-news,
.category-biznes section#web-tv {
    background-color: #448ccb !important;
}

.category-biznes .news-box h4 a {
    color: #448ccb;
}

.category-biznes .navbar-brand>img {
    background-color: #448ccb;
}

.category-biznes .mini-menu>li>a {
    color: #cde8ff;
}

.category-biznes .news-sub-title {
    background-color: #448ccb;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.category-biznes .main-content h1,
.category-biznes .main-content h2,
.category-biznes .main-content h3,
.category-biznes .main-content h4,
.category-biznes .main-content h5,
.category-biznes .main-content h6,
.category-biznes .main-content a {
    color: #448ccb;
}

.category-biznes .news-inside-wrapper h2 {
    color: #448ccb;
}

.category-biznes .navbar-nav>li.current-menu-item>a,
.category-biznes .navbar-nav>li>a:hover,
.category-biznes li.current-category-ancestor a {
    color: #448ccb !important;
}

.category-biznes .mini-menu>li>a:hover {
    color: #fff;
}

.category-biznes section#box-tv {
    background-color: #48a2f0;
}

#main-news .boxes-wrapper .small-news h3.biznes a {
    background-color: #448ccb;
}

#main-news .big-news-wrapper h3.biznes a {
    background-color: #448ccb;
}

.category-biznes .navbar-default .navbar-toggle .icon-bar {
    background-color: #448ccb;
}

.category-biznes #search-load-more {
    background-color: #448ccb;
}

.category-biznes .liveblog-entry {
    border-top: 1px solid #448ccb;
}

.category-biznes .liveblog-meta-time a {
    color: #448ccb;
}

.category-biznes .liveblog-meta-time a:before {
    color: #448ccb;
}

.category-biznes .liveblog-entry:nth-last-child(2) {
    border-bottom: 1px solid #448ccb;
}

.category-biznes .fa-search {
    color: #448ccb;
}

.category-biznes #mc_embed_signup .button {
    color: #448ccb;
}


/*Kulture*/

.category-kulture footer,
.category-kulture section#box-tv,
.category-kulture section#main-news,
.category-kulture section#web-tv {
    background-color: #f18024 !important;
}

.category-kulture section#box-tv {
    background-color: #ed9956 !important;
}

.category-kulture .navbar-brand>img {
    background-color: #f18024;
}

.category-kulture .news-box h4 a {
    color: #f18024;
}

.category-kulture .mini-menu>li>a {
    color: #f2a261;
    padding-right: 25px;
    line-height: 1.2;
}

.category-kulture .news-sub-title {
    background-color: #f18024;
}

.category-kulture .main-content h1,
.category-kulture .main-content h2,
.category-kulture .main-content h3,
.category-kulture .main-content h4,
.category-kulture .main-content h5,
.category-kulture .main-content h6,
.category-kulture .main-content a {
    color: #f18024;
}

.category-kulture .news-inside-wrapper h2 {
    color: #f18024;
}

.category-kulture .navbar-nav>li.current-menu-item>a,
.category-kulture .navbar-nav>li>a:hover,
.category-kulture li.current-category-ancestor a {
    color: #f18024 !important;
}

.category-kulture .mini-menu>li>a:hover {
    color: #fff;
}

#main-news .boxes-wrapper .small-news h3.kulture a {
    background-color: #f18024;
}

#main-news .big-news-wrapper h3.kulture a {
    background-color: #f18024;
}

.category-kulture .navbar-default .navbar-toggle .icon-bar {
    background-color: #f18024;
}

.category-kulture #search-load-more {
    background-color: #f18024;
}

.category-kulture .liveblog-entry {
    border-top: 1px solid #f18024;
}

.category-kulture .liveblog-meta-time a {
    color: #f18024;
}

.category-kulture .liveblog-meta-time a:before {
    color: #f18024;
}

.category-kulture .liveblog-entry:nth-last-child(2) {
    border-bottom: 1px solid #f18024;
}

.category-kulture .fa-search {
    color: #f18024;
}

#main-news .boxes-wrapper .small-news h3.kulturë a {
    background-color: #f18024;
}

#main-news .big-news-wrapper h3.kulturë a {
    background-color: #f18024;
}

.category-kulture #mc_embed_signup .button {
    color: #f18024;
}


/*Fun*/

.category-fun footer,
.fun section#box-tv,
.category-fun section#main-news,
.category-fun section#web-tv {
    background-color: #ff0000 !important;
}

.category-fun section#box-tv {
    background-color: #ff3f3f !important;
}

.category-fun .navbar-brand>img {
    background-color: #ff0000;
}

.category-fun .news-box h4 a {
    color: #ff0000;
}

.category-fun .mini-menu>li>a {
    color: #f16060;
    padding-right: 37px;
}

.category-fun .news-sub-title {
    background-color: #ff0000;
}

.category-fun .main-content h1,
.category-fun .main-content h2,
.category-fun .main-content h3,
.category-fun .main-content h4,
.category-fun .main-content h5,
.category-fun .main-content h6,
.category-fun .main-content a {
    color: #ff0000;
}

.category-fun .news-inside-wrapper h2 {
    color: #ff0000;
}

.category-fun .navbar-nav>li.current-menu-item>a,
.category-fun .navbar-nav>li>a:hover,
.category-fun li.current-category-ancestor a {
    color: #ff0000 !important;
}

.category-fun .mini-menu>li>a:hover {
    color: #fff;
}

#main-news .boxes-wrapper .small-news h3.fun a {
    background-color: #ff0000;
}

#main-news .big-news-wrapper h3.fun a {
    background-color: #ff0000;
}

.category-fun .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff0000;
}

.category-fun #search-load-more {
    background-color: #ff0000;
}

.category-fun .liveblog-entry {
    border-top: 1px solid #ff0000;
}

.category-fun .liveblog-meta-time a {
    color: #ff0000;
}

.category-fun .liveblog-meta-time a:before {
    color: #ff0000;
}

.category-fun .liveblog-entry:nth-last-child(2) {
    border-bottom: 1px solid #ff0000;
}

.category-fun .fa-search {
    color: #ff0000;
}

.category-fun #mc_embed_signup .button {
    color: #ff0000;
}


/* Pergjithshem */

#main-news .boxes-wrapper .small-news h3.lajm-i-pergjithshem a {
    background-color: #838d8f;
}

.big-news-wrapper h3.lajm-i-pergjithshem a {
    background-color: #838d8f;
}

#wpdevar_comment_1 {
    border-top: 1px solid #e9ebee;
    padding-top: 20px !important;
    position: relative;
    float: left !important;
}

#wpdevar_comment_1>span:first-child {
    padding-left: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #2a2a2a !important;
    font-weight: 600;
}

#wpdevar_comment_1 .fb-comments {
    margin-top: 10px;
}


/*Showbiz inside open CSS */

h1.title-inside-open {
    font-size: 42px;
    font-weight: 600;
    margin: 30px 0;
    padding-bottom: 25px;
    line-height: 50px;
    float: left;
    letter-spacing: -2px;
}

section#news-inside-open {
    padding: 0;
    margin: 0;
    margin-top: -30px;
    margin-bottom: 45px;
    z-index: 7777;
    position: relative;
    display: inline-block;
    width: 100%;
}

h4.date-news-inside {
    display: inline-block;
    float: left;
    color: #c2c2c2;
    font-size: 14px;
    padding: 0;
    margin: 22px 0;
}

.main-content {
    float: left;
    border-top: 1px solid #c2c2c2;
    width: 100%;
}

.main-content h3 {
    color: #662d91;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 26px;
}

.main-content p {
    color: #2a2a2a;
    font-size: 16px;
    margin-top: 15px;
    line-height: 25px;
}

.main-content h4 {
    color: #662d91;
    font-size: 22px;
    font-weight: 600;
    margin-top: 45px;
}

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

.single-post .main-content p:first-of-type {
    display: none;
}

.no-padding {
    padding: 0px;
}

.news-inside-wrapper {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 30px;
    z-index: 9;
    position: relative
}

.news-inside-wrapper h2 {
    color: #662d91;
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
    margin-top: 30px;
}

.img-wrapper.img-wrapper-inside img {
    width: 100%;
}

.related-posts-container {
    margin-top: -35px;
}

.related-posts-container h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.small-ad-wrapper {
    width: 100%;
    position: relative;
    max-height: 250px;
    margin-bottom: 30px;
    text-align: center;
}

.small-ad-wrapper.removeMaxHeight {
    max-height: initial;
}

.small-ad {
    background-image: url('img/swiss-ad.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.small-ad-wrapper.fb-plugin-wrapper {
    height: auto;
}

.fb-plugin {
    background-position: center;
    background-repeat: no-repeat;
    height: 540px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.img-wrapper-isotope img:hover {
    opacity: 0.6;
}

.img-wrapper-isotope img {
    width: 100%;
    display: block;
    position: relative;
    margin: -10% 0;
}

.modal-body {
    padding: 0px;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: #002c5f;
    text-transform: uppercase;
    color: #fff;
}

.modal-content h4 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}

.modal-content p {
    font-size: 15px;
    margin-top: 17px;
}

.modal-content p a {
    color: #fff;
}

.img-wrapper.diff-margin {
    margin-top: 30px;
}

.close {
    margin-top: 13px;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    float: right;
}

.close:focus,
.close:hover {
    color: #fff;
    outline: none;
}

.diff-background {
    padding-top: 30px;
    background-color: #003471;
}

.img-biznes-wrapper.img-biznes-ad {
    clear: both;
    float: none;
}

.biznes-news:hover .overlay-news {
    display: block;
}


/* FULL SCREEN MODAL STYLES
  -------------------------------------------------- */

.modal.fade.fullscreen {
    padding-right: 0px !important;
}

.fullscreen .modal-dialog {
    margin: 0 0 0 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    color: #333;
}

.fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    color: #333;
    background: rgb(0, 52, 113);
    overflow: auto;
    position: relative;
    z-index: 9999;
    width: 100%;
}

.fullscreen .modal-body ul {
    padding: 0px;
}

.fullscreen .modal-body li {
    padding: 0px;
    ;
}

.fullscreen .modal-body a {
    color: #333;
    font-size: 300%;
}

.small-logo {
    float: left;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    color: transparent;
    outline: none;
    outline-offset: 0px;
}

.nav.navbar-nav.list-box-tv ul li a {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.mobile-ad-wrapper {
    display: none;
}

.img-wrapper-big-margin {
    margin-bottom: -256px;
}

.margin-mobile-ad-wrapper {
    margin-top: 30px;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #fff;
}

.portfolioFilter a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 20px;
}


/*
   .slick-next:before, .slick-prev:before {
       display: none;
   }
   */

.col-sm-3 {
    margin-right: -1px;
}

.isotope-wrapper {
    cursor: pointer;
    margin-top: -45px;
}

.red-bg {
    background-color: #ff0000;
}

.green-bg {
    background-color: #39b54a;
}

.video-thumb .img-wrapper:before {
    content: "";
    background-image: url(img/play-button.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
    z-index: 9999;
}

.margin-bottom {
    margin-bottom: 0;
}

.biznes-news-wrapper h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.main-video {
    position: relative;
    padding-bottom: 48.25%;
    padding-top: 25px;
    height: 0;
}

.main-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-social {
    position: relative;
    max-width: 230px;
    margin: 0;
    float: right;
    margin: 15px 0;
}

#menuModal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: table;
    width: 100%;
    text-align: center;
}

.lajmet-tjera {
    background-color: #fff !important;
    width: 100%;
    float: left;
    padding: 45px 0;
}

.search-link {
    font-size: 24px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    color: #003471;
}

.radio {
    display: inline-block;
    vertical-align: middle;
}

.search-part {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-field {
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #30486c;
    line-height: 40px;
    padding-top: 35px;
    padding-bottom: 25px;
}

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

#search-load-more {
    display: block;
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #003471;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    opacity: 1;
}

#search-load-more:hover {
    opacity: 0.8;
}

.side {
    height: auto;
}


/* Faqja 404 */

.wrapper-fourohfour {
    background: #003471;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.fourohfour {
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.fourohfour h1 {
    font-size: 140px;
    line-height: 140px;
    text-align: center;
    font-weight: 500;
}

.fourohfour h2 {
    font-size: 45px;
    margin-top: 0.5em;
    text-align: center;
    width: 100%;
}

.fourohfour p {
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
}

.fourohfour a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.fourohfour a:hover {
    text-decoration: none;
}

.radio-rec {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.footer-social {
    width: auto;
    float: left;
    clear: both;
}

.anketa-wrapper.sidebar {
    min-height: 0;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 3px 10px;
    font-weight: 500;
}

figure.gallery-item {
    width: auto;
    display: inline-block;
    margin-bottom: 15px;
}

.max-min-height {
    height: 250px;
    overflow: hidden;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.zoom-icons {
    max-width: 230px;
    margin: 0;
    float: left;
    padding: 5px 0;
    margin-left: 15px;
}

.zoom-icons img {
    height: 30px !important;
}

.view-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.view-more.news {
    color: #003471;
}

.view-more.kulture {
    color: #f18024;
    margin-top: 0;
}

.view-more.sport {
    color: #39b54a;
}

.view-more.fun {
    color: #ff0000;
}

.view-more.biznes {
    color: #448ccb;
    margin-top: 0;
}

.view-more.showbiz {
    color: #662d91;
}

.kulture-thumbs>div {
    margin-bottom: 30px;
}

#total {
    display: none;
}

.nav-list {
    margin-left: 40px;
    margin-top: 40px;
}

.isotope-wrapper {
    width: auto;
    margin-top: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.isotope-wrapper.web-tv a:first-child {
    margin-top: 0;
}

.isotope-wrapper.web-tv .isotope-wrapper p {
    margin-bottom: 0;
    top: 0;
}

.biznes-thumbs .img-biznes-wrapper:nth-child(2) {
    margin-top: 30px;
}

#more-videos,
#more-category-videos {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto;
}

#counteri {
    display: none;
}


/* --------------- Contact Page ---------------------- */

.page-container {
    padding: 45px 15px;
}

h1.page-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding: 45px 0;
}

div.staff>h3 {
    color: #003471;
    padding: 0 15px;
    border: none;
    padding: 0 15px;
    margin-bottom: 15px;
}

.page-container h3.under-title {
    color: #003471;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #003471;
    padding: 0 0 15px 0;
}

.page-content {
    width: auto;
    height: auto;
    padding: 0 15px 0 15px;
    border: none;
}

ul.staff-list {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.staff-list li p {
    font-size: 14px;
    color: #003471;
    margin: 0;
}

ul.staff-list li h3 {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
}

ul.staff-list li .staff-info {
    width: auto;
    height: 73px;
    padding: 15px 0;
    border-bottom: 1px solid #003471;
}

ul.staff-list li:first-child .staff-info,
ul.staff-list li:nth-child(2) .staff-info {
    border-top: 1px solid #003471;
}

ul.sidebar-info {
    padding: 0;
    margin: 0;
    margin-top: -30px;
    margin-bottom: 30px;
    list-style-type: none;
}

ul.sidebar-info li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #003471;
}

ul.sidebar-info li:first-child {
    border-top: 1px solid #003471;
}

ul.sidebar-info li a.side-link {
    font-size: 22px;
    color: #003471;
}

ul.sidebar-info li p,
.side-content p {
    color: #2a2a2a;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar-info a i {
    padding-left: 10px;
    font-size: 22px;
    color: #003471;
}

.side-content a {
    color: #003471;
}

.main-content p:first-child {
    margin-top: 0;
}


/* Side list */

.list-wrapper {
    width: 100%;
    margin-top: -20px;
    max-height: 694px;
    overflow-y: scroll;
}

.list-wrapper::-webkit-scrollbar {
    width: 1em;
    height: 50px !important;
}

.list-wrapper::-webkit-scrollbar-track {
    margin-top: 32px;
}

.list-wrapper::-webkit-scrollbar-thumb {
    background-color: #003471;
    outline: 1px solid slategrey;
}

ul.te-fundit {
    margin: 7px 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul.te-fundit li {
    display: block;
    padding: 3px 10px;
    margin-top: 5px;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
}

.te-fundit li h4 {
    width: auto;
    display: inline-block;
    margin: 0;
    color: #003471;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

ul.te-fundit li a {
    display: block;
    color: #003471;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

ul.te-fundit li span {
    color: #555 !important;
    visibility: visible;
    opacity: 1;
}

.list-header {
    border-bottom: 8px solid #e1e1e1;
}

.list-header li {
    display: inline;
    float: none;
    padding: 0;
}

.list-header li a {
    border: none !important;
    background: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    width: 33.333%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #555 !important;
    padding-bottom: 7px;
    text-align: center;
}

.list-header li.active a {
    color: #003471 !important;
}

.list-header li a:hover {
    background: none !important;
}

.two.active~hr {
    margin-left: 33.333%;
}

.three.active~hr {
    margin-left: 66.6666%;
}

hr {
    width: 33.333%;
    margin: 0;
    background: #003471;
    border: none;
    transition: .3s ease-in-out;
    height: 8px;
    margin-bottom: -8px;
}

.ora {
    display: inline-block;
    float: left;
    font-size: 14px;
    width: 20%;
    font-weight: 500;
    color: #555 !important;
}

.tab-content h4.data-ora {
    margin: 0;
    color: #003471;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

ul.footer-navigation {
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
}

ul.footer-navigation li {
    display: inline-block;
    width: auto;
    position: relative;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 13px;
}

ul.footer-navigation li:first-child:after,
ul.footer-navigation li:last-child:after {
    content: none;
}

ul.footer-navigation li:after {
    content: "|";
    color: #fff;
    display: block;
    position: absolute;
    padding-left: 10px;
    top: 0;
    right: 2px;
}

.news-ticker {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.news-ticker li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.news-ticker li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}

.news-ticker li span:after {
    content: "|";
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
    color: rgba(255, 255, 255, .5);
}

.news-ticker .slick-prev {
    right: 30px;
    left: initial;
}

.news-ticker .slick-next {
    right: 0;
}

.news-ticker .slick-prev,
.news-ticker .slick-next {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border: none;
    z-index: 888;
}

.news-ticker .slick-prev:before,
.news-ticker .slick-next:before {
    font-size: 22px;
}

.news-ticker .slick-prev:before {
    content: '\f104';
}

.news-ticker .slick-next:before {
    content: '\f105';
}

.speciale-wrapper {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 30px;
    background-size: cover !important;
}

.speciale-wrapper h1 a {
    color: #fff;
    font-size: 42px;
}

h1.speciale-sticker {
    position: absolute;
    top: 30px;
    left: 30px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f72222;
    font-weight: 600;
}

.big-news-wrapper.speciale {
    left: 30px;
}

.liveblog-entry-text p:first-of-type {
    display: block !important;
}

.social-icons-wrapper {
    display: inline-block;
    float: left;
    margin-top: 13px;
    text-align: center;
}

#box-tv nav {
    width: auto;
    float: right;
}

.side-videos:first-child {
    margin-bottom: 30px;
}

.news-ticker {
    max-height: 22px;
    overflow: hidden;
}

.modal-social {
    display: inline-block;
    max-width: 70px;
    margin-right: 30px;
    margin-top: 30px;
    float: right;
}

.modal-social a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.modal-social a:hover {
    bottom: 5px;
}

.modal-social a.fb {
    background-color: rgb(59, 89, 152);
}

.modal-social a.tw {
    background-color: rgb(29, 161, 242);
}

.modal-social i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.modal {
    z-index: 99999;
}

.horoskopi {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.horoskopi>img {
    margin: auto;
}


/*----------------- Horoskopi page  -------------------*/

.horoskopi-head-wrapper {
    width: auto;
    border-bottom: 2px solid #003471;
}

.horoskopi-excerpt {
    width: auto;
    font-size: 15px;
    padding: 15px;
}

.horoskopi-head h3.title {
    color: #003471;
}

.side-content .related-posts-container {
    margin-top: 0;
}

.side-content .related-posts-container>h3 {
    color: #003471;
}

.adplugg-ad img,
.adplugg-ad object,
.adplugg-ad embed {
    width: auto !important;
}

#news .ad-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.side-ad {
    position: absolute;
    top: 0;
    width: 160px;
    height: 600px;
}

.side-ad.left {
    left: -190px;
}

.side-ad.right {
    right: -190px;
}

.main-content>font {
    display: none;
}

.ad-wrapper img {
    max-height: 728px;
    display: block;
    margin: auto;
}

.ad-wrapper.lajmet {
    margin-bottom: 30px;
}

.news-box.side p {
    font-size: 13px;
}

.speciale .side-ad {
    margin-top: 30px;
}

.modal-social i.fa {
    color: #fff;
}

.isotope-animate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003471;
    z-index: 99;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 0;
    visibility: hidden;
}

.isotope-animate.animate:before {
    opacity: 1;
    visibility: visible;
}

.radio-header.radio-wrapper {
    display: none;
}


/* Vertical Tabs */

.fluturimet {
    width: 728px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.vertical-tabs {
    max-width: 125px;
    float: left;
    border: none;
}

.vertical-tabs>li {
    width: 100%;
    height: 55px;
    margin: 0;
}

.vertical-tabs>li a {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none !important;
    border-radius: 0;
    background-color: #1a5264;
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.vertical-tabs>li>a:hover {
    background-color: #1a5264;
}

.vertical-tabs>li.active>a,
.vertical-tabs>li.active>a:focus,
.vertical-tabs>li.active>a:hover {
    color: #1a5264;
    font-weight: 600;
    background-color: #fbb040;
    border: none;
}

.te-dhenat {
    width: 603px;
    height: 110px;
    padding: 7px;
    background-color: #003e52;
    background-image: url(img/shenja.png);
    background-repeat: no-repeat;
    background-position: right -7px;
    color: #fff;
    float: left;
}

.te-dhenat h6 {
    color: #fbb040;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
}

.te-dhenat>h6 {
    width: 100%;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    color: #fff;
}

.te-dhenat .kolona {
    width: 16.667%;
    height: auto;
    position: relative;
    text-align: center;
    float: left;
}

.te-dhenat .kolona ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.te-dhenat .kolona:nth-child(3):after {
    content: url(img/divider.jpg);
    position: absolute;
    right: -10px;
    top: 5px;
}

@media screen and (max-width: 768px) {
    .fluturimet,
    .te-dhenat {
        width: 100%;
        height: auto;
    }
    .vertical-tabs {
        max-width: 100%;
        width: 100%;
    }
    .vertical-tabs>li {
        width: 50%;
    }
    .te-dhenat .kolona {
        width: 33.333%;
    }
    .te-dhenat .kolona:nth-child(4)>h6,
    .te-dhenat .kolona:nth-child(5)>h6,
    .te-dhenat .kolona:nth-child(6)>h6 {
        display: none;
    }
    .te-dhenat .kolona:nth-child(3):after {
        display: none;
    }
    #fluturimet-iframe {
        height: 200px !important;
    }
}

.wp-polls-ans p {
    color: #fff;
}

#wpstats {
    display: none !important;
}

.awesome-weather-current-temp {
    font-size: 28px !important;
}

.jetpack-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.jetpack-video-wrapper iframe,
.jetpack-video-wrapper object,
.jetpack-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.author-description {
    width: 100%;
    padding: 5px 0;
    float: left;
}

.author-description>img {
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.author-description .author-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: 6px;
}

.navbar-brand.home-brand>img {
    background-color: transparent;
}

@media (max-width: 1200px) {
    html .extra-iframe-css {
        width: 100% !important;
        height: auto !important;
    }
}

.adplugg-image-wrapper,
.adplugg-ad,
.adplugg-tag,
.adplugg-image-wrapper img {
    height: 100%;
}

.adplugg-image-wrapper img {
    object-fit: cover;
    width: 100%
}

.middle-ad {
    width: 100%;
    position: relative;
    display: inline-block;
}

.middle-ad>.container {
    height: 100%;
}

.middle-ad .adplugg-image-wrapper img {
    width: 100% !important;
}

.middle-ad .adplugg-image-wrapper {
    width: 100%;
    height: 110px;
    margin: 30px 0px;
}

.header-ad .adplugg-image-wrapper {
    height: 92px;
    margin: 0;
}

.weather__temp {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px;
    font-size: 28px;
    line-height: 1;
}

.list-wrapper-side-ad {
    max-height:525px;
    padding-top: 10px;
}

.homepage--rectangle-1 {
    width: 728px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    z-index: 9999;
}
.homepage--rectangle-2 {
    width: 100%;
    max-height: 100px;
}
.homepage--rectangle-3 {
    margin: 20px auto;
    width: 728px;
    max-height: 100px;
}

.homepage--slide-3 {
    width: 100%;
    max-height: 250px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.homepage-biznesi-slide-ad {
    width: 100%;
    height: 540px;
}
.homepage-bilboard-ad {
    width: 970px;
    max-height: 250px;
    margin: 20px auto;
}
.header-ad {
    width: 100%;
    max-height: 92px;
}

.corona-tab {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    z-index: 990;
  }
  .corona-tab__item {
    height: 50px;
    margin: 0 10px;
    display: flex;
    flex: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #002e65;
    border-radius: 3px;
  }
  .corona-tab__item:first-child:first-child p {
    display: inline-block;
  }
  .corona-tab__item:first-child:first-child svg {
    width: 35px;
  }
  .corona-tab__item p, .corona-tab__item span {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    color: #002e65;
  }
  .corona-tab__item p {
      padding: 0 15px;
  }
  .corona-tab__item span {
    font-weight: bold;
    line-height: 1;
  }
  .corona-tab__item svg {
    fill: #002e65;
    width: 100%;
  }
 
  .corona-tab__items {
    display: flex;
    padding-bottom: 30px;
    flex-direction: row;
    width: 100%;
  }
  .corona-tab__items.corona-active.corona-active .corona-tab__item:first-child {
    flex: 0 0 30%;
  }
  .corona-tab__items.corona-active.corona-active .corona-tab__item:first-child:first-child p {
    font-size: 14px;
  }
  .corona-tab__items.corona-active.corona-active .corona-tab__item:first-child:first-child svg {
    width: 30px;
  }
  
@media (max-width: 992px) {
    .corona-tab__item p, .corona-tab__item span {
        font-size: 16px;
    } 
    .corona-tab__item {
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .corona-tab__item p, .corona-tab__item span {
        font-size: 14px;
    } 
    .corona-tab__item {
        margin: 0 2px;
    }
}
@media (max-width: 576px) {
    .corona-tab__item p, .corona-tab__item span {
        font-size: 14px;
        padding: 0;
    } 
    .corona-tab__item {
        height: initial;
        margin: 0;
        flex-direction: column;
        text-align: center;
        align-items: center;
        border: 0;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        border-radius: 0;
    }
    .corona-tab__item:first-child {
        border-radius: 5px 0px 0px 5px;
    }
    .corona-tab__item:last-child {
        border-right: 1px solid #002c5f;
        border-radius: 0px 5px 5px 0px;
    }
    .corona-tab__item p,.corona-tab__item svg {
        width: 100%;
        padding-top: 5px;
    }
    .corona-tab__item:first-child p {
        padding: 5px 0;
    }
    .corona-tab__item span {
        width: 100%;
        padding: 5px 0;
        font-size: 16px;
    }
}
@media (max-width: 340px) {
    .corona-tab__item p {
        font-size: 12px;
    } 
    .corona-tab__item span {
        font-size: 16px;
    } 
}