/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

	
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	
	.menuzord-menu > li > a{
padding: 8px 15px;
	}
.donateText{
	    padding: 30px 30px;
}
.about-read{
	width:15%
}
.gallery-readBtn{
	width:15%
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
.tp-caption{
	font-size:18px !important;
	
}	
.about-read{
	width:50%
}	
.donateText{
	padding: 30px 25px;
}	
.gallery-readBtn{
	width:50%
}	
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-top{
		padding:10px 0
	}
.tp-caption{
	font-size:15px !important;
	
}	
	
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	
	
}

@media only screen and (max-width : 620px) {
	.top-list{
		float:none
	}
.top-list  .hiddenmobile{
	display:none !important
}		
.tp-caption{
	display:none !important
}	
.about-read{
	width:50%
}	
.donateWrapper{
	display:block
}
.tableItem{
	display:block;
	width:100%
}	
.donateText{
	padding:17px
}
.donateImg {
	display:none
}
.gallery-readBtn{
	width:50%
}
.visionwrapper{
	width:100%
}
.goalWrapper{
	width:100%
}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}