
@media( max-width:991px) {
/* Gallery */
.columns-3 .grid-item { width: 50%; }
.columns-4 .grid-item { width: 50%; }
#bg-video video{display:none;}
}

@media( max-width:767px) {
/* gallery */
.isotope-filters  button { padding: 10px 15px; }
}

@media( max-width:600px) {
/* Gallery */
.columns-3 .grid-item { width: 100%; }
.columns-4 .grid-item { width: 100%; }
.columns-2 .grid-item { width: 100%; }
}



@media only screen and (max-width: 991px) {
  .Reap-Header-TopBar{
  	display: none;
  	}
  .Reap-TextHeading{
  	font-size: 35px;
  	line-height: 1;
	}
	.Reap-Header-NavBar{
		position: static !important;
	}
	.Reap-Header-NavBar .primary .navbar .navbar-collapse {
		margin-top: 65px !important;
	}
	.ReapAboutUsPage-Section-Two-Col-Two{
  		min-height: 500px;
  		width: 100%;
	}
	.ReapAboutUsPage-Section-Four-Col-One, .ReapAboutUsPage-Section-Four-Col-Two, 
.ReapAboutUsPage-Section-Four-Col-Three, .ReapAboutUsPage-Section-Four-Col-Four{
      min-height: 250px;
      width: 100%;
  }
.ReapAcheivementPage-Section-Four-Col-One, ReapAcheivementPage-Section-Four-Col-Two, 
ReapAcheivementPage-Section-Four-Col-Three, ReapAcheivementPage-Section-Four-Col-Four{
      min-height: 250px;
      width: 100%;
  }
  .ReapLoginArea-tabs {
    width: 100%;
}

.AchievementPage-Row{
flex-flow: row wrap;
}

}
@media only screen and (max-width: 767px) {
	.Reap-Page-Title-Box{
		margin-top:100px;
	}
	.Reap-Page-Title-Box ul{
		float:left;
	}
	.Currency-Rates-Left{
		background-color: #2c2c2c;
	}
	.Currency-Rates-Right{
		background-color: #eac117;
	}
	.Reap-Header-NavBar .primary .navbar .nav > li > a {
    		padding: 8px 50px !important;
	}
	
	.Reap-Header-NavBar .primary .navbar .navbar-collapse {
		margin-top: 98px !important;
	}
	#bg-video h1
	{
		font-size: 45px !important;
	}
	.About-Reap-Row, .New-And-Event-Row, .Reap-Membership-Row{
		flex-flow: row wrap;
	}
	.ReapLoginArea-tabs{
		width: 100%;
	}
}
@media only screen and (max-width: 576px) {
	.About-Reap-Section, .Chairman-Message-Section, .Reap-Export-Section, .New-And-Event-Section, .Download-Area-Section, .Reap-Membership-Section, .Reap-LoginArea-Section, .Currency-Rates-Left, .Currency-Rates-Right {
    	padding: 0px 20px;
	}
	#bg-video h1
	{
		font-size: 40px !important;
	}
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
/ * @media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
{
   .Reap-Mega-Menu{
   color:#ffffff !important;
   }
} */

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .Reap-Mega-Menu{
   color:#ffffff !important;
   }
}

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
  .Reap-Mega-Menu{
   color:#ffffff !important;
   }
}