body {
	padding: 0;
	margin: 0;
	background: #f6f5f4;
	color: #333;
	font-family: 'Roboto', sans-serif;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul, ul li {	
	list-style: none;
	margin: 0;
	padding: 0;
}

ol, ol li {
	margin: 0;
	padding: 0;
}

.chos {
	display: inline-block;
	float: left;
	max-width: 125px;
	overflow: hidden;
}

.container {
	max-width: 100%;
}

.my-wrapper {
	position: relative;
}

#main-header .my-wrapper {
	padding: 10px 0 20px;
}

.content .my-wrapper {
	padding-bottom: 15px;
	min-height: 700px;
}

.cntr-this {
	max-width: 980px;
	-webkit-box-shadow: 0px 0px 115px 0px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 115px 0px rgba(0,0,0,.15);
	box-shadow: 0px 0px 115px 0px rgba(0,0,0,.15);
	margin: 30px auto 0;
	background: #fff;
	padding: 10px;
}

#main-footer {
	max-width: 980px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin: 0;
}

.logo a {
	display: block;
}

.small-contacts {
	position: absolute;
	right: 15px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}

.small-contacts .custom-col {
	float: left;
	padding: 0 0 0 20px;
}

.small-contacts .last-col {
	line-height: 12px;
	margin-top: 1px;
}

.small-contacts span {
	display: block;
}

.small-contacts span i {
	color: #017d2e;
}

.small-contacts span i.fa-clock-o {
	font-size: 27px;
	line-height: 27px;
	float: left;
}

.small-contacts span a {
	color: #333;
}

.small-contacts span a:hover {
	color: #017d2e;
}

.sub-nav {
	position: absolute;
	right: 15px;
	top: 68px;
}

.sub-nav ul li {
	display: inline-block;
}

.sub-nav ul li a {
	display: block;
	font-size: 13px;
	line-height: 11px;
	color: #bcbbbc;
	text-transform: uppercase;
	border-right: 1px solid #bcbbbc;
	padding: 0 9px 0 5px;
}

.sub-nav ul li a:hover {
	color: #D1D1D1;
}

.sub-nav ul li:last-child a {
	padding: 0 0 0 5px;
	border-right: none;
}

.main-nav {
	background: #999999;
	margin: 20px 0 0;
}

.main-nav ul {
	text-align: center;
}

.main-nav ul li {
	display: inline-block;
	margin: 0 18px;
}

.main-nav ul li a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 15px 0;
	font-size: 17px;
	position: relative;
}

.main-nav ul li a:hover {
	color: #DBDBDB;
}

.main-nav ul li.active a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background: #017d2e;
	bottom: 0;
	left: 0;
}

.main-nav ul li.active a:hover {
	color: #fff;
}

.side-box {
	border: 1px solid #e9e6e6;
	padding: 20px;
	margin: 0 0 20px;
}

.side-box.logac {
	text-align: center;
}

.side-box.logac img {
	margin: 0 auto;
}

.side-box h2 {
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.side-box p {
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 15px;
}

.side-box.groblja, .side-box.dimnjacar {
	background: #e8e8e8;
}

.side-box .dropdown button {
	border-radius: 0;
	width: 100%;
	text-align: left;
	font-size: 12px;
}

.side-box .dropdown button .custom-caret {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 10px;
	color: #bdb6b6;
}

.side-box .dropdown-menu {
	width: 100%;
	border-radius: 0;
}

.side-box .dropdown-menu>li>a {
	padding: 6px 12px 6px;
	font-size: 11px;
	white-space: inherit;
	border-bottom: 1px solid #eee;
}

.side-box .dropdown-menu>li>a i {
	margin-right: 3px;
}

.side-box .green-btn, .green-btn {
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border: none;
	margin: 10px 0 0;
	background: rgb(42,164,65);
	background: -moz-linear-gradient(top, rgba(42,164,65,1) 0%, rgba(5,141,51,1) 100%);
	background: -webkit-linear-gradient(top, rgba(42,164,65,1) 0%,rgba(5,141,51,1) 100%);
	background: linear-gradient(to bottom, rgba(42,164,65,1) 0%,rgba(5,141,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa441', endColorstr='#058d33',GradientType=0 );
}

.green-btn.btn-lg {
	font-size: 16px;
}

.side-box .green-btn:hover, .green-btn:hover {
	background: rgb(5,141,51);
	background: -moz-linear-gradient(top, rgba(5,141,51,1) 0%, rgba(42,164,65,1) 100%);
	background: -webkit-linear-gradient(top, rgba(5,141,51,1) 0%,rgba(42,164,65,1) 100%);
	background: linear-gradient(to bottom, rgba(5,141,51,1) 0%,rgba(42,164,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#058d33', endColorstr='#2aa441',GradientType=0 );
	color: #fff;
}

.side-box .green-btn:focus, .green-btn:focus {
	color: #fff;
}

.side-box .green-btn i {
	margin: 0 3px 0 0;
}

.side-box.groblja ul, .side-box.dimnjacar ul {
	margin: 5px 0 0;
}

.side-box.groblja ul li a, .side-box.dimnjacar ul li a {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 8px 0 8px;
}

.side-box.groblja ul li a:hover, .side-box.dimnjacar ul li a:hover {
	color: #017d2e;
}

.side-box.groblja ul li:last-child a, .side-box.dimnjacar ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.side-box.groblja ul li a i, .side-box.dimnjacar ul li a i {
	color: #017d2e;
}

.article-big {
	background: #f3f3f3;
}

.article-big .media-left {
	padding-right: 0;
}

.article-big .media-body {
	padding: 20px;
}

.custom-media .media-body {
	position: relative;
}

.custom-media .media-left {
	position: relative;
}

.custom-media .date-box, .main-pic .date-box {
	position: absolute;
	right: -5px;
	top: 25px;
	background: #017d2e;
	font-weight: 700;
	font-size: 18px;
	line-height: 17px;
	color: #fff;
	padding: 8px 8px 6px;
}

.article-small .date-box {
	font-size: 13px;
	line-height: 13px;
	padding: 5px 5px 4px;
	top: auto;
	bottom: -5px;
	right: 30px;
	font-weight: 500;
}

.main-pic .date-box {
	top: -10px;
	right: 20px;
}

.article-big a {
	display: block;
}

.custom-media a:hover .media-left {
	opacity: .75;
}

.article-big a h2 {
	color: #0a8b32;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	max-height: 84px;
	overflow: hidden;
}

.article-big a p {
	font-size: 13px;
	line-height: 20px;
	color: #333;
	max-height: 80px;
	overflow: hidden;
}

.article-small a p {
	font-size: 11px;
	line-height: 16px;
	color: #333;
	max-height: 45px;
	overflow: hidden;
	padding-right: 25px;
}

.custom-media a span {
	text-transform: uppercase;
	color: #0a8b32;
	font-weight: 700;
	font-size: 10px;
	position: relative;
	bottom: 0;
}

.article-big.custom-media a span {
	position: absolute;
	bottom: 20px;
}

.article-small.custom-media.inner a span {
	bottom: 0;
	position: relative;
	margin: 3px 0 0;
}

.custom-media a span:before {
	content: '';
	position: absolute;
	top: -3px;
	width: 15px;
	height: 1px;
	background: #0a8b32;
}

.media.article-small {
	margin: 20px 0 0;
	overflow: visible;
}

.article-small a h2 {
	font-size: 19px;
	line-height: 21px;
	color: #0a8b32;
	font-weight: 500;
	padding-right: 25px;
	max-height: 63px;
	overflow: hidden;
}

.article-small.custom-media.inner a h2 {
	font-size: 16px;
	max-height: 57px;
	line-height: 19px;
}

.article-small .media-left {
	padding-right: 20px;
}

.flex-it {
	display: flex;
}

.announce-box {
	margin: 20px 0 0;
}

.announce-box h2 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 27px;
}

.announce h3 {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px;
}

.announce.inner h3 {
	font-size: 16px;
	line-height: 19px;
}

.announce-text p {
	font-size: 11px;
	line-height: 19px;
	margin: 0 0 5px;
	display: none;
}

.announce.inner .announce-text p {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.announce-text span {
	font-size: 11px;
	color: #9b9b9b;
	display: inline-block;
	float: left;
}

.announce-text strong {
	color: #9b9b9b;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	margin: 1px 0 0 5px;
}

.announce-text strong i {
	font-size: 12px;
	float: left;
}

.announce-text strong small {
	float: left;
	font-size: 10px;
}

.announce-box hr {
	margin: 12px 0;
}

.announce-text .hide-me, .announce.active .announce-text .show-me {
	display: none;
}

.announce.active .announce-text .hide-me {
	display: block;
}

.announce {
	cursor: pointer;
}

.announce.inner {
	cursor: default;
	margin: 20px 0 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 20px;
}

.announce:hover .announce-text strong {
	opacity: .75;
}

a.view-all {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #0a8b32;
}

a.view-all:hover {
	opacity: .75;
}

a.view-all i {
	font-size: 11px;
}

.custom-text .title {
	font-weight: 300;
	color: #0a8b32;
	font-size: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px;
}

.custom-text h2 {
	font-size: 19px;
	line-height: 22px;
	margin: 0 0 3px;
	color: #0a8b32;
}

.custom-text h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 3px;
	color: #0a8b32;
}

.custom-text p a, .custom-text ul a {
	color: #0a8b32;
}

.custom-text .share-this {
	margin-top: 3px;
}

.custom-text .share-this.page {
	margin: 30px 0 0;
}

.custom-text p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 20px;
}

.custom-text p:last-child {
	margin-bottom: 0;
}

.custom-text p.intro {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	margin: 50px 0 30px;
}

.custom-text.ask-us p.intro {
	margin: 20px 0 30px;
	color: #333;
}

.custom-text.page p.intro {
	margin: 0 0 20px;
}

.illustration {
	margin: 0 0 20px;
}

.custom-text .title span {
	display: inline-block;
	float: left;
}

.custom-text ul, .custom-text ol {
	margin: 0 0 20px;
}

.custom-text table, .custom-text iframe {
	width: 100%!important;
}

.custom-text table td, .custom-text table th {
	padding: 4px;
	font-size: 12px;
}

.custom-text ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 23px;
	margin-left: 16px;
	font-weight: 400;
}

.custom-text ol li {
	font-size: 14px;
	line-height: 23px;
	margin-left: 16px;
	font-weight: 500;
}

.custom-text h2.custom-title {
	font-size: 46px;
	line-height: 48px;
	margin: 0 0 25px;
	font-weight: 700;
	color: #0a8b32;
}

.custom-text.ask-us h2.custom-title {
	margin: 0 0 15px;
}
.custom-text.ask-us .title {
	border-bottom: none;
}

.custom-text .main-pic {
	margin: 0 0 25px;
	position: relative;
}

a.back {
	display: block;
	margin: 0 0 30px;
	font-size: 12px;
	color: #ccc;
}

a.back:hover {
	opacity: .75;
}

a.back i {
	font-size: 20px;
	float: left;
	margin: -2px 5px 0 0;
}

.page-nav {
	border: 1px solid #eee;
	padding: 5px 15px;
	margin: 8px 0 20px;
}

.page-nav ul li a, .page-nav ul li span {
	font-size: 15px;
	color: #0a8b32;
	line-height: 16px;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}

.page-nav ul li ul li a {
	border-bottom: none;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	padding: 3px 0;
	font-weight: 400;
}

.page-nav ul li ul.doc-menu li a {
	border-bottom: none;
	font-size: 13px;
	line-height: 16px;
	text-transform: none;
	padding: 3px 0;
	font-weight: 400;
}

.page-nav ul li ul.doc-menu li ul li a {
	border-bottom: none;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	padding: 3px 0 3px 20px;
	font-weight: 400;
}

.page-nav ul li ul {
	margin: 5px 0 7px;
}

.page-nav ul li a:hover {
	opacity: .75;
}


.page-nav ul li:last-child a {
	border-bottom: none;
}

.custom-doc {
	padding: 20px 0 20px 60px;
	margin: 0 0 20px;
	border: 1px solid #eee;
}

.custom-doc:first-child {
	margin-top: 0;
}

.custom-doc:last-child {
	margin-bottom: 0;
}

.custom-doc a {
	display: block;
	padding-left: 1.2em;
}

.custom-doc a:hover {
	opacity: .75;
}

.custom-doc a:before {
	content: "\f0ab";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.2em;
	width: 1.2em;
	float: left;
	font-size: 45px;
	line-height: 45px;
	color: #0a8b32;
}

.custom-doc a h3 {
	font-size: 16px;
	line-height: 19px;
	color: #0a8b32;
	margin: 0 0 3px;
}

.custom-doc a p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin: 0 0 3px;
}

.custom-doc a span.date-box {
	display: block;
	font-size: 11px;
	color: #ccc;
}

.my-cats {
	margin: 0 0 20px;
}

.my-cat {
	margin: 10px 0 0;
}

.my-cat a {
	display: block;
	background: #0a8b32;
	color: #fff;
	padding: 8px 15px;
	font-size: 17px;
}

.my-cat a:hover {
	opacity: .75;
}

.my-cat a i {
	margin: 0 4px 0 0;
}

#main-footer {
	text-align: center;
	padding: 35px 0 35px;
}

#main-footer p {
	text-align: center;
	color: #8d8c8c;
	font-size: 11px;
	margin: 10px 0 0;
}

#main-footer ul li {
	display: inline-block;
}

#main-footer ul li a {
	text-transform: uppercase;
	color: #8d8c8c;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	font-size: 14px;
	line-height: 12px;
	display: block;
}

#main-footer ul li:last-child a {
	border-right: none;
}

#main-footer ul li a:hover {
	color: #b2b2b2;
}

.gallery {
	margin-bottom: 5px;
}

.gallery .col-sm-3 {
	margin-bottom: 20px;
}

.this-docs {
    border: 1px solid #dfdfdf;
    margin: 30px 0;
}

.this-docs h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 10px 15px 10px;
    background: #eee;
}

.custom-text .this-docs ul {
	margin: 0;
}

.this-docs ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 15px 15px 48px;
    list-style: none;
    margin: 0;
}

.this-docs ul li:last-child {
    border-bottom: none;
}

.this-docs ul li a {
    display: block;
    color: #0a8b32;
    font-size: 18px;
    line-height: 18px;
}

.this-docs ul li a:before {
    content: "\f0ab";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 26px;
    float: left;
    color: #0a8b32;
}

article.media.osmrtnice {
    border: 13px solid #000;
    padding: 15px;
}

.osmrtnice .media-object {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    border: 1px solid #ccc;
}

.media-medium.osmrtnice .media-text h4 {
    font-size: 23px;
    line-height: 26px;
    max-height: 400px;
}

.media-medium.osmrtnice .media-text p {
	font-size: 12px;
}

.oza p strong {
    text-transform: uppercase;
    display: block;
}

.oza p {
    font-size: 12px;
    line-height: 16px;
}

.oza p.zu {
    border-top: 1px solid #ccc;
    padding: 8px 0 0;
    font-size: 11px;
    color: #a5a5a5;
    font-weight: 500;
    margin: 0;
}

.media-medium.osmrtnice {
    margin: 25px 0 0;
}

.my-check {
	width: 33.333%;
	float: left;
}

.my-forms .add-border-right {
	border-right: 1px solid #dfdfdf;
}

.my-forms .add-padding-left {
	padding-left: 30px;
}

.my-forms .add-padding-right {
	padding-right: 30px;
}

.my-checks.inner .my-check {
	width: 100%;
	float: none;
}

.my-check .checkbox {
	margin-bottom: 5px;
}

.my-check .radio {
	margin-bottom: 5px;
}

.my-check label {
	padding: 0;
}

.my-check label.bigger {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.second-checks .my-check label.bigger {
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
}

.second-checks {
	display: none;
}

.second-checks .my-check {
	margin: 0 0 10px;
}

.my-checks.inner label.bigger {
	color: #48484a;
}

.my-check.active-radio label.bigger {
	color: #0a8b32;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.filters-cont .checkbox .cr,
.filters-cont .radio .cr {
    margin-bottom: 2px;
}

.my-checks.inner .checkbox .cr,
.my-checks.inner .radio .cr {
	border-color: #48484a;
}

.my-checks.inner .active-radio .checkbox .cr,
.my-checks.inner .active-radio .radio .cr {
	border-color: #0a8b32;
}


.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1em;
    line-height: 0;
    top: 50%;
    left: 2%;
    color: #fff;
}

.my-checks.inner .checkbox .cr .cr-icon,
.my-checks.inner .radio .cr .cr-icon {
    color: #48484a;
}

.my-checks.inner .active-radio .checkbox .cr .cr-icon,
.my-checks.inner .active-radio .radio .cr .cr-icon {
    color: #0a8b32;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

label.error {
	color: #d20505;
}
.form-messages > div {
	display: none;
}

.my-form #extra_fields .checkbox label input[type="checkbox"] {
	display: block;
	height: auto;
}
.my-form #extra_fields .checkbox {
	margin-top: 0;
    margin-bottom: 5px;
}

.success-message, .error-message {
    padding: 20px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    background: #0A800F;
    border-radius: 6px;
    margin: 0 0 30px;
}

.error-message {
    background: #C10000;
}

.success-message span, .error-message span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    line-height: 18px;
}

.alert-text {
    padding-left: 35px;
}

.alert-text:before {
    content: '\f104';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -35px;
    width: 35px;
    float: left;
    font-size: 45px;
    line-height: 38px;
}

.style-text p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 35px;
}

