@media handheld, only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) and (orientation:portrait){  

	#topnew h2 { font-size: 30px;}           
	#topnew img { float: left; padding: 0 10px 5px 0; max-width: 270px;}
	.logo .condensed { font-size: 14px;	}
	#search #s { max-width: 100px;}
}


@media handheld, only screen and (max-width: 1120px), only screen and (max-device-width: 1120px) and (orientation:portrait){  
.logo h1{ font-size: 45px;	}    
.logo h1 span { font-size: 45px;	}               
.logo .condensed { font-size: 11px;	}
}

@media handheld, only screen and (max-width: 920px), only screen and (max-device-width: 920px) and (orientation:portrait){  
.logo h1{ font-size: 35px;	}    
.logo h1 span { font-size: 35px;	}               
.logo .condensed { font-size: 10px;	}
}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){ 
  	.verticalnew { width: 100%; }
	.verticalnew img, .news img{ width: 100%; }
	.logo h1{ font-size: 50px;	}    
	.logo h1 span { font-size: 50px;	}               
	.logo .condensed { font-size: 14px;	}
	.logo  { text-align: center;	 }         
	nav {	position: relative; }       
	#footermenu {
		display: none;
	}          
	.logoa img {
		max-width: 200px;   margin-top: 15px;
	}               
	


	/*
nav:before {
	margin-top: 35px;
	font-family: Fontawesome;
	font-size: 42px;
	content: "\f0c9";
	display: block;
	background: transparent;      
	text-align: center;     
	cursor: pointer;
}


nav:hover:before {
	color: #fff !important;
}

nav div {
	display: none;
	position: relative;
	left: 0;
	right: 0;
}

nav a {
	min-height: 25px;
	line-height: 25px; 
	margin-top: 5px;
	margin-left: 20%;
	margin-right: 20%;
	width: 60%;
	text-align: center;       
	z-index: 900;
}   */

#search {
	float: none;
}

#search #s {
	width: 100% !important;
	clear: both;
	padding: 20px;    
	margin: 0 auto;          
	max-width: none; 
}

#secondmenu a, #secondmenu2 a {
    color: #feb41c;
    display: inline-block;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 22px;
    margin: 0 20px;
    text-decoration: underline;
}

.hide-sm {
	display: none;
}

.mobonly {
	display: block;
}
	   
.smallimg img {
	float: left;
	padding: 0 10px 5px 0;
}

#smallmenyholder {
	width: 50px;
	float: left;
	text-align: center;
	margin-top: 35px;
	padding: 0 15px 0 0;
}

#smallmenyholder i {
	font-size: 36px;   
	text-align: center;
	cursor: pointer;
}
#smallmenyholder i:hover {
	color: #FEB41C;
} 

.contentholder h1, .categoryholder h1 {
	font-size: 22px;
}      

.filter {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 100%;
}             

.apply, .reset {
	   
	   font-size: 26px !important;
	   margin: 0;
	   display: block;
	   cursor: pointer;
	   margin-left: 25%;
	   margin-top: 20px;
}

#hiddensearch {
	display: none;
}              
  
#smallsearchholder {
	float: right;
	width: 36px; 
	margin-top: 35px;
}

#smallsearchholder i{
	 font-size: 36px;
	 color: silver;
}
#showMobSearch {
	cursor: pointer;
}

#sm {
	border: solid 1px #dcdcdc;
	padding: 5px;
	font-size: 12px;
	width: 200px;
	transition: 0.5s;        
	margin-top: 35px;
	
}


}

