/* Header */
#layout-nav{
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 30px;
}
.nav-links{
	background: white;
  list-style: none;
  display: inline-flex;
  width: 100%;
	padding: 0px 0px 0px 10px;
	margin: 0;
}
.nav-links li{
	position: relative;
  width: 15%;
  text-align: center;
}
.nav-links li.nav-contact{
  width: 20%;
}
.nav-links li, .nav-links li a, .nav-links li a:hover, .nav-links li a:focus{
	margin: auto !important;
	color: inherit !important;
}
.nav-links li a div.anc-div{
	padding: 26.25px 0px;
}
.nav-links li:last-child a div.anc-div{
	background-color: black;
	color: white;
	margin-right: -2px;
}
.nav-links li:last-child a div.anc-div:before{
	background-color: black
}
.nav-links li a div.anc-div:before{
	content: '';
	width: 0;
	height: 3px;
	background-color: var(--pale-red);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
}
.nav-links li:hover a:not(.sub-anc), .nav-links li a.nav-active div{
	color: var(--pale-red) !important;
}
.nav-links li:hover div.anc-div:before, .nav-links li a.nav-active div:before{
	width: 100%;
}
.nav-links li div img{
	margin-left: 5px !important;
	height: 21px;
}
.nav-logo-base img{
	width: 220px;
  margin: auto;
}
.nav-logo-con a{
	margin: 0 !important;
}
.nav-logo-con{
	background: white;
	padding: 10px !important;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
	width: 250px;
}
.nav-link-base{
  background: white;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
}
.nav-sub{
	position: absolute;
  width: auto;
	padding: 0px;
  list-style: none;
	border: 0;
  border-radius: 0;
  /* margin-top: 5px; */
  margin-left: 1px !important;
}
.nav-sub li{
	margin: 0 !important;
  width: 100%;
  text-align: left;
  background-color: white;
}
.nav-sub li a{
	padding: 0 !important;
}
.nav-sub li .sub-anc-div{
	padding: 15px 30px;
}
.sub-anc:hover div{
	background-color: var(--pale-red);
	color: white !important;
}
#service-nav{
	cursor: pointer;
}
/* #service-nav:hover .nav-sub{
	opacity: 1 !important;
	transform: translateY(0%);
} */

/*Mobile Nav*/
@media (max-width: 900px) and (orientation: landscape){

}
@media (max-width: 900px){


}
@media (max-width: 768px) {
	.hamburger {
		padding: 26.5px 25px 25px !important;
    background-color: white !important;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    outline: none;
    opacity: 1 !important;
		z-index: 2;
    position: relative;
	}
	.hamburger.is-active {
		background-color: transparent !important;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 1);
	}
	.hamburger-inner::before {
		width: 75% !important;
	}
	.hamburger-box {
    width: 30px !important;
	}
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
		height: 2px !important;
		background-color: var(--black) !important;
	}
	.hamburger-inner, .hamburger-inner::after {
		width: 100% !important;
	}
	.is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
	    width: 100% !important;
	}
	.nav-link-base{
		position: fixed;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		transform: translateX(0%) scale(1);
		opacity: 1;
	}
	.no-scroll{
		overflow: hidden !important;
	}
	.nav-hide{
		transform: translateX(110%) scale(.99);
		opacity: .9;
	}
	.logo-hide{
		transform: translateY(-150%) scale(.99);
		opacity: .9;
	}
	#layout-nav .nav-links {
		margin-top: 10vh !important;
		width: 100% !important;
    background: transparent;
    display: block;
	}
	.nav-links li {
    width: 100%;
		padding: 0px !important;
		text-align: left;
	}
	.nav-links li a div {
		padding: 20px 60px 20px 100px !important;
	}
	.nav-links li:last-child a div.anc-div{
		background-color: transparent !important;
	}
	.nav-links li:last-child a div.anc-div:before{
		background-color: var(--pale-red) !important;
	}
	.nav-links li:hover div.anc-div:before, .nav-links li a.nav-active div:before{
		width: 35px !important;
	}
	.nav-mob-contact{
		position: absolute;
		width: 100%;
		bottom: 0;
    background-color: black;
    color: white;
		text-align: center;
	}
	.mob-contact-right{
    background-color: black;
    color: white;
		text-align: center;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
		transform: translateX(75%) scaleX(.3);
    opacity: 0;
	}
	.sticky .mob-contact-right{
		transform: translateX(0%) scaleX(1);
		opacity: 1;
	}
	.mob-contact-right div{
		padding: 27.25px 50px;
	}
	.nav-mob-contact a, .mob-contact-right a{
    color: white;
	}
	.nav-mob-contact div{
		padding: 25px;
	}
	.nav-links li:last-child a div {
    background-color: transparent;
    color: black;
	}
	.nav-links li a div {
    color: black !important;
		opacity: 0;
			transition: all 0.3s ease-out 0.3s;
			-webkit-transition: all 0.3s ease-out 0.3s;
			-moz-transition: all 0.3s ease-out 0.3s;
			-o-transition: all 0.3s ease-out 0.3s;
	}
	.nav-open .nav-links li div {
	  animation: fadeInRight .75s ease forwards;
	  animation-delay: .5s;
		opacity: 0;
	}
	.nav-open .nav-links li:nth-of-type(2) div{
	  animation-delay: .55s;
	}
	.nav-open .nav-links li:nth-of-type(3) div{
	  animation-delay: .6s;
	}
	.nav-open .nav-links li:nth-of-type(4) div{
	  animation-delay: .65s;
	}
	.nav-open .nav-links li:nth-of-type(5) div{
	  animation-delay: .7s;
	}
	.nav-open .nav-links li:nth-of-type(6) div{
	  animation-delay: .75s;
	}
	.nav-open .nav-links li:nth-of-type(7) div{
	  animation-delay: .8s;
	}
	@keyframes fadeInRight {
	  0% {
	    opacity: 0;
	    left: 20%;
	  }
	  100% {
	    opacity: 1;
	    left: 0;
	  }
	}
	.nav-logo-con {
    padding: 10px 19px !important;
	}
	.nav-logo-con {
		overflow: hidden;
    width: 270px;
		border-right: 20px solid transparent;
	}
	.sticky .nav-logo-con {
		width: 90px;
		border-color: white;
	}
	.nav-logo-con img{
		height: 55.5px;
	}
	.nav-links li a div.anc-div:before {
    bottom: 47%;
    left: 30px;
	}
	.nav-links li:hover div:before{
		width: 50px !important;
	}
	.nav-links .nav-active div:before{
		width: 50px;
	}
}
@media(max-width: 360px) and (orientation: portrait){
	.nav-text-mob, a.nav-text-mob {
    font-size: 34px;
    line-height: 60px;
	}
}
@media(max-width: 480px) and (orientation: portrait){
	.hero {
    height: auto;
	}
	#layout-nav .nav-links {
    margin-top: 5vh !important;
	}
	.nav-mob-base{
		padding: 0 !important;
	}
	.nav-mob-base .col-xs-5{
		height: 0;
	}
	.nav-logo-con {
    width: 240px;
  }
	.nav-logo-con img {
    height: 50px;
	}
	.hamburger {
    padding: 23px 25px !important;
	}
	.sticky .mob-contact-right {
    transform: translateX(-80px) translateY(-100%)
	}
	.sticky .nav-logo-con {
    width: 85px;
	}
	.mob-contact-right {
    transform: translateX(30%) translateY(-100%) scaleX(.3);
	}
	.mob-contact-right div {
    padding: 24.5px 25px;
	}
	.nav-links{
		padding: 0;
	}
	.nav-link-base {
    width: 100%;
	}
	.nav-links li a div {
    padding: 0px 60px 0px 80px !important;
	}
	.nav-links li a div:before {
    left: 30px;
	}
	.nav-links .nav-active div:before, .nav-links li:hover div:before {
    width: 35px !important;
	}
}
