@font-face {
	font-family: your-sign;
	src: url(fonts/your-sign.ttf);
}

body {
	padding-top: 95px;
	padding-bottom: 0px;
	background: #f4f4f2;
}

body.inner{
	padding-top: 125px;
}

.text-white {
	color: #FFF !important;
}

.background-white{
	background-color: #fff;
}

.background-light-grey{
	background: #f4f4f2;
}

a{
	color: #000;
	/*color: #2196F3;*/
}

a:hover{
	text-decoration: underline;
	color: #000;
	/*color: #1E88E5;*/
}

.hidoverflow {
	overflow: hidden;
}

#samplenews {
	height: 100px;
}

.navbar-brand{
	padding: 14px 15px 12px 15px;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select,
.btn{
	border-radius: 0px !important;
}

.lg-title{
	font-size: 38px!important;
	line-height: 38px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

table.table{
	font-size: 12px;
}

.btn-white{
	background: #fff;
	border-color: #d1d1d1;
	color: #000;
}

.btn-white i{
	padding: 0px 5px;
	color: #4CAF50 !important;
}

.btn-white {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn-white:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4CAF50;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-white:hover,
.btn-white:hover i{
	color: #fff;
}

.btn-white:hover:before{
	font-weight: bold;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-primary {

	background: rgb(76,175,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,175,80,1) 0%, rgba(56,142,60,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(76,175,80,1) 0%,rgba(56,142,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(76,175,80,1) 0%,rgba(56,142,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4caf50', endColorstr='#388e3c',GradientType=0 ); /* IE6-9 */
	box-shadow:none;
	border-color: #41a345;
	border-radius: 0px;
}

.btn-primary:hover,
.btn-primary:active{
	background:#388E3C !important;
	border-color: #388E3C !important;
}

.btn-primary i {
	padding:0px 10px;
}

.btn-margin {
	margin-left:20px;
	margin-bottom:10px;
}

.filter-spravochnik {
	margin-top:13px;
}

.btn-next-news {
	margin-left:10px !important;
	margin-bottom:5px !important;
	background:#fff;
	border-color: #dfdfdd !important;
}

.no-border-top{
	border-top: none !important;
}

header{
	position: fixed;
	top: 0px;
	z-index: 999;
	text-align: center;
	width: 100%;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

header .clock-date{
	float: left;
	font-size: 11px;
	padding: 5px 15px;
}

.top-navigation{
	text-align: right;
}

.main-navigation{
	background-color: #4CAF50;
}

.sub-navigation{
	text-align: left;
}

.top-navigation ul,
.main-navigation ul,
.sub-navigation ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*display: block;*/
	padding-right: 5px;
}

.top-navigation ul li,
.main-navigation ul li,
.sub-navigation ul li{
	display: inline-block;
    /* border-right: 1px solid #ceff66; */
}

.top-navigation ul li a{
	display: block;
	padding: 7px 7px;
	font-size: 11px;
}

.sub-navigation{
	text-align: center;
	background: #479947;
}

#top-bar{
	transition: all 0.3s linear;
	display: block;
}

.hidden {
	display: none;
}

.visuallyhidden {
	opacity: 0;
}


.sub-navigation ul li a{
	display: block;
	padding: 7px 10px;
	font-size: 11px;
	color: #fff;
}

.main-navigation ul li a{
	padding: 16px 10px 12px 10px;
	display: block;
	color: #ceff66;
	border-bottom: 5px solid transparent;
}

.main-navigation li.active>a{
	color: #fff;
	font-weight: bold;
	/*background-color: #479947;*/
	border-bottom: 5px solid #479947;
}

.main-navigation li:hover a,
.main-navigation li.active:hover a{
	color: #fff;
	/*border-bottom: 5px solid #4CAF50;*/
	text-decoration: none;
}

.main-navigation ul li:last-child a{
	color: #fff;
}

header .dropdown a i{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

header .dropdown .dropdown-menu{
	right: 0px;
	left: inherit;
	background: #212121;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
	padding: 5px 0px 10px 0px
}

header .dropdown .dropdown-menu li{
	display: block;
}

header .dropdown .dropdown-menu a{
	border:none;
	color: #fff;
	text-align: left;
	padding: 5px 15px 5px 15px;
}

header .dropdown .dropdown-menu a:hover{
	color: #aecc79;
	background:inherit;
}

.bm-menu .dropdown-menu li> ul { 
	display:none !important;
}

.bm-menu .dropdown-menu>.active>a, 
.bm-menu .dropdown-menu>.active>a:focus, 
.bm-menu .dropdown-menu>.active>a:hover{
	background: #479947;
}


.bm-menu .dropdown-menu li.active>ul {
	display:block !important;
	margin-left:0px;
}

.bm-menu .dropdown-menu li.active>ul li>a{
	color:#57d657;
}

.bm-menu .dropdown-menu li.active>ul li>a::before{
	content: "-";
	padding-right:5px;
}

.sub-navigation .bm-breadcrumb {
	padding:5px;
	color:#fff;
}

.g-content{
	padding: 12px 0px 0px 0px;
	margin-left:-10px;
	overflow: hidden !important;
}

.g-content-special{
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:12px;
	margin-top:0px;
	margin-left: 0px;
	color: #000;
	background:#fff;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.g-content-special .g-container{
	/*background:#000;*/
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.g-content-special a{
	color: #000;
}


.g-content-special h1{
	border: none !important;
}

.g-content-special .box-f{
	border:none;
	background-color: #000;
	margin-left: 1px;
	border:none;
	margin-top: 5px;
	padding: 0px;
	width: 300px;
}

.g-content-special .box-f .d-gradient-bg{
	left: 0px;
	bottom: 0px;
}

.g-content-special .box-f div div{
	/*color: #ceff66;*/
	/*color: #ffff00;*/
}

.g-container{
	width: 962px;
	margin: 0px auto;
	overflow: hidden !important;
}

.g-container-inner{
	/*width: 972px;*/
}

.g-container-inner .col-a{
	/*width: 648px;*/
	width: 962px;
	padding-right: 15px;
	/* border-right: 1px solid #e4e4e4; */
}

.g-container-inner .col-a>form{
	margin: 0px 5px 0px 22px;
}

.g-container h1,
.g-container-inner h2{
	margin: 0px 5px 5px 12px;
	padding: 7px 8px 5px 10px;
	border-top: 1px solid #d1d1d1;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	min-height: 1px;
}

.g-container-inner h2.reversed{
	border-top: none;
	border-bottom: 1px solid #d1d1d1;
	margin:5px 5px 12px 12px;
	padding: 5px 8px 7px 10px;
}

.g-container-inner h2{
	font-size: 16px;
}

.g-container-inner h2 span{
	padding-left: 5px;
}

.g-container-inner h2 a,
.g-container-inner h2 span,
.g-container-inner h2 i{
	font-size: 12px;
	color: #4CAF50;
	font-weight: normal;
	padding-left: 10px;
}

.g-container-inner h2 i{
	font-size: 14px;
}

.g-container-inner h2 strong{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

.g-container-inner h1{
	margin: 0px 5px 10px 12px;
	padding: 10px 8px 15px 10px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.g-container-inner .box-b{
	border-top: none;
	padding-top: 0px;
}

.g-container h1 i,
.g-container h1 img{
	padding-right: 7px;
}

.g-container h1 a{
	float: right;
	font-weight: 500;
	font-size: 12px;
	margin-left: 15px;
}

.g-container h1 a i{
	color: #4CAF50;
}

img.b-a{
	width: 620px;
	height: 363px;
}

img.c-l{
	max-width: 300px;
}

.col-a{
	width: 638px;
	float: left;

}
.col-a img{
	padding: 0px;
	margin: 0px;
	border-image-width: 0;
}
.col-a .p-r{
	padding-right: 10px;
}

.col-a .newscontentread {
	margin-left: 15px;
	/* margin-right: 15px; */
	padding: 0; /*15px 0px 0px 0px;*/
	border-bottom:1px solid #d1d1d1;
	padding-bottom:10px;
}

.col-a .newscontentread a {
	color: #4CAF50;
	text-decoration:none;
}

.col-b{
	float: left;
	width: 312px;
}
.col-c{
	width: 638px;
	clear: both;
}

.col-d{
	float: left;
	width: 312px;
}

.col-c .col-b{
	/*margin-right: 12px;*/
}

.box-a,
.box-b,
.box-c,
.box-d,
.box-e,
.box-f,
.box-featured,
.box-h,
.box-j,
.box-k,
.box-l,
.box-k-half{
	width: 307px;
	border:1px solid #fff;
	border-bottom-color: #dfdfdd;
	border-right-color: #dfdfdd;
	margin-left: 12px;
	margin-bottom: 12px;
	padding: 2px 1px 1px 2px;
	background-color: #fff;
	float: left;
	display: block;
	position: relative;
}


.g-container-inner .box-a,
.g-container-inner .box-b,
.g-container-inner .box-c,
.g-container-inner .box-d,
.g-container-inner .box-e,
.g-container-inner .box-f,
.g-container-inner .box-featured,
.g-container-inner .box-h,
.g-container-inner .box-j,
.g-container-inner .box-k,
.g-container-inner .box-l{
	border-color: #fff;
	height: auto !important;
}


.box-a{
	width: 626px;
	height: 370px;
}

.box-h{
	width: 626px;
	height: 326px;
}

.box-j{
	width: 626px;
	height: 157px;
}

.box-h .d-gradient-bg,
.box-j .d-gradient-bg{
	width: 619px !important;
}

.box-h .d-gradient-bg{
	padding-top: 30px !important;
}

.box-h .d-gradient-bg h2{
	/* width: 70%; */
	font-size: 20px !important;
	line-height: 20px !important;
	height: 42px;
}

.box-k{
	height: 157px;
}

.box-k-half{
	height: 107px;
	width: 152px;
	margin-left: 7px;
	margin-bottom: 7px;
}

.box-k .d-gradient-bg{
	padding-top: 35px !important;
	height: 100px;
}

.box-b{
	height: 257px;
}

.box-b.margin79,
.obqvi-video .box-b{
	margin-bottom: 79px;
}

.box-b.margin81,
.galleries .box-b{
	margin-bottom: 81px;
}

.box-featured {
	height: 100px;
	color: #fff;
	text-align: center;
	background: #4CAF50;
	border-color: #4CAF50;
	font-size: 14px;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.box-featured a{
	display: block;
	color: #fff;
	width: calc(50% - 4px);
	padding-top: 20px;
	height: 94px;
	float: left;
}

.box-featured a:hover{
	text-decoration: none;
	/*opacity: 0.9;*/
	background: #479947 !important;
	color: #fff;
}

.box-featured a.dnes{
	margin-right: 3px;

	border-right: 1px solid #479947;
	/*background: #4CAF50;*/
}

.box-featured a.dnes:hover{

}

.box-featured span,
.box-featured strong{
	display: block;
}

.box-featured span {
	font-size: 18px;
	line-height: 18px;
	padding-top: 6px;
	color: #ceff66;
}

.box-c{
	height: 100px;
	padding: 10px;
	color: #000;
}

a.box-c:hover h2{
	text-decoration: underline;
}

a.box-c:hover img{
	opacity: 0.9;
}

.box-c img{
	height: 75px;
	width: 100px;
	float: left;
}

.box-c div h2,
.box-e ul li .box-c div h2{
	font-size: 14px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	height:34px;
	overflow:hidden;
}

.box-c>div,
.box-e ul li .box-c>div{
	float: left;
	width: calc(100% - 110px);
	padding: 0px 0px 0px 10px;
	margin-top:0;
}

.fa-video-camera {
	padding-right: 0px !important;
}

.box-c .big-div {
	width: 229px !important;
}

.obqvi-video .box-c>div{
	/*width: 180px;*/
	padding: 0px 0px 10px 10px;
}

.obqva-type{
	float: left;
	height: 75px;
	width: 50px !important;
	font-size: 32px;
}

.obqva-type i{
	font-size: 24px !important;
}

.sponsorirani .box-c{
	background: #615e54;
	color: #fff;
}

.sponsorirani .box-c a{
	color: #fff;
}

.sponsorirani div>div{
	color: #aaa !important;
}

.sponsorirani .slick-dots li button:before{
	font-size: 8px;
}

.sponsorirani .obqva-type i{
	color: #ceff66;
}

.box-c div div,
.box-e ul li .box-c div div,
.box-f div div,
.box-l div div{
	font-size: 12px;
	color: #999;
	padding-left: 0px;
	margin-top: 7px;
}

.box-c div span,
.box-f div span,
.box-l div span{
	color: #000;
	padding: 0px 5px 0px 5px;
}


.box-c div i,
.box-e div i,
.box-f div i,
.box-l div i{
	color: #4CAF50;
	font-size: 14px;
	padding-right: 3px;
}

div.photo-count{
	position: absolute;
	top: 42px;
	right: 3px;
	height: 30px;
	width: 45px;
	padding: 5px 0px !important;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	background: #fff;
}

div.icon{
	position: absolute;
	top: 2px;
	right: 3px;
	height: 40px;
	width: 45px;
	padding: 10px 15px !important;
	color: #fff;
	background: #212121;
}

div.icon.icon-bottom{
	top: 162px !important;
}

div.icon i{
	padding: 0px;
	color: #fff;
}

.d-gradient-bg{
	width: 300px !important;
	height: 120px;
	padding-top: 20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	display: block;
	position: absolute;
	left: 2px;
	bottom: 3px;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 7%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 7%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 7%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.d-gradient-bg h2{
	font-size: 16px !important;
	line-height: 16px !important;
	margin-top:0px;
	height: 34px;
	overflow: hidden;
}

.d-gradient-bg h2,
.d-gradient-bg span,
.d-gradient-bg i{
	color: #fff !important;
}

.d-gradient-bg a,
.box-f a{
	color: #fff;
}

.box-d{
	height: 132px;
}

.box-d a{
	color: #999;
}

.box-d a i{
	font-size: 32px;
	color: #212121;
}

.box-d.featured{
	background: #4CAF50;
	border-color: #4CAF50;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.box-d.featured.smaller{
	height: 100px !important;
}

.box-d.featured.smaller ul li a{
	height: 94px;
	padding-top: 20px;
}

.box-d.featured a{
	color: #ceff66;
}

.box-d.featured a i{
	color: #fff;
}

.box-d.featured ul li{
	border-right: 1px solid #479947;
}

.box-d.featured ul li:last-child{
	border-right: none;
}

.box-d.featured ul li a:hover {
	background-color: #479947;
}

.box-d ul{
	list-style: none;
	width: 100%;
	padding:0px;
	margin: 0px;
}
.box-d ul li:last-child{
	width: 23%;
}
.box-d ul li{
	display: inline-block;
	width: 24%;
	margin: 0px;

	text-align: center;
}

.box-d ul li a{
	display: block;
	height: 125px;
	padding: 30px 0px 0px 0px;
}

.box-d ul li:first-child{
	/*background-color: #f1f1f1;*/
}

.box-d ul li img{
	height: 35px;
}

.box-d ul li a:hover{
	background-color: #f1f1f1;
	text-decoration: none;
}

.box-d ul li span{
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

.nav-tabs>li>a{
	border-top: 2px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-top: 2px solid #4CAF50;
}

.box-e{
	height: 305px;
}

.g-container-inner .box-e div{
	padding-bottom: 5px;
}


.box-e h3{
	text-align: center;
	font-size: 20px;
	line-height: 18px;
	border-top: 2px solid #4CAF50;
	padding: 10px 0px 0px 0px;
	margin: 10px 15px 0px 15px;
}

.box-e div{
	padding: 15px 15px 0px 15px;
}

.box-e div div{
	font-size: 11px;
	/*color: #999;*/
	padding: 0px;
	margin-top: 10px;
}

.box-e #datetimepicker12{
	padding-top: 5px;
}

.box-e div span{
	color: #000;
	padding: 0px 5px 0px 5px;
}

.box-e div h2{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 16px;
	border:none;
	height:34px;
	overflow:hidden;
}

.box-e ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.box-e ul li .box-c{
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
	width: 280px;
	border-right: none;
}

.box-e ul li:last-child .box-c{
	border-bottom: none;
}

.box-e ul li.obqva:first-child{
	padding-top: 5px;

}
.box-e ul li.obqva{
	padding: 5px 0px 0px 0px;
}

.box-e ul li h2{
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	height:20px;
	overflow:hidden;
}

.box-e ul li p{
	font-size: 11px;
	line-height: 5px;
	color: #777;
	padding: 0px;
}

.box-e .nav-tabs>li>a {
	border-radius: 0px;
	font-size: 12px;
}

.box-e .view-all{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: right;
	margin-top: 5px;
}

.box-e .view-all i {
	color: #4caf50;
	padding-left: 3px;
	font-size: 11px;
}

.poll-inner {
	height: 300px;
}
.back {
	background-color: #FFFFFF;
	height:auto!important;
}
.poll-link, .fa {
	backface-visibility: initial!important;
}
.poll-box h2{
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #e1e1e1 !important;

}
.poll-box h2>a:not(.poll-link) {
	font-size: 16pt!important;
}

.poll-box h2 a.poll-link{
	float: right;
	color: #000;
	font-size: 12px;
}

.poll-box h2 a.poll-link i{
	font-size: 14px;
}

.poll{
	font-size: 12px;
}

/* poll scroll */
.poll-scroll{
	height: 135px;
	margin: 50px auto 0 auto;
	position: relative;
	overflow: auto;
}
.poll-scroll>.content{
	width: 100%;
	max-height: 400px;
	padding-left: 5px;
	margin: 0px;
}

.poll-scroll .content label {
	display:inline;
	font-weight:normal;
}

.box-e a.btn i{
	color: #fff;
}

.poll input{
	margin-right: 10px;
}

.box-f{
	height: 207px;
}

.box-f img{
	width: 300px;
	height: 200px;
}

.box-f .d-gradient-bg{
	height: 130px;
	padding-top: 40px !important;
}

.obnovena{
	display: block;
	padding-bottom: 5px;
	color: #ffde00 !important;
}

#box-a-carousel{
	width: calc(100% - 2px);
}

#box-a-carousel .carousel-control{
	background: none;
}

.carousel-indicators li{
	background: #fff;
	border:none !important;
}

.carousel-indicators li.active{
	background: #4CAF50;
	border-color: #4CAF50;

}

.carousel .item{
	overflow: hidden !important;
}

.carousel .item img{
	width: 100%;
	height: 363px;
}

.box-a .d-gradient-bg{
	width: 100% !important;
	height: 170px;
	padding: 30px 35px 0px 35px !important;
}

.carousel .item .d-gradient-bg{
	left: 0px;
	bottom: 0px;
}

.carousel .left-box{
	position:relative; height:363px;
	width:calc(50% - 1px);
	float:left;
	border-right:1px solid #f1f1f1;
}

.carousel .right-box{
	position:relative; height:363px;
	width:50%; float:left;
	text-align: right;
}

.carousel .left-box .d-gradient-bg,
.carousel .right-box .d-gradient-bg{
	width: 100% !important;
	left: 0px;
	bottom: 0px;
}

#box-a-carousel .carousel-control{
	height: 70px;
	top: 35%;
}

#box-a-carousel .carousel-control .glyphicon-chevron-left,
#box-a-carousel .carousel-control .glyphicon-chevron-right,
#box-a-carousel .carousel-control .icon-next,
#box-a-carousel .carousel-control .icon-prev{
	top: 43%;
}

.box-a .d-gradient-bg h2{
	margin-top: 20px;
	font-size: 18px !important;
	line-height: 18px !important;
	height: 38px;
}

.box-a .d-gradient-bg div{
	font-size: 11px;
	color: #fff;
}

.box-a .d-gradient-bg div span{
	padding: 0px 5px;
}

.box-a .d-gradient-bg div i{
	padding-right: 3px;
	font-size: 14px;
}

.box-l{
	padding: 2px 1px 1px 2px;
	width: 307px;
	height: 257px;
}

.box-l img{
	width: 300px;
	height: 250px;
}


.box-l .d-gradient-bg h2{
	font-size: 16px !important;
	line-height: 16px !important;
}

.box-l .d-gradient-bg h2,
.box-l .d-gradient-bg span,
.box-l .d-gradient-bg i{
	color: #fff !important;
}

.tooltip-inner{
	color: #fff !important;
}

.komentari{
	margin-top: 30px;
	margin-bottom: 40px;
}

.komentari .toolbar{
	display: block;
	float: right;
	padding-bottom: 5px;
	padding-left:  10px;
}

.komentari .toolbar .fa-warning{
	color: #c0392b;
}

.komentari .toolbar a{
	padding-left: 10px;
}

.komentari>div>ul>li:hover>.toolbar a i,
.komentari>div>ul>li ul>li:hover>.toolbar a i{

}

.komentari>div>ul{
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 2px;
}

.komentari>div>ul>li,
.komentari>div>ul>li ul li{
	list-style: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	display: block;
}

.komentari>div>ul>li ul{
	list-style: none;
}

.komentari>div>ul .warning-li{
	border-color:  #c0392b;
	background-color: #c0392b;
	padding-top: 5px;
	padding-left: 15px;
	color: #fff;
}

.komentari>div>ul .warning-li .toolbar{
	display: none;
}

.komentari>div>ul .warning-li div,
.komentari>div>ul .warning-li div strong{
	color: #f19288;
}

.komentari>div>ul .parent-li,
.komentari>div>ul>li ul li{
	border-left: 2px solid #4CAF50;
	padding-left: 15px;
}

.komentari>div>ul>li ul li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.komentari>div>ul>li div{
	color: #999;
	font-size: 11px;
}

.komentari>div>ul>li div strong{
	color: #000;
	font-size: 12px;
	padding-right: 5px;
}

.komentari>div>ul>li p{
	padding: 12px 0px;
	margin: 0px;
}

.komentari .pagination{
	margin: 10px 0px 15px 30px;
}

.video-page .pagination{
	margin: 10px 0px 15px 12px;
}

.video-page .pagination>.active>a,
.komentari .pagination>.active>a,
.video-page .pagination>.active>span,
.komentari .pagination>.active>span{
	background-color: #4CAF50;
	border-color: #4CAF50;
	color: #fff;
}

.video-page .pagination a,
.video-page .pagination a:hover,
.komentari .pagination a,
.komentari .pagination a:hover{
	color: #000;
}

.komentari .emotes-box{
	float: right;
	width: 100px;
	margin-top: 40px;
}

.komentari .emotes-box>img{
	width: 16px;
	cursor: pointer;
}
.komentari .comments_content_answers .emotes-box>img{
	margin: 1px;
}

.komentari input[type=text],
.komentari textarea,
.komentari button{
	border-radius: 0px;
	width: 77%;
	margin:10px 0px 0px 22px;
}

.read-infobar{
	padding: 0px 15px 5px 15px;
	font-size: 11px;
	display: block;
}

.read-infobar span{
	color: #999;
}

.read-infobar i{
	color: #4CAF50;
	font-size: 12px;
	padding-right: 5px;
}

.read-infobar a{
	padding: 0px 10px;
}

.read-gallery{
	background: #fff;
	/*margin-left: 12px;*/
	padding: 0 0 10px 0;
	float: left;
	width: 640px;
}

.read-gallery .btn{
	display: block;
	margin: 20px 20px 0px 20px;
}

.read-gallery .btn i{
	font-size: 16px;
	padding-left: 5px;
}

.read-gallery>div img{
	width:600px;
	height: 300px;
	display: block;
	margin: 0px auto 20px auto;
}
.read-gallery .slick-prev:before,
.read-gallery .slick-next:before{
	color: #111;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'Glyphicons Halflings';
	color: #212121;
}

.slick-prev:before{
	content: "\e079";
}

.slick-next:before{
	content: "\e080";
}

/* carousels setup*/

.center-carousel{
	margin-left: 32px;
	margin-right: 20px;
}

.variable-carousel .slick-prev:before,
.variable-carousel .slick-next:before {

}

.variable-carousel{
	width: 540px;
	margin-left: 45px;
	padding-left: 15px;
	height: 80px;
}


/* carousels setup end */

.anketa-box{
	margin: 0px 5px 20px 12px;
	padding: 20px;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
}

.anketa-box .progress{
	background: #fff;
}

.anketa-box h3{
	/*color: #fff;*/
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.anketa-box span{
	/*color: #fff;*/
	font-size: 12px;
}



footer{
	background: #615e54;
	text-align: center;
	margin-top: 30px;
	padding:25px 12px 10px 12px;
	font-size: 10px;
	color: #aaa;
	position: relative;
	z-index: 3;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #fff;
}

footer a.special{
	color: #7AF5F5;
	font-weight: bold;
}


footer ul li{
	display: inline-block;
	padding: 4px 8px;
}

footer ul li i{
	padding-right: 4px;
}

footer p{
	display: block;
	width: 80%;
	margin: 0px auto;
	padding: 10px 10px;

}

footer img{
	height: 30px;
	margin: 20px 0px 0px 0px;
}

footer .copyright{
	display: block;
	width: 80%;
	margin: 0px auto;
	padding: 10px 10px;

}

.clear{
	clear: both;
}

#carousel-long{
	margin-left: 14px;
	width: 940px;
}

#carousel-long .item{
	width: 150px;
}

.filter-box{
	text-align: center;
	border: 1px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	padding: 15px;
	background: #fff;
}

select,
.filter-box select{
	-moz-appearance: none;	
	-webkit-appearance: none;
	-webkit-box-align: center;
	-webkit-rtl-ordering: logical;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.20000000298023224s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	background-attachment: scroll;
	background-clip: border-box;
	background-color: white;
	background-image: url(img/dropdown_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-origin: padding-box;
	border-bottom-color: #E4E4E4;
	-webkit-border-radius: 7px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #E4E4E4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E4E4E4;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #E4E4E4;
	border-top-style: solid;
	border-top-width: 1px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-sizing: border-box;
	color: #777;
	cursor: default;
	display: inline-block;
	float: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: #262626;
	outline-style: none;
	outline-width: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 12px;
	padding-bottom: 7px;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	white-space: pre;
	width: 20%;
	word-spacing: 0px;
	-moz-transition: all .2s ease;
}

.filter-box .search-field{
	border:none;
	font-size: 18px;
	padding: 5px 15px;
	width: 50%;
	border-bottom: 1px solid #dbdbdb;
}

.filter-box .search-field:focus{
	outline: none;
}

.filter-box .search-toggle{
	position: absolute;
	right: 20px;
	top: 12px;
	color: #000;
	font-size: 18px;
}


.filter-box .search-submit{
	font-size: 18px;
	padding: 5px 15px;
	background: #999;
	border: none;
	color: #fff;
	font-family: 'FontAwesome';
	display: inline-block;

}

.filter-box .search-submit:hover{
	text-decoration: none;
	background: #ccc;
}

.filter-box .search-submit:before{
	content: "\f002";
}

.kino{
	padding: 10px;
}

.kino img{
	float: left;
	margin: 0px 10px 10px 0px;
}
.kino h2{
	font-size: 18px;
}
.kino p{
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0px;
}

.horoskop-style {
    float: none;
    width: 300px;
    display: inline-block;
}

.horoskop i{
	font-family: "your-sign";
	color:#787054 !important;
}

.horoskop .primary{
	color: #4CAF50 !important;
}

.horoskop.big{
	text-align: center;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.horoskop.big i{
	font-size: 160px;
	line-height: 140px;
}

.horoskop.big span{
	line-height: 14px !important;
	display: block;
	text-align: center;
	font-weight: bold;
}

.horoskop .obqva-type{
	width: 100px !important;
}

.horoskop .obqva-type i{
	font-size: 52px !important;
}

.horoskop h2{
	font-size: 32px !important;
	padding-top: 20px !important;
	color: #999;
	border:none !important;
	height:40px !important;
	overflow: visible !important;
	line-height: 34px !important;
}

.horoskop a:hover,
.horoskop a:hover h2{
	color: #000;
	text-decoration: none !important;
}


.horoskop-list li{
	margin-bottom: 5px;
}

.horoskop-list li strong{
	color: #000;
}

.list-unstyled table {
	height: 275px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #4CAF50;
}
.m10{
	margin:10px;
}
.sweet-alert .sa-error-container .icon {
	display: none !important;
}

.sticky-toolbar{
	display: none;
}

.komentari h1 {
	border:none;
	border-bottom:1px solid #d1d1d1 !important;
}

.endline {
	/*padding-top:10px; 
	border-top:1px solid #d1d1d1;
	*/
}

.nobordertop {
	border-top:0 !important;
	border-bottom:0 !important;
}

.w100p {
	width:100%;
}

.nomarginleft .box-a,
.nomarginleft .box-b,
.nomarginleft .box-c,
.nomarginleft .box-d,
.nomarginleft .box-e,
.nomarginleft .box-f,
.nomarginleft .box-featured,
.nomarginleft .box-h,
.nomarginleft .box-j,
.nomarginleft .box-k,
.nomarginleft .box-l,
.nomarginleft .box-k-half {
	margin-left:2px;
}

.nomarginleft .box-e div {
	padding-left:5px !important;
}

.carousel-control {
	color:#ceff66;
}

.carousel-control:hover {
	color: #4CAF50;
}

a.taglink {
	border:1px solid #ccc;
	padding:5px !important;
	font-size:13px !important;
}

a.taglink:hover {
	color:#fff;
	background: #4CAF50;
	text-decoration:none;
}

@media (max-width: 768px) {
	.hidden-xs{
		display: none !important;
	}

	header{
		width: 100% !important;
	}
	.g-content{
		margin: 10px;
	}
	.g-container,
	.g-container-inner,
	.g-container-inner .col-a,
	.col-a,
	.col-b,
	.col-c,
	.col-d,
	.box-a,
	.box-b,
	.box-c,
	.box-d,
	.box-e,
	.box-f,
	.box-featured,
	.box-h,
	.box-j,
	.box-k,
	.box-h .d-gradient-bg,
	.box-j .d-gradient-bg{
		width: 100% !important;
		padding-right: inherit;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.box-l{
		width: calc(46% - 3px) !important;
		padding-right: 3px;
	}

	.box-l img{
		width: 100%;
	}

	.box-l .d-gradient-bg{
		width: calc(100% - 4px) !important;
	}

	.box-k-half{
		height: auto;
		width: calc(31% - 3px) !important;
		padding-right: 3px;
		padding-bottom: 3px;
	}

	.box-k-half img{
		width: 100%;
		height: 100px;
	}

	.box-b{
		text-align: center;
		background: none;
		border: none;
	}

	.box-d{
		height: calc(100% - 2px);
	}
	.box-d img{
		width: calc(100% - 2px);
	}

	.box-e .c-l{
		width: calc(100% - 3px);
		max-width: 100%;
		height: 200px;
	}

	.box-h img{
		width: calc(100% - 3px);
		height: 319px;
	}

	.box-h div.d-gradient-bg,
	.box-k div.d-gradient-bg{
		width: calc(100% - 5px) !important;
	}

	.box-k img{
		width: calc(100% - 3px);
		height: 150px;
	}

	.box-f{
		background: #fff !important;
		position: relative;
	}

	.box-f a{
		color: #212121;
	}

	.box-f .d-gradient-bg{
		background: none;
		float: left;
		left: 100px !important;
		width: calc(100% - 130px) !important;
	}

	.box-f .d-gradient-bg h2{
		color: #212121 !important;
	}

	.box-f div.icon{
		width: 45px;
	}

	.box-f{
		height: 100px;
		padding: 10px;
		color: #000;
	}


	.box-f img{
		height: 75px;
		width: 100px;
		float: left;
		display: block;
	}

	.box-f div h2{
		font-size: 14px;
		line-height: 17px;
		padding: 0;
		margin: 0;
		height:34px;
		overflow:hidden;
	}

	.box-f>div{
		float: left;
		width: calc(100% - 120px);
		padding: 0px 0px 0px 10px;
		margin-top:0;
	}

	.box-banner{
		padding: 10px !important;
		height: 100px !important;
	}
	.box-banner img{
		width: 100px !important;
		height: 75px !important;
	}

	.box-banner .d-gradient-bg{
		background:none;
		position: relative;
		height: auto;
		padding-top: 2px !important;
		padding-left: 10px !important;
		padding-right: 0px !important;
		width: calc(100% - 100px) !important;
	}

	.box-banner .d-gradient-bg h2{
		font-size: 13px !important;
		line-height: 13px !important;
	}

	.box-banner .d-gradient-bg h2,
	.box-banner .d-gradient-bg span{
		color: #000 !important;
	}

	.box-banner .d-gradient-bg i {
		color: #4CAF50 !important;
	}

	.box-featured a{
		display: inline-block !important;
		float: none;
	}

	.box-b.margin79,
	.obqvi-video .box-b,
	.mb-60,
	.box-b.margin81,
	.galleries .box-b{
		margin-bottom: 10px !important;
		float: none !important;
	}


	select, .filter-box select{
		width: 100%;
		margin-bottom:5px;
	}
	.filter-box .search-field{
		clear: both;
		width: 80%;
	}

	.read-gallery{
		width: 100% !important;
	}

	.read-gallery>div img{
		width: 100%;
		height: auto !important;

	}

	.read-gallery>section{
		width: calc(100% - 90px);
		margin: 0px auto;
		padding-left: 10px;
	}

	.komentari input[type=text],
	.komentari textarea,
	.komentari button{
		border-radius: 0px;
		width: 100%;
		margin:10px 0px 0px 0px;
	}

	.g-container h1, .g-container-inner h2 {
		margin: 0px 5px 5px 5px;
		/*padding: 7px 8px 5px 10px;*/
		font-size: 16px;
		line-height: 20px;
	}

	.box-c .big-div {
		width: 210px !important;
	}
	
	.col-a .newscontentread {
		margin-left:0px !important;
	}
	.read-infobar{
		padding: 0px 5px 5px 5px;
	}
}

@media (max-width: 567px) {
	
	.box-l {
		width: calc(94% - 3px) !important;
	}
	
}

@media (max-width: 979px) {
	body,
	body.inner{
		padding-top: 0px;
	}
	header{
		position: relative;
		/*min-width: 640px !important;*/
	}

	.g-container{
		width: 640px
	}

	.g-content-special .g-container{
		padding-left: 20px;
	}

	.g-container-inner .col-a{
		padding-right: 0px;
		border-right: none;
	}

	.col-b{
		width: 640px;
	}

	.box-banner{
		padding: 2px 1px 1px 2px;
		width: 307px;
		height: 257px;
	}

	.box-banner img{
		width: 300px;
		height: 250px;
	}

	.hidden-s{
		display: none;
	}

	.hidden-m{
		display: block;
	}
}


@media (min-width: 980px) {
	.g-container {
		width: 962px;
	}

	.g-container-inner .col-a{
		width: 648px;
	}

	.main-navigation ul li a{
		padding: 16px 5px 12px 5px;
		font-size: 12px;
		line-height: 18px;
		/*border-bottom: 3px solid #212121;*/
	}

	.main-navigation li.active a{
		/*border-bottom: 3px solid #aecc79;*/
	}

	.hidden-m{
		display: none;
	}

	.box-banner .d-gradient-bg{
		background:none;
		position: relative;
		padding-top: 2px !important;
		padding-left: 10px !important;
		padding-right: 0px !important;
		width: 175px !important;
	}

	.box-banner .d-gradient-bg h2{
		font-size: 13px !important;
		line-height: 13px !important;
	}

	.box-banner .d-gradient-bg h2,
	.box-banner .d-gradient-bg span{
		color: #000 !important;
	}

	.box-banner .d-gradient-bg i {
		color: #4CAF50 !important;
	}
}

@media (min-width: 1280px) {

	.g-container.g-container-inner{
		/*width: 962px;*/
	}
	.g-container-inner h1{
		border-bottom: none;
	}
	.read-infobar{
		display: none;
	}


	.g-container {
		width: 1276px;
	}

	.g-container-inner .col-a{
		position: relative;
		padding-left: 170px;
	}

	.sticky-toolbar{
		display: block;
		position: absolute;
		top: 0px;
		margin-left: -170px;
		width: 150px;
		border-right: 1px solid #dbdbdb;
		background: #fff;
		transition: all 0.25s ease;
		z-index: 2;
	}

	.sticky-toolbar.fixed{
		position: fixed;
		top: 110px;
	}

	.sticky-toolbar ul{
		list-style: none !important;
		padding: 0px 0px 15px 0px;
		margin: 0px;
		text-align: center;
	}
	.sticky-toolbar ul li{
		display: block;
		border-bottom: 1px solid #e1e1e1;
	}

	.sticky-toolbar ul li i{
		font-size: 24px;
		color: #212121;
	}

	.sticky-toolbar ul li span{
		display: block;
		margin: 8px 0px;
		font-size: 12px;
		color: #999;
	}

	.sticky-toolbar ul li a{
		display: block;
		color: #212121;
		font-size: 24px;
		padding: 10px 0px;
		transition: all 0.5s ease;
	}

	.sticky-toolbar ul li a span{
		margin: 0px;
		font-size: 16px;
	}

	.sticky-toolbar ul li a:hover{
		background: #212121;
		color: #fff;
		text-decoration: none;
	}
	.sticky-toolbar ul li a:hover i{
		color: #fff;
	}

	.read-gallery{
		width: 500px;
	}

	.read-gallery>div img{
		width: 460px;
	}

	.variable-carousel {
		width: 400px;
	}

	.g-content-special .g-container{
		padding-left: 35px;
	}

	.g-container-inner .col-a{
		width: 962px;
	}

	.main-navigation ul li a{
		padding: 16px 4px 12px 0px;
		font-size: 14px;
		/*border-bottom: 5px solid #212121;*/
	}

	.main-navigation li.active a{
		color: #fff;
		/*border-bottom: 5px solid #aecc79;*/
	}

	.hidden-m{
		display: block;
	}
	.g-container.g-container-inner .col-b{
		width: 312px;
		border-left: 1px solid #e4e4e4;
	}

	.col-b{
		width: 638px;
	}

	.hidden-m{
		display: block;
	}

	.box-banner{
		padding: 2px 1px 1px 2px;
		width: 307px;
		height: 257px;
	}

	.box-banner img{
		width: 300px;
		height: 250px;
	}

	.box-banner .d-gradient-bg{
		width: 300px !important;
		display: block;
		position: absolute;
		padding-top: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;

		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 7%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 7%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 7%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

	.box-banner .d-gradient-bg h2{
		font-size: 16px !important;
		line-height: 16px !important;
	}

	.box-banner .d-gradient-bg h2,
	.box-banner .d-gradient-bg span,
	.box-banner .d-gradient-bg i{
		color: #fff !important;
	}
}

.box-profile img {
	width: auto;
}

.box-profile .profile-badge {
	width: 30px;
	height:30px;
	float: left;
	position: relative;
}

.box-profile .profile-badge > img {
	height: 28px;
}

.popup-link-main > img {
    height: auto !important;
}

div#comments_content > ul > li:last-child {
    border: none;
}

.m-top-10 {
    margin-top: 10px;
}

.no-padding {
    padding: 0 !important;
}

.obnovena-small {
    position: absolute;
    bottom: 45px;
}

.sticky-toolbar ul > li > a > span:not(.not),
.sticky-toolbar ul > li > div > a > span:not(.not),
.sticky-toolbar ul > li > div > span.inline {
    display: inline;
    margin-left: 10px;
}

.sticky-toolbar ul > li > div > span.inline {
    font-size: 16px;
}

.sticky-toolbar ul > li > div.m-top-bottom-12 {
    padding: 12px 0;
}

.sticky-toolbar ul > li > div.pull-left, .sticky-toolbar ul > li > div.pull-right {
    width: 50%;
}

.dropdown, .dropup {
    position: inherit !important;
}

.m-l-20 {
    margin-left: 20px;
}

.menutable {
	width:100%;
}
.menutable tr th {
	background-color:#ddd;
	color:green;
	font-size:16px;
	padding:4px;
}
.menutable tr {
	border-bottom:1px solid #ccc;
}

.menutable tr td {
	padding: 2px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-container iframe{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
} 
