/*
Theme Name: CN Bootstrap
Theme URI: http://www.cn-consult.eu
Author: Jan-Victor Krille
Author URI: http://www.cn-consult.eu
Description:
Version: 2.1.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-size: 62.5%;
}
body {
	margin: 0;
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}


dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.4rem;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 20px;
}

p {
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


body {
	background: #fff;
	padding-top: 75px;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: 0 0 2px -1px #333;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

.navbar-brand {
	border-top: 8px solid #DD0B2F;
	max-width: 200px;
	padding: 12px 0 20px 0;
}

.navbar-brand img {
	width: 200px;
	max-width: 200px;
}

.navbar-brand > a {
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	color: #333;
	text-decoration: none;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #222222;
	font-size: 20px;
	background-size: cover;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}

	aside#secondary {
		padding-left: 3rem;
	}
}
@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .navbar {
	padding: 0;
}

#masthead #metamenu.navbar-nav > li > a {
	color: #999;
}

#masthead .navbar-nav > li > a {
	color: #333333;
	padding: 15px;

}
#masthead .navbar-nav > li > a:hover {
	color: #DD0B2F;
	background: #f9f9f9;
}

.navbar-brand {
	height: auto;
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.dropdown .open .dropdown-menu {
	display: block;
	left: 147px;
	width: 60px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

@media screen and (max-width: 991px) {
	.dropdown-menu {
		border: medium none;
		margin-left: 20px;
		padding: 0;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 5px;
	}
}

@media screen and (min-width: 992px) {
	#metamenu {
		position: absolute;
		top: 0;
		right: 0;
	}
	#masthead #metamenu.navbar-nav > li > a {
		padding: 5px 15px;
		color: #999;
	}

	#mainmenu {
		padding-top: 25px;
	}
	#masthead #mainmenu.navbar-nav > li > a {
		padding: 10px 15px;
	}
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.navigation.post-navigation {
	padding-top: 30px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
	text-decoration: none;
}
.post-navigation .nav-next a::after {
	content: " →";
}
.post-navigation .nav-previous a::before {
	content: "← ";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

.sidebar-nav ul {
	list-style: none;
	padding: 0;
}

.sidebar-nav ul li a {
	display: block;
	padding: 1rem;
	border-top: 1px solid #ddd;
}

.sidebar-nav ul li a:hover {
	text-decoration: none;
	background: #eee;
}

.sidebar-nav ul li:last-of-type a {
	border-bottom: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: #eee;
	text-decoration: none;
}

.widget_lm_postlist_widget ul {
	list-style: none;
	padding: 0;
}

.widget_lm_postlist_widget ul li {
	line-height: 2rem;
}

.widget_lm_postlist_widget ul li .lm-postlist-thumbnail {
	display: block;
	height: 6rem;
	background-color: #efefef;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 2rem 0 1rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
	padding-bottom: 60px;
	padding-top: 60px;
}
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-excerpt,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content .post-image {
	background-position: center center;
	background-size: cover;
	height: 20rem;
	margin-bottom: 2rem;
	border: 1px solid #eee;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
	margin-top: 0;
}


.archive-page article {
	margin-bottom: 20px;
}

#news-slider-container {
	height: 20rem;
	width: 100%;
}

#news-slider nav.slider-navigation {
	z-index:50;
	position:absolute;
	top: 5px;
	right: 3px;
}

#news-slider nav.slider-navigation a {
	margin: 5px;
	background: rgba(233, 233, 233, 0.5);
	border-radius: 20px;
	color: transparent;
	box-shadow: 0 0 5px #333;
	display: block;
	width: 8px;
	height: 8px;
}

#news-slider nav.slider-navigation a.activeSlide {
	background: rgba(233, 233, 233, 0.9);
}


#news-slider article,
.archive-page article .entry-header {
	position: relative;
	min-height: 20rem;
	background: #eee;
}
#news-slider article {
	min-height: 20rem;
	width: 100%;
}

#news-slider article .post-thumbnail {
	height: 20rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.archive-page article .entry-header .post-thumbnail {

}

#news-slider article .entry-meta,
.archive-page article .entry-header .entry-meta {
	position: absolute;
	top: 1rem;
	left: 0;
	height: 2.6rem;
	line-height: 2.6rem;
	font-size: 1.2rem;
	font-weight: bold;
	background: #DD0B2F;
	color: #ffffff;
	padding: 0 1rem;
}
#news-slider article .entry-meta:after,
.archive-page article .entry-header .entry-meta:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	right: -2.6rem;
	border: 1.3rem solid transparent;
	border-left-color: #DD0B2F;
	border-top-color: #DD0B2F;
}
#news-slider article .entry-meta a,
.archive-page article .entry-header .entry-meta a {
	color: #eeeeee;
}
#news-slider article .entry-meta a:hover,
.archive-page article .entry-header .entry-meta a:hover {
	color: #ffffff;
}

#news-slider article a.title-link,
.archive-page article .entry-header a.title-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	transition: background-color linear .8s;
}
#news-slider article:hover a.title-link,
.archive-page article:hover .entry-header a.title-link {
	background: rgba(0,0,0,0.1);
}
#news-slider article h2.entry-title,
.archive-page article .entry-header h2.entry-title {
	position: absolute;
	top: 4rem;
	padding: 0 1rem;
	font-size: 4rem;
	color: #ffffff;
	text-shadow: 0.1rem 0.1rem 0 #000;
}

.entry-title.hidden {
	visibility: hidden;
	height: 0;
}

#news-slider article {
	position: relative;
}
#news-slider article .entry-content {
	position: absolute;
	bottom: 0;
	padding: 1rem;
	color: #ffffff;
	text-shadow: 0.1rem 0.1rem 0 #000;
	background: rgba(0,0,0,0.6);
	width: 100%;
}


.archive-page article .entry-content {

}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comment-body .pull-left {
	padding-right: 10px;
}
.comment-list .comment {
	display: block;
}
.comment-list {
	padding-left: 0;
}
.comments-title {
	font-size: 18px;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 9px 0;
}
.comment-list .pingback:first-child {
	border: medium none;
}




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 133px !important;
}
.variations_form .variations .value > select {
	margin-bottom: 10px;
}
.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
	display: none;
}
.elementor-page #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}
.elementor-page .entry-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
	display: none;
}
.vc_desktop #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}
.vc_desktop .entry-content {
	margin-top: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
	background: #222222 none repeat scroll 0 0;
	color: #aaaaaa;
	padding: 0;
	text-align: center;
}

footer .address {
	border-top: 8px solid #DD0B2F;
	width: 200px;
	max-width: 200px;
	padding: 12px 0 20px 0;
	float: left;
	text-align: left;
}

footer .footermenu {
	padding: 20px 0;
	float: right;
}

footer .footermenu li {
	display: inline-block;
	float:left;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a, footer#colophon a {
    color: inherit;
}


@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

#masthead #mainmenu.navbar-nav > li > a {
	font-weight: bold;
}

li.dropdown-btn {
	position: relative;
}

li.dropdown-btn:hover ul.dropdown-menu {
	display: block;
}

.navbar .dropdown-menu {
	font-size: 1.3rem;
}

li.dropdown-btn ul.dropdown-menu > li.menu-item:hover {
	background: #f9f9f9;
}

li.dropdown-btn ul.dropdown-menu > li.menu-item:hover a {
	color: #DD0B2F;
}

#page-sub-header {
	height: 400px;
	background-position: center center;
}

@media screen and (max-width: 991px) {
	#page-sub-header {
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	#page-sub-header {
		height: 150px;
	}
}

#page-sub-header h1 {
	text-shadow: 1px 1px 0 #333;
}

#page-sub-header p {
	color: #fff;
	text-shadow: 1px 1px 0 #333;
}

a {
	color: #DD0B2F;
	text-decoration: none;
}

a:focus, a:hover {
	color: #af0928;
	text-decoration: underline;
}

h1.page-title {
	margin-bottom: 1.5rem;
}


.reference-logo {
	margin-top: 30px;
}

.entry-excerpt {
	color: #aaa;
}

.entry-content.row {
	margin: 1.5em -15px !important;
}

.article-list article.references.type-references {
	margin-bottom: 3em;
}

.article-list.only-headline article header h2:before {
	content: '〉'
}


div.contact-form {
	float: left;
	width: 66%;
	margin-right: 1%;
}

div.contact-form .wpcf7-text, #content div.contact-form .wpcf7-captchar, #content div.contact-form .wpcf7-textarea {
	width: 80%;
	padding: 5px;
	font-family: Thahoma, Verdana, sans-serif;
}

div.contact-form .your-zip .wpcf7-text {
	width: 16%;
}

div.contact-form .your-location .wpcf7-text {
	width: 60%;
}

div.contact-form .wpcf7-select, #content div.contact-form .wpcf7-date {
	width: 40%;
}

div.contact-form .wpcf7-date {
	padding: 3px;
}

div.contact-form .wpcf7-select {
	padding: 5px;
	font-family: Thahoma, Verdana, sans-serif;
}

div.contact-form .wpcf7-checkbox {
	border: none;
	font-size: 1em;
	padding: 0;
}

div.contact-form img {
	vertical-align: middle;
	border: 1px solid #aaa;
	box-shadow: none;
	width: auto;
}

div.contact-form .wpcf7-submit {
	border: none;
	background: #444;
	color: #eee;
	padding: 8px;
	width: 50%;
}

div.contact-form .wpcf7-submit:hover {
	background: #555;
}

div.contact-form .wpcf7-submit:active {
	background: #d70232;
}

div.contact-form img.ajax-loader {
	border: none;
}

.wpcf7 .wpcf7-response-output {
	position: absolute;
	top: -10px;
	background: #fff;
	border: 2px solid #333;
	border-radius: 5px;
	box-shadow: 0 0 10px #888;
}

.wpcf7 .wpcf7-validation-errors {
	background: #ffc000;
	border: 2px solid #ff9c00 !important;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: #ffffff;
	border: 2px solid #a6d600 !important;
}

.wpcf7-not-valid-tip {
	border-radius: 5px;
}

.ajax-error {

}

/* BUTTON START */

.ui-button {
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding: 10px;
	display: inline-block;
}

a.ui-button, a .ui-button, .ui-button a {
	text-decoration: none;
}

.ui-button.black {
	color: #fff;
	background: #333;
	border-color: #333;
	background-image: -moz-linear-gradient(top, #666, #333); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #666), color-stop(1, #333)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #666, #333); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #666, #333); /* Opera 11.1+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#333'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#333')"; /* IE8+ */
	background-image: linear-gradient(to bottom, #666, #333);
}

.ui-button.black:hover {
	background-image: -moz-linear-gradient(top, #888, #333); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #888), color-stop(1, #333)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #888, #333); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #888, #333); /* Opera 11.1+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#333333'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#333333')"; /* IE8+ */
	background-image: linear-gradient(to bottom, #888, #333);
}

.ui-button.green {
	color: #fff;
	background: #33a700;
	border-color: #33a700;
	background-image: -moz-linear-gradient(top, #35c000, #33a700); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #35c000), color-stop(1, #33a700)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #35c000, #33a700); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #35c000, #33a700); /* Opera 11.1+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#35c000', endColorstr='#33a700'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#35c000', endColorstr='#33a700')"; /* IE8+ */
	background-image: linear-gradient(to bottom, #35c000, #33a700);
}

.ui-button.green:hover {
	background-image: -moz-linear-gradient(top, #3cdd00, #33a700); /* FF3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3cdd00), color-stop(1, #33a700)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #3cdd00, #33a700); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #3cdd00, #33a700); /* Opera 11.1+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cdd00', endColorstr='#33a700'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cdd00', endColorstr='#33a700')"; /* IE8+ */
	background-image: linear-gradient(to bottom, #3cdd00, #33a700);
}