.md-trigger
{
	background:none;
	position:absolute;
	border:none;
	color:#fff;
	cursor:pointer;
	padding: 0;
	margin: 0;	
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 640px;
	max-width: 640px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(21,124,189,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-close
{
	font-family:Arial;
	font-size:12px  !important;
	font-weight:300;
	border:1px solid #fff;
	color:#fff;
	background:#56a843;
	padding:5px 45px !important;
	margin:0 auto 15px !important;
}
/* контент стилі */
.md-content {
	color: #fff;
	background: #56a843;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	font-family:'Roboto Slab';
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 1.4em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content > div {
	padding: 0 15px 10px;
	margin: 15px 0;
	font-weight: 300;
	font-size: 1.15em;
	font-family: Arial;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
	font-family:'Roboto Slab';
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 0;
}

.md-content > div ul li {
	font-size:14px;
	line-height: 18px;
	list-style: none; 
	padding-left: 24px; 
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

/* эффект*/
.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg); 
	-moz-transform: translateZ(600px) rotateX(20deg); 
	-ms-transform: translateZ(600px) rotateX(20deg); 
	transform: translateZ(600px) rotateX(20deg); 
	opacity: 0;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	-moz-transform: translateZ(0px) rotateX(0deg);
	-ms-transform: translateZ(0px) rotateX(0deg);
	transform: translateZ(0px) rotateX(0deg); 
	opacity: 1;
	padding:0 0 10px 0;
}

/**/
.link a
{
	color:#fff;
}
.link a:hover
{
	text-decoration:underline;
}

.direc
{
    background: url('user.png') no-repeat 3px 1px; 
}

.meken
{
    background: url('home.png') no-repeat 3px 2px; 
}

.tel
{
    background: url('tel.png') no-repeat 3px 2px; 
}

.link
{
    background: url('link.png') no-repeat 3px 2px; 
}

.email
{
    background: url('email.png') no-repeat 3px 2px; 
}