@font-face {
    font-family: Roboto-Light;
    src: url(/fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(/fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url(/fonts/Roboto-MediumItalic.ttf);
}



/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #042E5C; 
}


body {
  font-size: 18px;
  line-height: 1.5;
  font-family: Roboto-Regular;
  max-width: 100vw;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 0;
  background:#ffffff;

}

h1 {
  font-size: 45px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: AvenirNext;
}
h2 {
  font-size: 35px;
  line-height: 1.4;
  color: #101A3D;
  font-family: Roboto-Medium;
}
h3 {
  font-size: 30px;
  line-height: 1;
  padding-bottom:25px;
  color: #ffffff;
  font-family: Roboto-Regular;
}
h4 {
  font-size: 18px;
  line-height: 1.2;
  /*margin-bottom: 20px;*/
  font-weight: 400;
  color: #ffffff;
}
h4.small {
  font-size: 15px;
  font-weight: 900
}
p {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
  /*margin-bottom: 1rem;*/
}
p.big {
  font-size: 40px;
}
p.smal {
  font-size: 15px
}

a  {
  color: #333333;
}

a:hover,
a:focus{
  color: #101A3D;
}

/*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: 30px*/
}
.color-main {
  color: #ffffff;
}

.color-main a {
  color: #fff;
}
.color-main:hover {
  color: #fff;
}

.color-main-footer {
  color: #ffffff;
  text-align:center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.color-main-footer a {
  color: #fff;
}
.color-main-footer:hover {
  color: #fff;
}

.color-grey {
  color: #999999;
}
.color-blue {
  color: #003874;
}
.color-blue a, a:hover {
  color: #303872;
}

.color-gold {
  color: #F2D292;
}
.color-white {
  color: #ffffff;
}


.col {  
	padding-left: 5px;
	padding-bottom: 25px;
	color: #fff;
/*    min-height: 130px; */
}

.bg1 {  
	padding: 75px 25px 75px 25px;
	color: #fff;
    background-color: #1E568A;
    min-height: 130px;
}

.bg2 {  
	padding: 75px 25px 75px 25px;
	color: #fff;
    background-color: #042E5C;
    min-height: 130px;
}
.bg3 {  
	padding: 75px 25px 75px 25px;
	color: #fff;
    background-color: #101A3D;
    min-height: 130px;
}
.bg4 {  
	padding: 75px 25px 75px 25px;
	color: #fff;
    background-color: #1E568A;
    min-height: 550px;
}


.container {
  max-width: 1600px !important;
}
.container-full {
  max-width: 100% !important;
}
.width1400 {
  max-width: 1350px !important;
}

.width1100 {
  max-width: 1250px !important;
}

.width1000 {
  max-width: 1150px !important;
}

.width900 {
  max-width: 900px !important;
}

.width950 {
  max-width: 925px !important;
  margin-right: auto;
  margin-left: auto;
}
.bg-secundary {
  background-color: #f5eee2
}
#main {  
    min-height: 100vh;
	
}

.padd-home {
  margin-top: 75px;
  padding-bottom: 25px;
}


u {
    text-decoration: underline;
    /*text-decoration-color: #1E548A;*/
    text-underline-offset: 5px;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}



.ds-title-arrow {
  display: inline-block;
  width: 45px;
  height: 9px;
  position: relative;
  background-image: url(/images/ornament_small.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}


.text18 {
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  font-family: Roboto-Regular;
  display: block;
}

.text25 {
  color: #000000;
  font-size: 25px;
  line-height: 1.4;
  font-family: Roboto-Regular;
  display: block;
}

.text-normal {
  color: #333333;
  font-size: 20px;
  line-height: 1.4;
  font-family: Roboto-Regular;
  display: block;
}

.text-normal a:hover  {
  color: #101A3D;
  text-decoration:underline;
}

.text-title {
  color: #1E548A;
  font-size: 16px;
  line-height: 2.5;
  font-family: Roboto-Regular;
  display: block;
}

.text-white {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  font-family: Roboto-Regular;
  display: block;
}


.text-link {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333333;
  font-family: Roboto-Regular;
}

.text-link a:hover  {
  color: #101A3D;
}

.text-small {
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 20px;
  color: #333333;
  font-family: Roboto-Regular;
}

.text-quote  {
  font-size: 35px;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000000;
  font-family: Roboto-MediumItalic;
}


.text-social {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 20px;
  font-weight: 500;
  font-family: AvenirNext;
  display: block;
}


.line-top {  
    background-color: #042E5C;
    min-height: 6px;
	box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);
}

/*MAP*/
.col-marker {
  max-width: 80px;
  padding-top: 5px;
}
.map {
  filter: grayscale(100%);         
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    left: -5px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text
Specificity: (0,5,0)
 {
    background-color: #fff;
}
.gj-datepicker-bootstrap [role=right-icon]{
    background-color: #fff;
}

.text-contact {
  color: #999999;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: AvenirNextLTPro-Regular;
}

.color-black {
  color: #494949;
  line-height: 1.7;
}


.text20normal {
  font-size: 20px;
  line-height: 1.5;
  font-family: AvenirNextLTPro-Regular;
  color:#333333;
}
.text16normal {
  font-size: 16px;
  line-height: 1.5;
  font-family: Oswald-Regular;
  color:#666;
}
.text25bold {
  font-size: 25px;
  line-height: 1.5;
  font-family: Oswald-SemiBold;
  color:#000000;
}
.text25normal {
  font-size: 25px;
  line-height: 1.5;
  font-family: Oswald-Regular;
  padding-bottom:20px;
  color:#000000;
}

.page-form label {
    display: inline;
  	font-size: 16px;
  	line-height: 1.5;
  	font-weight: 400;
	/*color:#FFFFFF;*/
  	font-family: Roboto-Regular;
}

.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:506px;background-position:center!important;background-repeat:no-repeat!important;background-size:cover!important}

.post-category {
    font-family: Oswald-Regular;
    position: relative;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
	text-align:center !important;
}
.post-category a, a:hover {
    text-decoration: none;
}

/*.featured-img {
    display: block;
    position: relative;
    width: 100%;
    height: 506px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	text-align: center;
}

.ratio-1-1 {
    padding-top: 100%;
}*/

.padd125 {  
	padding-top: 105px;
}
.padd25bottom {
	padding-bottom: 25px;
}
.padd45bottom {
	padding-bottom: 45px;
}

.padd50top {
	padding-top: 50px;
}

.padd50left {
	padding-left: 20px;
	padding-right: 20px;
}

.padd50bottom {
	padding-bottom: 50px;
}

.padd7top {
	padding-top: 7px;
}

.padd15top {
	padding-top: 15px;
}

.padd25 {
	padding-top:25px
}
.padd40 {
	padding-top:50px
}


.padd50topbottom {
	padding-top: 50px;
	padding-bottom: 20px;
}


.padd250bottom {
	padding-bottom: 300px;
}


.ds-title-arrow-blue {
  display: inline-block;
  width: 27px;
  height: 12px;
  margin-left: 15px;
  position: relative;
  background-image: url(/images/arrow-blue.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}
.ds-title-arrow-white {
  display: inline-block;
  width: 27px;
  height: 12px;
  margin-left: 15px;
  position: relative;
  background-image: url(/images/arrow-white.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.img_border {
	border-bottom: 6px solid #042E5C;
}

.bg {
	background-image:url(/images/bg.gif); 
	background-position:center top; 
	background-repeat:no-repeat;
}

.adventure_begins {
    display: block;
    width: 221px;
    height: 146px;
    position:absolute;
    background-image: url(/images/adventure_begins.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	left: -1350px;
    top: 350px;
	right: 0;
	z-index: 10;
    margin: 50px auto;
}

.divider-white {
	content:url(/images/slash_white.png);
	padding-left: 25px;
}

.bg-right {
	border-right: 3px solid #F5F5F5;
}

.hand {
  cursor: pointer;
}


/* [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);
}

/*HEADER*/




header {
	display: block;
	position: relative;
	/*padding: 40px 0 20px;*/
	padding: 40px;
	/*transition: all ease-in-out .3s;*/
}


#header.fixed-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}
.sticky-nav #header {
	background-color: rgba(3, 59, 135, 0.9) !important;
}
header .logo-light {
	position: absolute;
	top: -10px;
	z-index: 100;
}
.sticky-nav .logo-light {
	position: relative;
	top: 0;
}
.sticky-nav .logo-light img {
	max-width: 80px;
}
header .navbar-nav .nav-link,
header .navbar-nav.nav-right  {
	position: relative;
}
header .navbar-nav > .nav-item > .nav-link {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
header .navbar-nav.nav-right > .nav-item:first-child {
	margin-left: auto;
	margin-right: 15px;
}
header .navbar-nav.nav-right > .nav-item .nav-link:hover,
header .navbar-nav.nav-right > .active .nav-link {
	opacity: .7;
}
header .navbar-nav.nav-right > .nav-item > .nav-link {
	padding: 0;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
}


header .navbar-nav .dropdown-toggle:after {
	display: none;
}
header .navbar-nav .dropdown-menu {
	top: 50px;
	border: 0;
	border-radius: 0;
}
header .navbar-nav .dropdown-menu h4 {
	color: #fff;
}
header .navbar-nav .dropdown-menu {
	padding: 20px 30px;
}
header .navbar-nav .dropdown-menu .dropdown-item {
	color: #042D5B;
	font-size: 18px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: none;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover,
header .navbar-nav .dropdown-menu .dropdown-item:focus,
header .navbar-nav .dropdown-menu .dropdown-item.active {
	color: #042D5B;
	background: transparent;
	text-decoration: underline;
}
header .single-dropdown .dropdown-menu{
	width: 300px;
	left: auto;
}
header .single-dropdown .dropdown-menu:after {
	left: 0;
}
header .navbar-nav .lng-dropdown .dropdown-menu {
	left: auto;
	right: -20px;
	width: 200px;
}
header .navbar-nav .lng-dropdown  img {
	display: inline-block;
}
/*HEADER COLORS*/
header .navbar-light .navbar-nav .nav-link,
header .navbar-light .navbar-nav.nav-right  {
	color: #101A3D;
}
header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .show>.nav-link,
header .navbar-light .navbar-nav .nav-link:hover{
	color: #101A3D;
}
header .navbar-dark .navbar-nav .nav-link,
header .navbar-dark .navbar-nav.nav-right  {
	color: #101A3D;
}
header .navbar-dark .navbar-nav .active>.nav-link,
header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .nav-link.show,
header .navbar-dark .navbar-nav .show>.nav-link,
header .navbar-dark .navbar-nav .nav-link:hover{
	color: #101A3D;
}
.sticky-nav header .navbar-nav .nav-link,
.sticky-nav header .navbar-nav.nav-right,
.sticky-nav header .navbar-nav .dropdown-menu .dropdown-item,
.sticky-nav header .navbar-nav .dropdown-menu .dropdown-item:hover,
.sticky-nav header .navbar-nav .dropdown-menu .dropdown-item:focus,
.sticky-nav header .navbar-nav .dropdown-menu .dropdown-item.active  {
	color: #101A3D;
}
.sticky-nav header .navbar-dark .navbar-nav .active>.nav-link,
.sticky-nav header .navbar-dark .navbar-nav .nav-link.active,
.sticky-nav header .navbar-dark .navbar-nav .nav-link.show,
.sticky-nav header .navbar-dark .navbar-nav .show>.nav-link,
.sticky-nav header .navbar-dark .navbar-nav .nav-link:hover{
	color: #101A3D;
}
.sticky-nav header .navbar-nav .dropdown-menu {
	top: 77px;
	background-color: rgba(3, 59, 135, 0.9) !important;
}
.sticky-nav header .navbar-nav .lng-dropdown .dropdown-menu {
	top: 71px;
}


/*SLIDER*/
#banner-home {
	max-width: 1920px;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;*/
	padding: 0;
    margin: auto;
	/*border-bottom: 6px solid #BD9A56;*/
	
/*	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: 800px;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	margin-left: auto;
	margin-right: auto;*/
}
#banner-home p {
	font-size: 20px;
}

#banner {
	max-width: 1920px;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;*/
	padding: 0;
    margin: auto;
	/*border-bottom: 6px solid #BD9A56;*/
}

/*#banner {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: 1000px;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	margin-left: auto;
	margin-right: auto;
}*/
#banner p {
	font-size: 20px;
}
#home-slider .carousel-item {
	/*height: 920px;*/
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
#home-slider-category .carousel-item {
	height: 350px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}


/*BREADCRUMBS*/
.breadcrumbs .nav a {
	color: #0C529D;
	position: relative;
}
.breadcrumbs .nav a:hover,
.breadcrumbs .nav a:focus,
.breadcrumbs .nav a.active,
.breadcrumbs .nav a:active {
	color: #101A3D;
}
.breadcrumbs .nav li:first-child a {
	padding-left: 0;
}
.breadcrumbs .nav.link-nav li a {
	padding-left: 0;
	padding-right: 30px;
}
.breadcrumbs div .nav.link-nav li a {
	line-height: 18px;
	font-size: 18px;
}
.breadcrumbs .nav li:last-child a {
	padding-right: 0;
}
.breadcrumbs .nav li:not(:last-child) a:before {
	content: '>';
	color: #0C529D;
	display: block;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	position: absolute;
	right: 0;
}
.breadcrumbs .nav li:first-child a {
	padding-right: 0;
	margin-right: 15px;
	width: 22px;
	height: 20px;
	display: block;
	position: relative;	
	background-image: url(/images/home-ico.png); 
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.breadcrumbs .nav li:first-child a:before {
	display: none;
}
.breadcrumbs .nav.link-nav li:not(:last-child) a:before {
	right: 10px;
}
.breadcrumbs-nav-item {
    display: block;
    padding: .3rem .3rem;
}

.nav {
    padding-left: 10px;
}

/*CAROSEL*/

.carousel-indicators {
	bottom: 100px;
}
.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;
}


.post-title, .post-year {
	position: absolute;
	font-weight: 900;
	bottom: 15px;
	left: 0;
	margin: auto;
	padding: 0 15px;
}
.post-year {
	text-shadow: none;
	bottom: 55px;
	left: -83px;
	padding: 0;
	font-size: 56px;
	color: #013985;
	letter-spacing: 3px;
}
.post-description {
	padding: 15px;
	margin-bottom: 0;
}
.red-before {
	position: relative;
}
.red-before:before {
	display: block;
	position: absolute;
	content: url(/images/red-after.png);
	top: 50%;
	left: -50%;
	width: auto;
	height: auto;
}

/*.nav-but-wrap { 
	position: relative;
	display: none;
	
	display: inline-block;
	float: right;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-top: 26px;
	transition : all 0.3s ease-out;
}*/

.nav-but-wrap { 
	position: relative;
	display: none;
	transition : all 0.3s ease-out;
}



.card-body {
    padding: 0px 100px 35px 35px;
}


#main #faq .card {
  /*margin-bottom: 30px;*/
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  /*-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);*/
  border-radius: 0;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  font-size: 25px;
  line-height: 1.1;
  color: #000000;
  font-family: WT Monarch Nova;
  display: block;
  text-align: left;
  background: #fff;
  padding: 35px 100px 35px 35px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #000;
}




#main #faq .card-white {
  /*margin-bottom: 30px;*/
  border: 0;
}

#main #faq .card-white .card-header {
  border: 0;
/*  -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.5);*/
  border-radius: 0;
  padding: 0;
}


#main #faq .card-white .card-header .btn-header-link {
  font-size: 25px;
  line-height: 1.1;
  color: #000000;
  font-family: WT Monarch Nova;
  display: block;
  text-align: left;
  background: #F8F5EE;
  padding: 35px 100px 35px 35px;
}

#main #faq .card-white .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#main #faq .card-white .card-header .btn-header-link.collapsed {
  background: #F8F5EE;
  color: #000;
}

#main #faq .card-white .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card-white .collapsing {
  background: #F8F5EE;
  line-height: 30px;
}

#main #faq .card-white .collapse {
  border: 0;
}

#main #faq .card-white .collapse.show {
  background: #F8F5EE;
  line-height: 30px;
  color: #000;
}


@media screen and (min-width: 1400px) {

  #main {
    display: block;
    position: relative;
    margin: 0 auto;
	min-height: calc(100vh - 90px);
    /*background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.3)*/
  }
  .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: Roboto-Regular;
  font-size: 20px;
  color: #042D5B;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 2rem;
}

.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;
}*/




.navbar.navbar-light {
  /*padding: 30px 0 0 0;*/
}
.lng-menu > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.icons {
	padding-left:20px;
	padding-top:10px;
}

.navbar-nav-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
    padding-top: 25px;
    margin-bottom: 0;
    list-style: none;
	font-size: 20px;
}


@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;
  }
}
@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;
  }
}
/*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;
}
.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-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: 115px;
  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;
}






/*SOCIAL MEDIA*/
.banner-social {
    margin: 0 10px;
    text-align: center;
}
.gusti-social {
    margin: 0 10px;
    text-align: left;
}
.social-media a {
    font-size: 32px;
    color: #EBE9E1;
    width: 60px;
    height: 60px;
    line-height: 44px;
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    margin: 10px 10px;
    background: #303872;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-media a:hover {
	color: #EBE9E1;
    /*opacity: .8;*/
}


/*.footer-social a {
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #303872;
  margin: 0 10px;
}*/
.social-media a:hover {
    opacity: .8;
}

/*TITLES*/
.ds-title {
  display: block;
  position: relative;
}
.text-underline {
  position:relative;
  display: inline-block;
}
.text-underline {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #990000;
  margin: auto;
}
.text-underline.color-blue {
  border-bottom: 2px solid #003874;
}
.ds-title-sep {
  display: block;
  width: 100px;
  height: 30px;
  position: relative;
  background-image: url(https://via.placeholder.com/100x30.png/990000/990000);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 30px auto;
}
.ds-title.before-sep {
  padding-left: 45px;
}
.ds-title.before-sep:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  background-image: url(https://via.placeholder.com/30x30.png/990000/990000);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/*BUTTONS*/
.btn {
  border-radius: 0;
/*  padding: 10px 30px;
  text-transform: uppercase; */
}
.btn i {
  display: inline-block;
  padding-left: 15px;
}
.btn-primary {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 50px;
    background-color: #303872;
  	color: #ffffff;
}
.btn-primary:hover {
  	background-color: #AFD3DD;
	border-color: #AFD3DD;
  	color: #303872;
 
}




.btn-secundary {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
    background-color: #042E5C;
  	border-color: #042E5C;
  	color: #ffffff;
}
.btn-secundary:hover {
  background-color: #1E568A;
  border-color: #1E568A;
  color: #ffffff;
}





/*POSTS*/
.post-content.max-400 p{
  max-width: 400px;
}
article {
  position: relative;
  padding-bottom: 20px;
}
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;
}
.footer-content {
  background: #042E5C;
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px
}
.logo-footer {
  background-image: url(/images/logo_footer.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 318px;
  height: 136px;
  left: 0;
  right: 0;
  top: 250px;
  display: block;
  z-index: 10;
  margin: 0 auto;
  position: absolute;
}

.carousel-caption {
	position: absolute;
	text-align:center;
	top:55%;
}

.carousel-caption a  {
	/*color:#fff;*/
}


.footer-social {
  background: #E4C889;
  position: relative;
  display: block;
  padding-top: 85px;
  padding-bottom: 45px
}

.mobile { 
	display:none;
}
.desktop { 
	display:block;
}

/*RESPONISVE*/
@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: 25px;
  }
  h3 {
    font-size: 25px;
  }
  p.big {
    font-size: 20px;
  }

  #banner .container-16-7 {
    min-height: 250px;
  }
  #banner-home .container-16-7 {
    min-height: 250px;
  }

  .banner-social {
    right: 30px;
  }
  #map {
    height: 400px;
  }
.divider-white {
    display: none;
  }

.mobile { 
	display:block;
}
.desktop { 
	display:none;
}

.ds-overlay-header {
  height: 145px;
}

.bg4 {  
    min-height: 0;
}


/*.footer-content {
  background: #000000;
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 30px
}*/

.footer-menu { 
	text-align:center !important;
}
.post-category {
    font-family: Oswald-Regular;
    position: relative;
    font-size: 30px;
	/*bottom: 100px;*/
    color: #fff;
    text-decoration: none;
	text-align:center !important;
}
.text-normal {
  color: #101A3D;
  font-size: 16px;
  line-height: 1.4;
  font-family: Roboto-Regular;
  display: block;
}

.text-normal {
    font-size: 18px;
  }

.padd125 {
    padding-top: 15px;
}
.text-podrucja {
  color: #333333;
  font-size: 20px;
  line-height: 2.5;
  font-family: AvenirNextLTPro-Regular;
  display: block;
}
.text-podrucja-noline {
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  font-family: AvenirNextLTPro-Regular;
  display: block;
}
.carousel-indicators { 
	display:none;
}

#banner {
	height: 350px;
	z-index: 2;
}
#banner-home {
	height: 350px;
	z-index: 2;
}
#home-slider .carousel-item {
	height: 350px;
}

.navbar.navbar-light {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-brand>img {
      position: relative;
      max-width: 75%;
} 

.navbar-brand {
	z-index:3;
} 
/*.nav-but-wrap { 
	display: inline-block;
	float: right;
	padding-left: 0;
	padding-right: 35px;
	padding-top: 40px;
	margin-top: 0;
	transition : all 0.3s ease-out;
}*/

.nav-but-wrap { 
	display: inline-block;
	float: right;
	padding-left: 0;
	padding-right: 35px;
	padding-top: 50px;
	margin-top: 0;
	transition : all 0.3s ease-out;
}
.padd250bottom {
	padding-bottom: 150px;
}
.padd40 {
	padding-top:10px
}

.logo-footer {
  width: 200px;
  height: 86px;
  left: 0;
  right: 0;
  top: -73px;
}

.nav-but-wrap { 
	display: inline-block;
	float: right;
	padding-left: 5px;
	padding-right: 0;
	padding-top: 35px;
	margin-top: 0;
	transition : all 0.3s ease-out;
}
.navbar.navbar-light {
    padding: 0 0 0 0;
}


.card-body {
  padding: 0px 35px 35px 20px;
}


iframe,
video,
embed {
    max-width: 100%;
    min-height: 100px;
    vertical-align: top;
}

#main #faq .card .card-header .btn-header-link {
  font-size: 25px;
  line-height: 1.1;
  color: #000000;
  font-family: WT Monarch Nova;
  display: block;
  text-align: left;
  background: #fff;
  padding: 35px 35px 35px 20px;
}



#main #faq .card-white .card-header .btn-header-link {
  font-size: 25px;
  line-height: 1.1;
  color: #000000;
  font-family: WT Monarch Nova;
  display: block;
  text-align: left;
  background: #F8F5EE;
  padding: 35px 35px 35px 20px;
}

.list-item {
	  font-size: 18px;
	  font-family: AvenirNextLTPro-Regular;
	  line-height: 1.0;
	  margin-bottom: 20px;
}

.list ul {
  list-style-type: "circle";
}
#map {
    height: 400px;
  }


/*OVERLAY SECTION*/
.ds-overlay {
  background-image: url(/images/overlay_mobile.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 43px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 3;
  position: absolute;
}

header {
    padding: 20px;
}
}

@media screen and (max-width: 768px) {
  footer .nav.link-nav {
    flex-direction: column !important;
  }
}


/* [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);
}



@keyframes loaderAnim{to{opacity:1;transform:scale3d(.5,.5,1)}}

/*a{text-decoration:none;color:#ffffff}
a,a:hover{color:#000000}
a:hover{color:#000000}
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-white {position:relative;cursor:pointer;color:#ffffff;line-height:1.1;overflow:hidden;}
.item__excerpt-link-white span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#ffffff;}
.item__excerpt-link-white span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#ffffff;color:#ffffff;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-white span:hover:after {transform-origin:left;transform:scaleX(1)}


.item__excerpt-link-black {position:relative;cursor:pointer;color:#000000;line-height:1.1;overflow:hidden;}
.item__excerpt-link-black span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#000000;}
.item__excerpt-link-black span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#000000;color:#000000;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)}

.color-main-link-white {position:relative;cursor:pointer;color:#ffffff;line-height:1.1;overflow:hidden;font-weight:500;font-size:18px;font-family:Montserrat-Regular;line-height:1.1;overflow: inherit}
.color-main-link-white span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#ffffff;}
.color-main-link-white span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#ffffff;color:#ffffff;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.color-main-link-white span:hover:after {transform-origin:left;transform:scaleX(1)}

.item__excerpt-link-blue {position:relative;cursor:pointer;color:#1E568A;line-height:1.1;overflow:hidden;}
.item__excerpt-link-blue span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#1E568A;}
.item__excerpt-link-blue span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#1E568A;color:#1E568A;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-blue span:hover:after {transform-origin:left;transform:scaleX(1)}


.item__excerpt-link-gold {position:relative;cursor:pointer;color:#F2D292;line-height:1;overflow:hidden;}
.item__excerpt-link-gold span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#F2D292;}
.item__excerpt-link-gold span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#F2D292;color:#F2D292;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.item__excerpt-link-gold span:hover:after {transform-origin:left;transform:scaleX(1)}


.m-linkitem-white {
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  transform-origin: center;
  /*animation: loadBounce 0.5s ease-in-out forwards;*/
}
.m-linkitem-white a {
  transition: all 1s linear;
  display: inline;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 85%;
}
.m-linkitem-white a:hover {
  background-size: 100% 2px;
}

.m-linkitem-black {
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  transform-origin: center;
  /*animation: loadBounce 0.5s ease-in-out forwards;*/
}
.m-linkitem-black a {
  transition: all 1s linear;
  display: inline;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
  background: linear-gradient(to right, #333 0%, #333 100%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 85%;
}
.m-linkitem-black a:hover {
  background-size: 100% 2px;
}








.menu-icon {
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 98;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 50px;
	display: block;
	background-color: #042E5C;
	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: 10;
}
.nav-mobile:before, .nav-mobile:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(4,46,92,0.8);
	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(4,46,92,0.9);
	-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: 3;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #000000;
	overflow: hidden; 
	font-family: Roboto-Regular;
	font-size: 25px;
	line-height: 1.25;
/*	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(0,0,0,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: #fff;
}
.nav__list-item.active-nav a{
	color: #fff;
}
.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: 34px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 34px;
	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: 34px;
}
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;
}







/* 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;
}



