@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
body {background:#F3F5F4;font-family: 'Lora', serif;}
h1 {}
header {background:#000;height:10px;overflow:hidden;}
header a {font-size:18px; color:#fff;}
h1 a  {text-decoration: none}
h2 {padding:0;margin:0;margin-top:15px;font-size:14px;}
.card >  div {margin-bottom:15px;box-shadow: 0px 0px 1px 0px #656565;}
.card div{background:#fff;border-radius: 2px;padding:5px;}
.card div h3 {font-size:22px;color:#13A3E0;margin-bottom:10px;; font-weight:normal;}
.card p {color:#5a5a5a;font-size:12px;text-align: justify}
.card blockquote {color:#a6a6a6;font-size:10px;position:absolute;top:0;left:0;background: #fff;padding:2.5px 25px;}
.card div img {width:100%;border:1px solid #b5b5b5;padding:1px}
.card .bg {max-height:350px;min-height:250px;position: relative;

  background: no-repeat center center ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jax {background:#4f9657;color:#fff !important;text-decoration:none;padding:10px;margin-top:15px;margin:30%;}
.jax a {color:#fff}
.card .more-link {background:url('../img/nj5t0njo.jpg') right center no-repeat;border-top:1px dotted #c0c0c0;display:block;margin-top:20px;padding-top:5px;font-size:18px;text-decoration:none;color:#ffa800;}
.aside {background:#eaeaea;padding:5px;}
ul li {list-style:circle;margin:0;font-size:12px;margin-bottom:5px;border-bottom:1px dotted #CCCCCC}
 
ul li a {text-decoration: none}
.md-modal label {display:block;}
.md-modal label {width:100%;float:left;}
.md-modal input {width:100%;float:left;margin-bottom:10px;}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
button {
	border: none;
	padding: 0.6em 1.2em;
	background: #c0392b;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #A5281B;
}
.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: #000;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	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(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #f0f0f0;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	color:#000
}

.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	opacity: 1;
	background: #b3b3b3;
	border-radius: 3px 3px 0 0;
}

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

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

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

.md-content > div ul li {
	padding: 5px 0;
}

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

/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}