.section--white {
	background: white;
	color: #555;
}
.disable-mouse {
	pointer-events: none;
}
body.disable-scroll {
	overflow: hidden;
	height: 100%;
}

.download-btn {
	background: white;
	color: #3F51B5;
	font-size: 30px;
}
.btn--blue {
	background: #4A90E2;
}
.tile {
	width: 33.333%;
	float: left;
	height: 150px;
}
.tile-container {
	overflow: hidden;
}
.btn:hover,  .tile:hover {
	opacity: 1;
}
.modal1 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 28px 0 /*40px*/;
	background: #EA006F;
	color: white;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 200ms ease;
	overflow: auto;
	width:20%;
	padding:5px;
	
	
}
.certificete-image {
    background:  rgba(0, 0, 0, 0) url(../img/iso-certification.jpg) no-repeat scroll 0 0 / 100% auto;
    display: inline-block;
    height: 52px;
    margin-top: 5px;
    width: 100%;
}
.modal2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 28px 0 /*40px*/;
	background: #EA006F;
	color: white;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: 200ms ease;
	overflow: auto;
}
.modal-close-btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/cross.html) no-repeat center;
	width: 32px;
	height: 32px;
	padding: 32px;
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s ease;
}
.modal-close-btn:hover {
	opacity: 1;
	
}
.modal1--2 {
	background: #4A90E2;
}
.modal1--3 {
	background: #FFD200;
}
.modal1--4 {
	background: #4CBB47;
}
.modal1--5 {
	background: #362A6C;
}
.modal1.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.modal2.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.dialog {
	background: #F6F6F6;
	min-width: 300px;
	left: 50%;
	right: auto;
	top: 30%;
	bottom: auto;
	box-shadow: 0 0 0 3000px rgba(0,0,0,0.4);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rig {
	position: fixed;
	right: 0;
	top: 40%;
	background: #000;
	padding: 1%;
	color: #fff;
}
.disable-scroll .rig {
	display: none;

}
