/*==================================================
=            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) {
	.text-intro-img{
		width: 100%; 
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.text-intro-img{
		max-width: 200px; 
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.content-body{
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.text-intro-img{
		max-width: 250px; 
	}
	.smallimageThumb{
			height: 50px; 
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.content-body{
		margin-left: 1%;
		margin-right: 1%;
	}
	
	.text-intro-img{
		max-width: 300px; 
	}
}

@media only screen and (max-width : 1365px){

	.menuzord-menu ul.dropdown, 
	.menuzord-menu > li > .megamenu {

    	top: 120px !important;
	}
}

@media only screen and (min-width : 1366px) {
	.container{
		width: 1300px;
	}
	
	.content-body{
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.container-with-sidebar-1{
		width: 80%;
	}
	
	.sidebar-left{
		 width: 20%; 
	}
	
	.text-intro-img{
		max-width: 300px; 
	}
	
}

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

@media only screen and (min-width : 1900px) {
	.container{
		width: 1400px;
	}
	
	.content-body{
		margin-left: 5%;
		margin-right: 5%;
	}	
	
	.container-with-sidebar-1{
		/*width: 82%;*/
	}
	
	.sidebar-left{
		/*width: 18%;*/
	}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.menuzord-menu > li > a {
	  color: #333333;
	  font-size: 13px;
	  font-weight: 600;
	   padding: 8px 10px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.small-calendar-view{
		cursor: default !important;
	}
						.smallimageThumb{
			height: 120px; 
	}
			.smallimageThumb img {
			min-height: 100%;
		}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
				.smallimageThumb{
			height: 90px; 
	}
}

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

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