/* @override 
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1565083735
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1565085089
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1565085883
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1565105968
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1565108919
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1565109150
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1568041457
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1568042051
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1568042449
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1568111107
	http://localhost:8888/thecoach/themes/simple/css/menu.css?m=1568113761
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1217 {
  text-align: center;
}
.snip1217 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1217 li {
  display: inline-block;
  list-style: outside none none;
  //margin: 0.5em 1.5em;
  //padding: 0;
}


.snip1217 a {
  padding: 0.3em 0;
 
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.snip1217 a:before,
.snip1217 a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000;
  width: 0;
}
.snip1217 a:before {
  top: 0;
  left: 0;
}
.snip1217 a:after {
  bottom: 0;
  right: 0;
}
.snip1217 a:hover{
  color: #ffffff;
}
.snip1217 a:hover:before,
.snip1217 .urrent a:before,
.snip1217 a:hover:after,
.snip1217 .crrent a:after {
  width: 100%;
}

/* mobile */



.transparent{
  background:rgba(11, 31, 65,0.8);
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  margin:0;
}
.menu-cont {
  position: absolute;
  float:left;
  top:4%;
  display: block;
  cursor: pointer;
  padding:4px;
  cursor:pointer;
  z-index: 999;
}

div#toggle.menu-cont.active {
position: fixed;
	color: white;
	top: 22px;
	left: 23px;
}

.menu-txt {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
  
  text-overflow:ellipsis;
 // background-image:-webkit-linear-gradient(#FA2300,#E1037C);
  //-webkit-background-clip: text;
  //-webkit-text-fill-color: transparent;
  cursor:pointer;
	font: normal 27px Montserrat, times,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.overlay {
  position: fixed;
  background: #192393;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 250;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
 
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 14%;
  height: calc(100% / 7);
  min-height: 20px;
  position: relative;
  opacity: 0;
  
}
.overlay ul li a {
  display: block;
  position: relative;
   -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	color: white;
	letter-spacing: 4px;
	font: 23px Montserrat;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.overlay ul li a:hover{
-webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.overlay ul li a:hover:before{
-webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  
  -webkit-transition: .35s;
  transition: .35s;
}
.overlay ul li a:before{
-webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.rotate {
  font-family: "Righteous";
  font-size: 8.5em;
  height:180px;
  overflow:hidden;
  position:relative;
  z-index:30;

}

.menu-inner {
  height:170px;
  -webkit-transition:-webkit-transform 0.3s ease;
  -webkit-backface-visibility:hidden;
  
}


/* BREAKPOINT 640px */

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 640px) { 
	
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 29px;
  font-family: 'Righteous', serif;
  font-weight: 400;
  text-align: center;
}
}
