@charset "utf-8";
/* CSS Document */


.md-modal {
	position: fixed;
	z-index: 9999;
	height:auto;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	opacity:0;
}

.md-content-content.aixeena-loading {
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

/* Modal Content styles */

	.md-content {
		position: relative;
		border-radius: 3px;
		margin: 0 auto;
	}
	.md-buttons {
		padding-top:7px;
		padding-bottom:7px;
		padding-left:10px;
		border-radius:0 0 3px 3px;
		padding-right:20px;
	}
	.md-buttons a{
		margin-left:10px;
	}
	
	.md-content h3.h3aixeena {
			margin: 0;
			padding-top: 8px;
			padding-bottom: 8px;
			border-radius: 3px 3px 0 0;
			text-align: center;
	}

	.md-content-content {
		overflow: hidden;
		overflow-y: auto;
		padding: 15px 0;
		margin: 0;
	}
	.aixeena-modal-content{
		padding:15px;
	}
	
	.type-image.aixeena-xbutton {
		background-position:center center;
		background-repeat:no-repeat;
		cursor: pointer;
		position: absolute;
		width: 32px;
		height: 32px;
		z-index: 9999;
	}
	.type-text.aixeena-xbutton {
		cursor: pointer;
		position: absolute;
		height: 32px;
		padding: 5px;
	}
		
	.aixeena-xbutton.position-right {
		top: 0px;
		right: 0px;
	}
	.aixeena-xbutton.position-left {
		top: 0px;
		left: 0px;
	}
	/*
	.type-image {background-image:url(../images/closebuttons/close3.png);}
	
	.type-image.close-img-1 {background-image:url(../images/closebuttons/close1.png);}
	.type-image.close-img-2 {background-image:url(../images/closebuttons/close2.png);}
	.type-image.close-img-3 {background-image:url(../images/closebuttons/close3.png);}
	.type-image.close-img-4 {background-image:url(../images/closebuttons/close4.png);}
	.type-image.close-img-5 {background-image:url(../images/closebuttons/close5.png);}*/
	
	.pull-right{
		float:right;
	}
	.clearfix-aixeena{
		clear:both;
		 height: 1px;
        overflow: hidden;
	}
	
	.modulehtml {
		padding-bottom:5px;
	}
	.moduletext {
		padding-bottom:5px;
	}
	.modulebutton {
		padding-bottom:5px;
	}
	
	.aixeena-pnbutton {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 41%;
	cursor: pointer;
	background-position:center center;
	background-repeat:no-repeat;
	}
	.aixeena-previousbutton {
	left: -35px;
	background-image:url(../images/back.png);
	}
	.aixeena-nextbutton {
	right: -35px;
	background-image:url(../images/next.png);
	}


	.theme-1 .md-content { background-color: #fff; color:#333;}
	.theme-1 .md-content-content a{ text-decoration: underline;color:#006699;}
	.theme-1 .md-content-content a:hover{ color:#000;}
	.theme-1 .md-content h3.h3aixeena { background-color: #c5cbcc; color:#000;}
	.theme-1 .md-buttons { color:#000; }
	
	.theme-2 .md-content {background-color: #000;color: #fff;}
	.theme-2 .md-content-content a{ text-decoration: underline;color:#fff;}
	.theme-2 .md-content-content a:hover{ text-decoration: none; color:#e2e2e2;}
	.theme-2 .md-content h3.h3aixeena { background-color: #e2e2e2; color:#000;}
	.theme-2 .md-buttons { color:#fff; }
	
	.theme-3 .md-content { background-color: #fff; color:#333;}
	.theme-3 .md-content-content a{ text-decoration: underline;color:#006699;}
	.theme-3 .md-content-content a:hover{ text-decoration: none; color:#000;}
	.theme-3 .md-content h3.h3aixeena { background-color: #c5cbcc; color:#000;}
	.theme-3 .md-buttons { color:#000; }
	.md-modal.theme-3 {border: 5px solid #c5cbcc; border-radius: 10px;}
	.md-modal.theme-3 .md-content {border-radius: 5px;}
	
	.theme-4 .md-content {background-color: #000;color: #fff;}
	.theme-4 .md-content-content a{ text-decoration: underline;color:#fff;}
	.theme-4 .md-content-content a:hover{ text-decoration: none; color:#e2e2e2;}
	.theme-4 .md-content h3.h3aixeena { background-color: #e2e2e2; color:#000;}
	.theme-4 .md-buttons { color:#fff; }
	.md-modal.theme-4 {border: 5px solid #e2e2e2; border-radius: 10px;}
	.md-modal.theme-4 .md-content {border-radius: 5px;}
	
	.theme-5 .md-content { background-color: #fff; color:#333;}
	.theme-5 .md-content-content a{ text-decoration: underline;color:#006699;}
	.theme-5 .md-content-content a:hover{ text-decoration: none; color:#000;}
	.theme-5 .md-content h3.h3aixeena { background-color: #fff; color:#000;}
	.theme-5 .md-buttons { color:#000; }
	.md-modal.theme-5 .md-content {border-radius: 20px;}
	.md-modal.theme-5 .md-content h3.h3aixeena {border-radius: 20px 20px 0 0;}
	
	.theme-6 .md-content {color: #fff;}
	.theme-6 .md-content-content a{ text-decoration: underline;color:#fff;}
	.theme-6 .md-content-content a:hover{ text-decoration: none; color:#e2e2e2;}
	
	.theme-7 .md-content { background-color: #fff; color:#333;}
	.theme-7 .md-content-content a{ text-decoration: underline;color:#006699;}
	.theme-7 .md-content-content a:hover{ text-decoration: none; color:#000;}
	.theme-7 .md-content h3.h3aixeena { background-color: #000; color:#fff;}
	.theme-7 .md-buttons { color:#000; }	
	.theme-7 .md-content{ background-image:url(../images/services2.jpg); background-repeat:no-repeat; background-position:bottom right;}
	.theme-8 .md-content { background-color: #000;color:#fff;}
	.theme-8 .md-content h3.h3aixeena { background-color: #000; color:#fff;}
	.theme-8 .md-buttons { background-color: #000; color:#fff; }
	.md-modal.theme-8 .md-content, .md-modal.theme-8 .md-content .md-content-content, .md-modal.theme-8 .md-content .md-content-content .aixeena-modal-content, .md-modal.theme-8 .md-content p { padding:0; margin:0;}
	.md-modal.theme-8 .md-content .aixeena-xbutton.position-right {top: -15px;right: -15px;}

	.overlay-theme-1 { background-color: #000; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-2 { background-color: #fff; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-3 { background-color: #ccc; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-4 { background-color: #069; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-5 { background-color: red; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-6 { background-color: orange; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-7 { background-color: green; opacity: 0.8; filter: alpha(opacity = 80); }
	.overlay-theme-8 { background-image:url(../images/back02.jpg); background-repeat:no-repeat; background-position:center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; opacity: 1; filter: alpha(opacity = 100);  }
	.overlay-theme-9 { background-image:url(../images/back01.jpg); background-repeat:no-repeat; background-position:center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; opacity: 1; filter: alpha(opacity = 100);  }
	.overlay-theme-10 { background-image:url(../images/flowers.jpg); background-repeat:no-repeat; background-position:center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; opacity: 1; filter: alpha(opacity = 100);  }
	.overlay-theme-11 { background-image:url(../images/buildings.jpg); background-repeat:no-repeat; background-position:center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; opacity: 1; filter: alpha(opacity = 100);  }
	.overlay-theme-12 { background-image:url(../images/patterns/pattern01.png); background-repeat:repeat; opacity: 1; filter: alpha(opacity = 100);  }
	.overlay-theme-13 { background-image:url(../images/patterns/pattern02.png); background-repeat:repeat; opacity: 1; filter: alpha(opacity = 100);  }
	.overlay-theme-14 { background-image:url(../images/back04.jpg); background-repeat:no-repeat; background-position:center center;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; opacity: 1; filter: alpha(opacity = 100);  }

	.type-text.aixeena-xbutton.axtimer  {
	background-color: #000;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align:center;
	z-index:9999;
	}
	
	/* Effect 1 */

.md-effect-1.md-modal.md-show {
	-webkit-animation: aixeena1 .5s forwards ease-out;
	-moz-animation: aixeena1 .5s forwards ease-out;
	animation: aixeena1 .5s forwards ease-out;
}

@-webkit-keyframes aixeena1 {
	0% { -webkit-transform: scale(0); opacity: 0;  }
	100% { -webkit-transform: scale(1); opacity: 1;   }
}
@-moz-keyframes aixeena1 {
	0% { -moz-transform:  scale(0); opacity: 0;  }
	100% { -moz-transform:  scale(1); opacity: 1; }
}
@keyframes aixeena1 {
	0% { transform:  scale(0); opacity: 0;  }
	100% { transform:  scale(1); opacity: 1; }
}

.md-effectoff-1.md-modal.md-show-out {
	-webkit-animation: aixeena2 .5s forwards ease-out;
	-moz-animation: aixeena2 .5s forwards ease-out;
	animation: aixeena2 .5s forwards ease-out;
	opacity: 0;
}
@-webkit-keyframes aixeena2 {
	0% { -webkit-transform: scale(1); opacity: 1;  }
	100% { -webkit-transform: scale(0.3); opacity: 0;   }
}
@-moz-keyframes aixeena2 {
	0% { -moz-transform:  scale(1); opacity: 1;  }
	100% { -moz-transform:  scale(0.3); opacity:0; }
}
@keyframes aixeena2 {
	0% { transform:  scale(1); opacity: 1;  }
	100% { transform:  scale(0.3); opacity: 0; }
}

.md-effect-2.md-modal.md-show {
	-webkit-animation: aixeena1-2 .5s forwards ease;
	-moz-animation: aixeena1-2 .5s forwards ease;
	animation: aixeena1-2 .5s forwards ease;
}

@-webkit-keyframes aixeena1-2 {
	0% { -webkit-transform: translateX(140%); opacity: 0;  }
	100% { -webkit-transform: translateX(0); opacity: 1;   }
}
@-moz-keyframes aixeena1-2 {
	0% { -moz-transform:  translateX(140%); opacity: 0;  }
	100% { -moz-transform:  translateX(0); opacity: 1; }
}
@keyframes aixeena1-2 {
	0% { transform:  translateX(140%); opacity: 0;  }
	100% { transform:  translateX(0); opacity: 1; }
}


.md-effectoff-2.md-modal.md-show-out {
	-webkit-animation: aixeena2-2 .5s forwards ease;
	-moz-animation: aixeena2-2 .5s forwards ease;
	animation: aixeena2-2 .5s forwards ease;
	opacity: 0;
}

@-webkit-keyframes aixeena2-2 {
	0% { -webkit-transform: translateX(0); opacity: 1;  }
	100% { -webkit-transform: translateX(140%); opacity: 0;   }
}
@-moz-keyframes aixeena2-2 {
	0% { -moz-transform:  translateX(0); opacity: 1;  }
	100% { -moz-transform:  translateX(140%); opacity:0; }
}
@keyframes aixeena2-2 {
	0% { transform:  translateX(0); opacity: 1;  }
	100% { transform:  translateX(140%); opacity: 0; }
}

.md-effectoff-3.md-modal.md-show-out {
	-webkit-animation: aixeena2-3 .5s forwards ease;
	-moz-animation: aixeena2-3 .5s forwards ease;
	animation: aixeena2-3 .5s forwards ease;
	opacity: 0;
}

@-webkit-keyframes aixeena2-3 {
	0% { -webkit-transform: translateY(0); opacity: 1;  }
	100% { -webkit-transform: translateY(140%); opacity: 0;   }
}
@-moz-keyframes aixeena2-3 {
	0% { -moz-transform:  translateY(0); opacity: 1;  }
	100% { -moz-transform:  translateY(140%); opacity:0; }
}
@keyframes aixeena2-3 {
	0% { transform:  translateY(0); opacity: 1;  }
	100% { transform:  translateY(140%); opacity: 0; }
}

.md-effect-3.md-modal.md-show {
	-webkit-animation: aixeena1-3 .5s forwards ease;
	-moz-animation: aixeena1-3 .5s forwards ease;
	animation: aixeena1-3 .5s forwards ease;
}

@-webkit-keyframes aixeena1-3 {
	0% { -webkit-transform: translateY(140%); opacity: 0;  }
	100% { -webkit-transform: translateY(0); opacity: 1;   }
}
@-moz-keyframes aixeena1-3 {
	0% { -moz-transform:  translateY(140%); opacity: 0;  }
	100% { -moz-transform:  translateY(0); opacity: 1; }
}
@keyframes aixeena1-3 {
	0% { transform:  translateY(140%); opacity: 0;  }
	100% { transform:  translateY(0); opacity: 1; }
}

/* Effect 4: Newspaper */

.md-effect-4.md-modal.md-show {
	-webkit-animation: aixeena1-4 .5s forwards ease;
	-moz-animation: aixeena1-4 .5s forwards ease;
	animation: aixeena1-4 .5s forwards ease;
}

@-webkit-keyframes aixeena1-4 {
	0% { -webkit-transform: scale(0) rotate(720deg); opacity: 0;  }
	100% { -webkit-transform: scale(1) rotate(0deg); opacity: 1;   }
}
@-moz-keyframes aixeena1-4 {
	0% { -moz-transform:  scale(0) rotate(720deg); opacity: 0;  }
	100% { -moz-transform:  scale(1) rotate(0deg); opacity: 1; }
}
@keyframes aixeena1-4 {
	0% { transform:  scale(0) rotate(720deg); opacity: 0;  }
	100% { transform:  scale(1) rotate(0deg); opacity: 1; }
}

.md-effectoff-4.md-modal.md-show-out {
	-webkit-animation: aixeena2-4 .5s forwards ease;
	-moz-animation: aixeena2-4 .5s forwards ease;
	animation: aixeena2-4 .5s forwards ease;
	opacity: 0;
}

@-webkit-keyframes aixeena2-4 {
	0% { -webkit-transform: scale(1) rotate(0deg); opacity: 1;  }
	100% { -webkit-transform: scale(0) rotate(720deg); opacity: 0;   }
}
@-moz-keyframes aixeena2-4 {
	0% { -moz-transform:  scale(1) rotate(0deg); opacity: 1;  }
	100% { -moz-transform:  scale(0) rotate(720deg); opacity:0; }
}
@keyframes aixeena2-4 {
	0% { transform:  scale(1) rotate(0deg); opacity: 1;  }
	100% { transform:  scale(0) rotate(720deg); opacity: 0; }
}

/* Effect 5: fall */

.premodal-md-effect-5{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}

.md-effect-5.md-modal.md-show {
	-webkit-animation: aixeena1-5  0.5s  forwards ease-out;
	-moz-animation: aixeena1-5   0.5s  forwards ease-out;
	animation: aixeena1-5   0.5s  forwards ease-out;
}

@-webkit-keyframes aixeena1-5 {
	0% { -webkit-transform:  translateZ(1600px) rotateX(40deg) scale(0); opacity: 0; }
	100% { -webkit-transform: translateZ(0px) rotateX(0deg) scale(1); opacity: 1; }
}
@-moz-keyframes aixeena1-5 {
	0% { -moz-transform:   translateZ(1600px) rotateX(40deg) scale(0); opacity: 0; }
	100% { -moz-transform:translateZ(0px) rotateX(0deg) scale(1); opacity: 1; }
}
@keyframes aixeena1-5 {
	0% { transform: translateZ(1600px) rotateX(40deg) scale(0); opacity: 0; }
	100% { transform: translateZ(0px) rotateX(0deg) scale(1); opacity: 1; }
}


.premodal-md-effect-6{
	-webkit-perspective: 365;
	-moz-perspective: 365;
	perspective: 365;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}

.md-effect-6.md-modal.md-show {
	-webkit-animation: aixeena1-6 0.5s  forwards ease-out;
	-moz-animation: aixeena1-6  0.5s  forwards ease-out;
	animation: aixeena1-6  0.5s  forwards ease-out;
}

@-webkit-keyframes aixeena1-6 {
	0% { -webkit-transform:  translate(130%) translateZ(600px) rotate(10deg) scale(2); opacity: 0; }
	100% { -webkit-transform: translate(0%) translateZ(0) rotate(0deg)  scale(1); opacity: 1; }
}
@-moz-keyframes aixeena1-6 {
	0% { -moz-transform:   translate(130%) translateZ(600px) rotate(10deg)  scale(2); opacity: 0; }
	100% { -moz-transform:translate(0%) translateZ(0) rotate(0deg)  scale(1); opacity: 1; }
}
@keyframes aixeena1-6 {
	0% { transform: translate(130%) translateZ(600px) rotate(10deg)  scale(2); opacity: 0; }
	100% { transform: translate(0%) translateZ(0) rotate(0deg) scale(1); opacity: 1; }
}


.md-effectoff-6.md-modal.md-show-out {
	-webkit-animation: aixeena2-6 .5s forwards ease-in;
	-moz-animation: aixeena2-6 .5s forwards ease-in;
	animation: aixeena2-6 .5s forwards ease-in;
	opacity: 0;
}

@-webkit-keyframes aixeena2-6 {
	0% { -webkit-transform: translate(0%) translateZ(0) rotate(0deg); opacity: 1; }
	100% { -webkit-transform:  translate(50%) translateZ(600px) rotate(10deg); opacity: 0; }
}
@-moz-keyframes aixeena2-6 {
	0% { -moz-transform:translate(0%) translateZ(0) rotate(0deg); opacity: 1; }
	100% { -moz-transform:   translate(50%) translateZ(600px) rotate(10deg); opacity: 0; }
}
@keyframes aixeena2-6 {
	0% { transform: translate(0%) translateZ(0) rotate(0deg); opacity: 1; }
	100% { transform: translate(50%) translateZ(600px) rotate(10deg); opacity: 0; }
	
}

/* Effect 7:  slide and stick to top */
.md-effect-7{
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
}

.md-effectoff-7.md-modal.md-show-out {
	-webkit-animation: aixeena2-7 .5s forwards ease-in;
	-moz-animation: aixeena2-7 .5s forwards ease-in;
	animation: aixeena2-7 .5s forwards ease-in;
	opacity: 0;
}

@-webkit-keyframes aixeena2-7 {
	0% { -webkit-transform: translate(0%) translateZ(0) rotate(0deg); opacity: 1; }
	100% { -webkit-transform:  translateY(-200%) rotate(-130deg); opacity: 0; }
}
@-moz-keyframes aixeena2-7 {
	0% { -moz-transform:   translateY(-200%) rotate(130deg); opacity: 0; }
	100% { -moz-transform:   translateY(-200%) rotate(-130deg); opacity: 0; }
}
@keyframes aixeena2-7 {
	0% { transform: translate(0%) translateZ(0) rotate(0deg); opacity: 1; }
	100% { transform: translateY(-200%) rotate(-130deg); opacity: 0; }
	
}

.premodal-md-effect-8{
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}

.md-effect-8.md-modal.md-show {
	-webkit-animation: aixeena1-8   .4s forwards ease-out;
	-moz-animation: aixeena1-8    .4s forwards ease-out;
	animation: aixeena1-8   .4s forwards ease-out;
}

@-webkit-keyframes aixeena1-8 {
	0% { -webkit-transform:  rotateY(-120deg);  }
	100% { -webkit-transform: rotateY(0deg);  }
}
@-moz-keyframes aixeena1-8 {
	0% { -moz-transform:   rotateY(-120deg); }
	100% { -moz-transform:rotateY(0deg);  }
}
@keyframes aixeena1-8 {
	0% { transform: rotateY(-120deg);  }
	100% { transform: rotateY(0deg);  }
}


.md-effectoff-8.md-modal.md-show-out {
	-webkit-animation: aixeena2-8 .5s forwards ease-in;
	-moz-animation: aixeena2-8 .5s forwards ease-in;
	animation: aixeena2-8 .5s forwards ease-in;
	opacity: 0;
}

@-webkit-keyframes aixeena2-8 {
	0% { -webkit-transform: rotateY(0deg); opacity: 1; }
	100% { -webkit-transform:  rotateY(-120deg); opacity: 0; }
}
@-moz-keyframes aixeena2-8 {
	0% { -moz-transform: rotateY(0deg); opacity: 0; }
	100% { -moz-transform:   rotateY(-120deg); opacity: 0; }
}
@keyframes aixeena2-8 {
	0% { transform: rotateY(0deg); opacity: 1; }
	100% { transform: rotateY(-120deg); opacity: 0; }
}


.md-effect-9.md-modal.md-show {
	-webkit-animation: aixeena1-9 .5s forwards ease-out;
	-moz-animation: aixeena1-9 .5s forwards ease-out;
	animation: aixeena1-9 .5s forwards ease-out;
}

@-webkit-keyframes aixeena1-9 {
	0% {  opacity: 0;  }
	100% {  opacity: 1;   }
}
@-moz-keyframes aixeena1-9 {
	0% {  opacity: 0;  }
	100% {  opacity: 1; }
}
@keyframes aixeena1-9 {
	0% {  opacity: 0;  }
	100% {  opacity: 1; }
}

.md-effectoff-9.md-modal.md-show-out {
	-webkit-animation: aixeena2-9 .5s forwards ease-out;
	-moz-animation: aixeena2-9 .5s forwards ease-out;
	animation: aixeena2-9 .5s forwards ease-out;
	opacity: 0;
}

@-webkit-keyframes aixeena2-9 {
	0% { opacity: 1;  }
	100% {  opacity: 0;   }
}
@-moz-keyframes aixeena2-9 {
	0% { opacity: 1;  }
	100% { opacity:0; }
}
@keyframes aixeena2-9 {
	0% {  opacity: 1;  }
	100% {  opacity: 0; }
}


.md-effect-10.md-modal.md-show {
 	opacity: 1;
}

.md-effectoff-10.md-modal.md-show-out {
	-webkit-animation: aixeena2-10 .1s;
	-moz-animation: aixeena2-10 .1s;
	animation: aixeena2-10 .1s;
}

@-webkit-keyframes aixeena2-10 {
	0% {  opacity: 0; }
	100% {  opacity: 0;   }
}
@-moz-keyframes aixeena2-10 {
	0% { opacity: 0;  }
	100% { opacity: 0; }
}
@keyframes aixeena2-10 {
	0% {  opacity: 0;  }
	100% { opacity: 0;  }
}

.md-effect-11.md-modal.md-show {
	-webkit-animation: aixeena1-11 .5s forwards ease;
	-moz-animation: aixeena1-11 .5s forwards ease;
	animation: aixeena1-11 .5s forwards ease;
}

@-webkit-keyframes aixeena1-11 {
	0% { -webkit-transform: scale(2); opacity: 0;  }
	100% { -webkit-transform: scale(1); opacity: 1;   }
}
@-moz-keyframes aixeena1-11 {
	0% { -moz-transform:  scale(2); opacity: 0;  }
	100% { -moz-transform:  scale(1); opacity: 1; }
}
@keyframes aixeena1-11 {
	0% { transform:  scale(2); opacity: 0;  }
	100% { transform:  scale(1) ; opacity: 1; }
}

.md-effectoff-11.md-modal.md-show-out {
	-webkit-animation: aixeena2-11 .3s;
	-moz-animation: aixeena2-11 .3s;
	animation: aixeena2-11 .3s;
	opacity: 0;
}

@-webkit-keyframes aixeena2-11 {
	0% { -webkit-transform: scale(1); opacity: 1;  }
	100% { -webkit-transform: scale(2); opacity: 0;   }
}
@-moz-keyframes aixeena2-11 {
	0% { -moz-transform:  scale(1); opacity: 1;  }
	100% { -moz-transform:  scale(2); opacity:0; }
}
@keyframes aixeena2-11 {
	0% { transform:  scale(1); opacity: 1;  }
	100% { transform:  scale(2); opacity: 0; }
}

.md-effect-12.md-modal.md-show {
	-webkit-animation: aixeena1-12 .5s forwards ease;
	-moz-animation: aixeena1-12 .5s forwards ease;
	animation: aixeena1-12 .5s forwards ease;
}

@-webkit-keyframes aixeena1-12 {
	0% { -webkit-transform: scale(3); opacity: 0;  }
	100% { -webkit-transform: scale(1); opacity: 1;   }
}
@-moz-keyframes aixeena1-12 {
	0% { -moz-transform:  scale(3); opacity: 0;  }
	100% { -moz-transform:  scale(1); opacity: 1; }
}
@keyframes aixeena1-12 {
	0% { transform:  scale(3); opacity: 0;  }
	100% { transform:  scale(1) ; opacity: 1; }
}

.md-effectoff-12.md-modal.md-show-out {
	-webkit-animation: aixeena2-12 .3s;
	-moz-animation: aixeena2-12 .3s;
	animation: aixeena2-12 .3s;
	opacity: 0;
}

@-webkit-keyframes aixeena2-12 {
	0% { -webkit-transform: scale(1); opacity: 1;  }
	100% { -webkit-transform: scale(3); opacity: 0;   }
}
@-moz-keyframes aixeena2-12 {
	0% { -moz-transform:  scale(1); opacity: 1;  }
	100% { -moz-transform:  scale(3); opacity:0; }
}
@keyframes aixeena2-12 {
	0% { transform:  scale(1); opacity: 1;  }
	100% { transform:  scale(3); opacity: 0; }
}

/* Effect 13: Slide from the left */

.md-effect-13.md-modal.md-show {
	-webkit-animation: aixeena1-13 .5s forwards ease;
	-moz-animation: aixeena1-13 .5s forwards ease;
	animation: aixeena1-13 .5s forwards ease;
}

@-webkit-keyframes aixeena1-13 {
	0% { -webkit-transform: translateX(-140%); opacity: 0;  }
	100% { -webkit-transform: translateX(0); opacity: 1;   }
}
@-moz-keyframes aixeena1-13 {
	0% { -moz-transform:  translateX(-140%); opacity: 0;  }
	100% { -moz-transform:  translateX(0); opacity: 1; }
}
@keyframes aixeena1-13 {
	0% { transform:  translateX(-140%); opacity: 0;  }
	100% { transform:  translateX(0); opacity: 1; }
}

.md-effectoff-13.md-modal.md-show-out {
	-webkit-animation: aixeena2-13 .5s forwards ease;
	-moz-animation: aixeena2-13 .5s forwards ease;
	animation: aixeena2-13 .5s forwards ease;
	opacity: 0;
}

@-webkit-keyframes aixeena2-13 {
	0% { -webkit-transform: translateX(0); opacity: 1;  }
	100% { -webkit-transform: translateX(-140%); opacity: 0;   }
}
@-moz-keyframes aixeena2-13 {
	0% { -moz-transform:  translateX(0); opacity: 1;  }
	100% { -moz-transform:  translateX(-140%); opacity:0; }
}
@keyframes aixeena2-13 {
	0% { transform:  translateX(0); opacity: 1;  }
	100% { transform:  translateX(-140%); opacity: 0; }
}

/* Effect 14: Slide from top */

.md-effect-14.md-modal.md-show {
	-webkit-animation: aixeena1-14 .5s forwards ease;
	-moz-animation: aixeena1-14 .5s forwards ease;
	animation: aixeena1-14 .5s forwards ease;
}

@-webkit-keyframes aixeena1-14 {
	0% { -webkit-transform: translateY(-140%); opacity: 0;  }
	100% { -webkit-transform: translateY(0); opacity: 1;   }
}
@-moz-keyframes aixeena1-14 {
	0% { -moz-transform:  translateY(-140%); opacity: 0;  }
	100% { -moz-transform:  translateY(0); opacity: 1; }
}
@keyframes aixeena1-14 {
	0% { transform:  translateY(-140%); opacity: 0;  }
	100% { transform:  translateY(0); opacity: 1; }
}


.md-effectoff-14.md-modal.md-show-out {
	-webkit-animation: aixeena2-14 .5s forwards ease;
	-moz-animation: aixeena2-14 .5s forwards ease;
	animation: aixeena2-14 .5s forwards ease;
	opacity: 0;
}

@-webkit-keyframes aixeena2-14 {
	0% { -webkit-transform: translateY(0); opacity: 1;  }
	100% { -webkit-transform: translateY(-140%); opacity: 0;   }
}
@-moz-keyframes aixeena2-14 {
	0% { -moz-transform:  translateY(0); opacity: 1;  }
	100% { -moz-transform:  translateY(-140%); opacity:0; }
}
@keyframes aixeena2-14 {
	0% { transform:  translateY(0); opacity: 1;  }
	100% { transform:  translateY(-140%); opacity: 0; }
}

.md-effect-15.md-modal.md-show {
	-webkit-animation: aixeena1-15 2s;
	-moz-animation: aixeena1-15 2s;
	animation: aixeena1-15 2s;
}

@-webkit-keyframes aixeena1-15 {
	0% { -webkit-transform:  rotate(3000deg) scale(0) translateZ(-250px) rotateY(89deg); opacity: 0; }
	50% { -webkit-transform:  rotate(6000deg) scale(3) translateZ(-450px) rotateY(189deg); opacity: 0.5; }
	100% { -webkit-transform: rotate(0deg) scale(1) translateZ(0px) rotateY(0deg); opacity: 1;}
}
@-moz-keyframes aixeena1-15 {
	100% { -moz-transform: translateX(0%) rotateX(0deg);; opacity: 1; }
}
@keyframes aixeena1-15 {
	100% { transform: translateX(0%) rotateX(0deg); opacity: 1; }
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}



	