body {
	background: url('../img/bg.gif') top left repeat;
	font-family: 'Roboto Condensed', "Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#container-main {
	width: 1206px;
	padding: 0px;
	background: #fff;
	font-size: 16px;
	color: #74746d;
	margin: -320px auto 0px auto;
	overflow-x: hidden;
}

h1 {
	width: 100%;
	font-family: 'Roboto Condensed', "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	color: #363632;
	text-align: center;
	background: url('../img/bg_h1.gif') top center no-repeat;
	padding: 25px 0 10px;
	margin-top:0px;
	text-transform: uppercase;
}

h2 {
	color: #661311;
	font-size: 24px;
}

A, A:link, A:visited, A:active {
	color:#661311;
	text-decoration:none;
}

A:hover {
	color:#9f423f;
	text-decoration:none;
}

footer {
	width: 1206px;
	padding: 10px 0px;
	margin: auto;
}

footer, footer a {
	color: #797777 !important;
}

div#bg-top {
	width: 100%;
	height: 320px;
	background: url('../img/bg_top.gif') top left repeat-x;
}

a#logo, a#logo2 {
	display: block; text-indent: -9999px;
}

a#logo {
	width: 361px;
	height: 106px;
	background: url('../img/logo.png') top left no-repeat;
}

a#logo2 {
	width: 202px;
	height: 96px;
	background: url('../img/logo2.png') top left no-repeat;
	float: right;
}

div#search-panel {
	width: 80%;
	margin:auto;
	padding-top: 40px;
}

div#search-panel input{
	background: #f8f8f8;
	border: none;
	border: 0px;
	height: 50px;
	font-size: 18px;
	box-shadow: none;
	padding-right: 0px;
}

div#search-panel .input-group-addon {
	background: #f8f8f8;
	border: none;
	border: 0px;
}

div#search-panel button {
	border: none;
	background: #f8f8f8;
}

div#search-panel .input-group {
	background: #f8f8f8;
	border: 1px solid #dde0de;
}

div#slider_naw {
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #e9ebea;
}

div#slider_naw ul#naw {
	list-style-type: none;
	display: table;
	margin: auto;
}

div#slider_naw ul#naw li {
	float: left;
	padding: 0px 5px;
}

div#slider_naw ul#naw li a {
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../img/k2.gif') top left no-repeat;
}

div#slider_naw ul#naw li a:hover, div#slider_naw ul#naw li.activeSlide a {
	background: url('../img/k1.gif') top left no-repeat;
}

div.slider_el {
	width: 100%;
	height: 385px;
	background-position: center center;
	background-size: cover;
}

#sidebar {
	height: 100%;
}

.banners-bg {
	width: 100%;
	background-position: center center;
	background-size: cover;
	margin: 5px 0px;
}

.navbar-default .navbar-toggle {
	float: left;
}

.banners IMG {
    border: none;
}

#l_menu {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#sidebar-content {
	width: 100%;
	background: url('../img/bg_l.gif') bottom center no-repeat #f4f5f5;
}

#sidebar-content2{
	width: 85%;
	margin: auto;
	padding: 23px 0px 150px;
}

div.l_item1 {
    background: url('../img/bg_l_menu.png') bottom center no-repeat;
}

div.l_item2 {
    padding-left: 20px;
}

a.l_item1, a.l_item2 {
	display: block;
	width: 100%;
	
	padding: 10px 2% 10px 5%;
	color: #641311;
	text-transform: uppercase;
	text-align: left;
	position: relative;
    z-index: 2;
	margin-bottom: 5px;
}

a.l_item2 {
    background: url('../img/item2.png') center left no-repeat;
    padding: 5px 2% 5px 5%;
}

a.l_item1:hover {
	color: #8b1a17;
}

a.l_item2:hover {
	color: #b72f2c;
}


a.l_item1 > em, a.l_item2 > em  {
	background: #ececec;
	display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -10;
	transition: all 500ms ease 0s;
}

a.l_item1:hover > em, a.l_item2:hover > em  {
	width: 100%;
	background: #ececec;
	transition: all 250ms cubic-bezier(0, 0.765, 0.19, 0.92) 0s;
}

.date {
	color: #91a199;
	font-size: 18px;
	padding: 5px 0px;
}

.newsh2 {
	font-size: 24px;
}

.news-kreska {
	width: 100%;
	padding: 10px 0px;
	clear: both;
	background-image: url('../img/kreska.gif');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-primary {
    background-color: #641311;
    border-color: #81403f;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary:active:focus,
.btn-primary:active:hover, .btn-primary:hover:active, .btn-primary:hover:focus, .btn-primary:focus:hover    {
    background-color: #8d3836;
    border-color: #81403f;
    color: #fff;
}

a.btn-primary {
    color: #fff;
}

@media only screen and (max-width: 768px) {
	div#container-main {
		width: 100%;
	}

	footer {
		width: 99%;
	}

	a#logo {
		margin: auto;
		width: 100%;
		background-size: contain;
		background-position: center center;
		height: 53px;
	}

	div#search-panel {
		width: 90%;
		margin:auto;
		padding-top: 10px;
	}

	div#search-panel input{
		background: #f8f8f8;
		border: none;
		border: 0px;
		height: 25px;
		font-size: 16px;
		box-shadow: none;
		padding-right: 0px;
	}

	div.slider_el {
		height: 180px;
	}

	.row-offcanvas {
		position: relative;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		border-top: 1px solid #e9ebea;
	}

	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -41.6%;
	}

	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -41.6%;
	}

	.row-offcanvas-right.active {
		right: 41.6%;
	}

	.row-offcanvas-left.active {
		left: 41.6%;
	}

	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 41.6%;
	}

	#sidebar {
		padding-top:0;
	}
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
	div#container-main {
		width: 99%;
	}

	footer {
		width: 99%;
	}

	.row-offcanvas .col-sm-3 {
		width: 28%;
	}

	.row-offcanvas .col-sm-9 {
		width: 67%;
		margin-left: 5%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
	div#container-main {
		width: 98%;
	}

	footer {
		width: 99%;
	}

	.row-offcanvas .col-sm-3 {
		width: 28%;
	}

	.row-offcanvas .col-sm-9 {
		width: 70%;
		margin-left: 2%;
	}
}

@media only screen and (min-width: 1200px) {
	.row-offcanvas .col-sm-3 {
		width: 28%;
	}

	.row-offcanvas .col-sm-9 {
		width: 70%;
		margin-left: 2%;
	}
}