@font-face {
    font-family: Montserrat-Regular;
    src: url(/fonts/Montserrat-Regular.otf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(/fonts/Montserrat-Medium.otf);
}
@font-face {
    font-family: Montserrat-Light;
    src: url(/fonts/Montserrat-Light.otf);
}


@font-face {
    font-family: EBGaramond-Italic;
    src: url(/fonts/EBGaramond-Italic.ttf);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #D71122; 
}


html, body {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Montserrat-Regular;
  max-width: 100vw;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 0;
  background-color:#F4F4F4;
}
/*EB GARAMOND*/
/*font-family: 'EB Garamond', serif;*/
/*ROBOTO*/
/*font-family: 'Roboto', sans-serif;*/
h1 {
  font-size: 55px;
  line-height: 1.2;
  color: #000000;
  font-family: EBGaramond-Italic, sans-serif;
}
h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000;
  font-family: EBGaramond-Italic, sans-serif;
}
h3 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  color: #201F1F;
  font-family: EBGaramond-Italic, sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #990000
}
h4.small {
  font-size: 15px;
  font-weight: 900
}
p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
p.big {
  font-size: 35px;
}
p.smal {
  font-size: 15px
}
a {
  color: #333;
}
a:hover,
a:focus{
  color: #333;
}


strong {
  font-weight: 700;
}
*,
*:before,
*:after {
  /*transition: all 300ms ease-in-out;*/
}
.col-12 {
  margin-bottom: 15px;
}
.color-main {
  color: #990000;
}
.color-grey {
  color: #999999;
}
.color-blue {
  color: #003874;
}
.color-white {
  color: #ffffff;
}

.container {
  max-width: 1600px !important;
}
.container1000 {
  max-width: 1100px !important;
}

.container-full {
  max-width: 1920px !important;
  margin-right:auto;
  margin-left:auto
}
.bg-white {
  color: #ffffff;
}

.bg-secundary {
  background-color: #f5eee2
}
.bg-red {
  background-color: #D71122
}

#main {  
    min-height: 100vh;
}

.width1000 {
  max-width: 1100px !important;
}

.width1300 {
  max-width: 1300px !important;
}

.title-item {
  padding: 15px
}

.text-item {
  padding-left: 15px
}


.padd25b {
    padding-bottom: 25px;
}
#banner {
	position: relative;
	overflow: hidden;
	background-color: #D71122;
	height: 550px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
#banner:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 2;
	bottom: -2px;
	left: -10px;
	right: -10px;
	height: 65px;
	background-image: url(/images/overlay.png);
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
#banner h2,
#banner p,
#banner p {
	font-size: 22px;
	line-height: 1.5;
	text-align:right;
}

.bg-slide-page {
	height: 550px !important
}
.bg-slide-page .carousel-item {
	display: block;
	height: 550px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.text-white {
	color:#ffffff;
	font-size:18px;
	line-height:1.5;
	padding-bottom:20px;
	font-family:Montserrat-Regular;
}


.text-home-small {
	color:#000000;
	font-size:16px;
	line-height:1.5;
	margin-bottom:20px;
	font-family:Montserrat-Regular;
}

.text-more {
	color:#000000;
	font-size:18px;
	line-height:1.5;
	margin-bottom:20px;
	font-family:Montserrat-Regular;
}

.post-content {
	height: 300px !important
}

.right {
	text-align:right !important
}
.media-29101 {
  /*text-align: center;*/ }
  .media-29101 img {
    margin-bottom: 20px;
    border-radius: 50%;
    width: 80px !important;
    margin: 0 auto 40px auto; }
  .media-29101 h3 {
    font-size: 18px;
    font-weight: 900 !important;
    margin-bottom: 30px; }
    .media-29101 h3 a {
      color: #6c757d; }

.owl-2-style .owl-nav {
  display: none; }

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px; }
  .owl-2-style .owl-dots .owl-dot {
    display: inline-block; }
    .owl-2-style .owl-dots .owl-dot span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 0px;
      background: #cccccc;
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      margin: 3px;
      border-radius: 50%; }
    .owl-2-style .owl-dots .owl-dot.active span {
      background: #007bff; }
    .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
      outline: none; }
.owl-nav {
      display: none; }
	  
.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;
}


.textlink {
	color:#D71122;
	text-decoration: underline;
	font-family:Montserrat-Regular;
}

.textlink a {
  color: #D71122;
  text-decoration: none;
}

.textlink a:hover {
  color: #D71122;
  text-decoration: none;
}



	  
@media screen and (min-width: 1400px) {
  #main {
    display: block;
    position: relative;
    margin: 0 auto;
	max-width: 100%;
    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;*/
  }
}

/*NAVIGATION*/
/*.navbar {
    padding: 30px 0;
    box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.08);
}*/
.navbar-nav {
/*    margin-bottom: -20px; */
}

.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;
}
.navbar-light .navbar-nav .nav-item:not(:last-child) {
  margin-right: 1.4rem;
}
.nav-link:icons {
  padding-top: 20px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: Montserrat-Regular;
  font-size: 20px;
  padding-top: 50px;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 4px solid transparent; 
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {

    color: #000000;
    border-bottom: 4px solid #D71122;
}
.nav-item.active {
  font-weight: bold;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}

/*.nav-link::after{position:relative;z-index:0;content:"";display:block;width:0;height:1px;top:10px;background:#0C2723;-webkit-transition:width .3s;transition:width .3s}
.nav-link:hover::after{width:100%} 
*/


/*HEADER


.navbar-light .navbar-nav li >.nav-link {
  font-family: 'PTSans-Regular';
  font-size: 13px;
  padding-top: 20px;
  color: #0C2723;
  border-bottom: 2px solid transparent;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

*/


/*TABS 
.navbar-nav .nav-item:focus,
.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active {
  opacity: 1;
  border-bottom: 1px solid #0C2723;
}
.nav-item.active {
  font-weight: bold;
}

*/



/*TABS */
/*.navbar-nav .nav-item:focus,
.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active {
  opacity: 1;
/*  border-bottom: 1px solid #0C2723; 
}
.nav-item.active {
  font-weight: bold;
font-family: 'PTSans-Regular';
	font-size: 13px;
position:relative;z-index:0;content:"";display:block;width:0;height:1px;top:20px;right:75px;background:#0C2723;
border-bottom: 1px solid #0C2723;


}



.nav-link::after{position:relative;z-index:0;content:"";display:block;width:0;height:1px;top:5px;background:#0C2723;-webkit-transition:width .3s;transition:width .3s}
.nav-link:hover::after{width:100%}


/*.nav-item.dropdown {height:1px;background:#0C2723;-webkit-transition:width .3s;transition:width .3s}*/

body .carousel-indicators li{
  background-color:red;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:red;
}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
}


.col-md-2{
  display: inline-block;
  margin-left:-4px;
}
.col-md-2 img{
  width:100%;
  height:auto;
}

.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: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,.1);
  border-radius: 0;
  min-width: 180px;
  padding: 10px !important;
	font-family: 000000;
	font-size: 18px;
}
.dropdown-menu a {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu a:last-child {
	border-bottom: 0;
}


@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;
  }
.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;
}
}
/*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: 65px;
  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: -80px;
}




.carousel-indicators li {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #000;
}
/*SOCIAL MEDIA*/
.banner-social {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    z-index: 5;
    height: 250px;
    text-align: center;
}
.social-media a {
    font-size: 24px;
    color: #990000;
    width: 45px;
    height: 43px;
    line-height: 44px;
    background-color: transparent;
    padding: 0;
    border: 1px solid transparent;
    margin: 6px 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	
	
	
}


.hexagon {
	width: 150px;
	height: 130px; /* width*√3/2 */
	clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background: #3cb371;
}

.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;
}

.text-underline {
    content: '';
    padding-left: 15px;
    padding-right: 15px;
    bottom: 0;
	width: 75px;
    border-bottom: 4px solid #D71122;
	margin-bottom: 15px;
}

.text-underline {
    position: relative;
    display: inline-block;
}



.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 50px;
  text-transform: uppercase;
}
.btn i {
  display: inline-block;
  padding-left: 15px;
}
.btn-primary {
  background-color: #D71122;
  border-color: #D71122;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  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;
}
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;
}
.footer-content {
  background: #000000;
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 75px;
  margin-bottom: 35px;
}

.footer-menu  {
  color: #fff;

  }

.footer-menu a {
  color: #fff;

  }
  
.footer-menu a:hover {
  color: #fff;
  text-decoration:underline;
}

.card {
    display: block;
    width: 100%;
	border: 0;
    background-color: transparent;
}


label {
    display: inline;
    margin-bottom: .5rem;
}

}

/*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: 40px
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  p.big {
    font-size: 20px;
  }
  #banner .container-16-7 {
    max-height: 350px;
  }
.mobile { 
	display:block;
}
.desktop { 
	display:none;
}  
  .banner-social {
   /*right: 30px;*/
   display: none;
  }
  #map {
    height: 400px;
  }
.right {
	text-align:left !important
}
.navbar-brand>img {
      position: relative;
      max-width: 75%;
} 
.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;
}
.banner  { 
 z-index: 2;
}


/*.nav-but-wrap { 
	display: inline-block;
        float: right;
        padding-left: 5px;
        padding-right: 0;
        padding-top: 35px;
        margin-top: 0;
        transition: all 0.3sease-out;
}*/
.navbar.navbar-light {
    padding: 0 0 0 0;
}
.bg-slide-page {
	height: 350px !important
}
.bg-slide-page .carousel-item {
	height: 350px;
}
#banner {
	height: 350px;
}
#banner:after {
	height: 24px;
	background-image: url(/images/overlay_mobile.png);
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.text-home-small {
	font-size:14px;
}

}
@media screen and (max-width: 768px) {
  footer .nav.link-nav {
    flex-direction: column !important;
  }
}

.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;
}




.menu-icon {
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 22;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 50px;
	display: block;
	background-color: #0C2723;
	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: 20;
}
.nav-mobile:before, .nav-mobile:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	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, 0, 0,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: 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: Montserrat-Regular;
	font-size: 22px;
	line-height: 1.3;
/*	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;
}




