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


.top-bar .title-all {
	font-size: 0.8em;
}

.top-bar .social-head {
	font-size: 1.8em;
}
.top-bar .btn-enter span {
 display: none
}
.top-bar .btn-enter i {
 font-size: 1.4em
}

.header .head-menu  {
position: relative
  
}
.header .head-menu > a {
font-size: 1.8em;
position: absolute;
left: 2px;
top:0
  
}
.header .head-menu > a > span {
 display:none;
 
}

.box-ads .title-box-ads {
 display: none
}

.ads-mobile {
	display: block
}
	}









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

.ads-mobile {
	display: block
}
	}
