/*==================================================
=            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) {
	.logo_show_device { display: none; }	
}


@media only screen and (min-width:1025px) and (max-width: 1198px) {
	.logo_show_device { display: block !important; max-width:140px;padding-top:3px; }	
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.tp-smallhead { 
		font-size: 50px !important; 
		float:right !important;
	}
	.tp-texthead {
		font-size:20px !important;
	
	}	
	.logo_show_device { display: none; }	
}

@media only screen and (max-width:900px){
	.logo_show_device { display: none; }	
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.tp-smallhead { 
		font-size: 50px !important; 
		float:right !important;
	}
	.tp-texthead {
		font-size:20px !important;
	
	}	
	.logo_show_device { display: none; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	.tp-smallhead { 
		font-size: 14px !important; 
		float:right !important;
	}
	.tp-texthead {
		font-size:11px !important;
	
	}
	.logo_show_device { display: none; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
	.tp-smallhead { 
		font-size: 12px !important; 
		float:right !important;
	}
	.tp-texthead {
		font-size:10px !important;
	
	}
	.logo_show_device { display: none; }
}

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