body {
	font-family: 'Overpass', sans-serif;
	font-size: 18px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #231f20;
    background-color: #fff;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 400;
}

h1 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 35px;
}

h2, h1.one-down {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px;
}

h1.one-down {
	margin-bottom: 40px;
}

h3 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 22px;
}

h4 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 23px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

h6 {
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	margin-top: 40px;
}

p {
	margin-bottom: 24px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #db0000;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
	color: #db0000;
}

strong {
	font-family: 'Overpass', sans-serif;
	font-weight: 700;
}

input, textarea {
	padding: 0 15px;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #464041;
}

textarea {
	padding: 15px;
	line-height: 20px;
}

button, .button, .bottom input[type=submit] {
	background-color: #db0000;
	border: none;
	color: #fbfbfb;
	text-transform: uppercase;
	font-family: 'Overpass', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	font-size: 14px;
	line-height: 44px;
	min-width: 192px;
	display: block;
	text-align: center;
}

.button-normal {
	border: none;
	font-size: 12px;
	padding: 0 30px;
	letter-spacing: 0.08em;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.button-normal:hover {
	color: #fff;
}

button:hover, .button:hover, .bottom input[type=submit]:hover {
/* 	background-color: #17579d; */
	text-decoration: none;
	cursor: pointer;
}

button.inverted, .button.inverted {
	background-color: transparent;
	border: 1px solid #fbfbfb;
	color: #fbfbfb;
	border-radius: 0;
	min-width: 200px;
}

button.inverted:hover, .button.inverted:hover {

}

button.inverted.darker, .button.inverted.darker {
	background-color: transparent;
	border-color: #db0000;
	color: #db0000;
}

button.inverted.darker:hover, .button.inverted.darker {

}

button.button-gray, .button.button-gray {
	background-color: #d0d2d3;
	color: #464041;
	border: 1px solid transparent;
	font-size: 12px;
	padding: 0 30px;
}

button.button-gray:hover, .button.button-gray:hover {
	color: #464041 !important;
}

/* Shadow */
.hvr-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	/*background-color: #897466;*/
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.button-normal.main.hvr-sweep-to-right {
	border: 1px solid transparent;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-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;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: #db0000 !important;
}

.button-normal.main.hvr-sweep-to-right:hover, .button-normal.main.hvr-sweep-to-right:focus, .button-normal.main.hvr-sweep-to-right:active {
	border: 1px solid #db0000;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.bt-cube.hvr-sweep-to-right:before {
	background: #db0000;
}

.bt-cube.hvr-sweep-to-right:hover, .bt-cube.hvr-sweep-to-right:focus, .bt-cube.hvr-sweep-to-right:active {
  color: #fff !important;
}

#wrapper {
	/*max-width: 1440px;
	margin: 0 auto;*/
}

#page-content-wrapper {
	position: relative;
	z-index: 1;
}

section {
	padding: 40px 0;
}

section.white {
	background-color: #fbfbfb;
}

section.dark {
	background-color: #5e5e5e;
}

section.red {
	background-color: #db0000;
	color: #fff;
}

section.red.pattern {
	background-image: url(../images/small-steps.png);
}

section.red a {
	color: #fff;
}

section.navigation {
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.colored {
	color: #db0000;
}

.top {
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	font-family: 'Overpass', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	z-index: 10;
	position: relative;
}

.top .fa {
	font-size: 14px;
}

.top p {
	display: inline-block;
	margin-right: 50px;
}

.top p:last-child {
	margin-right: 0;
}

section.dark.top a {
	color: #fbfbfb;
}

.top .social .fa {
	font-size: 16px;
	position: relative;
	top: 1px;
}

.top .social .fa.fa-facebook-official {
	margin-right: 10px;
}

.top .lang ul {
	padding: 0;
	margin: 0;
}

.top .lang ul li {
	display: inline-table;
	list-style: none;
	padding: 0 0 0 7px;
}

.quick-contacts {
	padding-left: 75px;
}



hr {
	margin-top: 50px;
	margin-bottom: 0;
	border: 0;
	border-top: 1px dotted rgba(86,86,86,0.5);
}

footer {
   padding: 70px 0 50px;
	background-color: #2a1f20;
	color: #8c7c7f;
	font-size: 18px;
	margin: 0;
}

footer .small {
	font-size: 12px;
	line-height: 18px;
}

footer .links {
	margin-top: 104px;
	float: left;
}

footer a, footer .links a {
	color: #8c7c7f;
}

footer a:hover {
	color: #cc1c18;
	text-decoration: none;
}

footer .app p:first-child {
	float: left;
}

footer .app p:last-child {
	float: left;
	margin-top: 4px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 20px;
}

footer hr {
	margin-top: 38px;
	margin-bottom: 46px;
	border: 0;
	border-top: 1px dotted #665c5f;
}

footer hr:nth-of-type(2) {
	width: 75%;
}

footer hr:nth-of-type(3) {
	width: 50%;
}

footer hr:nth-of-type(4) {
	width: 25%;
}

footer .boards img:first-child {
	margin-right: 35px;
}

footer .boards img:last-child {
	margin-left: 35px;
}

footer .info {
	width: 75%;
	margin: 18px auto 0;
	padding-top: 15px;
	border-top: 1px dotted #fbfbfb;
	text-align: center;
}

footer .info p {
	font-size: 12px;
	line-height: 20px;
}

footer .footer-blocks {
	font-size: 14px;
}

footer h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 23px;
	font-weight: 300;
}

footer .logos {
	margin-bottom: 32px;
}

footer .logos.hamag {
	margin: 50px 0 80px;
}

footer .logos img {
	margin: 10px 35px 10px 0;
}

.footer-logo {
	position: absolute;
	bottom: 0;
}

.footer-logo img {
	padding: 0 30px;
}

.footer-logo hr {
	margin-top: 50px;
	margin-bottom: -50px;
	border-top: 10px solid #db0000;
}

.block-links hr {
	margin: 10px 0;
}

.google-map {
	border: none;
}

.gmap {
	height: 400px;
	margin-top: -1px;
}

table.dotted tr {
	border-bottom: 1px dotted rgba(85,86,88,0.5);
}

table.dotted tr td {
	padding: 30px 0;
}

ul, ol {
	margin-bottom: 24px;
	/*padding-left: 22px;*/
}

ul li, ol li {
	padding-top: 5px;
	padding-left: 5px;
}

ul.check {
	list-style: none;
	padding: 0;
}

ul.check li {
	padding-left: 46px;
}

ul.check li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -25px;
	width: 25px;
	color: #db0000;
}

ol.letters {
	list-style-type: upper-alpha;
}

.navbar {
	border-radius: 0;
	min-height: 80px;
	height: 95px;
	border: none;
	margin: 0;
}

.navbar-brand {
	height: auto;
	padding: 20px 0;
	margin-left: 60px;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
	float: left;
}

.navbar-nav>li {
	text-align: center;
	padding: 0;
	margin-top: 59px;
	margin-left: 30px;
}

.navbar-nav>li::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #db0000;
    transition: width .3s;
}

.navbar-nav>li:first-child {
	margin-left: 70px;
}

.navbar-nav>li:hover::after {
    width: 100%;
}

.navbar-nav>li>a {
	padding: 0 10px 14px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.nav>li>a {
	color: #231f20;
}

.nav>li>a:hover {
	background-color: transparent;
	color: #db0000;
}

.navbar-nav img {
	display: none;
}

.navbar-nav .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #db0000;
    transition: width .3s;
}

.navbar-nav .active a {
	color: #db0000;
}

.navbar-toggle {
	border: none;
	position: inherit;
	float: none;
	padding: 0px 0px;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 10px;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	min-width: auto;
}

.navbar-toggle:focus, .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle .icon-bar {
	background-color: #fbfbfb;
}

.toggled .navbar-toggle .icon-bar {
	background-color: #fbfbfb;
}

hr.nav-line {
	position: absolute;
	z-index: 1;
	top: 73px;
	border-top: 3px solid #d0d2d3;
	width: 100%;
}

.booking {
	margin-top: 375px;
}

.header-kontakt .booking-holder {
	position: absolute;
	top: 375px;
	z-index: 1;
	width: auto;
}

.header-kontakt .booking-holder .booking {
	margin-top: 0;
}

.header-aboutus .booking-holder {
	width: 100%;
}

.header-aboutus .booking {
	margin-top: 0;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 50%);
}



.ui-datepicker {
	background-color: #FFFFFF;
    border: none;
    border-radius: 2px;
    padding: 10px 0px 0px;
	background-image:none;
	width: 240px;
	display:none;
	z-index: 1000 !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(86,84,73, .6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(86,84,73, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(86,84,73, .6);
}
.ui-loader {
	display:none;
}
.ui-datepicker-header {
	background:none;
	border:none;
	width: 240px;
}
.ui-datepicker .ui-datepicker-header {
	padding:0 0 7px;
}
.ui-datepicker-title {
	font-family: 'Overpass', sans-serif;
	font-style:   normal;
	font-weight:  600;
	font-size:14px;
	line-height:22px;
	color:#333;
	text-transform: uppercase;
	letter-spacing: 0.050em;
}
.ui-datepicker table {
    margin: 0;
}
.ui-datepicker-calendar thead tr {
	font-family: 'Overpass', sans-serif;
	font-style:   normal;
	font-weight:  600;
	color:#333;
	background-color: #ddd;
}
.ui-datepicker-calendar thead th {
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}
.ui-datepicker-calendar tbody tr {
	height:27px;
}
.ui-datepicker td {
	padding:0;
}

td.ui-state-disabled {
	padding-top:9px;
	padding-bottom:9px;
}

.inside-acc-cal td.ui-state-disabled {
	padding-top: 0;
	padding-bottom: 0;
}

.ui-datepicker-calendar tbody td {
	font-size:14px;
	line-height:16px;
	border:none;
}
.ui-datepicker-calendar tbody td a {
	padding-bottom: 9px;
    padding-top: 9px;
	text-align: center;
}
.ui-datepicker-calendar tbody td a, .ui-datepicker-calendar tbody td span, .ui-datepicker-calendar thead th span {
	/*width:34px;*/
	text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: #333;
    font-family: 'Overpass', sans-serif;
	font-style:   normal;
	font-weight:  600;
}

.inside-acc-cal .ui-state-default, .inside-acc-cal .ui-widget-content .ui-state-default, .inside-acc-cal .ui-widget-header .ui-state-default {
	background-color: #ccdbc9 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	background: none;
	background-color:#db0000;
	color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: none;
	background-color:#db0000;
	color: #fff;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	/*border: none;
	background: none;
	background-color:#db0000;
	font-weight: normal;
	color: #fff;*/
}
.ui-widget-header .ui-icon {
    background-image: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 16px;
	top: 4px;
	width: 16px;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 16px 16px;
	right: 10px;
}
.ui-datepicker .ui-datepicker-prev {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	left:10px;
}





ul.natukni {
	list-style:none;
	padding:0;
	margin:0;
}

.natukni li {
	border-right:1px dotted rgba(251,252,252,0.5);
	padding: 0px 35px 3px;
	display: inline-block;
	text-align: center
}

.natukni.open li {
	border-right:1px dotted rgba(151,137,126,0.5);
	color: #db0000;
}

.natukni li:first-child {
	padding-left:0;
}

.natukni li:last-child {
	border-right:none;
	padding-right:0;
}

.natukni.open li:first-child {
	padding-left: 20px;
}

.natukni img {
	margin: 8px 0 21px;
}

.natukni img.icon-shower {
	margin: 0px 0 5px;
}

.natukni img.icon-parking-brown {
	margin: 0;
	float: left;
	position: relative;
	top: 2px;
}

.natukni h3 {
	font-family: 'Overpass', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
	text-transform: none;
	margin: 0;
}

.natukni h3 span {
	font-size: 24px;
}

.natukni p {
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
	font-weight:700;
}



a.more {
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

a.more i {
	font-size: 10px;
}

a.more img {
	margin-left: 5px;
}

a.more.white {
	color: #fbfbfb;
}

a.more img {
	position: relative;
	top: -1px;
	left: 4px;
}

.carousel.slide {
	background-color: #d0d2d3;
}

.fill {
	height: 750px;
	max-width: 1440px;
	margin: 0 auto;
}

.fill-short {
	height: 550px;
}

.big-title {
	position: absolute;
	top: 200px;
	z-index: 1;
	font-size: 44px;
	line-height: 53px;
	font-weight: 700;
	color: #fff;
	margin-left: 60px;
}

.big-title-high {
	margin-left: 60px;
	top: 140px;
}

.upon-header {
	position: relative;
	top: -241px;
	margin-bottom: -132px;
}

.upon-header-heigh {
	top: -290px;
	margin-bottom: -183px;
}

.bt-cube {
	position: relative;
	height: 190px;
	background-color: #d0d2d3;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #231f20;
	font-weight: 300;
	border-top: 1px solid #464041;
	border-left: 1px solid #464041;
	padding: 20px 40px;

	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
    justify-content: center;
}

.bt-cube.red {
	color: #fff;
	background-color: #db0000;
}

.bt-cube-holder:nth-child(even) .bt-cube {
	border-right: 1px solid #464041;
}


.big-icons .bt-cube {
	height: 380px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
}

.big-icons .bt-cube-holder:nth-child(even) .bt-cube {
	border-right: none;
}

.big-icons .bt-cube p {
	margin: 20px 0 0;
}

.big-icons .bt-cube-holder:nth-of-type(3) .bt-cube, .big-icons .bt-cube-holder:nth-of-type(6) .bt-cube, .big-icons .bt-cube-holder:nth-of-type(9) .bt-cube {
	border-right: 1px solid #464041;
}

.main-txt-holder {
	background-color: #fff;
	margin-top: 1px;
	padding: 60px;
}

.main-txt-holder-main {
	padding: 120px 180px;
}

.main-txt-holder-short {
	padding: 60px;
}

.main-txt-holder-grey {
	background-color: #d0d2d3;
}

.main-txt-holder-grey-dashed {
	background-color: transparent;
	border: 2px dashed #fff;
	color: #fff;
}

.main-txt-holder-grey-dashed a {
	color: #fff;
}

.main-txt-holder-red {
	background-color: #db0000;
	padding: 0;
	color: #fff;
}

.main-txt-holder-red .red-cube {
	padding: 30px;
}

.main-txt-holder-red .red-cube a {
	color: #fff;
}

.main-txt-holder-red a.button {
	width: 100%;
	margin: 0;
	line-height: 80px;
}

.main-txt-holder-red a.button.first {
	background-color: #5e5e5e;
}

.main-txt-holder-red a.button.second {
	background-color: #888888;
	color: #fff;
}



.normal-bt-cube {
	background-color: #d0d2d3;
	font-size: 18px;
	line-height: 24px;
	color: #231f20;
	font-weight: 400;
	padding: 55px 60px;
	min-height: 380px;
}

.normal-bt-cube a {
	color: #231f20;
}

.table-upiti.table>tbody>tr>td, .table-upiti.table>tbody>tr>th, .table-upiti.table>thead>tr>td, .table-upiti.table>thead>tr>th, .table-upiti td {
	vertical-align: middle;
	text-align: left;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #eee;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}

.table-upiti th {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.table-upiti th:first-child, .table-upiti td:first-child {
	text-align: left;
}

.table>tbody>tr:last-child>td {
	border-bottom: 1px solid #ddd;
}

.table-upiti td {
	font-size: 14px;
	line-height: 40px;
}

.certifikat {
	margin-top: 0;
}

.certifikat p {
	text-align: center;
	margin-top: 10px;
}

.certifikat .img-holder {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	border: none;
}

.certifikat.certifikat-1 .img-holder {
	background-image: url(../images/haa-potvrda-o-akreditaciji-1438.jpg);
}

.certifikat.certifikat-2 .img-holder {
	background-image: url(../images/iso-9001-2008.jpg);
}

.certifikat.certifikat-3 .img-holder {
	background-image: url(../images/iso-9001-2015.jpg);
}

.document {
	text-align: center;
	margin-top: 30px;
}

.document img {
	width: 50px;
}

.document a {
	display: block;
	color: #555;
}

.document p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

.document p.small {
	font-size: 10px;
	line-height: 14px;
	margin: 5px 0 20px;
	color: #999;
}

.block1 {
	background-color: #332a2d;
	padding: 0;
	margin-top: 36px;
}

.block1 .img-holder {
	background-image: url(../images/profil-tvrtke-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 213px;
}

.block1 .txt-holder {
	padding: 60px 30px;
	color: #fff;
}

.block1 .txt-holder .button-normal {
	margin-top: 10px;
}

.block2 {
	background-color: #231f20;
	background-image: url(../images/struktura-vlasnistva.png);
	background-size: 380px 218px;
	background-position-y: bottom;
	background-repeat: no-repeat;
}

.block1.block2 .img-holder {
	background-image: url(../images/struktura-vlasnistva.png);
	background-position-y: top;
}

.block1.block3 .img-holder {
	background-image: url(../images/poslovanje.jpg);
	min-height: 300px;
	background-position-x: right;
}

h3.massive-title {
	font-size: 48px;
	line-height: 52px;
}

table.addition {
	width: 100%;
}

table.addition tr.toclone {
	border-bottom: 30px solid #fff;
}

table.addition td.holder {
	width: 100%;
	padding: 0 20px;
	background-color: #d0d2d3;
	position: relative;
}

.closezap {
	position: absolute;
	top: 20px;
	right: 20px;
	visibility: hidden;
}

.closezap:hover {
	color: #231f20;
}

input.closezap {
    font-family: FontAwesome;
	border: none;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	background-color: transparent;
	color: #db0000;
}

