@media only screen 
  and (max-width: 1240px) {
	#toggle {
	  display: block;
	  width: 28px;
	  height: 30px;
	  position:absolute;
	  top:50px;
	  right:20px;
	  z-index:999;
	}
	
	#toggle span:after,
	#toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -9px;
	}
	#toggle span:after{
	  top: 9px;
	}
	#toggle span {
	  position: relative;
	  display: block;
	}
	
	#toggle span,
	#toggle span:after,
	#toggle span:before {
	  width: 100%;
	  height: 5px;
	  background-color: #fff;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
	
	#toggle.on span {
	  background-color: transparent;
	}
	#toggle.on span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}
	#toggle.on + #menu {
	  opacity: 1;
	  visibility: visible;
	}

	#menu {
	  position: absolute;
	  left: 0;
	  height: 100vh;
	  color: #999;
	  width: 100%;
	  background: rgba(0,0,0,.90);
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity .4s;
	}
	#menu > UL {
	  text-align:left;
	  width:100% !important;
	  margin:0 !important;
	  top: 30px;
	}
	#menu > UL li {
	  color: #fff !important;
	  width:100% !important;
	  display:block !important;
	  padding:15px !important
	}
	nav LI:last-child {
		background:none;
		border-radius:0px;
		font-weight: normal
	}	
	.join {
		margin-top:10px;
	}
}
@media only screen and (max-width: 940px) {
	header .info {
		position: absolute;
		top: 250px;
	}
	.testimonials UL {
		text-align: center
	}
	.testimonials LI {
		min-height: 350px;
		float: inherit;
		width: 49%;
		display: inline-block;
		padding: 50px 120px 0 20px;
		vertical-align: top;
		text-align: left;
		margin: .25% 0;
	}
}
@media only screen and (max-width: 768px) {
	header {
		background: url(assets/header-bg.jpg) no-repeat right -350px top 0;
		background-size: cover;
	}
	#toggle {
	  top:70px;
	}
}
@media only screen and (max-width: 680px) {
	header h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	header h1 span {
		font-size: 2.5rem;
	}
	.logo {
		width: 300px;
		height: auto;
	}
	h1 {
		font-size: 2.25rem;
	}
	#features {
		margin-top: 20px;
	}
	#features LI {
		padding: 0 0 0 30px;
	}
	.plan LI {
		width: 49%;
		display: inline-block;
		padding: 0 20px 0 50px;
		background: url(assets/star.png) no-repeat 10px 0;
		line-height: 1.5rem;
		margin-top: 40px;
		vertical-align: top
	}
	.testimonials LI {
		min-height: 350px;
		padding: 50px 20px 0 20px;
		font-size: .875rem;
	}
	.about {
		text-align: center
	}
	.about LI {
		width: 100%;
		display: block;
		vertical-align: top;
		margin-bottom: 20px;
	}
	.about .border-bar {
		margin: 25px auto;
	}
}
@media only screen and (max-width: 480px) {
	.btn {
		font-size: 1rem;
		padding: 30px !important;
	}
	.testimonials LI {
		width: 100%;
		display: block;
		min-height: 300px;
	}
	.plan LI {
		width: 100%;
		display: block;
	}
	#features LI {
		padding: 0 0 0 30px;
		font-size: .875rem;
	}
	.more {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	header h1 {
		font-size: 2rem;
		line-height: 2rem;
	}
	header h1 span {
		font-size: 2.25rem;
	}
	.logo {
		width: 250px;
		height: auto;
	}
	#features LI {
		padding: 0 40px 0 30px;
		font-weight: normal;
	}
	header .info {
		position: absolute;
		top: 150px;
	}
	.testimonials LI {
		background-position: right top;
	}
}