@import url("header.css");
@import url("nav-models.css");
@import url("subnav.css");
@import url("banner.css");
@import url("section.css");
@import url("service.css");
@import url("index-below.css");
@import url("email-setting.css");
@import url("footer.css"); 
@import url("font.css"); 
@import url("popdomainsearch.css");
*{
	box-sizing:border-box;
 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
	}
body{
	margin: auto;
	overflow-x:hidden !important;
}
img { 
  -webkit-user-drag: none; 
  -khtml-user-drag: none; 
  -moz-user-drag: none; 
  -o-user-drag: none; 
  user-drag: none; 
}
/*about us video*/
.videoWrapper {
		position: relative;
		padding-bottom: 100%; /* 1:1 */
		/*padding-bottom: 56.25%; /* 16:9 */
		height: 0;
}
/*product footer addon video*/
.videoWrapper-product-footer {
		position: relative;
		padding: 2% 2% 98% 2%;
		height: 0;
		margin-bottom:30px;
		background-color:rgba(0,0,0,0.2);
}
.videoWrapper iframe,
.videoWrapper-product-footer iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}