﻿/*--- NAV STYLES ---------------------*/

header .wrapper-90 .navigation {
	width: 110%;
	margin: 0 auto;
	margin-left: -5%;
	/*background: #e51937;*/
	padding-bottom: 1.75%;
}

.navigation .nav-container nav {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	z-index: 99999;
}

.navigation .nav-container nav ul li a, .navigation .nav-container nav ul li ul li a {
	color: #fff !important;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: .3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
	border-right: 3px solid #ff6600;
	
}

.no-rt-brdr a{
	border-right: 0px;
}

/*nav ul li a:last-of-type {
	border-right: none;
}*/

.navigation .nav-container nav ul li a:hover, .navigation .nav-container nav ul li ul li a:hover {
	color: #ff6600 !important;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
}

.navigation .nav-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation .nav-container nav ul li {
  display: inline-block;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
}

.navigation .nav-container nav ul li a {
  display: block;
  padding: 0 18px;
  line-height: 50px;
  color: #463f3f;
  text-decoration: none;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.navigation .nav-container nav ul li a:hover {
  /*background: #f2f2f2;*/
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
	color: #ff6600 !important;	
}

.navigation .nav-container nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

.navigation .nav-container nav ul li ul li {
  	min-width: 200px;
  display: block;
  text-align: left;
-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.75);
}

.navigation .nav-container nav ul li ul li a {
  padding: 15px;
  line-height: 22px;
  background: #e51937;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
}

.navigation .nav-container nav ul li ul li a:hover {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;	
	color: #000 !important;
}

.nav-dropdown {
  position: absolute;
  z-index: 111;
  display: none;
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;		
	bottom-border: 3px #fff solid;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  /*background: pink;*/
  height: 50px;
  width: 50px;
}

#nav-toggle {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);	
}

/*=========RESPONSIVE NAV STYLES==========*/
@media only screen and (max-width: 1460px) {
.navigation .nav-container nav ul li a, .navigation .nav-container nav ul li ul li a {
    font-size: 1rem;
    letter-spacing: 0.25px;
}

	.navigation .nav-container nav ul li a {
    padding: 0 14px;
}
}

@media only screen and (max-width: 1375px) {
.navigation .nav-container nav ul li a, .navigation .nav-container nav ul li ul li a {
    font-size: .8rem;
    letter-spacing: 0.15px;
}

	.navigation .nav-container nav ul li a {
    padding: 0 12px;
		line-height: 35px;
}
}

@media only screen and (max-width: 1150px) {
.navigation .nav-container nav ul li a, .navigation .nav-container nav ul li ul li a {

    letter-spacing: 0.05px;
}

	.navigation .nav-container nav ul li a {
    padding: 0 10px;
}
	
header {
    overflow: hidden;
}
	
}


/*=========mobile break point==========*/
@media only screen and (max-width: 1025px) {
.navigation .nav-container nav ul li a, .navigation .nav-container nav ul li ul li a {	
	border-right: none;
	
}
	header .wrapper-90 .navigation {
    margin: 0 auto;
	width: 100%;
	margin-left: 0;
}

	.nav-container {
		min-height: 50px;
		position: relative;
		z-index: 1111111;
	}
	
	.nav-mobile {
    display: block;
	width: 100%;
	height: 50px;
	/*margin-top: 4%;*/
  }

  .navigation .nav-container nav {
    width: 100%;
    padding: 0;
	/*position: relative*/
  }

  .navigation .nav-container nav ul {
    display: none;
  }

  .navigation .nav-container nav ul li {
    float: none;
	display: block;	 
	text-align: left;
	 border: none;
  }

  .navigation .nav-container nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  .navigation .nav-container nav ul li ul li a {
    padding-left: 30px;
  }

	#nav-toggle {
	  position: absolute;
	  right: 42px;
	  cursor: pointer;
	  padding: 0;
	  font-size: .5rem;	
		top: 19px;
	}

	#nav-toggle span,
	#nav-toggle span:before,
	#nav-toggle span:after {
	  cursor: pointer;
	  border-radius: 1px;
	  height: 3px;
	  width: 20px;
	  background: #fff;
	  position: absolute;
	  display: block;
	  content: '';
	  transition: all 300ms ease-in-out;	
	}

	#nav-toggle span:before {
	  top: -10px;
	}

	#nav-toggle span:after {
	  bottom: -10px;
	}

	#nav-toggle.active span {
	  background-color: transparent;
	}

	#nav-toggle.active span:before, #nav-toggle.active span:after {
	  top: 0;
	}

	#nav-toggle.active span:before {
	  transform: rotate(45deg);	
	}

	#nav-toggle.active span:after {
	  transform: rotate(-45deg);	
	}

	.nav-list {
		/*background: #fff;*/
		}

	.nav-dropdown {
		width: 100% !important;	
	}
	
	.nav-container {
		/*background: yellow;*/
	}
	
	.nav-mobile a {
		font-size: .5rem;
	}
	

}

@media screen and (min-width: 1025px) {
	  .nav-list {
		display: block !important;
	  }

	.navigation {
	  height: 50px;
	}
}

@media screen and (min-width: 600px) {

}
