.header_container{
	width:1170px;
	height:530px;
	background-size:cover;
	position:relative;
	margin:auto;
}

.content_container .content_content{
	width:1170px;
	margin:auto;
	background-size:cover;
	color:#211d1e;
	font-weight:normal;
	padding:40px 0px;
	font-size:13px;
	line-height:23px;
}

.content_container .content_content .left_side{
	float:left;
	width:875px;
}

.content_container .content_content .right_side{
	float:right;
	width:260px;
	padding-left:5px;
	border-left:1px solid #ebebeb;
}

.content_container .content_content h1{
	border-bottom:2px solid #70af34;
	font-weight:normal;
	font-size:24px;
	display:inline-block;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:20px;
	color:#211d1e;
}

.title h1{
	font-size:40px !important;
	color:#211d1e !important;
	border:none !important;
	border-left:15px solid #70af34 !important;
	padding-left:10px !important;
	margin-bottom:55px !important;
	margin-top:0px !important;
}

.content_container .content_content .left_side ul{
	list-style:none;
	padding:0;
	margin:0;
}

.content_container .content_content .left_side ul li{
	padding-left:1.5em; 
	text-indent:-1.5em;
	line-height:21px;
}

.content_container .content_content .left_side ul li::before{
	content:"■ ";
	color:#70af34;
	font-size:20px;
}

.content_container .content_content .left_side table.table_specs{
	border:2px solid #808080;
}

.content_container .content_content .left_side table.table_specs tr.naslovGlave{
	background-color:#70af34;
	text-align:center;
	font-size:16px;
	padding:5px 0px;
	color:#fff;
}

.content_container .content_content .left_side table.table_specs tr td{
	border:1px solid #808080;
	text-align:center;
	padding:5px 0px;
}

.content_container .content_content .left_side table.table_specs tr:nth-child(even){
	background-color:#d4d4d4;
}

.content_container .content_content .left_side table.table_specs tr:nth-child(2),
.content_container .content_content .left_side table.table_specs tr:nth-child(3){
	background-color:#fff;
}

.content_container .content_content .left_side h3{
	font-size:20px;
	font-weight:400;
	margin:0px;
}

.content_container .content_content .left_side h2{
	font-size:30px;
	font-weight:400;
	margin:0px 0px 10px 0px;
}

.content_container .content_content .right_side{
	padding-left:20px;
	font-size:13px;
	line-height:23px;
}

.content_container .content_content .right_side h2{
	background-color:#ebebeb;
	font-size:18px;
	padding:13px 0px;
	border-radius:5px;
	text-align:center;
	margin-left:-15px;
}

.content_container .content_content .right_side .side_news a,
.content_container .content_content .right_side .side_menu a{
	font-size:13px;
	color:#525252;
	text-decoration:none;
	display:block;
}

.content_container .content_content .right_side .side_menu a.sub_cat{
	padding-left:20px;
}

.content_container .content_content .right_side .side_menu a.sel{
	color:#70af34;
	font-weight:bold;
}

.content_container .content_content .right_side .side_news a:hover{
	color:#70af34;
}




@media (min-width: 768px) and (max-width: 1169px) {

.header_container {
    width: 100%;
	height: auto !important;
}

.static_header {
	margin-bottom: 105px !important;
	padding: 0% 2% !important;
	width: 96% !important;
	height: auto !important;
}

.static_header div {
	padding-top: 5px !important;
	margin: 0% 2% !important;
	width: 96% !important;
	font-size: 12px !important;
	line-height: normal !important;
}

.static_header div img {
	width: auto;
	height: 200px;
}

	
.content_container .content_content .left_side {
    width: 70%;
}
.content_container .content_content .left_side h1 {
    line-height: normal;
}

.content_container .content_content .right_side {
    padding-left: 4%;
    width: 25%;
}

.news_item div:first-child {
	width: 5% !important;
}
.news_item div:nth-child(2) {
	width: 95% !important;
}

}



@media (min-width: 0px) and (max-width: 767px) {

.header_container {
    width: 100%;
	height: 241px !important;
}

.static_header {
	margin-bottom: 105px !important;
	padding: 0% 2% !important;
	width: 96% !important;
	height: 191px !important;
}

.static_header > img {
	width: 100%;
	height: auto;
}

.static_header > div {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	margin: 0% 2% !important;
	width: 96% !important;
	height: auto !important;
	font-size: 12px !important;
	line-height: normal !important;
}

.static_header div img {
	width: auto;
	height: 100px;
}


.content_container .content_content .left_side{
	float:none;
	width:100%;
}

.content_container .content_content .right_side{
	float:none;
	margin-top: 50px;
	width:100%;
	padding-left:0;
	border-left:0;
}

.content_container .content_content h1 {
	line-height: normal;
}

.content_container .content_content .right_side h2{
	margin-left:0;
}

.content_container .content_content .left_side table.table_specs tr:nth-child(2):not(.prevent-responsive) {
	background-color:#F3F3F3;
	color: #70af34;
}

}