@import url("styles/themes/theme-viki.min.css");
.factory-flag{ visibility: hidden; }
.blackHead {
	color: #000 !important;
}
.img-responsive {
	max-width:100% !important; 
	height:auto !important;
}
.padBot10{
	padding-bottom:10px;
}
.marBot10{
	margin-bottom:10px;
}
.padLR5 {
	padding-left: 5px;
    padding-right: 5px;
}
.desk-hide {display:none;}
.hubHider {
	position:absolute;
	bottom:0;
	width:100%;
	height:420px;
	background-color:#fff;
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.mobi-hide {display:none !important;}
	.desk-hide {display:inherit;}
	.mobi-abso {position:absolute;bottom:0;height:100%;min-height:100%; width:100%; min-width:100%;}
	.mobi-text-center {text-align:center !important;}

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	.mobi-hide {display:none !important;}
	.desk-hide {display:inherit;}
	.mobi-abso {position:absolute;bottom:0;height:100%;min-height:100%;width:100%; min-width:100%;}
	.mobi-text-center {text-align:center !important;}
	.hubHider {
	position:absolute;
	bottom:0;
	width:100%;
	height:180px;
	background-color:#fff;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	.mobi-hide {display:none !important;}
	.desk-hide {display:inherit;}
	.mobi-abso {position:absolute;bottom:0;height:100%;min-height:100%;width:100%; min-width:100%;}
	.mobi-text-center {text-align:center !important;}
}
