*, *:before, *:after {
 	-moz-box-sizing: border-box;
	box-sizing: border-box;   
}

body {
	background-color: #fafafa;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}

body, form {
	padding: 0;
}

img {
	vertical-align: middle;
	outline: none;
	max-width: 100%;
}

table, table td {
	padding: 0;
}

input, textarea {
    border-radius: 0;
	outline: none;
}

input[type=text],
input[type=password],
input[type=email] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

a {
	text-decoration: none;
	color: #1893e7;
}

b,
strong {
    font-weight: 500;
}

:focus {
	outline: 0;
}

.dialog {
	display: none;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
	width: 49%;
	float: left;
}

.right {
	width: 49%;
	float: right;
}

.wrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
    padding: 0 12px;
}

.wrap-fluid {
	margin: 0 12px;
	padding: 0 12px;
}

.icon {
	font-family: Ionicons;
	font-weight: normal !important;
}

.vAlignParent {
    display: table;
    width: 100%;
    height: 100%;
}

.vAlignChild {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

header {
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    text-align: center;
    position: fixed;
    height: 56px;
    line-height: 56px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

header img {
    width: auto;
    height: 32px;
    vertical-align: top;
    margin-top: 12px;
}

.button {
	display: inline-block;
	vertical-align: middle;
	background-color: #1ec659;
	color: white;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0 12px;
	height: 32px;
}

.button-small {
	background-color: white;
	border-radius: 5px;
	color: #1893e7;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	padding: 0 12px;
	line-height: 28px;
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #1893e7;
}

.button-small:hover {
	background-color: #1893e7;
	color: white;
}

.button-with-icon .ghost {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.button-with-icon .icon,
.button-with-icon .label {
	vertical-align: middle;
}

.button-with-icon .icon {
	padding-right: 5px;
}

.button-with-icon .icon {
	font-size: 18px;
}

.list-button {
	margin-left: 4px;
}