select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Arial, sans-serif;
	padding: 10px 12px;
	max-width: 100%!important;
	height: auto;
	box-shadow: none;
	border-radius: 0;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%!important;
	padding: 24px
}

.item-page.edit .icon-remove {
	display: inline-block;
}

.calendar-container select {
	padding: 6px;
}

.calendar-container .btn-group .btn,
.item-page.edit .calendar-container .btn-group .btn {
	margin: 10px 5px;
}

.js-editor-tinymce button {
	display: inline-block;
}

.k2LatestCommentsBlock ul {
	margin-left: 0;
}

#gkHeaderNav .gkPage h1 {
	margin: 0;
}

.breadcrumbs {
	margin: 0;
}

.gkMenu ul ul {
	margin: 0;
}

.btn,
#member-profile .form-actions .btn + a {
	-webkit-appearance: none;
	background: #eee;
	border: 1px solid #eee;
	color: #1b1d1f!important;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	line-height: 39px;
	margin: 0 5px 2px 2px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.btn:hover, .btn:focus, .btn:active,
#member-profile .form-actions .btn + a:hover,
#member-profile .form-actions .btn + a:focus,
#member-profile .form-actions .btn + a:active {
	color: #fff!important;
	box-shadow: none;
	text-decoration: none;
}

#helpsite-refresh {
	float: right;
}