.t4-content {
    background-color: transparent;
	overflow-y: auto!important;
}
.t4-wrapper {
	height: auto;
}
.t4-offcanvas {
	position: fixed;
}
.item-101 #t4-main-body {
	display: none;
}
#t4-masthead {
	display: none;
}
.mod-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.t4-off-canvas-header h3 {
	display: none;
}
a {
	color: #c1150c;
}
a:focus,
a:hover {
	text-decoration: none;
}
a,
a:after,
a:before {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.relative {
	position: relative;
}
.textcenter {
	text-align: center;
}
img {
	max-width: 100%;
}

/* LANGUAGE */
.mod-languages {
    position: absolute;
    right: 30px;
    top: 3px;
}

/* BUTTON */
.btn-primary {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #c1150c;
    border-color: #c1150c;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-primary:hover {
	background: #252525;
    border-color: #252525;
}
.swiper-button-next, 
.swiper-button-prev {
	color: rgba(255,255,255,0.5);
}
.swiper-pagination-bullet-active {
	background: #c1150c;
}

/* TOPBAR */
#t4-topbar {
	padding: 0;
	background: #fff;
	height: 90px;
}
.logo-slogan {
	margin-left: 25px;
    color: #c1150c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 5px;
}
.top-facebook {
	background: #77645e;
    font-size: 16px;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-facebook:hover {
	background: #c1150c;
}

/* Fixed header */
.t4-header {
    position: absolute;
    top: 90px;
    z-index: 100;
    width: 100%;
	background: rgba(37,37,37,0.3);
	-webkit-transition: background 0.75s ease-in-out;
	-moz-transition: background 0.75s ease-in-out;
	-ms-transition: background 0.75s ease-in-out;
	-o-transition: background 0.75s ease-in-out;
	transition: background 0.75s ease-in-out;
}
@media screen and (min-width: 992px){
	.t4-header {
		height: 90px;
		line-height: 90px;
	}
}
.t4-header.page-scrolled {
	position: fixed;
    top: 0;
	background: rgba(37,37,37,0.7);
}
.t4-wrapper-inner {
    -webkit-transform-style: flat!important;
    transform-style: flat!important;
}
#t4-header .container {
    padding-top: 0;
    padding-bottom: 0;
}
#t4-header .navbar-nav {
	margin: 0;
}
#t4-header .nav-link {
	padding: 0 15px;
    font-size: 16px;
    color: #fff;
    text-transform: lowercase;
	position: relative;
}
#t4-header .nav-link:hover {
	color: #cec7c1;
}
#t4-header .nav-link:after {
    content: '';
    display: inline-block;
    background: #cec7c1;
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#t4-header .nav-link:hover:after {
	width: 65%;
}
#t4-header .navbar {
	margin-left: -15px;
}
.t4-offcanvas-toggle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 992px){
	.t4-offcanvas-toggle {
		right: 15px;
	}
}
#t4-header .t4-offcanvas-toggle .toggle-bars,
#t4-header .t4-offcanvas-toggle .toggle-bars:before, 
#t4-header .t4-offcanvas-toggle .toggle-bars:after {
	color: #fff;
}
#t4-header .t4-offcanvas-toggle:hover .toggle-bars, 
#t4-header .t4-offcanvas-toggle:hover .toggle-bars:before, 
#t4-header .t4-offcanvas-toggle:hover .toggle-bars:after {
	color: #cec7c1;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, 
.t4-offcanvas .t4-off-canvas-body .navbar .separator {
	background: #c1150c;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 5px;
    text-transform: lowercase;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link:hover, 
.t4-offcanvas .t4-off-canvas-body .navbar .separator:hover {
	background: #252525;
	color: #fff;
}
.t4-offcanvas .t4-off-canvas-body {
	background: #dc1a10;
}

/* FocalPoint Images */
.img-focus.height-23:after {
	padding-top: 23%;
}
.img-focus.height-39:after {
	padding-top: 39%;
}
.img-focus.height-40:after {
	padding-top: 40%;
}
.img-focus.height-42:after {
	padding-top: 42%;
}
.img-focus.height-48:after {
	padding-top: 48%;
}
.img-focus.height-50:after {
	padding-top: 50%;
}
.img-focus.height-52:after {
	padding-top: 52%;
}
.img-focus.height-56:after {
	padding-top: 56%;
}
.img-focus.height-57:after {
	padding-top: 57%;
}
.img-focus.height-60:after {
	padding-top: 60%;
}
.img-focus.height-61:after {
	padding-top: 61%;
}
.img-focus.height-63:after {
	padding-top: 63%;
}
.img-focus.height-64:after {
	padding-top: 64%;
}
.img-focus.height-67:after {
	padding-top: 67%;
}
.img-focus.height-68:after {
	padding-top: 68%;
}
.img-focus.height-69:after {
	padding-top: 69%;
}
.img-focus.height-71:after {
	padding-top: 71%;
}
.img-focus.height-73:after {
	padding-top: 73%;
}
.img-focus.height-75:after {
	padding-top: 75%;
}
.img-focus.height-76:after {
	padding-top: 76%;
}
.img-focus.height-78:after {
	padding-top: 78%;
}
.img-focus.height-100:after {
	padding-top: 100%;
}
.img-focus.height-103:after {
	padding-top: 103%;
}
.img-focus.height-114:after {
	padding-top: 113.8%;
}
.img-focus.height-120:after {
	padding-top: 120%;
}
.img-focus.height-134:after {
	padding-top: 134%;
}

/* Img focus Proportions */
.img-focus {
	display: block;
	overflow: hidden;
	position: relative;
}
.img-focus:after {
	content: "";
	display: block;
	padding-top: 57%;
}
.img-focus img { 
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: 100%!important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transform: none;
}

/* PLACEHOLDERS */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999999!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999999!important;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999999!important;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999999!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #999999!important;
}
::placeholder { /* Most modern browsers support this now. */
	color: #999999!important;
}

/* SCROLLBAR & PLACEHOLDERS */
::-webkit-scrollbar {
    overflow: visible;
    width: 10px;
}
::-webkit-scrollbar,
::-webkit-scrollbar-track {
    background: #ddd;
}
::-webkit-scrollbar-track-piece:end,
::-webkit-scrollbar-track-piece:start {
    background: #ddd;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #000;
    color: #fff;
    text-shadow: none;
}

/* SEARCH */
#searchForm .input-group,
#searchForm .phrases,
#searchForm .only,
#searchForm .form-limit {
	display: none;
}

/*  HEADER IMG */
.header-image {
	min-height: 400px;
	padding: 150px 0 0 0;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.header-image-overlay:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
.header-image a,
.header-image span {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.header-image h1 {
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.breadcrumb {
	background: transparent;
	color: #fff;
}
.breadcrumb .divider {
	display: inline-block;
	margin: 0 5px;
}
.breadcrumb .divider:before,
.breadcrumb > .active + li:before,
.breadcrumb > li + li:before {
    content: none;
}
.breadcrumb li:first-child {
	display: none;
}
@media screen and (max-width: 992px) {
	.header-image {
		min-height: 260px;
		padding: 120px 0;
	}
	.header-image a,
	.header-image span {
	}
	.header-image h1 {
	}
}

/* Footer */
.t4-footnav {
	background: url('/images/template/footer.jpg');
	color: #fff;
    padding: 50px 0 100px 0;
    background-size: cover;
    background-position: left center;
}
.t4-footnav a {
	color: #cec7c1;
}
#t4-footer {
	color: #808080;
}
#t4-footer .custom {
	position: relative;
}
#t4-footer .developedby {
	position: absolute;
    right: 15px;
    font-weight: 700;
    top: 0;
}
.t4-footer .container {
    padding: 40px 15px 24px 15px;
}

/* EX SLIDER */
.mod-exslider {
	position: relative;
}
.mod-exslider-image {
	min-height: 800px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
}
.mod-exslider-content {
	display: inline-block;
	max-width: 700px;
	width: 100%;
	text-align: left;
}
.mod-exslider-title {
}
.mod-exslider-text {
}
@media screen and (max-width:1200px){
	.mod-exslider-title {		
	}
	.mod-exslider-text {		
	}
	.mod-exslider-image {
		min-height: 700px;
	}
}
@media screen and (max-width:992px){
	.mod-exslider-title {		
	}
	.mod-exslider-text {		
	}
	.mod-exslider-image {
		min-height: 600px;
	}
}
@media screen and (max-width:768px){
	.mod-exslider-title {		
	}
	.mod-exslider-text {		
	}
	.mod-exslider-image {
		min-height: 500px;
	}
}

/* EX GRID */
.mod-exgrid {
	padding: 50px 0;
	position: relative;
}
.mod-exgrid-items {
	display: grid;
	grid-gap: 30px;
}

/* EX LOGOS */
.mod-exlogos {
	padding: 50px 0;
	position: relative;
}
.mod-exlogos .swiper-container {
	padding-bottom: 40px;
}

/* K2 GRID */
.k2-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
.k2-grid-item {
}
@media only screen and (max-width: 1200px) {
	.k2-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 992px) {
	.k2-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 768px) {
	.k2-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 576px) {
	.k2-grid {
		grid-template-columns: 1fr;
	}
}

/* K2 MASONRY */
.k2-masonry-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
	width: 25%;
}
@media only screen and (max-width: 1200px) {
	.k2-masonry-item {
		width: 33.333%;
	}
}
@media only screen and (max-width: 992px) {
	.k2-masonry-item {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.k2-masonry-item {
		width: 50%;
	}
}
@media only screen and (max-width: 576px) {
	.k2-masonry-item {
		width: 100%;
	}
}

/* K2 ITEM */
blockquote {
	width: 80%;
	padding: 0;
	padding-left: 50px;
	font-size: 20px;
	margin: 50px 0 30px 0;
	border-left: 5px solid #d92128;
}
.k2item {
}
.k2item-date {
}
.k2item-date span {
}
.k2item-introtext {
}
.k2item-images {
}
.k2item ul, 
.k2item ol {
	padding: 0 0 0 30px;
}
.k2item ul, 
.k2item ol,
.k2item p {
	margin: 0 0 30px 0;
}
.k2item-tags {
}
.k2item-tags span:last-child {
	display: none;
}
.k2-captions {
	margin: 15px 0 0 30px;
}
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink:hover
ul.sigProResponsiveBlue li.sigProThumb a.sigProLink {
	border: 0!important;
}

/* K2 SHARE */
.k2itemFacebookButton,
.k2itemTwitterButton {
	float: left;
	display: inline-block;
	line-height: 0;
	margin-right: 15px;
}
.k2item-share {
	margin-bottom: 30px;
}

/* K2 VIDEO RESPONSIVE */
.k2itemVideoEmbedded {
	position: relative;
	padding-bottom: 50%;
	padding-top: 25px;
	margin-bottom: 15px;
	margin-top: 40px;
	height: 0;
}
.k2itemVideoEmbedded iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* PAGINATION */
.k2-pagination {
	text-align: center;
	margin-top: 45px;
}
.k2-pagination .pagination {
    float: none;
    display: inline-block;
}
.k2-pagination .page-item {
	display: inline-block;
}
.k2-pagination-page {
}
.k2-pagination a, 
.k2-pagination span {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}
.pagination > li > a, 
.pagination > li > span {
	color: #d92128;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color: #d92128!important;
	border-color: #d92128!important;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color: #000;
}

/* K2 DOCUMENTS */
.k2itemDocuments {
    margin: 50px 0 30px 0;
}
.k2itemDocument {
    border-top: 1px solid #f3f3f3;
    padding: 10px 0;
}
.k2itemDocument-extension {
	display: inline-block;
	text-transform: uppercase;
	width: 50px;
	margin-bottom: 0px;
	float: left;
}
.k2documentation {
    color: #000;
}
.k2itemDocument-print {
	position: absolute;
	left: 0;
}
.k2itemDocument-print:hover {
}
@media screen and (max-width:768px){
	.k2itemDocuments {
		margin-top: 30px;
	}
	.k2itemDocument-print {
		display: none;
	}   
}

/* CONTACT FORM */
.rsform-input-box,
.rsform-text-box,
.rsform-select-box,
.rsform-calendar-box {
	color: #000!important;
	width: 100%!important;
    max-width: 100%;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	padding: 0 14px!important;
	line-height: 45px!important;
}
.rsform-input-box,
.rsform-select-box,
.rsform-calendar-box {
	height: 45px!important;
}
.rsform-calendar-button {
	position: absolute;
	right: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rsform-block {
	margin-bottom: 10px!important;
}
.rsform-input-box:focus,
.rsform-text-box:focus {
    border-color: #000!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
/* CUSTOM ZA FORMU*/
.rsform .formControlLabel {
	display: none;
}

.rsform-input-box,
.rsform-text-box,
.rsform-select-box,
.rsform-calendar-box {
	background-color: #ebe9e6;
	border-color: #ebe9e6;
	padding-left: 25px!important;
	font-size: 14px;
	font-weight: 700;
}
.rsform-select-box {
	background-color: #fcfcfb;
	color: #77645e!important;
}
.custom-select:focus {
    border-color: #c1150c;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 21, 12, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(193, 21, 12, 0.25);
}
.btn.rsform-submit-button {
	background: #77645e!important;
	border-color: #77645e!important;
	text-transform: none;
	font-weight: 700;
	font-size: 14px;
	padding-left: 50px;
	padding-right: 50px;
}


.mod-title {
	font-size: 24px;
    font-weight: 900;
    color: #000;
    margin-bottom: 1.5rem;
}
.mod-boxes1 {
	color: #4c4c4c;
}
.box-intro {
}
.box-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 30px;
}
@media screen and (max-width: 768px){
	.box-grid {
		grid-template-columns: 1fr;
	}
}
#t4-bottom-boxes {
	padding: 60px 0;
}

.parallax-box {
	padding: 3rem 30px 2rem 30px;
    display: flex;
	align-items: center;
	min-height: 350px;
    text-align: center;
    color: #fff;
	position: relative;
	font-size: 18px;

}
.parallax-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: block;
	z-index: -1;
}

.ponuda {
	text-align: center;
	padding: 50px 0 70px 0;
}
.ponuda-box {
	max-width: 900px;
	display: inline-block;
	color: #252525;
	line-height: 1.6;
	font-size: 16px;
}
.ponuda-box a {
	color: #77645e;
	font-weight: 700;
}
.ponuda-box a:after {
	content: '\f019';
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.ponuda-box a:hover {
	color: #c1150c;
}

.cijenik {
	color: #737373;
	font-size: 14px;
	padding: 70px 0 0 0;
}
.cijenik .mod-exgrid-items {
	grid-gap: 30px 130px;
	border-bottom: 1px solid #bdbdbd;
    padding: 30px 0 50px 0;
}
.cijenik .mod-exgrid-title {
	font-size: 32px;
	color: #252525;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.cijenik h3 {
	font-size: 24px;
	font-weight: 900;
	color: #252525;
}
.cijenik h4 {
	font-size: 18px;
	font-weight: 900;
	color: #252525;
}


.mesnice {

}
.mesnice .mod-exgrid-items {
	grid-gap: 10px;
}
.mesnice-item-image {

}
.mesnice-item-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 1rem;
	position: relative;
    z-index: 1;
}
.mesnice-item-text {
	font-size: 14px;
	position: relative;
    z-index: 1;
}
.mesnice-title {
	font-size: 16px;
	color: #252525;
	font-weight: 900;
	text-align: center;
	margin-bottom: 60px;
}
.mesnice-item-box {
	position: relative;
}
.mesnice-item-icon {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #f70606;
    z-index: 0;
    font-size: 70px;
}
.mesnice-item-content {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.75);
	color: rgba(255,255,255,1);
	padding: 20px 40px;
	opacity: 0;
}
.mesnice-item-box:hover .mesnice-item-content {
	opacity: 1;
}

.mod-intro-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
	margin-bottom: 90px;
}
@media screen and (max-width: 992px){
	.mod-intro-images {
		grid-template-columns: 1fr;
	}
}
.mod-intro-image-box {
	position: relative;
}
.mod-intro-text2 {
	justify-content: center;
	position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	background: rgba(0,0,0,0.4);
}
.mod-intro-bottom {
	display: grid;
	grid-template-columns: 7fr 1.5fr 2fr;
	grid-gap: 40px;
}
@media screen and (max-width: 992px){
	.mod-intro-bottom {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
}
.mod-intro-title {
	font-size: 32px;
    color: #252525;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
}
.mod-intro-text {
	max-width: 900px;
    display: inline-block;
    color: #252525;
    line-height: 1.6;
    font-size: 16px;
	margin-bottom: 30px;
}
.mod-intro-text3 {
    color: #4c4c4c;
    line-height: 1.6;
}
.mod-intro {
	padding: 90px 0;
}