@font-face {
  font-family: 'Origo';
  src: url(/fonts/Origo.woff2) format('woff2');
  font-display: swap;
}
@font-face {
	font-family: Roboto-Regular;
	src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: Roboto-Black;
	src: url(/fonts/Roboto-Black.ttf);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #071120;
    -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;

}

h1 {
  font-size: 65px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #CCCCCC;
  font-family: Origo;
}


h2 {
  font-size: 65px;
  line-height: 1.2;
  /*margin-top: 40px;*/
  color: #C7AB4A;
  font-family: Origo;
}
h2.small {
  font-size: 35px;
}

h3 {
  font-size: 25px;
  line-height: 1.2;
  padding-top: 25px;
  margin-bottom: 20px;
  color: #333333;
  font-family: Roboto-Black;
}

h4 {
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #333333;
  text-align:center;
  font-family: Roboto-Black;
}

h4.small {
  font-size: 15px;
  font-weight: 900
}
p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 10px;
}
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: #ffffff;
  font-size: 20px;

}
.color-main a {
  color: #E6F1F9;
}
.color-main a:hover,a:focus {
  color: #E6F1F9;
}

.max-992 {
	max-width: 992px;
}
.max-1200 {
	max-width: 1200px;
}
.max-1370 {
	max-width: 1370px;
}

.color-black {
  color: #333;
  font-size: 20px;

}
.color-black a {
  color: #333;
}
.color-black a:hover,a:focus {
  color: #333;
}


.color-grey {
  color: #999999;
}
.color-blue {
  color: #0077BE;
}

.container {
  max-width: 1560px !important;
}

.container-main {
/*  max-width: 1920px !important;*/
  margin: 0 auto;
}
.container-1200 {
  max-width: 1200px !important;
  margin: 0 auto;
}
.container-gallery {
  max-width: 1370px !important;
}

.hand {
  cursor: pointer;
}

.width1300 {
  max-width: 1250px !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: 1920px;
    margin: auto;
	text-shadow: 0 0 12px rgba(51,51,51,0.75);
	/*text-shadow: 0 0 12px rgba(0,119,190,0.75);*/
}
.padd10_left {
	padding-left: 10px;
}

.padd20_top_bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padd20_bottom {
	padding-bottom: 20px;
}
.padd20_bottom_mobile {
	padding-bottom: 0;
}

.padd20_left {
	padding-left: 25px;
	padding-top: 25px;
}
.padd25_top {
	padding-top: 0;
}

.padd25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.padd25_bottom {
	padding-bottom: 50px;
}
.padd35_bottom {
	padding-bottom: 0;
}

.padd50 {
	padding-top: 85px;
	/*padding-bottom: 85px;*/
}

.padd50_top {
	padding-top: 50px;
}

.padd50_bottom {
	padding-bottom: 0;
}
.padd65_bottom {
	padding-bottom: 50px;
}

.padd75_bottom {
	padding-bottom: 150px;
}

.pad100_bottom {
	padding-bottom: 100px;
}

.padd100_right {
	padding-right: 100px;
}
.padd100_top {
	padding-top: 100px;
}

.padd100_bottom {
	padding-bottom: 100px;
}

.text {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 25px;
  color:#000000;
  font-family: Roboto-Regular;
}

.text-category {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 25px;
  color:#000000;
  font-family: Roboto-Regular;
}


.text-rezervacija {
  color: #ffffff;
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bg-blue {
    background-image: url(/images/bg_search.webp);
	max-width: 1920px;
	height: 565px;
    margin: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.offer {
	margin-top:100px;
	margin-bottom:100px;
	padding-top:150px;
	padding-bottom:100px;
}




.text-more {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 20px;
  color: #333;
  font-family: Roboto-Black;
}

.text-more a {
  color: #333;
}



.text-more a:hover {
  color: #0077BE;
}


.carousel-caption {
	position: absolute;
	text-align:center;
	top:55%;
}

.carousel-caption a  {
	color:#fff;
}



.text-center {
    text-align: center!important;
}

.logo {
    position:absolute;
    display: block;
    width: 115px;
    height: 115px;
    background-image: url(/images/logo.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left:30px;
	top: 45px;
	z-index: -20;
}


 


.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(51,51,51,0.35);
  /*background:rgba(0,119,190,0.35);*/
}

/*.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,119,190,1);
}*/


.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;
}


.list-unstyled {
    color: #000000;
    font-family: Roboto-Regular;
    font-size: 15px;
	position: relative;
	/*padding: 20px 15px;*/
	padding: 20px 15px 15px 50px;
}
.list-unstyled li {
	padding-bottom: 25px;
	padding-right: 25px;
	border-bottom: 1px dotted #eee;
}

.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;
}


/*.list-unstyled {
    color: #cccccc;
    font-family: AvenirNext-DemiBold;
    font-size: 15px;
	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;
}*/

/*FORM*/
.fields input,
.fields select,
.fields textarea {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	margin-bottom: 30px;
	font-size: 16px;
	border-radius: 0;
}
.fields textarea {
	height: 140px;
	line-height: 1.5
}
.fields label {
	font-size: 16px;
	padding-left: 15px;
}
.fields #date:before {
    content: '';
    position: absolute;
    background-color: #fff;
    background-image: url(/images/ico-calendar.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    right: 17px;
    display: block;
    z-index: 2;
}
#date::after { 
	content: attr(data-placeholder);
    position: absolute;
    height: 46px;
    background: #fff;
    left: 28px;
    right: 20px;
}
#date:focus::after,
#date:valid::after,
#date:focus::before,
#date:valid::before  { display: none }
.fields #date::-webkit-inner-spin-button {
  display: none;
}
.fields #date::-webkit-calendar-picker-indicator {
  opacity: 0;
}
button[type="submit"] {

  font-family: Roboto-Black;

	text-align: center;
    height: 50px;
    width: 200px;
    background: #0077BE;
    border: 0;
    outline: none;
    color: #ffffff;
    margin-bottom: 60px;
}
button[type="submit"]:hover {
	background: #ffffff;
	color: #0077BE;
}


.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;*/
}




.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: Roboto-Regular;
	font-size: 30px;
	line-height: 1.45;
/*	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;
}




/* --- Button Menu --- */

.btn-menu .btn-click::after,
.links-wrap:hover .btn-menu .btn-click:hover::after {
    left: 0;
    bottom: 50%;
    transform: translate(-50%, 50%) scale(1) rotate(0.001deg);
}

.theme-dark .btn-menu .btn-click::after,
.theme-dark .btn-menu .btn-click:hover::after {
    background: var(--color-white);
}


/* --- Button Icon --- */

.btn-icon .btn-click {
    width: 4.25em;
}

.btn-icon .btn-click .btn-text-inner {
    display: flex;
}

.button__fixed {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.button {
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 25px;
  display: inline-block;
  background-color: #0077BE;
  color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.btn-text {
  text-align: center;
  color: #fff;
  line-height: 1.6;
}


.ratio-16-9{padding-top:56.25%}.ratio-4-3{padding-top:75%}.ratio-3-2{padding-top:66.66%}.ratio-1-1{padding-top:100%}
.featured-img .post-date{position:absolute;font-weight:700;top:15px;left:15px;right:auto;margin:auto;background-color:#9ed6e1;display:inline-block;padding:5px 10px}
.featured-img{display:block;position:relative;width:100%;height:auto;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}
.post-category {font-family:Origo;position:relative;bottom:50px;left:25px;font-size:65px;color:#fff; text-align:left;text-decoration:none;}


.price500-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price500.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price2000-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price2000.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price_skiper2000-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price_skiper2000.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
 
.price600-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price600.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price700-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price700.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
.price450-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price450.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price400-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price400.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price350-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price350.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price300-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price300.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price250-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price250.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price200-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price200.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price100-hr {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/hr/icon_price100.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}







.price500-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price500.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price2000-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price2000.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price_skiper2000-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price_skiper2000.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
.price600-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price600.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
 
.price700-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price700.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
.price450-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price450.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price400-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price400.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price350-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price350.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price300-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price300.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price250-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price250.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price200-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price200.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price100-en {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/en/icon_price100.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}




.price500-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price500.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price2000-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price2000.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price_skiper2000-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price_skiper2000.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
 
.price600-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price600.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
.price700-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price700.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}
.price450-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price450.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price400-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price400.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price350-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price350.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price300-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price300.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price250-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price250.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price200-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price200.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.price100-de {
    display: block;
    width: 135px;
    height: 135px;
    position:absolute;
    background-image: url(/images/de/icon_price100.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1150px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}



.form-control {
    border: 1;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    background-color: #F6FAD;
    border-radius: 0;
} 
 
.fields input, .fields select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 0;
}

.fields textarea {
    width: 100%;
    height: 150px;
    line-height: 50px;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 0;
}
 
@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;
  }
  
  
.dashed-list-center-right {
	position:  relative;
	width: 720px;
	margin-left: 0;
	margin-right: 75px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center-right ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Black;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.dashed-list-center-right p {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
} 
 

.dashed-list-center {
	position:  relative;
	width: 720px;
	margin-left: 0;
	margin-right: 75px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-center ul li p.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
 
.dashed-list {
	position:  relative;
	width: 450px;
	margin-left: 0;
	margin-right: 75px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list ul li p.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}


   
/*.dashed-list-center {
	position:  relative;
	width: 450px;
	margin-left: 65px;
	margin-right: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-center ul li p.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}*/


.dashed-list-right {
	position:  relative;
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-right ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.dashed-list-right ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-right ul li p.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}


.dashed-list-left {
	position:  relative;
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-left ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-left ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-left ul li p.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}



.dashed-list {
	position:  relative;
	/*width: 720px;*/
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list ul li p.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
}


/*.list-unstyled {
    color: #000000;
    font-family: Roboto-Regular;
    font-size: 15px;
	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;
}*/

}
/*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: 45px;
	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: Roboto-Regular;
	font-size: 30px;
	line-height: 1.45;
/*	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: 55px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 35px;
}






}
/*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: 165px;
  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: 250px;
    margin: auto;
    right: 105px;
    z-index: 5;
    height: 125px;
    text-align: center;
}
.social-media a {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 44px;
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    margin: 5px 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social a {
  border-radius: 0;
  color: #f5eee2;
  background: #990000;
  margin: 0 10px;
}
.social-media a:hover {
    opacity: .8;
}


/*TITLES*/
.ds-title {
  display: block;
  position: relative;
  /*padding-bottom: 25px;*/
}

/*BUTTONS*/
.btn {
    font-size: 20px;
}
.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;
}
.post-content.max-750 p{
  max-width: 750px;
}
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;
  background-image:url(/images/bg_footer.webp);
    background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;

}
.footer-content {
  padding-top: 100px;
  padding-bottom: 30px
}

.text-icon-footer {
  color: #333;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 20px;
}

.text-icon-footer a {
  color: #333;
}
.text-icon-footer a:hover {
  color: #333;
}

/*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: 35px
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 20px;
  }


h3 span.right {
  float: right;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 0;
}


  h4 {
    font-size: 30px;
  }
  
p {
    font-size: 18px;
}
  
  p.big {
    font-size: 20px;
  }
  #banner .container-16-7 {
    min-height: 350px;
  }

  #banner .container-16-5 {
    min-height: 350px;
  }

.text {
  font-size: 16px;
  margin-top: 15px;
}


#banner {
	/*padding: 15px;*/
    margin: auto;
}
  
  .banner-social {
    right: 30px;
  }
  #map {
    height: 400px;
  }

.carousel-caption {
	position: absolute;
    text-align: center;
    top: 35%;	
}

.carousel-indicators li {
	display:none;
}
 
.social-media {
	display:none;
}
  
.padd100_right {
	padding-right: 25px;
}
.col-12 {
  margin-bottom: 0;
}
.text-icon-footer {
  display: none;
}
.text-welcome {
	display: none;
}

.logo {
    position:absolute;
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(/images/logo.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left:-55px;
	top: 25px;
	z-index: -20;
}

/*.ticker {
	position: absolute;
	display:block;
	max-width: 75%;
	left:-30px;
	top: 35px;
	z-index: -20;
}*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0; 
    margin-left: -0;
}
 
.padd10_left {
	padding-left: 20px;
	padding-right: 20px;
}
 
.padd20_left {
	padding-left: 20px;
	padding-right: 20px;
}

.padd20_bottom_mobile {
	padding-bottom: 20px;
}


.padd25_top {
	padding-top: 50px;
}

.padd50_bottom {
	padding-bottom: 50px;
}

.padd50 {
	padding-top: 35px;
	padding-bottom: 25px;
}

.padd50_top {
	padding-top: 50px;
}

.padd75_bottom {
	padding-bottom: 25px;
}


.padd100_right {
	padding-right: 25px;
}
.padd100_top {
	padding-top: 50px;
}
 
.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;
}

.price {
    display: none;
	left: 40px;
	right: auto;
	z-index: 10;
    margin: 25px auto;
}

.carousel-control-prev-icon {
	display: block;
}
.carousel-control-next-icon {
	display: block;
}
.logo-wrap {
	left:-50px;
	top: 30px;
}


.nav-but-wrap { 
	right:-100px;
	top: -20px;
}

.dashed-list {
	width: 100%;
}

/*.dashed-list-center-right {
	position:  relative;
}
.dashed-list-center-right ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Black;
	color:#000;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-bottom: 10px;
}

.dashed-list-center-right p {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	color:#000;
	position: relative;
	line-height: 30px;
} 

.dashed-list-center {
	position:  relative;
}
.dashed-list-center ul li {
  	font-size: 20px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	color:#000;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.dashed-list-center ul li span.right {
	float: right;
  font-size: 20px;
  line-height: 1.5;
  font-family: Roboto-Black;
  color:#000;
}
.dashed-list-center ul li p.right {
	float: right;
  font-size: 20px;
  color:#000;
  line-height: 1.5;
  font-family: Roboto-Black;
}


/*
.dashed-list-center {
	position:  relative;
	width: 425px;
	margin: 0 auto;
	margin-left: 35px;
	margin-right: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li {
  	font-size: 16px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li span.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-center ul li p.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}

.dashed-list-right {
	position:  relative;
	width: 400px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-right ul li {
  	font-size: 16px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-right ul li span.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-right ul li p.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}

.dashed-list-left {
	position:  relative;
	width: 425px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-left ul li {
  	font-size: 16px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-left ul li span.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-left ul li p.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}

.dashed-list {
	position:  relative;
	width: 500px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li {
  	font-size: 16px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li span.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list ul li p.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
*/

/*
.list-unstyled {
    color: #000000;
    font-family: Roboto-Regular;
    font-size: 15px;
	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;
}*/

.button__fixed {
	padding-top: 150px;
}

.price500-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price2000-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price_skiper2000-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price700-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price450-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price400-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price350-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price300-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price250-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price200-hr {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price100-hr  {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}


.price500-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price2000-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price_skiper2000-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price700-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price450-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price400-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price350-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price300-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price250-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price200-en {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price100-en  {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price500-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price2000-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price_skiper2000-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.price700-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price450-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price400-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price350-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price300-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price250-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price200-de {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}
.price100-de  {
    display: block;
	left: 10%;
	right: 90%;
	z-index: 10;
    margin: 25px auto;
}

.dashed-list {
	position:  relative;
	width: 100%;
	margin: 0 auto;
	/*padding-left: 10px;
	padding-right: 10px;*/
}
.dashed-list ul li {
  	font-size: 16px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list ul li span.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list ul li p.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}

.dashed-list-center ul li {
  	font-size: 16px;
  	line-height: 1.5;
  	font-family: Roboto-Regular;
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.dashed-list-center ul li span.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}
.dashed-list-center ul li p.right {
	float: right;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto-Black;
}

}

.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:#ffffff}a,a:hover{color:#ffffff}a:hover{color:#ffffff}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 {position:relative;cursor:pointer;color:#333;font-weight:500;line-height:1;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:#333;color:#333;transition:transform .2s;transform-origin:100% 0}
.item__excerpt-link span:hover:after {transform:scaleX(0);}

.color-main-link {display:inline-block;position:relative;cursor:pointer;color:#333;font-size:20px;font-family:Roboto-Black;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:#333;transition:transform .2s;transform-origin:100% 0}
.color-main-link span:hover:after {transform:scaleX(0)}

.text-icon-footer-link {display:inline-block;position:relative;cursor:pointer;color:#333;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:#333;transition:transform .2s;transform-origin:100% 0}
.text-icon-footer-link span:hover:after {transform:scaleX(0)}





.item__excerpt-link-blue {position:relative;cursor:pointer;color:#0077BE;font-weight:500;line-height:1;overflow:hidden}
.item__excerpt-link-blue span {display:inline-block;padding-bottom:10px;position:relative}
.item__excerpt-link-blue span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#0077BE;transition:transform .2s;transform-origin:100% 0}
.item__excerpt-link-blue span:hover:after {transform:scaleX(0)}

.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-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;
}




.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.seven-cols .col-md-1,
	.seven-cols .col-sm-1,
	.seven-cols .col-lg-1 {
		width: 14.286%;
	}
}

.small-text {
text-align: center;
font-size: 12px;
padding-top: 15px;
}

@media (max-width: 768px) {
	.small-text {
		font-size: 10px;
	}
}
.upper {
	text-transform: uppercase;
}

.column-rooms {
	max-width: 700px; 
	padding-top: 15px;
}
.column-home {
	max-width: 550px; 
	padding-top: 15px;
}

