/* MAIN */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300&subset=latin,latin-ext);
html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans','Arial', sans-serif;
	color: #555555;
	background: #fff;
	font-size:15px;
}
h1{
	color: #333;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0px 30px 0px;
	padding: 0 0 10px 0;
	position: relative;
	text-transform: uppercase;
}
h1:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 4px;
	background: #f58634
}
h1:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 2px;
	width: 80px;
	background: #f58634;
}
.heading-wrapper {
	overflow: hidden;
}
h2 {width:100%; text-align: center; font-size:20px;margin:20px 0px; padding:0px 0px 20px 0px;}

a, a:active, a:focus {
	text-decoration: none; 
	color: #333;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color:#f58634;
}
.btn.btn-default {
	border-radius: 0;
	padding: 8px 25px;
	background: #80B92C;
	color: #fff;
	border: 0;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s;
}
.btn.btn-default:hover {
	background: #f58634;
	color: #fff;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
}
.breadcrumb-wrapper {
	background-image: url("/design/breadcrumb-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
}
.breadcrumb-wrapper .breadcrumb-title {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumb-path {
	padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #80B92C;
}
.breadcrumb-path span {
	color: #fff;
	margin: 0 5px;
}
.breadcrumb-path a {
	color: #fff;
}
.breadcrumb-path a:hover {
	color: #f58634;
}
.contact-wrapper {
	padding:30px 0px;
}
.captcha-input {
	margin-top:18px;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {
	height:500px;
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.grid-item {
	margin-bottom:15px;
}
.fluid {
	margin:0px -5px;
}
#fluid-wrapper {
	visibility:hidden;
}
#fluid-wrapper.fluid .item {
	margin: 5px 0.0% 5px 0.0%;
	padding:0px 5px;
}
#fluid-wrapper.fluid .item img
{
	/*display: none;*/
	display: block;
	width: 100%;
	height: auto !important;
	opacity:1;
	border:1px solid #f2f2f2;
}
.one-page-gallery .one-page-gallery-item {
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
}
.one-page-gallery .one-page-gallery-item .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.one-page-gallery .one-page-gallery-item .image-overlay:after {
	display: block;
	position: absolute;
	content: "\f00e";
	font-family: FontAwesome;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.one-page-gallery .one-page-gallery-item:hover .image-overlay {
	opacity: 1;
}
.one-page-video .video-thumb {
	margin-bottom: 30px;
	position: relative;
}
.one-page-video .video-thumb a:before {
	content: "\f16a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #F2910E;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.grid {
	position: relative;
	margin:0px;
	text-align: center;
	list-style: none;
	margin-bottom:30px;
}
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0px;
	background: transparent;
	text-align: center;
	cursor: pointer;
}
.grid figure:hover {
	background: #f0f0f0;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #F2910E;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: 0.15em;
	font-weight: 300;
	line-height:24px;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure h2 {
	word-spacing: 0.15em;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	width: 100%;
	color: #F2910E;
}
.grid figure h2:before {
	display: none;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 3em;
}
figure.effect-chico figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: rgba(255,255,255,0.8);
}
figure.effect-chico h2 {
	padding: 10% 0 20px 0;
}
figure.effect-chico i {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)!important;
}
figure.effect-chico figcaption::before,
figure.effect-chico p, figure.effect-chico h2 {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico p, figure.effect-chico h2 {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p, figure.effect-chico:hover h2, figure.effect-chico:hover i {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.index-o-nama {
	padding: 50px 0 60px 0;
}
.index-o-nama .text {
	text-align: justify;
	color: #333;
}
.index-o-nama .read-more {
	margin-top: 5px;
	float: right;
	font-style: normal;
}
.index-gallery-wrapper {
	padding: 50px 0;
}
.index-gallery-wrapper .text {
	padding: 15px;
	text-align: center;
	color: #ddd;
	margin-bottom: 30px;
}
.index-gallery-wrapper .slider-wrapper {
	position: relative;
}
.index-gallery-wrapper .owl-wrapper {
	height: 200px;
	overflow: hidden;
}
.index-gallery-wrapper .slider-controls {
	position: absolute;
	right: 15px;
	top: -44px;
}
.index-gallery-wrapper .slider-controls .control {
	border: 1px solid #80B92C;
	background: none;
	color: #80B92C;
	width: 26px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	display: inline-block;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.index-gallery-wrapper .slider-controls .control.owlPrev-1 {
	margin-right: 5px;
}
.index-gallery-wrapper .slider-controls .control:hover {
	color: #f58634;
	border-color: #f58634;
	cursor: pointer;
}
.index-gallery-wrapper .view-all {
	text-align: center;
	margin-top: 20px;
}
.index-usluge {
	background-image: url("/design/index-section-bg.jpg");
	padding: 50px 0;
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-usluge h1 {
	color: #fff;
}
.index-usluge .usluga {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.index-usluge .usluga .left {
	text-align: center;
}
.index-usluge .usluga:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 25%;
	background-color: #f5f5f5;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.index-usluge .usluga:hover:before {
	background-color: #f58634;
}
.index-usluge .usluga:hover i {
	color: #fff;
}
.index-usluge .usluga i {
	display: inline-block;
	font-size: 42px;
	color: #80B92C;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;;
	-o-transition: color.3s ease 0s;
	transition: color 0.3s ease 0s;
}
.index-usluge .usluga .icon i {
	display: inline-block;
	vertical-align: middle;
}
.index-usluge .usluga .text-wrapper {
	padding-left: 15px;
}
.index-usluge .usluga .text-wrapper h3 {
	font-size: 20px;
	color: #80B92C;
	font-weight: 600;
	margin: 20px 0 10px 0;
}
.index-usluge .usluga .text-wrapper .text {
	font-size: 14px;
	color: #878787;
	margin-bottom: 20px;
}
.form-control {
	border-radius: 0;
	height: 36px;
}
.send-btn {
	margin-right: 10px;
}
#TextualContent img {
	max-width: 100%;
	margin: 0 15px 15px 0;
}
#TextualContent img.right {
	margin: 0 0 15px 15px;
}
.slider-text {
	position: absolute;
	z-index:2;
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	word-spacing: 10px;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
	width:100%;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
}
.slider-text .wrapper {
	text-align: center;
}
.slider-text.text {
	padding: 20px 0;
	font-weight: 700;
	font-size: 44px;
}
.slider-text .text-wrapper {
	overflow: hidden;
}
.slider-text .text-wrapper .one-text {
	display: inline-block;
	position: relative;
	padding: 0px 40px;
}
.slider-loading {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999999;
}
.slider-loading i {
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}
.checkbox-imitation {
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	position: relative;
	border-radius: 1px;
}
.checkbox-imitation.checked:before {
	content: '\f00c';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: 'FontAwesome';
	font-size: 11px;
	color: #555;
}
.checkbox-imitation:hover {
	cursor: pointer;
}
.cenovnik.panel-group .main-banner-zone-title {
	background: #80B92C;
	padding: 12px 15px;
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.cenovnik.panel-group .main-banner-zone-title:first-child {
	margin-top: 0;
}
.cenovnik.panel-group .panel {
	border-radius: 0;
	margin-top: 4px;
	border-color: #f5f5f5;
}
.cenovnik .panel-default > .panel-heading {
	background: #f5f5f5;
	padding: 0;
	border-radius: 0;
}
.cenovnik .panel-default > .panel-heading h4 {
	border-radius: 0;
}
.cenovnik .panel-default > .panel-heading h4 a {
	display: block;
	padding: 10px 10px 10px 34px;
	border-radius: 0;
	position: relative;
	color: #555;
}
.cenovnik .panel-default > .panel-heading h4 a:hover {
	color: #555;
	background: #f9f9f9;
}
.cenovnik .panel-default > .panel-heading h4 a:before {
	content: '\f068';
	display: block;
	position: absolute;
	left: 12px;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #555;
}
.cenovnik .panel-default > .panel-heading h4 a.collapsed:before {
	content: '\f067';
}
.cenovnik .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: 0;
}
.calculator-box {
	max-width: 360px;
	width: 100%;
	border: 1px solid #e9e9e9;
}
.calculator-box .calculator-icon {
	text-align: center;
	color: #80B92C;
	font-size: 50px;
	margin-top: 30px;
}
.calculator-box .calculator-title {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.calculator-box .calculator-content {
	padding-bottom: 15px;
	min-height: 80px;
}
.calculator-box .calculator-content .arrow-left {
	text-align: center;
	font-size: 45px;
}
.calculator-box .calculator-footer {
	border-top: 1px solid #e9e9e9;
	color: #80B92C;
	padding: 13px 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.calculator-box.fixed-calculator {
	position: fixed;
	top: 30px;
	background-color: #fff;
	z-index: 3;
}
.table.cenovnik-table {
	margin-bottom: 0;
}
.table.cenovnik-table > thead > tr > th {
	border-bottom: 4px solid #fff;
	background: rgba(245, 134, 52, 0.8);
	color: #fff;
}
.table > tbody > tr > td {
	border-top: 2px solid #fff;
	background: #f9f9f9;
}
.table > tbody > tr.active > td {
	background: #f0f0f0;
}
.table > tbody > tr:hover > td {
	background: #f0f0f0;
}
.table > thead > tr > th:first-child, .table > tbody > tr > td:first-child {
	width: 44px;
}
.table > thead > tr > th:last-child, .table > tbody > tr > td:last-child {
	width: 104px;
}
.table.cenovnik-table .checkbox-imitation {
	margin: 3px 0 0 6px;
}
.calculator-template-wrapper, .arrow-template-wrapper {
	display: none;
}
.calculator-content .calculator-item {
	display: table;
	width: 88%;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.calculator-content .calculator-item:last-child {
	border-bottom: 0;
}
.calculator-content .calculator-item .title {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.calculator-content .calculator-item .price {
	display: table-cell;
	font-size: 13px;
	font-weight: 700;
	width: 75px;
	vertical-align: middle;
	text-align: center;
}
.calculator-content .calculator-item .remove {
	display: table-cell;
	width: 15px;
	text-align: right;
	vertical-align: middle;
}
.calculator-content .calculator-item .remove i {
	font-size: 14px;
}
.calculator-content .calculator-item .remove:hover {
	cursor: pointer;
}
.calculator-content .calculator-item .remove:hover i {
	color: #f58634;
}
.contact-wrapper .send-form {
	margin-right: 10px
}
.mobile-calculator {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 15px;
	z-index: 5;
}
.download-pdf {
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.download-pdf .download-link {
	display: block;
	color: #80B92C;
	padding: 13px 25px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s;
}
.download-pdf .download-link i.fa-file-pdf-o {
	margin-right: 15px;
	font-size: 24px;
}
.download-pdf .download-link i.fa-download {
	margin: 0 0 0 8px;
	font-size: 15px;
}
.download-pdf .download-link:hover {
	background: #f58634;
	color: #fff;
}