/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.main_text1, .main_text15{
		display:none;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header_topline2{
	background: #FFF;
	
	border-radius: 10px;
	padding:10px 10px 10px 10px ;
	box-shadow: 0.3em 0.7em 6px rgba(0,0,0,0.4);
	margin-bottom:30px;
	margin-top:10px;
	
	
	}
	.top_menu a {
	color: #000;
	
	display: block;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	background-color:#FFF;
	opacity:1;
	font-size:15px;
	
	padding:8px 18px 8px 18px;	
	margin-top:5px;	
	margin-left:0px;
}
.top_menu a:hover {
	background-color: #fff;
	opacity:1;
	border:2px solid #d9d9d9;
	border-radius: 10px;
}
	
	
	
	
	.top_menu ul {
		background-color: #fff;
		opacity:1;
		border:none;
		display: none;
		position:absolute;
		width: 96%;
	}
	.top_menu ul li {
		display: block;
	}
	
	
.logo{
	margin-top:-107px;
	margin-bottom:-50px;
	margin-left:22px;
	float:right;}
	.tel{
	font-size:18px;
	}	

	
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
table#tab_mob{
	display:none;
	}
}

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

}

/* 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) {
	

}

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

}

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

}