.button, button, .button:focus, button:focus {
	background: #9ac100;
	border-radius: 32px !important;
	height: 36px;
	padding: 0 20px 0 20px;
	line-height: 36px;
	min-height: initial;
	letter-spacing: 2px;
	font-weight: 600;
	border: 0;
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	outline: none;
}
.button:hover, button:hover {
	color: #fff;
	background: #ce6c07;
}
.dropdown,
.modal {
	border-radius: 0;
}
.modal .close {
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	opacity: 1;
}
.close:before, .kube-close:before {
	content: "\e905";
	color: #000;
	font-weight: bold;
	font-size: 150%;
}
.modal-header {
	padding-right: 64px;
}
.overlay {
	background-color: rgba(0,0,0,.7);
}
a {
	color: #000;
}
a:hover {
	color: #ce6c07;
}
.button, body, button, h1, h1.title, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
.fixed {
	z-index: 1000;
}
@media screen and (max-width: 768px) {
	.modal {
		position: fixed;
		top: inherit;
		right: inherit;
		bottom: inherit;
		left: inherit;
		z-index: inherit;
		display: inherit;
		overflow: inherit;
		-webkit-overflow-scrolling: inherit;
		outline: inherit;
	}
}
.modal-box {
	z-index: 2000;
}
blockquote {
	color: #444;
}
.close {
	display: inline-block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	opacity: .5;
	border: none;
	line-height: 25.2px;
	height: 28px;
	width: 28px;
	font-size: 28px;
}
.close:before {
	content: '\00D7';
}
.index-page h1 {
	font-size: 18px;
}

button.f-button,
button.f-button:focus,
button.f-button:active,
button.f-button:hover {
	padding: 0;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}
button.f-thumbs__slide__button,
button.f-thumbs__slide__button:focus,
button.f-thumbs__slide__button:active,
button.f-thumbs__slide__button:hover {
	padding: 0;
	border-radius: 0 !important;
	width: 100%;
	height: 100%;
}
body.compensate-for-scrollbar jdiv {
	display: none;
}