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

	}

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

	}

	/* Small Devices, Tablets */
	
	@media only screen and (max-width : 768px) {
	
.head-menu {
	display: none
}

#open-menu-mobile {
	display: block
}

.head-bar  {
 display: none
}
.head-bar .small-top-menu {
	display: block;
	float: none;
}
.head-bar .small-top-menu ul {
	text-align: center
}
.head-bar .small-top-menu ul li {
	display: inline;
	float: none;
}
.head-bar .small-top-menu ul li a {
	display: inline-block;
	padding: 0 5px;
}
.left-head-bar {
	display: block;
	float: none;
	text-align: center
}
.left-head-bar .head-social {
	float: left;
}

.header .left-p-head {
 display: none
}

.new-ticker .ticker-title {
 display: none
}



}

	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 480px) {
	
	.ads-small-foot > a  {
	display: block;
	 float: none;
	 
}



}

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