*:focus {
    box-shadow: none!important;
}

body {
    background: url('../img/bgSite.jpg');
}

.container {
    min-width: 1250px;
    background-color: #fff;
    padding: 4px;
    box-shadow: 0px 0px 4px #00000038;
}

.utro-c-header {
    background: linear-gradient(#0071e6, #0052a9);
    height: 110px;
}

.utro-c-search form {
    background-color: #fff;
    margin-top: 8%;
    border-radius: 3px;
}

.utro-c-search input {
    margin: 5px;
    border-radius: 0;
}

.utro-c-search button {
    background-color: #e20000;
    color: #fff;
    border-radius: 0;
    margin: 5px;
}

.utro-c-search button:hover {
    color: #fefefe;
}

/* socials */
.utro-c-socials .social-icons {
    display: table;
    margin-top: 8%;
    float: right;
}

.icon-button {
	background-color: transparent;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.6rem;
    margin: 0px -3px;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}

.twitter span,
.facebook span,
.instagram span,
.youtube span,
.rss span {
	background-color: #fff;
}

.icon-button .fa-twitter,
.icon-button .fa-facebook,
.icon-button .fa-instagram,
.icon-button .fa-youtube,
.icon-button .fa-rss {
	color: white;
}

.icon-button:hover .fa-twitter{
	color: #4099ff;
}
.icon-button:hover .fa-facebook{
	color: #3B5998;
}
.icon-button:hover .fa-instagram{
	color: #517fa4;
}
.icon-button:hover .fa-youtube{
	color: #bb0000;
}
.icon-button:hover .fa-rss {
	color: #ee802f;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }
}

/* languages */
.language-icons {
    margin-top: 4%;
    margin-left: 4%;
    float: right;
    width: 18%;
}

.flag-dropdown {
    background: #fff;
    height: 30px;
    border-radius: 3px;
}

ul.country-list {
    overflow: hidden!important;
    border-radius: 5px;
}

/* menu */
.navbar {
    background: #117ae6;
    padding: 7px 0px;
    height: 32px;
}

.navbar .nav-link {
    padding-right: 12px;
    line-height: 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

/* top slider */
.utro-c-top-slider {
    background-color: #002f61;
    margin-bottom: 10px;
    
}

.top-slider {
    height: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-slider a {
    text-decoration: none;
    color: #fff;
}

.top-slider a:hover {
    color: #117ae6;
    text-decoration: underline;
}

.top-slider div.img {
    height: 115px;
}

.text {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.top-slider .slick-prev {
    z-index: 999;
    left: 0px;
    transform: rotate(180deg);
}

.top-slider .slick-next {
    right: 0px;
    z-index: 999;
}

.top-slider .slick-arrow {
    top: 50%;
    height: 26px;
    width: 27px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url('../img/arrow-slider.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* left news list*/
.utro-c-news-list {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.title span.text {
    color: #fff;
    background-color: #cc0000;
    font-size: 12px;
}

.title span.date {
    color: #fff;
    background-color: #008ccd;
}

.item {
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
}

.item .item-text {
    display: block;
    color: #000;
    max-height: 60px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-decoration: none;
    line-height: 20px;
}

.item .item-text:hover {
    color: #0a58ca;
}

.item a .date {
    display: inline-block;
    color: #008ccd;
    background: #dedede;
    margin-right: 5px;
    padding: 0px 5px;
}

.split-date {
    color: #fff;
    background-color: #cc0000;
}

.nl-load-more {
    background-color: #008ccd;
    text-align: center;
}

.nl-load-more a {
    color: #fff;
    text-decoration: none;
}

.nl-load-more a:hover {
    color: #eee;
    text-decoration: underline;
}

/* main slider */
.main-slider .slick-prev {
    z-index: 999;
    left: 15px;
    transform: rotate(180deg);
}

.main-slider .slick-next {
    right: 15px;
    z-index: 999;
}

.main-slider .slick-arrow {
    top: 50%;
    height: 26px;
    width: 27px;
    margin-top: -13px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url('../img/arrow-slider.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider .ms-items {
    position: relative;
}

.main-slider .ms-items .ms-title:hover {
    color:#cc0000;
}

.main-slider .ms-items .ms-title {
    width: 94%;
    padding: 5px;
    font: bold 14px/21px Arial;
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 3%;
    text-decoration: none;
}

.main-slider ul.slick-dots {
    display: table;
    table-layout: fixed;
    border-spacing: 3px;
    width: 100%;
    position: absolute;
    top: 15px;
    list-style: none;
    float: left;
}

.main-slider ul.slick-dots li.slick-active::before {
    background-position: right;
    background-size: 200%;
}

.main-slider ul.slick-dots li.slick-active {
    /* opacity: 1; */
}

.main-slider ul.slick-dots li {
    position: relative;
    background: #003c7b;
    overflow: hidden;
    border-radius: 3px;
    /* float: left; */
    height: 7px;
    opacity: .7;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-slider ul.slick-dots li .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: -100px;
    background: #cc0000;
    z-index: 9999;
}

.main-slider ul.slick-dots li.slick-active .loader {
    -webkit-animation: slide 7.5s forwards;
    animation: slide 7.5s forwards;
}

@-webkit-keyframes slide {
    100% { top:0; left: 0; }
}

@keyframes slide {
    100% { top:0; left: 0; }
}

/* center */
.utro-c-center-side {
    /*height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0;*/
}

/* center ads */
.ads-center {}

/* center category */
.category-style a {
    text-decoration: none;
}

.utro-c-actual .content a:hover,
.category-style a:hover .cs-main-title,
.category-style a:hover .cso-item-title {
    color: #cc0000;
}

.category-style .cs-title {
    background-color: #7a0000;
    height: 24px;
}

.category-style .cs-title a {
    color: white;
    font: bold 14px Arial;
    text-transform: uppercase;
}

.category-style .cs-main-title {
    font: bold 18px/28px Tahoma, Geneva, sans-serif;
    color: #414141;
}

.category-style .cs-main-date,
.category-style .cso-item-date {
    display: block;
    font: 12px/14px Tahoma, Geneva, sans-serif;
    color: #900;
}

.category-style .cs-other {
    border-top: 2px solid #010080;
    padding-top: 10px;
}

.category-style .cs-other-item {
    display: table;
    width: 100%;
}

.category-style .cso-item-img {
    width: 55%;
    float: left;
    padding: 0px;
}

.category-style .cso-content {
    display: block;
    width: 45%;
    float: right;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-style .cs-other .cso-item-title{
    display: block;
    font: bold 13px/15px Tahoma, Geneva, sans-serif;
    color: #414141;
}

/* utro right side */
.utro-c-right-side {
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.utro-c-actual .actual-title {
    padding: 8px 4px;
    font-size: 16px;
    background: #002f61;
    color: #ffffff;
    border-bottom: 3px solid #117ae6;
}

.utro-c-actual .actual-item {
    border-bottom: 1px solid #ebebeb;
}

.utro-c-actual .content {
    display: block;
    float: left;
    width: calc(100% - 100px);
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.utro-c-actual .content a {
    display: inline-block;
    text-decoration: none;
    font: bold 13px/17px Arial, Tahoma, sans-serif;
    color: #000;
}

.utro-c-actual .content-img {
    float: right;
    width: 100px;
    height: 80px;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
}

/* utro-c-rslider */
.utro-c-rslider .rs-title a {
    color: #fff;
    text-decoration: none;
}

.utro-c-rslider .rs-title {
    font: bold 14px Arial, Helvetica, sans-serif;
    background-color: #cc0000;
    border-bottom: 3px solid #fff;
    padding: 8px 4px;
}

.utro-c-rslider .rs-caps {
    display: block;
    background: #f7f7f7;
    font: bold 13px Tahoma,Arial,Helvetica,"sans-serif";
    text-decoration: none;
    padding: 5px;
    color: #000;
}

.btn-outline-special {
    color: #cc0000;
    border-color: #cc0000;
}

.btn-outline-special:hover {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}
/* footer */
footer {
    background-color: #002f61;
    color: white;
}

footer .container {
    background: #008ccd;
    height: 32px;
}

footer .footer-menu {
    background-color: transparent;
}

footer .navbar {
    background-color: transparent;
}

footer .btn-group a:hover {
    color: #fff!important;
    background-color: #cc0000;
    border-color: #cc0000;
}

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

footer .footer-text a:hover {
    color: #f90;
}

footer .footer-text {
    font: 13px/17px Arial;
    padding: 0px 25px;
}

footer .ft-address span {
    /*line-height: 30px;*/
}

/* menu list */
.utro-c-menu-list {
    font: bold 14px/16px Arial;
    text-transform: uppercase;
    background-color: #cc0000;
    color: white;
    height: 27px;
    margin: 0px -15px;
    padding: 5px;
}

.menu-list-items .ml-item .item-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.menu-list-items .ml-item-title {
    border: 1px solid #fbfbfb;
    background-color: #fafafa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: none;
    padding: 10px;
}

.menu-list-items .ml-item-title a {
    font: 500 17px/21px "Segoe UI", Roboto, Arial;
    text-decoration: none;
    display: block;
    color: #000;
}

.menu-list-items .ml-item-title:hover {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 10px;
 }

.menu-list-items .ml-item-info {
    display: table;
    color: #828282;
    background-color: #f2f2f2;
    justify-content: space-between;
}

.menu-list-items .ml-item-info .date,
.menu-list-items .ml-item-info .link {
    font: 13px "Nokia large az";
    justify-content: space-between;
    color: #828282;
    padding: 5px;
}

/* post details */
.post-content .pc-title {
    font: 24px Arial;
    color: #183050;
}

.post-content .pc-info {
    background-color: #dedede;
    height: 30px;
    text-align: left;
    font: 12px Arial;
    color: #183050;
}

.post-content .pc-info .view-count,
.post-content .pc-info .date {
    display: table;
    padding: 0.5rem;
}

.post-content .pc-full-text {
    font: 16px/21px Arial;
    color: #000;
}
