/*
file:	Cascading Style Sheet
year:	2022
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

:root {
	--white: #ffffff;
	--black: #000000;
	--red: #dc0a16;
	--navyellow: #EFCE00;
	--navblue: #3AABDD;
	--navorange: #DC830A;
	--navgreen: #0ADCBC;
	--navpink: #DC0A7B;
	--navpurple: #B40ADC;
	--navlimegreen: #BCDC0A;
	--rednewheader: #cf2b34;
}

* {
	box-sizing: border-box;
}

i, i:before {
	transition: all .2s linear;
}

.material-icons {
	transition: all .2s linear;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: var(--white);
}

div, span, p, em, a, strong, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-family: "Poppins", Arial, Tahoma, Calibri, Verdana, serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 30px;
}
em {
	font-size: 24px;
	color: #000;
	margin: 0;
	font-weight: 700;
	padding: 0 0 30px;
	font-style: normal;
	display: block;
}
strong {
	font-weight: bold;
}
a {
	font-size: 16px;
	color: var(--red);
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 16px;
	color: var(--black);
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background: url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background: url("../img/ui.totop.png") no-repeat left -40px;
}

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*logo top content*/

.logo_top_content {
	width: 100%;
	margin: 0;
	padding: 22px 0;
	display: table;
	border-bottom: 2px solid var(--rednewheader);
}

.logo {
	width: auto;
	margin: 0 auto;
	display: table;
}

.logo img {
	height: 44px;
	display: flex;
}

/*header left cnt*/

.header_left_cnt {
	width: 11%;
	float: left;
	margin: 0;
}

.time_header {
	width: auto;
	margin: 0;
	padding: 26px 0 0;
}

.time_header strong {
	font-size: 16px;
	color: var(--rednewheader);
	font-weight: 700;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}

/*header middle cnt*/

.header_middle_cnt {
	width: 78%;
	float: left;
	padding: 0;
}

.header_middle_cnt nav {
	width: auto;
	margin: 0 auto;
	display: table;
}

.header_middle_cnt nav ul {
	list-style: none;
}

.header_middle_cnt nav ul li {
	float: left;
	margin: 0;
}

.header_middle_cnt nav ul li:last-of-type {
	margin: 0;
}

.header_middle_cnt nav ul li a {
	font-size: 24px;
	color: var(--rednewheader);
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 8px;
	display: block;
}

.header_middle_cnt nav ul li a:hover,
.header_middle_cnt nav ul li a.active {
	font-size: 24px;
	color: var(--black);
}

/*
.header_middle_cnt nav ul li:nth-of-type(1) a:hover,
.header_middle_cnt nav ul li:nth-of-type(1) a.active {
	color: var(--navyellow);
}

.header_middle_cnt nav ul li:nth-of-type(2) a:hover,
.header_middle_cnt nav ul li:nth-of-type(2) a.active {
	color: var(--navblue);
}

.header_middle_cnt nav ul li:nth-of-type(3) a:hover,
.header_middle_cnt nav ul li:nth-of-type(3) a.active {
	color: var(--navorange);
}

.header_middle_cnt nav ul li:nth-of-type(4) a:hover,
.header_middle_cnt nav ul li:nth-of-type(4) a.active {
	color: var(--navgreen);
}

.header_middle_cnt nav ul li:nth-of-type(5) a:hover,
.header_middle_cnt nav ul li:nth-of-type(5) a.active {
	color: var(--navpink);
}

.header_middle_cnt nav ul li:nth-of-type(6) a:hover,
.header_middle_cnt nav ul li:nth-of-type(6) a.active {
	color: var(--navpurple);
}

.header_middle_cnt nav ul li:nth-of-type(7) a:hover,
.header_middle_cnt nav ul li:nth-of-type(7) a.active {
	color: var(--navlimegreen);
}
*/

/*main menu second level menu*/

.header_middle_cnt nav ul li ul {
	width: 100%;
	position: absolute;
	top: 164px;
	left: 0;
	padding: 0 0 0 11.5%;
	z-index: 450;
	opacity: 0;
	visibility: hidden;
	transition: all .2s linear;
}

.header_middle_cnt nav ul li:nth-of-type(1) ul {
	background: var(--navyellow);
}

.header_middle_cnt nav ul li:nth-of-type(2) ul {
	background: var(--navblue);
}

.header_middle_cnt nav ul li:nth-of-type(3) ul {
	background: var(--navorange);
}

.header_middle_cnt nav ul li:nth-of-type(4) ul {
	background: var(--navgreen);
}

.header_middle_cnt nav ul li:nth-of-type(5) ul {
	background: var(--navpink);
}

.header_middle_cnt nav ul li:nth-of-type(6) ul {
	background: var(--navpurple);
}

.header_middle_cnt nav ul li:nth-of-type(7) ul {
	background: var(--navlimegreen);
}


.header_middle_cnt nav ul li:nth-of-type(8) ul {
	background: var(--red);
}


.header_middle_cnt nav ul li:hover ul,
.header_middle_cnt nav ul li.active ul {
	opacity: 1;
	visibility: visible;
}

.header_middle_cnt nav ul li ul li {
	float: left;
	margin: 0 20px 0 0;
}

.header_middle_cnt nav ul li ul li:last-of-type {
	margin: 0;
}

.header_middle_cnt nav ul li ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 13px 0 15px;
	display: block;
}

.header_middle_cnt nav ul li ul li a:hover,
.header_middle_cnt nav ul li ul li a.active {
	font-size: 18px;
	color: #000;
}

.header_middle_cnt nav ul li ul li:nth-of-type(1) a:hover,
.header_middle_cnt nav ul li ul li:nth-of-type(2) a:hover,
.header_middle_cnt nav ul li ul li:nth-of-type(3) a:hover,
.header_middle_cnt nav ul li ul li:nth-of-type(4) a:hover,
.header_middle_cnt nav ul li ul li:nth-of-type(5) a:hover,
.header_middle_cnt nav ul li ul li:nth-of-type(6) a:hover,
.header_middle_cnt nav ul li ul li:nth-of-type(7) a:hover {
	color: #000;
}

.header_middle_cnt nav ul li ul li:nth-of-type(1) a.active,
.header_middle_cnt nav ul li ul li:nth-of-type(2) a.active,
.header_middle_cnt nav ul li ul li:nth-of-type(3) a.active,
.header_middle_cnt nav ul li ul li:nth-of-type(4) a.active,
.header_middle_cnt nav ul li ul li:nth-of-type(5) a.active,
.header_middle_cnt nav ul li ul li:nth-of-type(6) a.active,
.header_middle_cnt nav ul li ul li:nth-of-type(7) a.active {
	color: #000;
}

/*header right cnt*/

.header_right_cnt {
	width: 11%;
	float: right;
	padding: 22px 0;
}

/*search icon*/

.search_icon {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.search_icon span {
	font-size: 24px;
	color: #fff;
	padding: 3px;
	background: var(--red);
	border-radius: 500em;
	display: block;
}

.search_icon span:hover {
	color: var(--red);
	background: var(--white);
}

/*toogle search bar*/

.search_toggle {
	width: 0;
	height: 75px;
	-webkit-transition: width 0.4s;
	-moz-transition: width 0.4s;
	-ms-transition: width 0.4s;
	-o-transition: width 0.4s;
	transition: width 0.4s;
	background: var(--white);
	position: fixed;
	margin-left: 15%;
	margin-top: 0;
	right: 0;
	top: 90px;
	z-index: 650;
	overflow: hidden;
}

.search_toggle form {
	padding: 0 15px;
}

.search_toggle.opened {
/*
	width: -moz-calc(100% - 15%);
	width: -webkit-calc(100% - 15%);
	width: calc(100% - 15%);
*/
	width: -moz-calc(100% - 0%);
	width: -webkit-calc(100% - 0%);
	width: calc(100% - 0%);
}

.search_toggle.mobile {
	margin-left: 0;
	margin-top: 0;
	height: 101px;
	overflow: hidden;
}

.search_toggle.mobile.mob-opened {
	width: 100%;
}

.search_toggle input[type="search"] {
	font-size: 16px !important;
	color: var(--black);
	font-weight: 400;
	margin: 0;
	padding: 25px 20px;
	background: transparent;
	border: none;
	/*
	width: -moz-calc(100% - 20%);
	width: -webkit-calc(100% - 20%);
	width: calc(100% - 20%);
	*/
	width: -moz-calc(100% - 15%);
	width: -webkit-calc(100% - 15%);
	width: calc(100% - 15%);
	display: inline-block;
	vertical-align: middle;
}

.search_toggle input[type="search"]:focus {
	outline: none;
}

.search_toggle input[type="search"]::-webkit-input-placeholder {
	color: var(--black);
}

.search_toggle input[type="search"]:-moz-placeholder {
	color: var(--black);
}

.search_toggle input[type="search"]::-moz-placeholder {
	color: var(--black);
}

.search_toggle input[type="search"]:-ms-input-placeholder {
	color: var(--black);
}

.search_toggle input[type="button"],
.search_toggle input[type="submit"] {
	font-size: 14px !important;
	color: var(--white);
	font-weight: 600;
	margin: -1px 0 0;
	padding: 10px 20px;
	background: var(--black);
	border: 0;
	cursor: pointer;
	transition: all .3s linear;
	display: inline-block;
	vertical-align: middle;
}

.search_toggle input[type="button"]:hover,
.search_toggle input[type="submit"]:hover,
.search_toggle input[type="button"]:focus,
.search_toggle input[type="submit"]:focus {
	font-size: 14px !important;
	color: var(--white);
	background: var(--red);
}

.search_toggle .search_close {
	font-size: 32px;
	color: var(--red);
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 0;
	vertical-align: middle;
}

/*login*/

.login_icon {
	float: left;
	margin: 0;
	padding: 0;
}

.login_icon span {
	font-size: 24px;
	color: #fff;
	padding: 3px;
	background: var(--red);
	border-radius: 500em;
	display: block;
}

.login_icon span:hover {
	color: var(--red);
	background: var(--white);
}

/*LOGIN POPUP*/

html, body {
	overflow: inherit !important;
}

#btn-close-modal span {
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	display: table;
	margin: 40px auto 0;
	transition: all .3s linear;
}

#btn-close-modal span:hover {
	opacity: 0.75;
}

.animated_modal_content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	position: relative;
}

.animated_modal_content h1,
.animated_modal_content h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0 0 15px;
}

.animated_modal_content em,
.animated_modal_content p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px;
	line-height: 19px;
}

.animated_modal_content form {
	width: 40%;
	float: left;
	margin: 0;
	padding: 40px;
}

.animated_modal_content form div {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: table;
}

.animated_modal_content form div:last-of-type {
	margin: 0;
	padding-top: 5px;
}

.animated_modal_content label {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0 0 7px;
	cursor: text;
	display: table;
}

.animated_modal_content input,
.animated_modal_content select,
.animated_modal_content textarea {
	font-size: 14px !important;
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 16px 20px;
	background: #fff;
	border: none;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	transition: all .2s linear;
}

.animated_modal_content input:hover,
.animated_modal_content select:hover,
.animated_modal_content textarea:hover {
	background: rgba(255,255,255,0.90);
}

.animated_modal_content input:focus,
.animated_modal_content select:focus,
.animated_modal_content textarea:focus {
	background: rgba(255,255,255,0.90);
}

.animated_modal_content input[type="submit"] {
	font-size: 14px !important;
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	padding: 17px 20px;
	background: var(--black);
	border: none;
	cursor: pointer;
}

.animated_modal_content input[type="submit"]:hover,
.animated_modal_content input[type="submit"]:focus {
	color: var(--red);
	background: var(--white);
	border: none;
}

.animated_modal_content form div a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-decoration: underline;
	display: block;
	text-align: center;
	margin: 20px 0 0;
}

.animated_modal_content form div a:hover {
	font-size: 14px;
	color: #fff;
	opacity: 0.80;
}

.register_new_customers {
	width: 60%;
	float: right;
	margin: 0;
	padding: 40px;
}

.register_btn_form {
	font-size: 16px;
	color: var(--black);
	font-weight: 600;
	margin: 6px 0;
	padding: 11px 20px 10px;
	display: table;
	background: #fff;
}

.register_btn_form:hover {
	font-size: 16px;
	color: #fff;
	background: var(--black);
}

.register_btn_form span {
	font-size: 30px;
	color: var(--red);
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0 10px;
	transition: all .3s linear;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*main content inner*/

.main_content_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: table;
	position: relative;
}

/*banner left right home*/

.banner_left_right_home {
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 350;
}

.banner_left_right_home figure {
	width: 100%;
}

.banner_left_right_home .hidden_banner_left {
	display: none;
}

.fixed_banner_left {
	left: -380px;
}

.fixed_banner_right {
	right: -380px;
}

/*banner top home*/

.banner_top_home {
	width: 100%;
	margin: 0 0 30px;
	display: table;
}

.banner_top_home figure {
	width: 100%;
}

/*news main top home cnt*/

.news_main_top_home_cnt {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 45px;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

/*news main top left cnt*/

.news_main_top_left_cnt {
	width: 850px;
	float: left;
	margin: 0 30px 0 0;
}

.news_main_top_left_cnt h1 {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 40px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}

.news_main_top_left_cnt article {
	width: 100%;
	margin: 0 0 60px;
	display: table;
}

.news_main_top_left_cnt article figure {
	max-width: 850px;
	max-height: 500px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_main_top_left_cnt article figure img {
	max-width: 850px;
	/*max-height: 420px;*/
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.news_main_top_left_cnt article figcaption {
	width: auto;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news_main_top_left_cnt article figcaption a {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	padding: 8px 8px;
	background: var(--red);
	float: left;
}

.news_main_top_left_cnt article figcaption a span {
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.news_main_top_left_cnt article figcaption strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	padding: 3px 8px;
	/*background: var(--black);*/
	background: var(--red);
	float: left;
	
	/*max-width: 85%;*/
	max-width: 100%;
	/*height: 41px;*/
	height: 39px;
	overflow: hidden;
}

.news_main_top_left_cnt article h1 {
	margin: 25px 0;
	padding: 0;
	/*ine-height: 47px;*/
	line-height: 38px;
	overflow: hidden;
	/*max-height: 191px;*/
	max-height: 155px;
}

.news_main_top_left_cnt article h1, .news_main_top_left_cnt article h1 a {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	/*font-size: 40px;*/
	font-size: 30px;
	color: #000;
	/*font-weight: 900;*/
	font-weight: 700;
}

.news_main_top_left_cnt article h1 a:hover {
	font-size: 30px;
	color: var(--red);
}

.news_main_top_left_cnt article em {
	font-size: 20px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	margin: 0;
	padding: 0;
	
	line-height: 25px;
	overflow: hidden;
	height: 102px;
}

/*news main top left cnt three cnt*/

.news_main_top_left_cnt_three_cnt {
	width: 100%;
	margin: 0;
	display: table;
}

.news_main_top_left_cnt_three_cnt article {
	width: 260px;
	float: left;
	/*margin: 0 35px 0 0;*/
	margin: 0 35px 35px 0;
}

.news_main_top_left_cnt_three_cnt article:nth-of-type(3n) {
	margin-right: 0;
}

/*
.news_main_top_left_cnt_three_cnt article:last-of-type {
	margin: 0;
}
*/

.news_main_top_left_cnt_three_cnt article figure {
	max-width: 260px;
	max-height: 235px;
	width: 260px;
	height: 235px;
	/*display: table-cell;*/
}

.news_main_top_left_cnt_three_cnt article figure img {
	/*
	max-width: 260px;
	max-height: 235px;
	*/
	max-width: inherit;
	max-height: inherit;
	width: auto;
	height: 100%;
}

.news_main_top_left_cnt_three_cnt article strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 18px;
	color: var(--red);
	font-weight: 700;
	text-transform: uppercase;
	/*display: table;*/
	display: block;
	margin: 12px 0 7px;
	/*height: 22px;*/
	height: 46px;
	overflow: hidden;
	line-height: 22px;
}

.news_main_top_left_cnt_three_cnt article h1 {
	margin: 0 0 10px;
	padding: 0;
	line-height: 25px;
	overflow: hidden;
	height: 102px;
}

.news_main_top_left_cnt_three_cnt article h1, .news_main_top_left_cnt_three_cnt article h1 a {
	font-size: 20px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
}

.news_main_top_left_cnt_three_cnt article h1 a:hover {
	font-size: 20px;
	color: var(--red);
}

.news_three_home_categ,
.news_main_top_left_cnt_three_cnt article time,
.news_three_home_comment {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	float: left;
	margin-right: 15px;
}

.news_three_home_categ {
	font-size: 14px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
	text-transform: uppercase;
}

.news_three_home_categ:hover {
	font-size: 14px;
	color: #000;
}

.news_main_top_left_cnt_three_cnt article time {
	font-size: 14px;
	color: rgba(0,0,0,0.75);
	font-weight: 500;
}

.news_three_home_comment {
	font-size: 14px;
	color: var(--red);
	font-weight: 700;
}

.news_three_home_comment:hover {
	font-size: 14px;
	color: var(--black);
}

.news_three_home_comment span {
	font-size: 18px;
	color: rgba(0,0,0,0.50);
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/*news main top right cnt*/

.news_main_top_right_cnt {
	width: 320px;
	float: left;
	/*margin: 0;*/
	margin: 7px 0 0;
}

.news_main_top_right_cnt h1, .news_main_top_right_cnt h2 {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 32px;
	color: var(--red);
	/*font-weight: 900;*/
	font-weight: 700;
	margin: 0 0 10px;
}

.news_main_top_right_cnt article {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 20px;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.news_main_top_right_cnt article:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

.news_main_top_right_cnt article a {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 18px;
	color: var(--red);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 5px;
	display: table;
	line-height: 23px;
}

.news_main_top_right_cnt article h1 {
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.news_main_top_right_cnt article h1, .news_main_top_right_cnt article h1 a, .news_main_top_right_cnt article h3, .news_main_top_right_cnt article h3 a {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-size: 20px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
	text-transform: none;
}

/*news main middle home cnt*/

.news_main_middle_home_cnt {
	width: 100%;
	margin: 0 0 60px;
	display: table;
}

.news_main_middle_home_cnt h1 {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 32px;
	color: var(--red);
	/*font-weight: 900;*/
	font-weight: 700;
	padding: 0 25px 10px;
}

.news_main_middle_home_cnt section {
	padding: 25px;
	background: #E5E5E5;
	display: table;
}

.news_main_middle_home_cnt article {
	width: 265px;
	float: left;
	margin: 0 30px 0 0;
}

.news_main_middle_home_cnt article:last-of-type {
	margin: 0;
}

.news_main_middle_home_cnt article figure {
	height: 320px;
	max-width: 265px;
	max-height: 320px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_main_middle_home_cnt article figure img {
	/*max-width: 265px;*/
	max-height: 320px;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.news_main_middle_home_cnt article figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	background: linear-gradient(transparent, #000);
	padding: 15px;
}

.news_main_middle_home_cnt article strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
	/*
	height: 22px;
	overflow: hidden;
	*/
}

.news_main_middle_home_cnt article h1 {
	margin: 0;
	padding: 0;
	line-height: 26px;
}

.news_main_middle_home_cnt article h1, .news_main_middle_home_cnt article h1 a {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-size: 20px;
	color: #fff;
	/*font-weight: 900;*/
	font-weight: 500;
}

.news_main_middle_home_cnt article h1 a:hover {
	font-size: 20px;
	color: #fff;
	text-decoration: underline;
}

/*news home divide two cnt*/

.news_home_divide_two_cnt {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	display: table;
}

.news_home_divide_two_cnt section {
	width: 585px;
	float: left;
	margin: 0 30px 0 0;
}

.news_home_divide_two_cnt section:last-of-type {
	margin: 0;
}

.news_home_divide_two_cnt section h1 {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 32px;
	color: var(--red);
	/*font-weight: 900;*/
	font-weight: 700;
	float: left;
	margin: 0 0 20px;
}

.read_more_from_category {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 12px;
	color: #707070;
	font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 5px 10px;
	float: right;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.read_more_from_category:hover {
	font-size: 12px;
	color: var(--white);
	background: var(--black);
	border-color: var(--black);
}

.news_home_divide_two_cnt article {
	width: 290px;
	margin: 0 0 20px;
	padding: 0;
	display: table;
	clear: right;
}


/*fix - kultura da ide u jednom case-u..*/
.sport_kultura_with_out_banner article {
	width: 265px;
}

.news_home_divide_two_cnt article figure {
	display: none;
}

.news_home_divide_two_cnt article strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 18px;
	color: var(--red);
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	/*height: 22px;*/
	height: 46px;
	overflow: hidden;
	line-height: 22px;
}

.news_home_divide_two_cnt article h1 {
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.news_home_divide_two_cnt article h1, .news_home_divide_two_cnt article h1 a {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-size: 18px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
}

.news_home_divide_two_cnt article h1 a:hover {
	font-size: 18px;
	color: var(--red);
}

.news_home_divide_two_cnt article:first-of-type {
	width: 265px;
	float: left;
	clear: left;
	display: inherit;
	margin: 0 30px 0 0;
}

.news_home_divide_two_cnt article:first-of-type figure {
	width: 265px;
	height: 155px;
	max-width: 265px;
	max-height: 155px;
	display: table;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0 0 20px;
	padding: 0;
}

.news_home_divide_two_cnt article:first-of-type figure img {
	max-width: 265px;
	max-height: 155px;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.news_home_divide_two_cnt article:first-of-type h1, .news_home_divide_two_cnt article:first-of-type h1 a {
	font-size: 20px;
}

.news_home_divide_two_cnt article:first-of-type h1 a:hover {
	font-size: 20px;
}

/*categ home bck clr*/

.categ_home_bck_clr section {
	width: 600px;
	margin: 0;
	padding: 20px;
	background: rgba(58,171,221,0.10);
}

/*nova definicija za min-height*/

.news_home_bck_tablecell section {
	float: none;
	display: table-cell;
	height: 100%;
	vertical-align: top;
}

.categ_home_bck_clr section:last-of-type {
	background: rgba(112,112,112,0.10);
}

.news_divide_categs_home_bck_clr_left {
	width: 265px;
	float: left;
	clear: left;
}

.news_divide_categs_home_bck_clr_right {
	width: 265px;
	float: right;
}

.news_divide_categs_home_bck_clr_left article:first-of-type {
	width: 100%;
	float: none;
	clear: none;
	display: table;
	margin: 0 0 30px;
}

.news_divide_categs_home_bck_clr_right article:first-of-type {
	width: 100%;
	float: none;
	clear: none;
	display: table;
	margin: 0 0 20px;
}

.news_divide_categs_home_bck_clr_right article:first-of-type h1,
.news_divide_categs_home_bck_clr_right article:first-of-type h1 a {
	font-size: 18px;
}

.news_divide_categs_home_bck_clr_right article:first-of-type h1 a:hover {
	font-size: 18px;
}

.news_divide_categs_home_bck_clr_left article,
.news_divide_categs_home_bck_clr_right article {
	width: 100%;
	float: none;
	clear: none;
	display: table;
}

.news_divide_categs_home_bck_clr_right article figure,
.news_divide_categs_home_bck_clr_right article:first-of-type figure {
	display: none;
}

.news_divide_categs_home_bck_clr_right .banner600columns {
	width: 100%;
	float: none;
}

/*news home full cnt four*/

.news_home_full_cnt_four {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	display: table;
}

.news_home_full_cnt_four h1 {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 32px;
	color: var(--red);
	/*font-weight: 900;*/
	font-weight: 700;
	float: left;
	margin: 0 0 20px;
}

.news_home_full_cnt_four .read_more_from_category {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 12px;
	color: #707070;
	font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 5px 10px;
	float: right;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.news_home_full_cnt_four .read_more_from_category:hover {
	font-size: 12px;
	color: var(--white);
	background: var(--black);
	border-color: var(--black);
}

.news_home_full_cnt_four section {
	width: 100%;
	display: table;
}

.news_home_full_cnt_four article {
	width: 275px;
	float: left;
	margin: 0 33px 0 0;
}

.news_home_full_cnt_four article:last-of-type {
	margin: 0;
}

.news_home_full_cnt_four article figure {
	width: 275px;
	height: 165px;
	max-width: 275px;
	max-height: 165px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0;
	padding: 0;
}

.news_home_full_cnt_four article figure img {
	max-width: 275px;
	max-height: 165px;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}


.news_home_full_cnt_four article strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 18px;
	color: var(--red);
	font-weight: 700;
	text-transform: uppercase;
	/*display: table;*/
	display: block;
	margin: 10px 0 0;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
}

.news_home_full_cnt_four article h1 {
	margin: 0;
	padding: 0;
	line-height: 26px;
	overflow: hidden;
	height: 104px;
}

.news_home_full_cnt_four article h1, .news_home_full_cnt_four article h1 a {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-size: 20px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
}

.news_home_full_cnt_four article h1 a:hover {
	font-size: 20px;
	color: var(--red);
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	display: table;
	background: var(--black);
}

footer aside {
	width: auto;
	margin: 0 auto;
	display: table;
}

footer aside:first-of-type {
	padding-bottom: 40px;
}

/*
footer aside section {
	width: 200px;
	float: left;
	margin: 0 0 40px;
}

footer aside section h1 {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
	margin: 0 0 12px;
	padding: 0;
}

footer aside section nav {
	width: 100%;
	display: table;
}

footer aside section nav ul {
	list-style: none;
}

footer aside section nav ul li {
	width: 100%;
	display: block;
	margin: 0 0 12px;
}

footer aside section nav ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	display: block;
}

footer aside section nav ul li a:hover,
footer aside section nav ul li a.active {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}

footer aside section:nth-of-type(2) nav ul li a,
footer aside section:nth-of-type(6) nav ul li a {
	font-weight: 800;
}
*/

footer aside section {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

footer aside section nav {
	width: auto;
	display: table;
}

footer aside section nav ul {
	list-style: none;
}

footer aside section nav ul li {
	width: auto;
	float: left;
	margin: 0 20px 0 0;
}

footer aside section nav ul li:last-of-type {
	margin: 0;
}

footer aside section nav ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	display: block;
}

footer aside section nav ul li a:hover,
footer aside section nav ul li a.active {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}

/*facebook social icons*/

footer aside section.footer_social_cnt {
	margin-top: -1px;
}

footer aside section.footer_social_cnt ul {
	list-style: none;
}

footer aside section.footer_social_cnt ul li {
	float: left;
	margin: 0 10px 0 0;
}

footer aside section.footer_social_cnt ul li:last-of-type {
	margin: 0;
}

footer aside section.footer_social_cnt ul li a {
	display: flex;
}

footer aside section.footer_social_cnt ul li img {
	max-height: 24px;
	transition: all .2s linear;
}

footer aside section.footer_social_cnt ul li a:hover img {
	opacity: 0.85;
}





/*footer logo*/

.footer_logo {
	width: auto;
	margin: 0 45px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.footer_logo img {
	height: 36px;
	display: flex;
}

footer aside p {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 14px;
	color: #707070;
	font-weight: 500;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

footer aside p a {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

footer aside p a:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}

/*breadcrumb cnt*/

.breadcrumb_cnt {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 15px;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.breadcrumb_cnt ul {
	list-style: none;
}

.breadcrumb_cnt ul li {
	float: left;
}

.breadcrumb_cnt ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.30);
	font-weight: 800;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb_cnt ul li a:hover {
	font-size: 14px;
	color: rgba(0,0,0,0.60);
}

.breadcrumb_cnt ul li:last-of-type a,
.breadcrumb_cnt ul li:last-of-type a:hover {
	color: var(--red);
}

.breadcrumb_cnt ul li span {
	font-size: 16px;
	color: rgba(0,0,0,0.45);
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.breadcrumb_cnt ul li:last-of-type span {
	display: none;
}

/*news_home_full_cnt_four categ eight*/

.categ_othernews_eight_cnt article {
	margin: 0 33px 60px 0;
	display: none;
}

.categ_othernews_eight_cnt article:nth-of-type(4n) {
	margin-right: 0;
}

.categ_othernews_eight_cnt article:last-of-type {
	margin: inherit;
}

/*load more news btn*/

#loadmore_button {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 16px;
	color: #707070;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 6px 20px;
	display: table;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	cursor: pointer;
	clear: both;
}

#loadmore_button:hover {
	font-size: 16px;
	color: var(--white);
	background: var(--black);
	border-color: var(--black);
}

/*news details container*/

.news_details_wrap .news_main_top_home_cnt {
	border: none;
	margin: 0;
	padding: 0 0 60px;
}

.news_details_container {
	width: 850px;
	float: left;
	margin: 0 30px 0 0;
}

.news_details_container article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.news_details_container article strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 32px;
	color: var(--red);
	font-weight: 900;
	margin: 0;
	padding: 0;
	display: table;
}

.news_details_container article h1 {
	/*font-size: 48px;*/
	font-size: 32px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
	margin: 0 0 48px;
	padding: 0;
	/*line-height: 58px;*/
	line-height: 40px;
}

.news_details_info {
	width: 100%;
	margin: 0;
	display: table;
	margin: 0 0 25px;
}

.news_details_info div {
	width: auto;
	float: left;
	padding: 9px 0;
}

.news_details_info div p,
.news_details_info div time {
	font-size: 15px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	margin: 0 40px 0 0;
	padding: 0;
	float: left;
}

.news_details_info div a,
.news_details_info div em {
	font-size: 15px;
	color: var(--red);
	font-weight: 700;
	float: left;
	margin: -1px 40px 0 0;
	padding: 0;
}

.news_details_info div a span,
.news_details_info div a strong,
.news_details_info div em span,
.news_details_info div em strong {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 0;
}

.news_details_info div a span,
.news_details_info div em span {
	font-size: 18px;
	color: rgba(0,0,0,0.85);
	margin-right: 5px;
}

.news_details_info div a strong,
.news_details_info div em strong {
	font-size: 15px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	margin-left: 3px;
}

.news_details_info div a:last-of-type {
	margin-right: 0;
}

.news_details_info ul {
	width: auto;
	float: right;
	list-style: none;
}

.news_details_info ul li {
	float: left;
	margin: 0 10px 0 0;
}

.news_details_info ul li:last-of-type {
	margin: 0;
}

.news_details_info ul li a {
	display: flex;
}

.news_details_info ul img {
	display: flex;
}

.news_details_container article figure {
	width: 850px;
	height: 500px;
	max-width: 850px;
	max-height: 500px;
	display: table;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0 0 55px;
	padding: 0;
}

.news_details_container article figure img {
	max-width: 850px;
	/*max-height: 420px;*/
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

/*news details IFRAME youtube video condition*/

.news_details_container article iframe {
	margin: 0 0 55px;
	width: 850px;
	height: 500px;
}

/*news details SLIDER condition*/

.news_slider_details_cnt {
	width: 100%;
	margin: 0 0 55px;
}

.bx-wrapper {
	margin: 0 auto !important;
}

.bx-wrapper .bx-viewport {
	border: none;
	background: none;
	left: 0;
	box-shadow: none;
}

.bxslider {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.bx-wrapper img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 99;
	margin-top: 0 !important;
	top: 50%;
	transform: translateY(-50%);
}

.bx-wrapper .bx-prev {
	width: 48px !important;
	height: 48px !important;
	background: url("../img/controls_slider.png") no-repeat 0 0 !important;
	opacity: 1;
	left: 1%;
}

.bx-wrapper .bx-prev:hover {
	background: url("../img/controls_slider.png") no-repeat 0 -48px !important;
	opacity: 1;
}

.bx-wrapper .bx-next {
	width: 48px !important;
	height: 48px !important;
	background: url("../img/controls_slider.png") no-repeat -48px 0 !important;
	opacity: 1;
	right: 1%;
}

.bx-wrapper .bx-next:hover {
	background: url("../img/controls_slider.png") no-repeat -48px -48px !important;
	opacity: 1;
}


/*news details quote text*/

.quote_text_details {
	width: 25%;
	float: right;
	margin: 0 0 20px 20px;
	padding: 20px;
	background: var(--red);
}

.news_details_container article .quote_text_details em,
.news_details_container article .quote_text_details p,
.news_details_container article .quote_text_details strong {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 20px;
}





/*news details readmore tags*/

.news_details_readmore_tags {
	width: 100%;
	margin: 15px 0 0;
	padding: 35px 0 0;
	display: table;
	border-top: 1px solid #E5E5E5;
}

.news_details_readmore_tags em {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px;
}

.news_details_readmore_tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news_details_readmore_tags ul li {
	float: left;
	margin: 0 30px 30px 0;
}

.news_details_readmore_tags ul li a {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 16px;
	color: #707070;
	font-weight: 700;
	margin: 0;
	padding: 5px 30px 6px;
	display: block;
	background: #E5E5E5;
	border-radius: 18px;
}

.news_details_readmore_tags ul li a:hover,
.news_details_readmore_tags ul li a.active {
	font-size: 16px;
	color: var(--white);
	background: var(--red);
}

/*search page container*/

.search_page_container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
	display: table;
}

.search_page_container h1 {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 32px;
	color: var(--black);
	/*font-weight: 900;*/
	font-weight: 700;
	margin: 0 0 60px;
	padding: 0;
}

.search_page_container h1 mark {
	color: #fff;
	font-weight: 700;
	background-color: var(--red);
}

.search_page_container article {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	display: table;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.search_page_container article:last-of-type {
	border: none;
	margin: 0;
	padding: 0;
}

.search_page_container article figure {
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	position: relative;
	
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	width: 40%;
}

.search_page_container article figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.search_page_container article strong {
	/*font-family: "Saira Condensed", Arial, Tahoma, Calibri, Verdana, sans-serif;*/
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	padding: 3px 8px;
	background: var(--black);
	/*display: table;*/
	display: block;
	
	line-height: 28px;
	overflow: hidden;
	height: 33px;
	max-width: 45%;
}

.search_page_container article h1 {
	margin: 15px 0 0;
	padding: 0;
	line-height: 38px;
}

.search_page_container article h1, .search_page_container article h1 a {
	/*font-family: "Bitter", Arial, Tahoma, Calibri, Verdana, serif;*/
	font-size: 32px;
	color: var(--red);
	/*font-weight: 800;*/
	font-weight: 600;
}

.search_page_container article h1 a:hover {
	font-size: 32px;
	color: var(--black);
}





















/*BASIC CSS*/

.main_container nav {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.30);
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.main_container nav ul li:last-of-type {
	border: none;
}

.main_container nav ul li a {
	font-size: 15px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	margin: 0;
	padding: 11px 15px;
	display: block;
	position: relative;
}

.main_container nav ul li a:hover,
.main_container nav ul li a.active {
	font-size: 15px;
	color: #fff;
	background: var(--red);
}

.main_container nav ul li:first-child a {
	border-radius: 3px 3px 0 0;
}

.main_container nav ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

.main_container nav ul li a span.material-icons {
	font-size: 18px;
	color: var(--black);
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.main_container nav ul li a:hover span.material-icons,
.main_container nav ul li a.active span.material-icons {
	color: var(--white);
}

/*main subcategories*/

.main_container nav ul li ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.main_container nav ul li ul li a {
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	padding: 9px 15px;
	background: var(--white);
	border-radius: 0 !important;
}

.main_container nav ul li ul li a:hover,
.main_container nav ul li ul li a.active {
	font-size: 13px;
	color: #000;
	background: var(--red);
}

.main_container nav ul li ul li:first-child a {
	border-radius: 0;
}

.main_container nav ul li ul li:last-child a {
	border-radius: 0;
}

/*jquery accordion menu*/

#accordion ul {
	display: none;
}

#accordion a {
	cursor: pointer;
}

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 280px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

.contact_form div:nth-of-type(3n) {
	margin-right: 0;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px 5px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	border: 1px solid #a5a5a5 !important;
	padding: 11px 30px 12px !important;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 5px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 12px !important;
	color: #fff !important;
	background: #696969 !important;
	border: 1px solid #696969 !important;
	opacity: 1;
}

.buttons_action input[type="submit"] {
	background: var(--red) !important;
	border: 1px solid var(--red) !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 11px 30px 12px !important;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 12px !important;
	color: #fff !important;
	background: var(--black) !important;
	border: 1px solid var(--black) !important;
	opacity: 1;
}

.contact_form dl a {
	color: var(--red);
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	padding: 13px 15px 14px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 0 !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .3s linear;
	color: #2d2d2d;
	font-size: 14px !important;
	font-weight: 500;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 8px 10px 10px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*sorter*/

.sorter {
	width: 100%;
	margin: 0 0 30px;
	padding: 10px 15px;
	display: table;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.sorter h1 {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 4px 15px 0 0;
	text-align: left;
	float: left;
}

.sorter h1 > span {
	font-size: 24px;
	color: var(--black);
	vertical-align: middle;
	margin: -2px 0 0 10px;
}

.sorter form {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

.sorter form div:last-of-type {
	margin: 0;
}

.sorter form label {
	font-size: 12px;
	color: #414141;
	font-weight: 500;
	margin: 0;
	padding: 6px 10px 6px 0;
	float: left;
	cursor: text;
}

.sorter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.sorter ul li {
	width: auto;
	float: left;
	margin: 0 5px 0 0;
}

.sorter ul li:last-of-type {
	margin: 0;
}

.sorter form input[type="submit"] {
	font-size: 10px !important;
	color: #2d2d2d;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 7px;
	background: transparent;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.sorter form input[type="submit"]:hover,
.sorter form input[type="submit"]:focus,
.sorter form input[type="submit"].active {
	font-size: 10px !important;
	color: var(--black);
	background: var(--red);
	border: 1px solid var(--red);
}

/*paging content*/

.paging_content {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	display: table;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 12px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 12px 15px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 500;
	padding: 8px 0 0 90px;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content h1 {
	/*font-size: 40px;*/
	font-size: 32px;
	color: var(--black);
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
}

.basic_site_inner_content h2 {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h3 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.basic_site_inner_content figure {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
	border-radius: 0;
	
	float: left;
	margin: 0 30px 30px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	vertical-align: middle;
	text-align: center;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 290px;
	float: left;
	margin: 0;
}

.basic_site_inner_content_contact h1 {
	/*font-size: 40px;*/
	font-size: 32px;
	color: var(--black);
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px;
}

.basic_site_inner_content_contact h2 {
	font-size: 26px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h3 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}

.right_column_contact {
	width: 880px;
	float: right;
	margin: 50px 0 0;
}







/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	margin: 30px 0 0;
	padding: 22px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 0 0 10px;
}

.ecms_gallery_box h1:before,
.ecms_gallery_box h2:before {
	content: "\e413";
	font-family: "Material Icons";
	font-size: 24px;
	color: var(--red);
	font-weight: normal;
	margin: -2px 10px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.ecms_gallery_box p {
	font-size: 16px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 22.9%;
	float: left;
	margin: 30px 30px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(4n) {
	margin-right: 0;
}

.ecms_gallery_box a img {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.ecms_gallery_box em {
	font-size: 16px;
	color: rgba(0,0,0,0.80);
	font-weight: 500;
	margin: 0;
	padding: 15px 0 0;
	line-height: 22px;
	overflow: hidden;
	height: 60px;
}

/*download*/

.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 25px 20px 20px;
	clear: both;
	display: table;
	background: linear-gradient(#f2f2f2, #f0f0f0);
	background: -webkit-linear-gradient(#f2f2f2, #f0f0f0);
	border: 1px solid #e0e0e0;
	border-radius: 0;
}

.document_category h1,
.document_category h2 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	margin: 0;
	padding: 0 0 20px;
}

.document_category h1:before,
.document_category h2:before {
	content: "\ebbd";
	font-family: "Material Icons";
	font-size: 24px;
	color: var(--red);
	font-weight: normal;
	margin: -2px 10px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31.4%;
	margin: 0 30px 30px 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li:nth-of-type(3n) {
	margin-right: 0;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 38px;
	margin: 0 5px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: var(--black);
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 22px;
	overflow: hidden;
	max-height: 67px;
	max-width: 85%;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: var(--red);
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	margin: 40px 0 0 !important;
	padding: 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 4px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 13px;
	font-weight: 600;
	margin: 9px 10px 0 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 32px;
	margin: 0;
	padding: 0;
	transition: all .3s linear;
	border-radius: 0;
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	opacity: 0.75;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box #hist {
	float: none;
	clear: both;
	display: table;
	padding-top: 30px;
}

#hist a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 11px 15px 10px;
	display: table;
	background: var(--red);
	border-radius: 0;
}

#hist a:hover {
	font-size: 14px;
	color: #fff;
	background: var(--black);
}

#hist a span {
	font-size: 22px;
	color: #fff;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

#hist a:hover span {
	color: #fff;
}

/*FANCYBOX*/

.fancybox-skin {
	background: #fff !important;
}

.fancybox-lock {
	overflow: inherit !important;
}



/*banner content square300h*/

.banner_content_square300h {
	width: 300px;
	height: 300px;
	display: table;
	margin: 40px 0 0;
}

.banner_content_square300h a {
	display: flex;
}

.banner_content_square300h img {
	width: 100%;
}

.banner300columns {
	width: 275px;
	height: auto;
	float: left;
	margin: 0 33px 0 0;
}

/*banner content long600h*/

.banner_content_long600h {
	width: 300px;
	height: 600px;
	display: table;
	margin: 40px 0 0;
}

.banner_content_long600h a {
	display: flex;
}

.banner_content_long600h img {
	width: 100%;
}

.banner600columns {
	width: 265px;
	height: auto;
	margin: 0;
	display: inherit;
	float: right;
}

/*banner preporuke urednika 300x300 stranica kategorije*/

.news_main_middle_home_cnt section {
	display: inline-block;
	vertical-align: middle;
}

.editorsrecommendation_banner_300_categ {
	width: 295px;
	height: auto;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}






/*
stranica kategorije, micanje prve vijesti ... 
*/

/*
.custom_classname_fourarticles_hide article:nth-of-type(1) {
	display: none !important;
}
*/


/*
.custom_classname_fourfirstarticles_hide article:nth-of-type(1) {
	display: none !important;
}

.custom_classname_fourfirstarticles_hide article:nth-of-type(2) {
	display: none !important;
}

.custom_classname_fourfirstarticles_hide article:nth-of-type(3) {
	display: none !important;
}

.custom_classname_fourfirstarticles_hide article:nth-of-type(4) {
	display: none !important;
}
*/


/*comments display none*/

.news_three_home_comment,
.comments_news_details {
	display: none !important;
}

.chat_bubble_comments_hidden {
	display: none !important;
}



/*news details FIX p em reset*/

.news_details_container article p em {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	padding: inherit;
	font-style: italic;
	display: inline;
}

.news_details_container article p img {
	max-width: 850px !important;
	width: 690px !important;
	height: auto !important;
}


/* tražili da se privremeno makne broj pregleda članaka */

.news_details_info div em {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}




