/* webkit-specific letter-spacing */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	body
	{
		letter-spacing: 0px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 599px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	input, input[type="submit"], input[type="reset"] {
		appearance: none;
		-webkit-appearance: none;
	}

.slicknav_menu {
	background: transparent !important;
	border: medium none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	z-index: 950;
	top: 12px;
	right: 0;
	left: inherit;
}

.slicknav_menu .slicknav_menutxt {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: none;
	transition: all .3s linear;
	display: none;
}

.slicknav_menu .slicknav_menutxt:hover {
	font-size: 16px;
	color: #fff;
}

.slicknav_btn {
	background: transparent !important;
	border-radius: 0;
	border: none;
	padding: 15px !important;
	margin: 0 !important;
	float: right;
	height: auto;
	width: auto;
}

.slicknav_btn.slicknav_open {
	border-radius: 0;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	padding: 10px 15px !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a > a:hover {
	font-size: 14px !important;
	background: #f5f5f5 !important;
}

.slicknav_nav ul li a > a {
	background: none !important;
	border-left: none !important;
	padding: 0 !important;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	width: 100%;
	border-bottom: none;
	box-shadow: none;
	border-radius: 0;
}

.slicknav_nav li {
	border-bottom: 1px solid var(--rednewheader) !important;
	box-shadow: none;
}

.slicknav_nav li:last-of-type {
	border: none !important;
}

.slicknav_nav a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 22px !important;
	color: var(--rednewheader) !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	padding: 11px 15px !important;
	margin: 0 !important;
	background: var(--white) !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	position: relative;
}

.slicknav_nav a > a {
	padding: 0 !important;
	margin: 0 !important;
}

.slicknav_nav a:before,
.slicknav_nav a:after {
	display: none;
}

.slicknav_nav .slicknav_arrow {
	font-size: 14px;
	color: var(--rednewheader);
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
/*
.slicknav_nav li.slicknav_open a .slicknav_arrow {
	color: var(--white);
}
*/
.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 0;
}

.slicknav_nav .slicknav_row:hover {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	padding: 0;
	border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav a.is-active,
.slicknav_nav a:hover > a,
.slicknav_nav a.is-active > a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 22px !important;
	color: var(--white) !important;
	background: var(--rednewheader) !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 0;
	padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
	font-size: 20px;
	font-weight: bold;
	background-color: var(--black) !important;
	box-shadow: none;
}

.slicknav_nav li.slicknav_open ul li.has-children.slicknav_parent.slicknav_collapsed > a.slicknav_item.slicknav_row {
	display: none !important;
}

.slicknav_nav li.slicknav_open ul li ul.is-hidden.slicknav_hidden {
	display: block !important;
}

.slicknav_nav ul h2 {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
	display: block;
	text-decoration: underline;
}

/*slick nav second menu*/

.slicknav_nav li ul li {
	border-bottom: 1px solid var(--white) !important;
	box-shadow: none;
}

.slicknav_nav ul li a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 18px !important;
	color: var(--black) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 11px 20px !important;
	margin: 0 !important;
	background: #d7d7d7 !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	border: none !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a.is-active,
.slicknav_nav ul li a:hover > a,
.slicknav_nav ul li a.is-active > a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 18px !important;
	color: var(--white) !important;
	background: var(--black) !important;
	transition: all .3s linear;
}

.slicknav_nav ul li a > a {
	padding: 0 !important;
	margin: 0 !important;
	border-right: none !important;
}




.logo_top_content {
	padding: 18px 0;
}

.logo {
	position: relative;
	z-index: 960;
}

.logo img {
	height: 34px;
}

.header_left_cnt {
	width: auto;
	float: left;
	padding-left: 15px;
}

.time_header {
	padding: 20px 0 0;
}

.header_middle_cnt {
	width: auto;
}

.header_middle_cnt nav {
	display: none;
}

.header_right_cnt {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.search_icon {
	margin: 0 15px 0 0;
}

.search_icon span {
	padding: 6px;
}

.search_toggle {
	top: 72px;
	height: 65px;
}

.search_toggle.opened {
	width: -moz-calc(100% - 0%);
	width: -webkit-calc(100% - 0%);
	width: calc(100% - 0%);
}

.search_toggle input[type="search"] {
	padding: 20px 15px;
	width: -moz-calc(100% - 42%);
	width: -webkit-calc(100% - 42%);
	width: calc(100% - 42%);
}

.login_icon span {
	padding: 6px;
}

#signin, 
#signup, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 100%;
	z-index: 11000 !important;
}

#signup .txt-fld input[type="submit"], 
#signin .txt-fld input[type="submit"], 
#forgotten .txt-fld input[type="submit"],
#follow .txt-fld input[type="submit"],
.follow .txt-fld input[type="submit"] {
	padding: 12px 30px 13px;
}

#signin input[type="submit"], 
#signup input[type="submit"], 
#forgotten input[type="submit"],
#follow input[type="submit"],
.follow input[type="submit"],
#cart_checkout input[type="submit"] {
	appearance: none;
}

.main_content_inner {
	width: 95%;
}

.banner_left_right_home {
	display: none;
}

.news_main_top_left_cnt {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.news_main_top_left_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_main_top_left_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_main_top_left_cnt article figcaption strong {
	/*max-width: 85%;*/
	max-width: 100%;
}

.news_main_top_left_cnt article h1 {
	overflow: inherit;
	max-height: inherit;
}

/*mobile headline glavna vijest naslovnica*/

/*
.news_main_top_left_cnt article h1 {
	line-height: 1.15;
}

.news_main_top_left_cnt article h1, .news_main_top_left_cnt article h1 a {
	font-size: 30px;
}

.news_main_top_left_cnt article h1 a:hover {
	font-size: 30px;
}
*/



.news_main_top_left_cnt article em {
	overflow: inherit;
	height: auto;
}

.news_main_top_left_cnt_three_cnt article {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 35px;
}

.news_main_top_left_cnt_three_cnt article figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_main_top_left_cnt_three_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_main_top_left_cnt_three_cnt article h1 {
	overflow: inherit;
	height: auto;
}

.news_main_top_right_cnt {
	width: 100%;
	float: none;
	display: table;
}

.news_main_middle_home_cnt section {
	width: 100%;
	display: table;
}

.news_main_middle_home_cnt article {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.news_main_middle_home_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
	height: 100%;
}

.news_main_middle_home_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_home_divide_two_cnt section {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 30px;
}

.news_home_divide_two_cnt article {
	width: 100%;
	clear: both;
}

.sport_kultura_with_out_banner article {
	width: 100%;
}

.news_home_divide_two_cnt article:first-of-type {
	width: 100%;
	float: none;
	display: table;
	clear: both;
	margin: 0 0 30px;
}

.news_home_divide_two_cnt article:first-of-type figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	padding: 0;
	float: none;
}

.news_home_divide_two_cnt article:first-of-type figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.categ_home_bck_clr section {
	width: 100%;
}

.news_home_bck_tablecell section {
	display: table;
}

.news_divide_categs_home_bck_clr_left {
	width: 100%;
	float: none;
	display: table;
	clear: both;
}

.news_divide_categs_home_bck_clr_right {
	width: 100%;
	float: none;
	display: table
}

.news_home_full_cnt_four article {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 33px;
}

.news_home_full_cnt_four article figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_home_full_cnt_four article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_home_full_cnt_four article h1 {
	overflow: inherit;
	height: auto;
}

footer {
	padding: 40px 0;
}

footer aside {
	max-width: 95%;
}

footer aside section {
	display: table;
	padding: 0;
}

footer aside section nav ul li {
	width: 50%;
	margin: 0;
	padding: 5px 0;
}

footer aside section.footer_social_cnt {
	margin: 20px auto 0;
}

.footer_logo {
	margin: 0 0 45px;
	display: table;
}

footer aside p {
	display: table;
}

/*BANNERI naslovnica*/

.banner_content_square300h {
	width: 100%;
	height: 100%;
}

.banner300columns {
	width: 100%;
	float: none;
	margin: 0 0 33px;
}

.banner600columns {
	width: 100%;
	float: none;
}

/*BANNERI kategorija*/

.banner_content_long600h {
	width: 100%;
	height: auto;
}

.categ_othernews_eight_cnt article {
	margin-right: 0;
}

/*load more articles*/

.categ_othernews_eight_cnt article {
	margin: 0 0 60px;
	display: none;
}

.categ_othernews_eight_cnt article h1 {
	margin-bottom: 40px;
}

.news_details_container {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}
/*mobile headline glavna vijest detalji*/

.news_details_container article h1 {
	width: 100%; 
	font-size: 18px;
	line-height: 1.15;
	
	margin: 0 0 30px;
}

.news_details_info div {
	float: none;
	display: table;
}

.news_details_info div p,
.news_details_info div time {
	margin: 0 20px 0 0;
}

.news_details_info div a,
.news_details_info div em {
	margin: -1px 20px 0 0;
}

.news_details_info ul {
	float: none;
}

.news_details_container article figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;
	padding: 0;
	float: none;
}

.news_details_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}
.news_details_container article em{
	width: 100%; 
	font-size: 14px !important; 
} 
.news_details_container article iframe {
	width: 100%;
	height: auto;
}
.news_details_container .dateAuthor{
	display: table; 
}

.news_details_container .dateAuthor .authorDateContainer{
	display: table;
	width: 100%; 
}
.news_details_container .dateAuthor .authorDateContainer div.backSlash{
	float:left;
	width: 100px; 
	margin-right: 1px; 
}
.news_details_container .dateAuthor .authorDateContainer .date{
	width: 100px; 
}
.news_details_container .dateAuthor .authorDateContainer .date div.socialNetworkIconStyle.borderBox{
	float:right; 
	border-top: 0px; 
	border-right: 0px; 
	padding-top: 35px; 
}
.news_details_container .dateAuthor .authorDateContainer .socialNetworkIconStyle {
	float: right;
	height: 99px; 
	padding-top: 35px; 
}
.news_details_container .dateAuthor .articleDivStyle1{
	width: 100% !important; 
}
.news_details_container .dateAuthor .articleDivStyle1 p{
	display: table;
	font-size: 14px; 
	width: 100%; 
}
.news_details_container .dateAuthor .articleDivStyle1 div{
	width: 100%; 
}
.news_details_container .dateAuthor .citat{
	display: table;
	width: 100;
	font-size: 14px; 
}
.news_details_container .dateAuthor .citat::before{
	margin-right: 5px; 
}
.news_details_container .dateAuthor .citat p{
	display:block !important; 
	float: none;
	width: 100%; 
}
#article2 .articleStyle2{
	display: block; 
	width: 100%; 
}
#article2 .articleStyle2 .socialNetvork{
	display: table; 
	width: 271px;
	
}
#article2 .articleStyle2 .socialNetvork .articleStyle3{
	display: table; 
	float: left; 
	width: 135px; 
	padding-top: 48px;
}
#article2 .articleStyle2 .socialNetvork .articleStyle3 .backSlash{
	float: left; 
	margin-right: 20px; 
}
#article2 .articleStyle2 .socialNetvork .articleStyle3 .extraSocialNetStyle{
	padding-top: 35px; 
}
#article2 .articleStyle2 .socialNetvork .iconContainerStyle{
	display: table; 
	float: right; 
	width: 135px; 
	border-left: 1px solid white; 
	
}
#article2 .articleStyle2 .socialNetvork .iconContainerStyle .borderBox{
	float: right; 
	width: 135px; 
	border-top: 0px; 
	border-right: 0px; 
}
#article2 .articleStyle2 .socialNetvork .iconContainerStyle .socialNetworkIconStyle{
	float: right; 
	width: 135px; 
	padding-top: 40px;
}
#article2 .articleDivStyle2{
	display: table; 
	width: 100%; 
	margin-top: 10px; 
}
#article2 p{
	font-size: 14px; 
}

#gallery_navigation{
	display: table; 
	width: 100%; 
	padding-top: 0; 
}
#gallery_navigation .fotorama{
	display: table; 
	width: 100% !important; 
}
#gallery_navigation .fotorama .fotorama__stage{
	width: 100% !important; 
}
#gallery_navigation .fotorama .fotorama__stage .fotorama__stage__shaft{
	width: 100% !important;
}
#gallery_navigation .fotorama.fotorama__nav-wrap .fotorama__nav__shaft{
	display: table !important;  
}
.news_details_container section:nth-of-type(1n){
	width: 100%; 
	margin-bottom: 20px; 
}

.news_details_container section:nth-of-type(2n){
	width: 100%; 
}
section .newsStyle {
	width: 100%; 
	padding-left: 0px; 
}
section .flexRow .gallery_navigation{
	display: table; 
	padding-bottom: 0; 
} 
section .flexRow .gallery_navigation .bx-wrapper{
	display: block; 
	margin-top: 20px !important; 
}
section .flexRow .gallery_navigation .galleryStyle #arrowsHeight{
	display: table; 
	float: left; 
	width: 135px;
}
div.fotorama__nav.fotorama__nav--thumbs{
	width: 295px !important; 
}
div.arrowNav.borderBox{
	float: left;
	width: 50%;
}
div.arrowNav{
	float: right; 
	width: 50%; 
}



/*news details quote text*/

.quote_text_details {
	width: 100%;
	float: none;
	margin-left: 0;
}

.search_page_container {
	width: 95%;
}

.search_page_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none;
	width: 100%;
}

.search_page_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.search_page_container article strong {
	max-width: 100%;
}

/*BASIC CSS*/

.contact_form div {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.basic_site_inner_content {
	width: 95%;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: none;
	display: table;
}

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
}

/*FIX image in p*/

.news_details_container article p img {
	max-width: 100% !important;
}

}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 600px) and (max-width: 800px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
	}
	
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	input, input[type="submit"], input[type="reset"] {
		appearance: none;
		-webkit-appearance: none;
	}

.slicknav_menu {
	background: transparent !important;
	border: medium none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	z-index: 950;
	top: 21px;
	right: 0;
	left: inherit;
}

.slicknav_menu .slicknav_menutxt {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: none;
	transition: all .3s linear;
	display: none;
}

.slicknav_menu .slicknav_menutxt:hover {
	font-size: 16px;
	color: #fff;
}

.slicknav_btn {
	background: transparent !important;
	border-radius: 0;
	border: none;
	padding: 15px !important;
	margin: 0 !important;
	float: right;
	height: auto;
	width: auto;
}

.slicknav_btn.slicknav_open {
	border-radius: 0;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	padding: 10px 15px !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a > a:hover {
	font-size: 14px !important;
	background: #f5f5f5 !important;
}

.slicknav_nav ul li a > a {
	background: none !important;
	border-left: none !important;
	padding: 0 !important;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	width: 100%;
	border-bottom: none;
	box-shadow: none;
	border-radius: 0;
}

.slicknav_nav li {
	border-bottom: 1px solid var(--rednewheader) !important;
	box-shadow: none;
}

.slicknav_nav li:last-of-type {
	border: none !important;
}

.slicknav_nav a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 22px !important;
	color: var(--rednewheader) !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	padding: 11px 15px !important;
	margin: 0 !important;
	background: var(--white) !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	position: relative;
}

.slicknav_nav a > a {
	padding: 0 !important;
	margin: 0 !important;
}

.slicknav_nav a:before,
.slicknav_nav a:after {
	display: none;
}

.slicknav_nav .slicknav_arrow {
	font-size: 14px;
	color: var(--rednewheader);
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
/*
.slicknav_nav li.slicknav_open a .slicknav_arrow {
	color: var(--white);
}
*/
.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 0;
}

.slicknav_nav .slicknav_row:hover {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	padding: 0;
	border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav a.is-active,
.slicknav_nav a:hover > a,
.slicknav_nav a.is-active > a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 22px !important;
	color: var(--white) !important;
	background: var(--rednewheader) !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 0;
	padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
	font-size: 20px;
	font-weight: bold;
	background-color: var(--black) !important;
	box-shadow: none;
}

.slicknav_nav li.slicknav_open ul li.has-children.slicknav_parent.slicknav_collapsed > a.slicknav_item.slicknav_row {
	display: none !important;
}

.slicknav_nav li.slicknav_open ul li ul.is-hidden.slicknav_hidden {
	display: block !important;
}

.slicknav_nav ul h2 {
	font-size: 18px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
	display: block;
	text-decoration: underline;
}

/*slick nav second menu*/

.slicknav_nav li ul li {
	border-bottom: 1px solid var(--white) !important;
	box-shadow: none;
}

.slicknav_nav ul li a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 18px !important;
	color: var(--black) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	padding: 11px 20px !important;
	margin: 0 !important;
	background: #d7d7d7 !important;
	transition: all .3s linear;
	border-radius: 0 !important;
	border: none !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a.is-active,
.slicknav_nav ul li a:hover > a,
.slicknav_nav ul li a.is-active > a {
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 18px !important;
	color: var(--white) !important;
	background: var(--black) !important;
	transition: all .3s linear;
}

.slicknav_nav ul li a > a {
	padding: 0 !important;
	margin: 0 !important;
	border-right: none !important;
}







.logo {
	position: relative;
	z-index: 960;
}

.header_left_cnt {
	width: auto;
	float: left;
	padding-left: 15px;
}

.time_header {
	padding: 20px 0 0;
}

.header_middle_cnt {
	width: auto;
}

.header_middle_cnt nav {
	display: none;
}

.header_right_cnt {
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.search_icon {
	margin: 0 15px 0 0;
}

.search_icon span {
	padding: 6px;
}

.search_toggle {
	height: 65px;
}

.search_toggle.opened {
	width: -moz-calc(100% - 0%);
	width: -webkit-calc(100% - 0%);
	width: calc(100% - 0%);
}

.search_toggle input[type="search"] {
	padding: 20px 15px;
	width: -moz-calc(100% - 26%);
	width: -webkit-calc(100% - 26%);
	width: calc(100% - 26%);
}

.login_icon span {
	padding: 6px;
}

#signin, 
#signup, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 100%;
	z-index: 11000 !important;
}

#signup .txt-fld input[type="submit"], 
#signin .txt-fld input[type="submit"], 
#forgotten .txt-fld input[type="submit"],
#follow .txt-fld input[type="submit"],
.follow .txt-fld input[type="submit"] {
	padding: 12px 30px 13px;
}

#signin input[type="submit"], 
#signup input[type="submit"], 
#forgotten input[type="submit"],
#follow input[type="submit"],
.follow input[type="submit"],
#cart_checkout input[type="submit"] {
	appearance: none;
}

.main_content_inner {
	width: 97%;
}

.banner_left_right_home {
	display: none;
}

.news_main_top_left_cnt {
	width: 65%;
	margin: 0 3% 0 0;
}

.news_main_top_left_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_main_top_left_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_main_top_left_cnt article figcaption strong {
	max-width: inherit;
}

.news_main_top_left_cnt_three_cnt article {
	width: 45.2%;
	margin: 0 35px 35px 0;
}

.news_main_top_left_cnt_three_cnt article:nth-of-type(2n) {
	margin-right: 0 !important;
}

/* dodana još jedna grupa po tri vijesti na stranicu kategorije...  resp fix */
.news_main_top_left_cnt_three_cnt article:nth-of-type(3n) {
	margin-right: 35px;
}

.news_main_top_left_cnt_three_cnt article:last-of-type {
	margin: 0;
}

.news_main_top_left_cnt_three_cnt article figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_main_top_left_cnt_three_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_main_top_right_cnt {
	width: 100%;
}

.news_main_middle_home_cnt section {
	width: 100%;
	display: table;
}

.news_main_middle_home_cnt article {
	width: 47%;
	margin: 0 30px 30px 0;
}

.news_main_middle_home_cnt article:nth-of-type(2n) {
	margin-right: 0 !important;
}

.news_main_middle_home_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
	height: 100%;
}

.news_main_middle_home_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_home_divide_two_cnt section {
	width: 47.2%;
}

.news_home_divide_two_cnt section h1 {
	font-size: 28px;
	float: none;
	margin-bottom: 0;
}

.read_more_from_category {
	float: none;
	display: table;
	margin: 10px 0 20px;
}

.news_home_divide_two_cnt article {
	width: 100%;
	clear: both;
}

.sport_kultura_with_out_banner article {
	width: 100%;
}

.news_home_divide_two_cnt article:first-of-type {
	width: 100%;
	float: none;
	display: table;
	clear: both;
	margin: 0 0 30px;
}

.news_home_divide_two_cnt article:first-of-type figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	padding: 0;
	float: none;
}

.news_home_divide_two_cnt article:first-of-type figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.categ_home_bck_clr section {
	/*width: 100%;*/
	width: 50%;
}

.news_home_bck_tablecell section {
	/*display: table;*/
}

.news_divide_categs_home_bck_clr_left {
	width: 100%;
	float: none;
	display: table;
	clear: both;
}

.news_divide_categs_home_bck_clr_right {
	width: 100%;
	float: none;
	display: table
}

.news_home_full_cnt_four article {
	width: 47%;
	margin: 0 33px 33px 0;
}

.news_home_full_cnt_four article:nth-of-type(2n) {
	margin-right: 0 !important;
}

.news_home_full_cnt_four article:last-of-type {
	margin: 0;
}

.comments_home_customcode_tabletview article:nth-of-type(1) {
	margin-right: 0 !important;
}

.comments_home_customcode_tabletview article:nth-of-type(2) {
	margin-right: 33px !important;
}

.news_home_full_cnt_four article figure {
	width: 100%;
	/*height: 100%;*/
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.news_home_full_cnt_four article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}


footer {
	padding: 40px 0;
}

footer aside {
	max-width: 97%;
}

footer aside section {
	display: table;
	padding: 0;
}

footer aside section.footer_social_cnt {
	margin: 20px auto 0;
}

.footer_logo {
	margin: 0 25px 0 0;
}

footer aside p {
	max-width: 65%;
}


/*BANNERI naslovnica*/

.banner_content_square300h {
	width: 100%;
	height: 100%;
}

.banner300columns {
	width: 47%;
	margin: 0 33px 33px 0;
}

.banner600columns {
	width: 100%;
	float: none;
}

/*BANNERI kategorija*/

.banner_content_long600h {
	width: 100%;
	height: auto;
}

.categ_othernews_eight_cnt article {
	margin-right: 33px;
}

/*load more articles*/

.categ_othernews_eight_cnt article {
	margin: 0 33px 33px 0;
	display: none;
}

.categ_othernews_eight_cnt article h1 {
	margin-bottom: 0;
}

.news_details_container {
	width: 100%;
	margin: 0 3% 0 0;
}

/*
.news_details_container article h1 {
	font-size: 40px;
}
*/

.news_details_info div {
	float: none;
	display: table;
}

.news_details_info div p,
.news_details_info div time {
	margin: 0 10px 0 0;
}

.news_details_info div a,
.news_details_info div em {
	margin: -1px 10px 0 0;
}

.news_details_info ul {
	float: none;
}

.news_details_container article figure {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;
	padding: 0;
	float: none;
}

.news_details_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.news_details_container article iframe {
	width: 100%;
	height: auto;
}
.news_details_container .dateAuthor{
	justify-content: flex-start;
	
	
}
.news_details_container .dateAuthor .articleDivStyle1{
	width: 100% !important; 
	margin-left: 10px; 
} 
.news_details_container section:nth-of-type(1){
	width: 100%; 
	margin-bottom: 20px; 
}
.news_details_container section:nth-of-type(2){
	width: 100%; 
}
#gallery_navigation{
	justify-content: flex-start;
	
}
#gallery_navigation .fotorama{
	width: 100%; 
}

body > main > div > section > aside.news_main_top_home_cnt > section.news_details_container > section:nth-child(4) > div.flexRow > div > div.bx-wrapper > div{
	width: 100%;
	max-width: 100%; 
}
body > main > div > section > aside.news_main_top_home_cnt > section.news_details_container > article:nth-child(1) > div > div.articleDivStyle1 > div.citat{
	width: 100%; 
}
#article2 > div.articleStyle2{
	justify-content: flex-start; 
}
#article2 > div.articleStyle2 > div.articleDivStyle2{
	width:100%;
	margin-left: 10px; 
}
body > main > div > section > aside.news_main_top_home_cnt > section.news_details_container > section:nth-child(4) > div.flexRow > div > div.galleryStyle{
	margin-right: 10px; 
}


/*news details quote text*/

.quote_text_details {
	width: 40%;
}

.search_page_container {
	width: 97%;
}

.search_page_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;
	margin: 0 30px 30px 0;
	padding: 0;
	width: 48%;
}

.search_page_container article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.search_page_container article strong {
	max-width: 100%;
}

.search_page_container article h1 {
	float: left;
	max-width: 46%;
}

/*BASIC CSS*/

.contact_form div {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.basic_site_inner_content {
	width: 97%;
}

.basic_site_inner_content figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0 0 30px;
	padding: 0;
	float: none;
}

.basic_site_inner_content figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.basic_site_inner_content_contact {
	width: 97%;
}

.basic_site_inner_content_contact article {
	width: 35%;
}

.right_column_contact {
	width: 60%;
}

/*FIX image in p*/

.news_details_container article p img {
	max-width: 100% !important;
}









}
