.preloader{
	z-index:1000001;
	background-color: #000;
	opacity:0.7;
	position: fixed; 
	left: 0; 
	top: 0;
	overflow: visible;	
	width: 100%; 
	height: 100%;
}
.preloader-content{
	color: #fff;
	margin-top:300px;
}
.custom-popup{
	display:none;
	z-index:1000002;
	background-color: #fff;
	opacity:1;
	position: fixed; 
	left: 0; 
	top: 0;
	overflow: visible;	
	width: 100%; 
	height: 100%;
}
.custom-popup-content{
	color: #fff;
	margin-top:300px;
}
.copyright-text {
   display : none;
   font-size:9px;position: fixed;top: 98%;left: 33%;
}

@media print {
    .copyright-text {
       display : block;
    }
}
.copyright-text-right {
   display : none;
   font-size:9px;position: fixed;top: 98%;left: 65%;
}

@media print {
    .copyright-text-right {
       display : block;
    }
}
.copyright-text-left {
   display : none;
   font-size:9px;position: fixed;top: 98%;right: 65%;
}

@media print {
    .copyright-text-left {
       display : block;
    }
}

/* latin-ext */
@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  src: local('Black Ops One Regular'), local('BlackOpsOne-Regular'), url(qWcsB6-ypo7xBdr6Xshe96H3aDXbtwkh.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  src: local('Black Ops One Regular'), local('BlackOpsOne-Regular'), url(qWcsB6-ypo7xBdr6Xshe96H3aDvbtw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.rubber {
  -webkit-box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset;  
  -moz-box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset;  
  -ms-box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset;  
  -o-box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset;  
  box-shadow: 0 0 0 3px blue, 0 0 0 2px blue inset;  
  border: 2px solid #A8A8A8;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 2px;
  line-height: 22px;
  color: blue;
  font-size: 24px;
  font-family: 'Black Ops One', Calibri;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.4;
  width: 100px;
  transform: rotate(-20deg);
 /* position:relative;
  margin-top:60%;
  */
}