 @charset "utf-8";
:root {
 --font-Lato: 'Lato', sans-serif;;
 --font-Nunito: 'Nunito Sans', sans-serif;;
 --color-base: #292929;
 --color-white: #fff;
 --color-purple: #35144f;
 --color-yellow: #ffbf00;
 --color-pink: #ff1d50;
 --color-blue: #222782;
 --color-theme: #4f9ee2;
 --bg-gradient: linear-gradient(to right, #3766de 0%, #41bbde 100%);
 --bg-gradient-hover: linear-gradient(to right, #292929 0%, #292929 100%);	
	
 --text-gradient: linear-gradient(to right, #346fea 0%, #6478fc 100%);	
 --text-gradient-hover: linear-gradient(to right, #fff 0%, #fff 100%);
	
}


body {
    font-size: 17px;
    background: rgba(0,0,0,0);
    font-family: var(--font-Nunito);
    font-weight: 600;
    overflow-x: hidden;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.is-loading {
    display: none !important;
}
.is-hide {
    display: none !important;
}
.is-show {
    display: block !important;
}
p {
    line-height: 160%;
    margin-bottom: 25px;
    margin: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: var(--color-base);
}
button, a {
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%;
}
.widget-container {
    position: relative;
}
.widget-container-1 {
    background: var(--color-base);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}
.container-body {
/*    height: 348px;*/
	height: 290px;
    overflow: hidden;
    position: relative;
}
.container-els {
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.container-els.is-loaded {
    opacity: 1;
}
.loading {
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate3d(-50%, -50%, 0);
}
.widget-container-1 .container-header {
    background-image: var(--bg-gradient);
    border: 0px solid var(--color-pink);
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    min-height: 68px;
	position: relative;
}
.widget-container-1 .container-body {
    background-color: var(--color-base);
	
}
.widget-container-1 h1 {

    line-height: 100%;
    margin: 0;
    padding: 0;
    width:130px;
    max-width: 100%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	
}

.is-hi .widget-container-1 h1 {
	 width:170px;
}


.widget-container-1 h1 a{
	display: block;
}

.live-ticker {
    position: relative;
    margin: 20px;
    font-family: var(--font-Lato);
    padding-left: 90px;
}
.live-ticker h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--color-white);
    line-height: 100%;
    margin: 0 0 0px 0;
    padding-left: 28px;
    position: absolute;
    top: 5px;
    left: 0;
}
.live-data {
    border-radius: 5px;
    background-color: var(--color-white);
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    overflow: hidden;
    display: block;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.live-data li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.live-data li.visible {
    display: block;
}
.live-data a {
    color: var(--color-purple);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8px 12px;
    line-height: 130%;
}
.live-data a:hover {
/*    color: var(--color-yellow);*/
}
.stories {
    margin: 0px 5px;
}
.story-item {
    margin: 0px 15px;
    text-align: center;
}
.story-item a {
    background: var(--color-white);
    display: block;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    overflow: hidden;
}
.story-item a:hover {
    background: var(--bg-gradient);
	color: var(--color-white);
}
.img-cont {
    position: relative;
    overflow: hidden;
}
.story-img {
    position: relative;
    overflow: hidden;
    background-color: #505050;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.story-item a .story-img {
    transform: scale3d(1, 1, 1);
    transform-origin: center;
    transition: 0.2s transform ease-in-out;
}
.story-item a:hover .story-img {
    transform: scale3d(1.3, 1.3, 1.3);
}
.story-item a figcaption {
	transition: 0.3s all ease-in-out;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 700;
	min-height: 56px;
	background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}

.story-item a:hover figcaption{
	background: var(--text-gradient-hover);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.slider-container {
    position: relative;
	margin: 20px 0;
}
.arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--color-white);
    border-radius: 100%;
    font-size: 0;
    z-index: 9999;
    transform: translateY(-50%);
    display: block;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-size: 25%;
}
.arrow.arrow-prev {
    left: 10px;
    background-image: url("../images/arrow-prev.svg");
    background-position: 14px center;
}
.arrow.arrow-next {
    right: 10px;
    background-image: url("../images/arrow-next.svg");
    background-position: 16px center;
}
.arrow.arrow-prev:hover {
    background-image: url("../images/arrow-prev-light.svg");
}

.arrow.arrow-next:hover {
    background-image: url("../images/arrow-next-light.svg");
}


.arrow:hover {
    background-color: var(--color-theme);
}

@media screen and (max-width: 620px) {
  body {
    margin-top: 0.7em;
  }
}