/* --------------------------------------------------------------------- 
 screenwidth less than or equal 1024px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	
   /* General and Common Styles */
	
   .section-head { padding: 0 30px; }
	
   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap {
      font: 11px 'montserrat-regular', sans-serif;
      background: transparent !important;
      letter-spacing: 1.5px;  
      color: #515968;
      
      position: absolute;
      top: 0;
      right: 0;
   }
   #nav-wrap > a {	   
      text-align: left;
		border: none;            
      color: #fff;
      font-size: 12px;
      height: 54px;
      line-height: 54px; 
      float: right;     
                        
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      position: relative;
      right: 36px;
   }
	#nav-wrap > a:before {
	   font-family: 'FontAwesome';
      content: "\f0c9";
      color: #11ABB0;
      margin: 0;
      font-size: 25px;
      line-height: 54px;
      text-align: left;      
      display: block; 
      float: right;     
	}
   /* hide menu panel */
   #nav-wrap ul#nav {
      padding: 10px 36px 10px 36px;
      background: #23292F; 
      height: auto;
      display: none;
      clear: both;
      width: auto; 
            
      position: relative;
      top: 0;
      right: 0px;           
   }
   
   /* display toggle buttons */
	.no-js #nav-wrap:not( :target ) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type  {
	   display: block;
	} 
   .js #nav-wrap a { display: block; } 
   /* display menu panels - no JS*/
   .no-js #nav-wrap:target > ul#nav  { display: block; }
   ul#nav li {
      display: block;
      height: auto;      
      text-align: left;
      border-top: 1px solid #595B6A;
      border-top-style: dotted; 
   }
  
   ul#nav li a {  
      display: block;   
      width: auto;  
      margin: 0;
      padding: 0;      
      margin: 10px 0; 
      line-height: 16px; /* reset line-height from 54px */
      border: none;
   }
   
   /* Sub Menu */
   ul#nav ul {
      position: static;
      background: none;
      width: 100%;
      padding-left: 0px !important;
      /* for transition */
      opacity: 0;
   }
   ul#nav ul li {
      width: 100%;
      padding: 0;
      display: list-item;
      border: none;
      /* for transition */
      height: 0px;
	   overflow: hidden;
      border-bottom: 1px dotted #595B6A;
   }
   /*On Hover  */
   #nav li:hover > ul li { height: 30px; }
   #nav li:hover > ul li:last-child { margin-bottom: 9px;
   color: #FFF; }
   /* Sub Menu Anchor links */
   #nav ul li a {
      white-space: normal;
      padding-left: 0px !important;
      color:#11ABB0;
      font-size: 11px 'montserrat-regular', sans-serif;
      font: 13px/27px;
      height: 30px; /* should be the same with li's height */
   }
   /* Header Styles
   -------------------------------------------------------------------- */
   header .logo { top: 0px; width: 265px; height: 55px; }
   /* Hero Section
   -------------------------------------------------------------------- */
#hero li {
		background-size: auto;
		background-position:bottom;
		background-repeat:no-repeat;
 }
   #hero { padding-top: 48px; }
   .hero-text { width: 92%; margin: 75px auto auto auto; }
   .hero-text h1 { font: 31px/1.2em 'montserrat-regular', sans-serif; }
   .hero-text p { font: 14px/24px 'opensans-regular', sans-serif; }   
   /* Category Section
   -------------------------------------------------------------------- */   
   #category { display:none; }
   
   /* Partner Section
   ------------------------------------------------------------------ */	
   	
	#partner .columns { display: none; }
	
   /* #partner-wrapper {
      width: 80%;
      margin: 0 auto;
   } 
   #partner-wrapper .columns { margin-bottom: 36px; } */
   /* Features Section
   --------------------------------------------------------------------- */   
   #features .feature {
      margin-top: 12px;
      margin-bottom: 60px;
   }
   #features .right {
      padding-left: 30px;
      float: none;
   }
   #features .left {
      padding-right: 30px;
      float: none;
   }
   #features h3 { text-align: center; }  
   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { width: 80%; }
   /* Screenshots
   ------------------------------------------------------------------- */
   #screenshots-wrapper {
      width: 80%;
      margin: 0 auto;
   } 
   #screenshots-wrapper .columns { margin-bottom: 0px; }
   /* project-thumb
   ------------------------------------------------------------------- */
   #project-thumb-wrapper-wrapper { width: 80%; }
   #project-thumb-wrapper .columns { margin-bottom: 60px; }
   #project-thumb-wrapper .item {
	   margin-left: 18px;
	   margin-right: 18px;
   }
   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .quote-left,      
   #testimonials .quote-right {    
      font-size: 30px;
      margin-top: -25px;
   }
   #testimonials .text-container { width: 80%; }
   #testimonials blockquote p { 
      font-size: 20px; 
      line-height: 30px;
   }   
   /* footer
   ------------------------------------------------------------------------ */
   footer { text-align: center; }
   footer .info { padding-right: 30px; }
   footer .info p { margin-bottom: 18px; }
   footer h3:before { text-align: center; }
   footer .right-cols {       
      width: 90% !important;
      margin: 0 auto ;
      margin-bottom: 42px; 
      text-align: center;
   }
   footer .right-cols .columns {
      float: left;       
      padding: 0 30px;    
   }
   footer .right-cols .columns:last-child { 
      clear: both; 
      float: left;
   }   
   /* Go To Top Button */
   
   /* Sign In - Creat Account Modal 
   ------------------------------------------------------------------- */
   .ereveal-modal {
		left:10%;
		right:10%;
	}
}
/* screenwidth less than or equal 480px - mobile wide
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
   /* Header Styles
   -------------------------------------------------------------------- */
   header .logo { padding-left: 30px; height: 60px; }
   
   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap { width: 100%; }
   #nav-wrap ul#nav { 
      width: 100%;
      float: none;
      right: 0;             
   }
   /* Hero Section
   -------------------------------------------------------------------- */ 
   /* Hero CTA Buttons */
#hero li {
		background-size: auto;
		background-position:bottom;
		background-repeat:no-repeat;
 }
   #hero .buttons {
      margin-top: 30px;
	  margin-bottom: 30px;;
   }
   
   #hero .buttons .button {
      display: block;
      width: 70%;
      margin: 0 auto 18px auto;
      font: 13px/24px 'montserrat-bold', sans-serif;
      letter-spacing: 1.5px;
   }
   /* Category Section
   -------------------------------------------------------------------- */   
   #category { display:none; }
   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .quote-left,      
   #testimonials .quote-right { font-size: 28px; }  
   #testimonials blockquote p { font-size: 20px; }
   /* Map
   ------------------------------------------------------------------- */
   #map .row {
	padding-top: 75px;
}
   /* Footer
   ------------------------------------------------------------------- */
   footer .right-cols .columns { padding: 0 10px; }
   
   /* Form */
   
   input[type="tel"],
   
   input[type="text"],
   
   input[type="date"],
   
   input[type="number"],
   
   input[type="password"],
   
   input[type="email"],
   
   textarea,
   
   select { max-width: 100%; }
}
/* screenwidth less than or equal 420px - mobile narrow
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 420px) { 
    /* Hero Section
   -------------------------------------------------------------------- */
#hero li {
		background-size: auto;
		background-position:bottom;
		background-repeat:no-repeat;
 }
   .hero-text { width: 100%; margin: 50px auto 30px auto; }
   /* Pricing Section
   ------------------------------------------------------------------- */
   .pricing-tables { width: 92%; }
   /* Screenshots
   ------------------------------------------------------------------- */
   #screenshots-wrapper { width: 92%; }
   /* project-thumb
   ------------------------------------------------------------------- */
   #project-thumb-wrapper { width: 100%; }  
   /* Testimonials Section
   ------------------------------------------------------------------- */
   #testimonials .text-container { width: 85%; }
   
   #testimonials blockquote p { 
   
   font-size: 18px; 
   line-height: 27px;
   
   }
   
   .TabbedPanelsTab {
	   width: 100%;
   }
   
} 
/* make sure the menu is visible on larger screens
  -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
   
  /* #nav-wrap ul#nav { display: block !important; } */
}