@font-face {
	font-family: Roboto-Regular;
	src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: EBGaramond-Regular;
	src: url(/fonts/EBGaramond-Regular.ttf);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #E6F1F9;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #0077BE; 
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Roboto-Regular;
  max-width: 100vw;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 0;
  background-image: url(/images/bg.gif);
  background-position: center top;
  background-repeat: no-repeat;
  scroll-behavior: smooth;
}

h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0077BE;
  font-family: EBGaramond-Regular;
}
h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  font-family: Roboto-Regular;
}
h3 {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #0077BE;
  font-family: EBGaramond-Regular;
}
h3 span.right {
  float: right;
  font-size: 30px;
  line-height: 1.5;
  padding-right: 65px;
  color: #333333;
  font-family: MessinaSans-Book;
}


h4 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0077BE;
  font-family: EBGaramond-Italic;
}

h4.small {
  font-size: 15px;
  font-weight: 900
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
p.big {
  font-size: 35px;
}
p.smal {
  font-size: 15px
}
a {
  color: #333;
}
a:hover,
a:focus{
  color: #2a4a8d;
}
strong {
  font-weight: 700;
}
*,
*:before,
*:after {
  /*transition: all 300ms ease-in-out;*/
}
.col-12 {
  margin-bottom: 20px;
}
.color-main {
  color: #333333;
  font-size: 18px;

}
.color-main a {
  color: #333333;
}
.color-main a:hover,a:focus {
  color: #333333;
}



.color-grey {
  color: #999999;
}
.color-blue {
  color: #003874;
}
.container {
  max-width: 820px !important;
}
.bg-secundary {
  background-color: #E6F1F9;
  margin-top: 100px;
  margin-bottom: 100px;
}
.bg-primary {
  background-color: #E6F1F9!important;;
  /*margin-top: 100px;
  margin-bottom: 100px;*/
}
#main {  
    min-height: 100vh;
}

#banner {
	max-width: 820px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
    margin: auto;
}

.padd20_top_bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padd20_bottom {
	padding-bottom: 20px;
}
.padd20_bottom_mobile {
	padding-bottom: 0;
}

.padd20_left {
	padding-left: 20px;
}
.padd25_top {
	padding-top: 0;
}

.padd25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.padd_left_right25 {
	padding-left: 25px;
	padding-right: 25px;
}

.padd25_bottom {
	padding-bottom: 50px;
}


.padd50_top {
	padding-top: 50px;
}
.padd50_bottom {
	padding-bottom: 0;
}


.padd100_right {
	padding-right: 100px;
}
.padd100_top {
	padding-top: 100px;
}

.padd100_bottom {
	padding-bottom: 100px;
}

.text-more {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #73CCC3;
  font-family: MessinaSans-Bold;
}

.text-more a {
  color: #73CCC3;
}

.text-more a:hover {
  color: #0077BE;
}

.carousel-caption {
	position: absolute;
	text-align:center;
	top:55%;
}

.carousel-caption a  {
	color:#fff;
}

.menu-side h2, .price {
  display: inline-block;
  /*margin: 20px 0 2px;*/
}
.price {
  float: right;
}
.price p {
  font-size: 18px;
  display: inline-block;
  padding: 0 10px;
}
.sastojci {
  display: block;
  font-size: 16px;
}

u {
    text-decoration: underline;
    text-decoration-color: #0077BE;
    text-underline-offset: 10px;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.text-practice {
  color: #333333;
  font-size: 20px;
  padding-top: 15px;
  font-family: Roboto-Regular;
  text-align:center;
}

.text-center {
    text-align: center!important;
}

.logo {
    display: block;
    width: 180px;
    height: 165px;
    position:absolute ;
    background-image: url(/images/logo.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left:0;
	right:0;
	z-index: 10;
    margin: 0 auto;
}

 

.text-welcome {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #ffffff;
  font-family: MessinaSans-Light;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
/*  background:rgba(0,119,190,0.25); */
}

.bg-slider:after {
  background:rgba(0,119,190,0.2);
}

/*.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,119,190,1);
}*/

.img-wrap:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  cursor: pointer;
}

.img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}


.text-underline {
  position:relative;
  display: inline-block;
}
.text-underline {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #0077BE;
  margin: auto;
}
.text-underline.color-blue {
  border-bottom: 2px solid #003874;
}

.facilities {
  color: #333333;
  font-family: MessinaSans-Book;
  font-size: 16px;
  padding-left: 25px;
  line-height: 1.2;
}

.list-unstyled {
    color: #cccccc;
    font-family: MessinaSans-Book;
    font-size: 16px;
	position: relative;
	padding: 20px 15px;
}
.list-unstyled li {
	padding-bottom: 25px;
	padding-right: 100px;
	border-bottom: 1px dotted #fff;
}
.list-unstyled ul li {
	position: relative;
	border-bottom: solid 1px #eee;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 60px;
	padding-right: 30px;
}
.list-unstyled li span.right {
	float: right;
}

.carousel-control-prev-icon {
	display: none;
}
.carousel-control-next-icon {
	display: none;
}

/* #Navigation
================================================== */
 
/*.cd-header {
	max-width: 1920px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	width: calc(100% - 100px);
    margin: auto;
}*/


.cd-header{
    position: absolute;
	max-width:1920px;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}

.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
	position: absolute;
	display:block;
	left:50px;
	top: 50px;
	cursor: pointer;
}
.logo-wrap a {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition : all 0.3s ease-out;
}


.ticker {
	position: absolute;
	display:block;
	right:50px;
	top: 150px;
	z-index: -20;
}


.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-top: 26px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 50px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 50px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 22.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 50px;
}




.nav-mobile {
	position: fixed;
	z-index: 98;
}
.nav-mobile:before, .nav-mobile:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,119,190,0.6);
/*	background: rgba(20, 21, 26,0.6);*/
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav-mobile:after {
	background: rgba(0,119,190,0.9);
/*	background: rgba(9,9,12,1);*/
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-mobile:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 20px;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: EBGaramond-Italic;
	font-size: 30px;
	line-height: 1.15;
/*	letter-spacing: 3px;*/
	-webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
	display: inline-block;
/*	text-transform: uppercase;*/
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
/*.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: 4px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #D0AB6D;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}*/
.nav__list-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover{
	color: #E6F1F9;
}
.nav__list-item.active-nav a{
	color: #E6F1F9;
}
.nav__list-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 35px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 35px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 35px;
}
body.nav-active .nav-mobile {
	visibility: visible;
}
body.nav-active .nav-mobile:before, body.nav-active .nav-mobile:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav-mobile:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav-mobile:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}



/*DASHED LIST*/
.phone {
	background-image: url(/images/phone.png);
	background-position: left !important;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.mail {
	background-image: url(/images/mail.png);
	background-position: left !important;
	background-repeat:no-repeat;
	padding-left: 15px;
}
.website {
	background-image: url(/images/website.png);
	background-position: left !important;
	background-repeat:no-repeat;
	padding-left: 10px;
}


#scrolltop {
	position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 30px;
    background-color: rgba(0, 119, 190,0.5);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQIDDRITFBcdHh8gIyQlJjdDREx1d4CCg4WXmpu5urzZ6e3v+fv9pStiuwAAAI9JREFUOE/dylkWgkAMRNFqUXEW53kC1Ox/hWKOtG3SZgHkq3LuAxp4q7xv+oboPrDdLNiNYktkFt7/FIFHix+viqHwHYkThffr7Bkrvp4gixT7wIHsURcj6ZeE/6kopMtirTwsUuCmHZjUxRxIS17n0H1xctXultqB8bs4Ot6dQjsXB/fZ7WVLOdBbODTmXgKJJx7c/fm3AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    display: block;
    z-index: 9999;
}
	
@media screen and (min-width: 1400px) {

  #main {
    display: block;
    position: relative;
	margin:auto;
    min-height: calc(100vh - 90px);
  }
  .row-double-spacing {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-double-spacing .col-12 {
    /*padding-left: 30px;
    padding-right: 30px;*/
    margin-bottom: 60px;
  }
  

}
/*HEADER*/
.navbar-light .navbar-nav li >.nav-link {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 23px;
  color: #333333;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.ds-nav {
  min-width: 320px
}
.dropdown-toggle::after {
  display: none;
}
.navbar.navbar-light {
  padding: 30px 0 0 0;
}
.lng-menu > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu {
  border-top: 3px solid #990000 !important;
  border: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  border-radius: 0;
  background-color: #f5eee2;
  min-width: 180px;
  padding: 10px !important;
}
@media screen and (min-width: 1200px) {  
  #ds-nav {
    display: none !important;
  }
  .navbar-expand-xl .navbar-nav li:first-child .nav-link {
    padding-left: 0;
  }
  .navbar-expand-xl .navbar-nav li:last-child .nav-link {
    padding-right: 0;
  }
/* #Navigation
================================================== */
 
 
/*.cd-header{
    position: absolute;
	max-width:1920px;
	top:0;
	left:0;
	right:0;
	z-index:1000;
}*/

 
.cd-header{
	position: absolute;
	max-width:1920px;
	top:0;
	left:0;
	right:0;
	z-index:1000;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
	position: absolute;
	display:block;
	left:50px;
	top: 50px;
	cursor: pointer;
}
.logo-wrap a {
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition : all 0.3s ease-out;
}


.ticker {
	position: absolute;
	display:block;
	left:30px;
	top: 75px;
	z-index: -20;
}


.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-top: 26px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 50px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 50px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 22.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 50px;
}




.nav-mobile {
	position: fixed;
	z-index: 98;
}
.nav-mobile:before, .nav-mobile:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,119,190,0.6);
/*	background: rgba(20, 21, 26,0.6);*/
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav-mobile:after {
	background: rgba(0,119,190,0.9);
/*	background: rgba(9,9,12,1);*/
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-mobile:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 20px;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: EBGaramond-Italic;
	font-size: 40px;
	line-height: 1.15;
/*	letter-spacing: 3px;*/
	-webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
	display: inline-block;
/*	text-transform: uppercase;*/
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
/*.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: 4px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #D0AB6D;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}*/
.nav__list-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover{
	color: #E6F1F9;
}
.nav__list-item.active-nav a{
	color: #E6F1F9;
}
.nav__list-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 35px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 35px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 35px;
}
body.nav-active .nav-mobile {
	visibility: visible;
}
body.nav-active .nav-mobile:before, body.nav-active .nav-mobile:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav-mobile:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav-mobile:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
}
@media screen and (max-width: 1199px) {
  .ds-nav {
    display: none;
  }
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #ds-nav { 
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 3px solid #990000 !important;
    border: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    border-radius: 0;
    background-color: #f5eee2;
  }
h1 {
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 35px;
}

.ticker {
	display:none;
}

}
/*GLOBAL*/
section {
  position: relative;
}
.ds-bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.ds-image-container.img-3d,
.ds-image-container.img-3d * {
  position: relative;
  z-index: 3
}
.ds-image-container.img-3d:before,
.ds-image-container.img-3d:after {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .7;
    -webkit-box-shadow: 0 17px 15px rgba(0,0,0,.7);
    box-shadow: 0 17px 15px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ds-image-container.img-3d:after {
      left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.ds-content-container {
  overflow: hidden;  
}
.ds-content-inner {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container-9-16 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 143.75%; /* 16:9 Aspect Ratio */ 
} 
.container-1-1 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 100%; /* 1:1 Aspect Ratio */ 
} 
.container-16-9 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 56.25%; /* 16:9 Aspect Ratio */ 
} 

/*.container-16-7 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 43.75%; /* 16:5 Aspect Ratio  
}*/
.container-16-7 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 49.25%; /* 16:5 Aspect Ratio */ 
} 


.container-16-5 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 31.25%; /* 16:5 Aspect Ratio */ 
} 
/*OVERLAY SECTION*/
.ds-overlay {
  background-image: url(/images/overlay.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 3;
  position: absolute;
}
.ds-overlay-top {
  background-position: center top !important;
  bottom: 0;
}
.ds-overlay-bottom {
  background-position: center bottom !important;
  top: 0;
}
/*CAROSEL*/
.carousel-indicators {
    bottom: 70px;
}
.carousel-indicators li {
  border: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
/*  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(78%, white));
  background: -o-linear-gradient(bottom, #e9ebf3 0%, white 78%);
  background: linear-gradient(0deg, #ffffff 0%, white 78%);
  -webkit-box-shadow: 0px 0px 15px 0px #ffffff;
          box-shadow: 0px 0px 15px 0px #ffffff;*/
  opacity: 1;
  position: relative;
  margin: 0 25px;
}
.carousel-indicators li::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.carousel-indicators li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 350%;
  height: 350%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.carousel-indicators li.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel-indicators li.active::after {
  opacity: 1;
}
.carousel-indicators li.active::before {
  -webkit-transform: translate(-50%, -50%) scale(1.8);
      -ms-transform: translate(-50%, -50%) scale(1.8);
          transform: translate(-50%, -50%) scale(1.8);
  opacity: 1;
}
/*SOCIAL MEDIA*/

.banner-social {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    z-index: 5;
    height: 250px;
    text-align: center;
	
	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);

	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
	
}
.social-media a {
    font-size: 20px;
    color: #990000;
    width: 40px;
    height: 40px;
    line-height: 44px;
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    margin: 5px 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social a {
  border-radius: 50%;
  color: #0077BE;
  background: #ffffff;
  margin: 0 10px;
}
.social-media a:hover {
    opacity: .8;
}
/*TITLES*/
.ds-title {
  display: block;
  position: relative;
  /*padding-bottom: 25px;*/
}

/*BUTTONS*/
.btn {
    font-size: 18px;
}
.btn {
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn i {
  display: inline-block;
  padding-left: 15px;
}
.btn-primary {
  background-color: #73CCC3;
  border-color: #73CCC3;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #0077BE;
  border-color: #0077BE;
  color: #ffffff;
}
.btn-secundary {
  background-color: #990000;
  border-color: #990000;
  color: #f5eee2;
}
.btn-secundary:hover {
  background-color: #f5eee2;
  border-color: #f5eee2;
  color: #990000;
}
/*POSTS*/
.post-content.max-400 p{
  max-width: 400px;
}
.post-content.max-600 p{
  max-width: 600px;
}
.post-content.max-700 p{
  max-width: 700px;
}
article {
  position: relative;
}
article .post-content{
  padding: 20px 15px;
}
article .post-content.no-padding {
  padding: 0;
}
article .post-content .ds-address,
article .post-content .ds-pdf {
  position: relative;
}
article .post-content .ds-address img,
article .post-content .ds-pdf img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 30px;
}
article .post-content .ds-pdf img {
  top: 5px;
  bottom: auto;
}
article .post-content .ds-address span,
article .post-content .ds-pdf > div {
  padding-left: 45px;
  display: block;
}
article .post-content .ds-pdf h4 a {
  text-decoration: underline;
  color: #003874;
}
article .date-box {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #003874;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
}
.controls-top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  right: 10px;
}
.controls-top a {
  width: 40px;
  height: 40px;
  background: #f5eee2;
  color: #990000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  border-radius: 50%;
  text-decoration: none !important;
  font-weight: bold; 
  opacity: 1;
}
.controls-top a:hover {
  opacity: 0.8
}
/*MAP*/
.col-marker {
  max-width: 80px;
  padding-top: 5px;
}
#map {
  height: 600px;
  width: 100%;
  display: block;
}
/*FOOTER*/
footer {
  position: relative;
  display: block;
  padding-top: 50px;
}
.footer-content {
  background: #0077BE;
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 30px
}


/*RESPONSIVE*/
@media screen and (max-width:1199px) {
  .controls-top a {
    margin-top: 25%;
  }
  .ds-content-container {
    padding: 0;
  }
  .ds-content-container .ds-content-inner {
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 25px
  }
  h2 {
    font-size: 15px;
  }
  h3 {
    font-size: 30px;
  }


h3 span.right {
  float: right;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 0;
}


  h4 {
    font-size: 30px;
  }
  
p {
  font-size: 16px;
  line-height: 1.5;
}
  
  p.big {
    font-size: 20px;
  }
  #banner .container-16-7 {
    min-height: 250px;
  }


#banner {
	padding: 15px;
    margin: auto;
}
  
  .banner-social {
    right: 30px;
  }
  #map {
    height: 400px;
  }

.carousel-caption {
	top:55%;
}

  
.carousel-indicators li {
	display:none;
}
  
.padd100_right {
	padding-right: 25px;
}
.col-12 {
  margin-bottom: 0;
}

.text-welcome {
	display: none;
}

.logo {
    display: block;
    width: 120px;
    height: 110px;
    position:absolute ;
    background-image: url(/images/logo.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left:0;
	right:0;
	z-index: 10;
    margin: 0 auto;
}

.padd15 {
	padding: 25px;
}

 
.padd20_left {
	padding-left: 20px;
	padding-right: 20px;
}

.padd20_bottom_mobile {
	padding-bottom: 20px;
}

.padd_left_right25 {
	padding-left: 15px;
	padding-right: 15px;
}


.padd25_top {
	padding-top: 50px;
}

.padd50_bottom {
	padding-bottom: 50px;
}

.padd50_top {
	padding-top: 50px;
}
.padd100_right {
	padding-right: 25px;
}
.padd100_top {
	padding-top: 25px;
}
 
.padd100_bottom {
	padding-bottom: 50px;
}
 
.bg-secundary {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bg-primary {
  /*margin-top: 50px;
  margin-bottom: 50px;*/
}

.content {
  display: block;
  height: 60px;
  margin-bottom:65px;
 }
.vertline {
  width: 1px;
  margin-left: 50%;
  background-color: #ffffff;
  top: -60%;
  height:60px;
  animation:lineup 3s forwards;
  animation-iteration-count: infinite;
  position: relative;
}


.carousel-control-prev-icon {
	display: block;
}
.carousel-control-next-icon {
	display: block;
}
.logo-wrap {
	left:-50px;
	top: 30px;
}


.ticker {
	display:none;
}
.nav-but-wrap { 
	right:-80px;
	top: -20px;
}
.price p {
	font-size: 13px;
    /*padding: 0 5px;*/
  }
.menu-side h2, .price {
   /*margin: 10px 0 2px;*/
  }
  
.sastojci {
  font-size: 13px;
}
  
.text-practice {
  font-size: 16px;
  text-align:center;
  padding-left:15px;
}
  
  
}

.carousel-item > div {
/*  height: 100vh;*/
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
animation-name: swipe;
  animation-duration: 15s; /* 5 * number of slides. */
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}



@media screen and (max-width: 768px) {
  footer .nav.link-nav {
    flex-direction: column !important;
  }
  
}

@keyframes loaderAnim{to{opacity:1;transform:scale3d(.5,.5,1)}}a{text-decoration:none;color:#333333}a,a:hover{color:#333333}a:hover{color:#333333}a:focus{outline:none;background:outline}a:focus-visible,a:focus:not(:focus-visible){background:transparent}a:focus-visible{outline:2px solid red}.cursor{display:none}

.item__excerpt-link {display:inline-block;position:relative;cursor:pointer;color:#73CCC3;font-weight:500;line-height:1.2;overflow:hidden}
.item__excerpt-link span {display:inline-block;padding-bottom:10px;position:relative}
.item__excerpt-link span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#73CCC3;transition:transform .2s;transform-origin:100% 0}
.item__excerpt-link span:hover:after {transform:scaleX(0)}

.item__excerpt-link-black {position:relative;cursor:pointer;color:#333333;line-height:1.2;overflow:hidden;}
.item__excerpt-link-black span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#333333;}
.item__excerpt-link-black span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#333333;color:#333333;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-black span:hover:after {transform-origin:left;transform:scaleX(1)}

.text-icon-footer-link {display:inline-block;position:relative;cursor:pointer;color:#666666;font-weight:500;line-height:1;overflow:hidden}
.text-icon-footer-link span {display:inline-block;padding-bottom:10px;position:relative}
.text-icon-footer-link span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#666666;transition:transform .2s;transform-origin:100% 0}
.text-icon-footer-link span:hover:after {transform:scaleX(0)}

.text-icon-link {display:inline-block;position:relative;cursor:pointer;color:#ffffff;font-weight:700;line-height:1;overflow:hidden}
.text-icon-link span {display:inline-block;padding-bottom:0;position:relative}
.text-icon-link span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#ffffff;transition:transform .2s;transform-origin:100% 0}
.text-icon-link span:hover:after {transform:scaleX(0)}

.color-main-link {display:inline-block;position:relative;cursor:pointer;color:#ffffff;font-weight:500;font-size:16px;font-family:MessinaSans-Bold;line-height:1.1;overflow:hidden}
.color-main-link span {display:inline-block;padding-bottom:10px;position:relative}
.color-main-link span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#ffffff;transition:transform .2s;transform-origin:100% 0}
.color-main-link span:hover:after {transform:scaleX(0)}

.color-main-link-light {display:inline-block;position:relative;cursor:pointer;color:#ffffff;font-weight:500;font-size:16px;font-family:Roboto-Regular;line-height:1.1;overflow: inherit}
.color-main-link-light span {display:inline-block;padding-bottom:10px;position:relative}
.color-main-link-light span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#ffffff;transition:transform .2s;transform-origin:100% 0}
.color-main-link-light span:hover:after {transform:scaleX(0)}


.color-main-link-invert {display:inline-block;position:relative;cursor:pointer;color:#333333;font-weight:500;line-height:1;overflow:hidden}
.color-main-link-invert span {display:inline-block;padding-bottom:10px;position:relative}
.color-main-link-invert span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#333333;transition:transform .2s;transform-origin:100% 0}
.color-main-link-invert span:hover:after {transform:scaleX(0)}



/* Reveal block */
.reveal-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: #ffffff;
}
.reveal-holder .reveal-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  transition-property: transform;
  transition-duration: 0.5s;
}



.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
  transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
  transform: scaleX(1);
}

.reveal-block.top::before {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

.reveal-block.left::before {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

.reveal-block.right::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

/* AOS animate */
[data-aos=reveal-top],
[data-aos=reveal-left],
[data-aos=reveal-right],
[data-aos=reveal-bottom] {
  transition-property: transform;
  transition-delay: 0.5s;
}

[data-aos=reveal-top] {
  transform: scaleY(1);
}
[data-aos=reveal-top].aos-animate {
  transform: scaleY(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-left] {
  transform: scaleX(1);
}
[data-aos=reveal-left].aos-animate {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-right] {
  transform: scaleX(1);
}
[data-aos=reveal-right].aos-animate {
  transform: scaleX(0);
  transform-origin: 100% 0%;
}

[data-aos=reveal-bottom] {
  transform: scaleY(1);
}
[data-aos=reveal-bottom].aos-animate {
  transform: scaleY(0);
  transform-origin: 0% 100%;
}

[data-aos=reveal-item] {
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0s;
}
[data-aos=reveal-item].aos-animate {
  visibility: visible;
}



/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.05);
}

.content {
  display: block;
  height: 50px;
  margin-bottom:65px;
 }
.vertline {
  width: 1px;
  margin-left: 50%;
  background-color: #ffffff;
  height:60px;
  animation:lineup 3s forwards;
  animation-iteration-count: infinite;
  position: relative;
}


@keyframes lineup {  
  0% {
    height: 0px;
  }
  100% {
    height: 80px;
  }
}

/* #Primary style
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}


