@charset "UTF-8";
/* CSS Document */
/*-----iPh X-----*/
@media (min-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	html {font-size:15.5px !important;}
		
	
}

/*-----iPh 6+-----*/
@media (min-width: 410px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) {
	html {font-size:15.5px !important;}
	/*-- main brand bar --*/
	.x-navbar .x-container a.x-brand img, .x-navbar.navScroll .x-container a.x-brand img { width:120px; height: 60px; margin:0px; }
	.x-topbar .x-social-global {display:none;}
	.x-topbar-inner .header-top-bar {width:50%; text-align:center;}
	.x-topbar-inner .header-top-bar:nth-of-type(2) {border-right: none;}
	.x-topbar-inner .header-top-bar:nth-of-type(3), .x-topbar-inner .header-top-bar:nth-of-type(4) {
		display: none;
	}
	li.menu-item.menu-item-8934 span.shiftnav-submenu-activation {
    	display: none !important;
	}
	.home #cs-content {margin-top: -20px;}	
	/*------ homepage banner video ------*/
	.x-video.embed .x-video-inner {display: none;}
}
	