﻿*
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	margin: 0;
	padding: 0;
}

#social
{
	display:none !important;
}

html
{

}

body
{
	position:relative;
}

.clear
{
	clear:both;
}

.hidden
{
	display:none;
}

b, strong
{
	font-weight:bold;
}

em, i
{
    font-style:italic;
}

#wrapper1
{
	min-width:320px;
	overflow:hidden;
	position:relative;
}

.wrapper2
{
	position:relative;
	margin:0 auto;
	min-width:320px;
	clear:both;
	z-index:22;
}

/* srednji sadržaj sa stupcima */

.wrapper2 > .classicContent > .col1
{
	width:30%;
	float:left;
}

.wrapper2 > .classicContent.news
{
	margin-top:30px;
	margin-bottom:40px;
}

.wrapper2 > .classicContent > .col2
{
	background-color:white;
	float:right;
	position:relative;
	min-width:700px;
	width:70%;
/*	padding-bottom:40px;*/
}

.wrapper2 > .classicContent > .col1
{
	width:340px;
	margin-top:0px;
}

@media screen and (max-width: 639px)
{
	#wrapper1,
	.wrapper2
	{
		min-width:320px;
	}

	/* srednji sadržaj sa stupcima */
	.wrapper2 > .classicContent.news > .col2
	{
		float:none;
		position:relative;
		margin-left:10px;
		margin-right:10px;
		min-width:inherit;
		width:auto;
		max-width:none;
	}

	.wrapper2 > .classicContent > .col1
	{
		margin-top:30px;
	}
}

@media screen and (min-width: 640px) and (max-width: 959px)
{
	#wrapper1,
	.wrapper2
	{
		min-width:640px;
	}

	/* srednji sadržaj sa stupcima */
	.wrapper2 > .classicContent.news > .col2
	{
		float:none;
		position:relative;
		margin-left:20px;
		margin-right:20px;
		min-width:inherit;
		width:auto;
		max-width:none;
	}


	.wrapper2 > .classicContent.news > .col1
	{
		width:auto;
		float:none;
		margin-top:40px;
	}

	.wrapper2 > .classicContent.news > .col1 .backKosi1,
	.wrapper2 > .classicContent > .col1 .backKosi2
	{
		margin-left:15px !important;
		float:left;
	}
}

@media screen and (min-width: 960px)
{
	a#simple-menu
	{
		display:none;
	}

	.sidr
	{
		display:none !important;
	}

	#wrapper1,
	.wrapper2
	{
		min-width:1010px;
	}

	.wrapper2
	{
		max-width:1160px;
	}

	.wrapper2 > .classicContent.news > .col2
	{
		float:right;
		position:relative;
		margin-right:77px;
		min-width:inherit;
		max-width:685px;
	}
}

@media screen and (min-width: 960px) and (max-width:1118px)
{
	/* ovo je samo za 1024 rezolucije */

	.wrapper2 > .classicContent.news > .col1
	{
		width:350px;
	}

	.wrapper2 > .classicContent.news > .col2
	{
		float:right;
		position:relative;
		margin-right:5px;
		min-width:inherit;
		max-width:645px;
	}
}

@media screen and (min-width: 1118px)
{
	.wrapper2 > .classicContent > .col1
	{
		width:32.5%;
	}

	.wrapper2 > .classicContent > .col2
	{
		width:67.5%;
	}
}
