a, a:hover{
	color: #DD121C;
}

.layout-boxed .body-innerwrapper{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
	max-width: 1170px;
}

.sp-default-logo{
	max-width: 100%;
}

#sp-top-bar{
	background:#000000 !important;
	padding: 8px 0px 0px 0px;
}

#sp-header{
	height: initial;
}

#sp-headerlogo{
	min-height: 109px;
}

#sp-slide2 .banneritem {
	margin-bottom: -35px;
}

/* social Drawer */ 

.social-drawer{
	position: fixed;
	z-index: 3006;
	right: 0;
	top:80% !important;
}

.social-wrapper {
    align-items: center;
    background: #eee none repeat scroll 0 0;
    display: flex;
    height: 50px;
    justify-content: center;
    
}

.social-content{
	padding: 5px 25px 5px 5px;
	position: relative;
	transition: all .5s ease;
}

.social-content.closed{
	width:0;
	margin-right: -30px;
	transition: all .5s ease;
}

.toggle-close{
	transition: all .5s ease;
}

.toggle-close:hover{
	transform: rotate(360deg);
	cursor: pointer;
}

.toggle-close.reverse{
	transform: rotate(-180deg);
	margin-left: 10px;
}

.toggle-close.reverse:hover{
	transform: rotate(180deg);
}

.toggle-close:before{
	font-family: "FontAwesome";
	content: '\f054';
	display:flex;
	width: 15px;
	height: 15px;
	padding: 18px 15px 12px 15px;
}

.social-content a::before {
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    display: inline-flex;
    font-family: "FontAwesome";
    font-size: 22px;
    height: 35px;
    width: 35px;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    transition:all .2s ease;
}

.social-content a:hover:before{
	color: #000;
}


.social-content #fb:before{
	content: '\f09a';
}

.social-content #tweeter:before{
	content: '\f099';
}

.social-content #youtube:before{
	content: '\f167';
}

#sp-menu {
    border-bottom: 3px solid #292929;
    max-width: 1170px;
    margin-left: 15px;
    padding-bottom: 10px;
}

.home-icon a:before {
	content: '';
	background: url('../../../images/home-icon.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:16px;
	height: 15px;
	font-size: 20px;
	left: 0;
	margin-top:2px;
    position: absolute;
    text-align: center;
    /*transition: all .5s ease;*/
}

.home-icon:hover a:before{
/*	transform: rotate(360deg);*/
}

.home-icon a{
	text-indent: -999px;
}

.sp-megamenu-parent > li > a{
	border-right: 1px solid #292929;
	line-height: 20px;
	margin-top:20px;
	padding: 0 10px;
	color: #292929;
	font-size: 12px;
	font-weight: 600;
}

.sp-menu-item a:hover, .sp-menu-item a:active {
	color: #ED2029 !important;
}

.sp-megamenu-parent > li:last-child > a{
	border:0 none;
	text-indent: 20px;
}

.icon_more img{
	margin:2px -10px 2px 2px;
	float: left;
}

#sp-slide1{
	margin-top: 35px;
}

.vina-camera-slider-k2 .camera_caption > div{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.83) 50%, rgba(0,0,0,0.83) 51%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.83) 50%,rgba(0,0,0,0.83) 51%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.83) 50%,rgba(0,0,0,0.83) 51%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#000000',GradientType=0 );

}

.vina-camera-slider-k2 .camera_thumbs_cont{
	border-radius: 0 !important;
}

.red-title{
	color: #DD121C;
}

.sports{
	background: #dedede none repeat scroll 0 0;
    margin-left: -18px;
    padding: 10px 15px 20px;
    width: 105%;
}

#loadMore{
	transition: all .2s ease;
}

#loadMore:hover .loadmore-text{
	background: #DD121C;
	color: #fff;
	cursor: pointer;
}

.loadmore-wrapper{
	display: inline-flex;
	flex-direction: column;
}

.loadmore-text{
	border:1px solid #DEDEDE;
	font-size: 12px;
	padding: 10px 12px 10px 12px;
	text-transform: uppercase;
}

.loadAll{
	font-size: 12px;
}

/*.col-sm-12 .moduletabletitle-solid.red h3{
	background: linear-gradient(90deg, #DD121C 17%, #fff 17%);
}

.col-sm-12 .sp-module.title-solid.red h3{
	background: linear-gradient(90deg, #DD121C 8%, #fff 8%);
	border-bottom: 3px solid #DD121C;
	color: #fff;
	padding: 8px 12px;
	position: relative;
	text-indent: 15px;
}

.title-solid.red h3{
	border-bottom: 3px solid #DD121C;
	color: #fff;
	padding: 8px 12px;
	background: linear-gradient(90deg, #DD121C 35%, #fff 35%);
	position: relative;
	text-indent: 15px;
}
.title-solid.red.narrow h3{
	background: linear-gradient(90deg, #DD121C 22%, #fff 22%);
}

.title-solid.red h3:before, .sp-module.title-solid.red h3:before{
    background: #030303 none repeat scroll 0 0;
    background-clip: padding-box;
    border-top-color:rgba(255,255,255,1);
    border-right-color:rgba(3,3,3,0.2);
    border-bottom-color:rgba(3,3,3,0.2);
    border-left-color:rgba(255,255,255,1);
    border-style: solid;
    border-width: 0 0 25px 15px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}*/

.sp-module .sp-module-title{
	margin: 20px 0;
}

.title-solid h3.sp-module-title{
	padding: 4px 0;
}

.title-solid.red h3 {
    border-bottom: 3px solid #ed2029;
}

.title-solid.red h3 span {
    background: #ed2029 none repeat scroll 0 0;
}
.title-solid.red h3 span:before {
    background: #ca1018 none repeat scroll 0 0;
    border-color: #fff #ca1018 #ca1018 #fff;
}

.title-solid h3 {
    border-bottom: 3px solid #292929;
    color: #fff;
    font-size: 18px;
    padding: 3px 0;
}
.title-solid h3 span {
    background: #292929 none repeat scroll 0 0;
    overflow: hidden;
    padding: 5px 15px 4px 20px;
    position: relative;
}
.title-solid h3 span::before {
    background: #030303 none repeat scroll 0 0;
    border-color: #fff #030303 #030303 #fff;
    border-style: solid;
    border-width: 0 0 25px 15px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.ns2-title a{
	color: #444;
}

img.ns2-image{
	transition: all .2s ease;
}

img.ns2-image:hover{
	opacity: 0.8;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid red;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    padding: 20px;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a{
	color: #DD121C;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover{
	background: #292929;
	color: #fff !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after{
	float:none;
	margin-left: 15px;
}

#sp-menu{
	border-bottom: 3px solid #292929;
	padding-bottom: 10px;
}

.red-wrapper{
	background: #DD121C;
	padding: 12px 18px;
}

.promo-read{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 40px;
}

.paper-cover{
	margin-right: 25px;
}

.link{
	background: transparent;
	padding: 5px 12px;
	color: #fff;
	transition: all .2s ease;
	font-size: 16px;
}

.link:hover{
	background: #292929;
	color: #fff;
}

#sp-right .sp-module-title, #sp-bottom .sp-module-title, .k2_grid_mod .sp-module-title {
	border-bottom: 3px solid #DD121C;
	padding-bottom: 10px;
	font-size: 18px;
	text-transform: none;
}

.k2_grid_mod .sp-module-title{
	max-width: 105px;
}

#sp-right .sp-module-title:after, #sp-bottom .sp-module-title::after, .k2_grid_mod .sp-module-title:after {
	border-style: solid;
    border-width: 5px;
    border-color: #DD121C;
    content: " ";
    height: auto;
    left: 30px;
    position: absolute;
    margin-top: 23px;
    width: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0;
}

#sp-bottom .sp-module-title::after {
    margin-top: 37px;
    transform: rotate(180deg);
}

.banneritem img{
	margin:10px auto 10px;
}

iframe.vrisko {
    border: 0 none;
    height: 250px;
    overflow: hidden;
    width: 360px;
}

.icon-time:before{
	font-family: 'FontAwesome';
	content: '\f017';
}

#sp-bottom{
	background: #292929 !important;
	padding: 25px 0 !important;
}

.flex-center{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sp-bottom h3, #sp-bottom p {
	color: #fff !important;
}

#sp-bottom p a{
	color: #fff;
}

div.acymailing_module, .acymailing_module div{
	display: flex;
	flex-direction: row;
}

.inputbox{
	border-radius: 0 !important;
	width: 100% !important;
	padding: 8px 6px !important;
}

.btn{
	border-radius: 0 !important;
}

.btn-primary, .sppb-btn-primary{
	background: #DD121C !important;
	border-color: #DD121C !important;
}

.btn-primary:hover, .sppb-btn-primary:hover{
	background: #292929 !important;
	border-color: #292929 !important;
	color: #fff !important;
}

#sp-footer{
	background: #000;
}

.inline-content{
	display: flex;
	flex-direction: row;
}

.inline-content img{
	margin-right: 2px;
}

#sp-footer a{
	color: #DD121C;
}

.footer-social .fa{
	font-size: 24px;
	margin-left:25px;
	margin-top:15px;
	transition: all .5s ease;
}

.footer-social .fa:hover{
	transform: scale(1.3);
}

.pagination > .active > a, .pagination > .active > span{
	background: #DD121C;
	border-color: #DD121C;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
	height: 35px !important;
}

.stButton .stButton_gradient{
	height: auto !important;
}

.chrono_credits{
	display: none;
}

.pubimage{
	display: inline-block;
	z-index: 1;
	transition: transform .2s ease;
}

.pubimage:hover{
	transform: scale(1.1);
}

/* articles */ 

div.itemToolbar ul li{
	display: inline-flex;
}

div.itemToolbar ul li a#fontDecrease {
    margin: 0 5px 6px 10px;
}

#fontDecrease img, #fontIncrease img {
	display: none;
}

div.nssp2-default .ns2-art-controllers, div.nssp2-default .ns2-links-controllers {
	position: absolute !important;
	top: 20px !important;
	right: 30px !important;
}

.ns2-art-prev, .ns2-art-next{
	outline: none !important;
	background-image: none !important;
	background: #DD121C;
	padding: 12px;
	text-indent: 0px !important;
	font-size: 0.1px;
	color: #fff;
}

.ns2-art-prev:before, .ns2-art-next:before{
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 16px;
	position: relative;
	top:-10px;
	left:-5px;
}

.ns2-art-prev:before{
	content: '\f053';
}

.ns2-art-next:before{
	content: '\f054';
}

/* mobile */ 

#offcanvas-toggler:hover .fa{
	color: #DD121C !important;
}

.nav.menu li a img{
	display: none;
}
.nav.menu li a:hover{
	color: #DD121C !important;
}

@media(max-width: 1199px){
	#sp-menu{
		margin-left: -10%;
	}
	.sp-megamenu-parent > li > a{
		letter-spacing: 0px;
		font-size: 10px;
	}
	.home-icon a::before{
		left: -15px;
	}
}

@media(max-width: 1040px){
	.icon_more img{
		display: none;
	}
	.sp-megamenu-parent > li:last-child > a{
		text-indent: 0px;
	}
	.sp-megamenu-parent > li > a{
		padding: 0 3px;
	}
}

@media(max-width:795px){
	#sp-menu{
		margin-left: -5%;
	}
}

@media(max-width: 767px){
	.sp-module:first-child{
		margin-top:-1px;
	}
	#sp-menu{
		border: 0;
	}
	.sports{
	    margin-left: 0;
	    margin-top:25px !important;
	    width: 100%;
	}
	.social-drawer{
		top:0 ;
	}
	.social-content a::before {
	    font-size: 14px;
	    height: 25px;
	    width: 25px;
	}
	div.nssp2-default .ns2-art-controllers, div.nssp2-default .ns2-links-controllers{
		top:0;
	}
}

@media(max-width: 400px){
	.camera_caption.fadeIn a{
		font-size: 12px !important;
		font-weight: 300 !important;
	}
}

#offcanvas-toggler{
	background: #DD121C;
	color: #fff;
	margin-right: 20px !important;
	margin-top:10px;
	line-height: 0px !important;
}

#offcanvas-toggler > i{
	color: #fff;
	margin-right: 10px;
    margin-bottom: 7px;
}

#offcanvas-toggler:hover > i, #offcanvas-toggler:active > i {
	color: #292929 !important;
}

iframe {
	max-width: 100% !important;
}

.nssp2 .ns2-inner .ns2-created {
	color: #9e9e9e;
	font-size: 12px;
}

div.itemListCategory h2 span::before {
    background: #b20e16 none repeat scroll 0 0;
    border-color: #fff #b20e16 #b20e16 #fff;
    border-style: solid;
    border-width: 0 1px 22px 12px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
div.itemListCategory h2 span {
    background: #ed2029 none repeat scroll 0 0;
    overflow: hidden;
    padding: 7px 15px 5px 20px;
    position: relative;
}
div.itemListCategory h2 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}	


div.itemListCategory h2 {
    border-bottom: 3px solid #ed2029;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.header a {color: #fff; text-decoration: none;}
.title-solid.red h3 span: {color: #fff;}
.banneritem {text-align:center; margin:10px 0}
.vriskokati {padding: 26px;}
.login {margin-top:10px;}

.NewsRoom {
	max-height:none !important ;
}

.search-form {
	float:right;
	margin-bottom:5px !important;
}

h3.catItemTitle a {color:#000;}

.popUpReadMore {
	background: #ed2029;
	padding:0px;
	color: #fff;
	font-size:12px;
	max-width: 100px;
	float: right;
}

.popUpReadMore:hover {
	cursor: pointer;
	color: #fff;
}
.nivo-lightbox-image img {
	margin:0 auto;
}
/*
div.itemFullText p, div.itemIntroText p{
	margin-bottom:10px !important;
	line-height: 178%!important;	
}
*/

@media(max-width: 480px){
	div#itemListLeading, div#itemListPrimary {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	
	div#itemListLeading div.catItemView.groupLeading {
		padding: 0;
	}
	
	div#itemListLeading div.catItemImageBlock {
		margin: 0 0 10px;
	}
	
	#itemListSecondary .itemContainer {
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
	}
	
	#itemListSecondary div.catItemImageBlock {
		margin: 0 25px 10px 0;
		max-width: 50%;
	}
}