	/*==========  Desktop First Method  ==========*/
	/* Large Devices, Wide Screens */
	
	@media only screen and (max-width: 1200px) {}
	/* Medium Devices, Desktops */
	
	@media only screen and (max-width: 992px) {
		.item_pic {
			height: 260px;
		}
	}
	/* Small Devices, Tablets */
	
	@media only screen and (max-width: 768px) {
		.top_menu ul {
			background-color: #49443f;
			display: none;
			width: 100%;
			position: absolute;
			z-index: 12;
		}
		.top_menu ul li a:hover {
			background-color: #de6e37;
			color: #ffffff;
		}
		.top_menu ul li {
			display: block !important;
		}
		.item_pic {
			height: auto;
			border: none;
		}
		.item_pic img {
			width: 70%;
			margin: auto;
			position: relative;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			display: block;
		}
		.more_show {
			display: block;
			position: relative;
			padding: 0;
		}
		.more_show_child {
			background: #49443f;
			padding: 5;
		}
		.item:hover .item_sort {
			background: #de6e37;
		}
		.item:hover .item_pic {
			background: #ffffff;
			border: none;
		}
		/*  
.text_top1, .text_top2 {width: 38%;}
.text_top1 h1, .text_top2 h2 {font-size: 18px;}
	*/
		.slider {
			display: none;
		}
	}
	/* Extra Small Devices, Phones */
	
	@media only screen and (max-width: 480px) {
		
				.phone .fa {
   
    font-size: 25px;
    ;
}
		
		.phone a {font-size: 25px;
}
		
		
}
	/* Custom, iPhone Retina */
	
	@media only screen and (max-width: 320px) {}
	/*==========  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) {
		.top_menu ul {
			display: block !important;
		}
		.text_top1,
		.text_top2 {
			width: 38%;
		}
		.text_top1 h1,
		.text_top2 h2 {
			font-size: 18px;
			text-align:left}
	

	}
	/* Medium Devices, Desktops */
	
	@media only screen and (min-width: 992px) {
		.text_top1 {
			width: 57%;
		}
		.text_top2 {
			width: auto;
		}
		.text_top1 h1,
		.text_top2 h2 {
			font-size: 25px;
		}
	}
	/* Large Devices, Wide Screens */
	
	@media only screen and (min-width: 1200px) {}