@media only screen and (max-width: 390px) {
 
   .one-second.mcb-wrap
	  {
		width: 100%;
	}
		#Top_bar:not(.is-sticky) #logo {
	height: 70px;
	line-height: 70px
}
	
	#Top_bar .menu>li.current-menu-item>a, #Top_bar .menu>li.current_page_item>a, #Top_bar .menu>li.current-menu-ancestor>a, #Top_bar .menu>li.current_page_ancestor>a, #Top_bar .menu>li.hover>a {
	color: #d3008d;
}
	
	
}

@media only screen and (max-width: 480px) {
	
	.one-second.mcb-wrap
	  {
		width: 100%;
	}
		#Top_bar:not(.is-sticky) #logo {
	height: 70px;
	line-height: 70px
}
	
}

/* Landscape gsm > portrait tablet / ipad */
@media only screen and  (min-width: 481px) and (max-width: 770px) {
  .one-second.mcb-wrap
	  {
		width: 100%;
	}
	
	#Top_bar:not(.is-sticky) #logo {
	height: 70px;
	line-height: 70px
}
	
	
}


/* Landscape gsm > portrait tablet / ipad */
@media only screen and  (min-width: 771px) and (max-width: 1219px) {
 .one-second.mcb-wrap
	  {
		width: 50%;
	}
	
}



/* PC  /  desktop */
@media only screen and (min-width: 1220px) {
 
	.one-second.mcb-wrap
	  {
		width: 50%;
	}
}

 
@media only screen and (min-width : 1921px){
.one-second.mcb-wrap
	  {
		width: 50%;
	}
}
