/*==================================================
=            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 5px;
	}
	.menuzord-brand img {
		max-height: 65px;
		margin-top: -42px;
	}
	body .header-top.border-bottom:before {
		content: '';
		position: absolute;
		left: 0;
		right: auto;
		height: 72px;
		background: #fff;
		width: 22%;
	}
	body.rtl .header-top.border-bottom:before {
		content: '';
		position: absolute;
		right: 0;
		left: auto;
		height: 72px;
		background: #fff;
		width: 22%;
	}


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header-top.border-bottom:before {
		display: none;
	}
	.menuzord-brand img {
		margin-top: 0;
	}
	.scroll-to-fixed-fixed .menuzord-brand{
		display: none;
	}
	.scroll-to-fixed-fixed .menuzord-brand img {
		max-height: 45px;
		margin-top:0;
		transition-duration: 0.5s;
	}
	.news-nav {
		margin-top: 90px;
	}
	.header-top .list-inline.xs-text-center {
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.scroll-to-fixed-fixed .menuzord-brand{
		display: block;
	}
	.scroll-to-fixed-fixed .menuzord-brand img {
		max-height: 45px;
		margin-top:0;
		transition-duration: 0.5s;
	}
	.news-nav {
		margin-top: 90px;
	}
	.owl-causes .owl-nav {
		top: 10px;
	}
	.testimonial.style1 .comment::after {
		bottom: -40px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	.menuzord-brand img {
		max-height: 50px;
	}
	.menuzord .showhide {
		padding-top: 20px;
	}
	.event-content {
		margin-top: 20px;
	}
}

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

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