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

* {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #777;
	font-size: 14px;
}

h1 {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 34px;
	font-weight: 600;
	color: #000;
	line-height: 38px;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 24px;
	font-weight: 600;
	color: #ed2937;
	text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
	line-height: 24px;
}

h3 {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 22px;
    line-height: 24px;
	font-weight: 600;
	color: #333;
    margin-bottom: 10px;
}

h4 {
	font-family: 'Baloo Tamma 2', cursive;
	font-size: 16px;
	color: inherit;
	font-weight: 500;
	margin-bottom: 12px;
    line-height: 18px;
}

h5 {
	
}

h6 {
	
}

h1 span,
h2 span {
	font-weight: 200;
}

p {
	line-height: 22px;
	text-align: justify;
}

a {
	color: #0087DD;
	text-decoration: none;
}

a:hover {
	
}

h2 a {
	color: inherit;
}

ul,
ol {
	padding: 0 0 0 20px;
}

li {
	
}

input {
	border: solid 2px #ccc !important;
	border-radius: 4px;
	padding: 8px;
}

textarea {
	border: solid 2px #f1f1f1;
	border-radius: 4px;
	padding: 8px;
	min-height: 100px;
}

select {
	
}

option {
	
}

strong {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

button,
.button {
	font-family: 'Lato', sans-serif;
	background: #ec2b38;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 12px 30px;
	text-align: center;
	border-radius: 3px;
	max-width: 200px;
	font-weight: 700;
	box-sizing: border-box;
	margin: 8px auto;
	text-decoration: none;
	border: none;
	/*min-width: 200px;*/
}

section,
div,
nav {
	box-sizing: border-box;
}

table {
	border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

th {
	width: 150px;
    font-weight: 700;
    padding: 8px 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    background: rgba(0,0,0,.025);
}

td {
    padding: 5px 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
	vertical-align: middle;
}

footer {
	padding: 40px 0;
    margin: 60px 0 0;
}

input.mk_icon {
	border: none;
}

a img.mk_icon {
	cursor: pointer;
}

.mk_icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.mk_align_right {
	float: right;
}

.mk_align_left {
	float: left;
}

fieldset {
	border: dotted 1px #e1e1e1;
	padding: 20px;
}

.cursor {
	cursor: pointer;
}

.column {
	
} 

.column-50 {
	float: left;
	width: 50%;
}