/* Buttons */
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #151515;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000000;
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-repeat: repeat-x;
    border-color: #151515 #303030 #151515;
}

.btn-transparent {
    color: #ffffff;
    font-size: 18px;
    text-shadow: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-repeat: repeat-x;
    border-color: #ffffff;
    border-width: 2px;
    box-shadow: -6px 6px 9px 0px rgb(34 34 34 / 60%);
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent.active, .btn-transparent.disabled, .btn-transparent[disabled], .btn-transparent:focus {
    color: #fff;
    background-color: #00000052;
}

.btn-transparent.active.focus, .btn-transparent.active:focus, .btn-transparent.active:hover, .btn-transparent:active.focus, .btn-transparent:active:focus, .btn-transparent:active:hover, .open>.dropdown-toggle.btn-transparent.focus, .open>.dropdown-toggle.btn-transparent:focus, .open>.dropdown-toggle.btn-transparent:hover {
	color: #fff;
    background-color: #00000063;
}


.btn-gold {
    color: #fff;
    font-size: 18px;
    text-shadow: none;
    background-color: #000000;
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-repeat: repeat-x;
    border-color: #000000;
    border-width: 2px;
    box-shadow: -6px 6px 9px 0px rgb(34 34 34 / 60%);
}

.btn-gold:hover, .btn-gold.disabled, .btn-gold[disabled] {
    color: #fff;
	background-color: #000;
	box-shadow: none;
}

.btn-gold:focus, .btn-gold:active, .btn-gold.active {
	color: #fff;
    background-color: #222222;
	box-shadow: none;
}

.btn-gold.active.focus, .btn-gold.active:focus, .btn-gold.active:hover, .btn-gold:active.focus, .btn-gold:active:focus, .btn-gold:active:hover, .open>.dropdown-toggle.btn-gold.focus, .open>.dropdown-toggle.btn-gold:focus, .open>.dropdown-toggle.btn-gold:hover {
	color: #fff;
    background-color: #222222;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #151515;
    background-position: 0 40px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
    background-color: #1f1f1f;
    border-color: #000000;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #303030;
    border-color: #000000;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #333333;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #1f1f1f;
    border-color: #000000;
}

#clear {
	outline: none;
    line-height: 1.9;
    padding: 6px 12px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/**/
.btn-template {
    color: #fff;
    text-shadow: none;
    background-color: #af874e;
    background-image: linear-gradient(to bottom, transparent, transparent);
    background-repeat: repeat-x;
    border-color: #af874e;
    border-width: 2px;
    box-shadow: -6px 6px 9px 0px rgb(34 34 34 / 60%);
}

.btn-template:hover, .btn-template.disabled, .btn-template[disabled] {
    color: #fff;
	background-color: #af874e;
	box-shadow: none;
}

.btn-template:focus, .btn-template:active, .btn-template.active {
	color: #fff;
    background-color: #cf9d55;
	box-shadow: none;
}

.btn-template.active.focus, .btn-template.active:focus, .btn-template.active:hover, .btn-template:active.focus, .btn-template:active:focus, .btn-template:active:hover, .open>.dropdown-toggle.btn-template.focus, .open>.dropdown-toggle.btn-template:focus, .open>.dropdown-toggle.btn-template:hover {
	color: #fff;
    background-color: #cf9d55;
	border-color: #cf9d55;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

.btn-template.disabled,.btn-template.disabled.active,.btn-template.disabled.focus,.btn-template.disabled:active,.btn-template.disabled:focus,.btn-template.disabled:hover,.btn-template[disabled],.btn-template[disabled].active,.btn-template[disabled].focus,.btn-template[disabled]:active,.btn-template[disabled]:focus,.btn-template[disabled]:hover,fieldset[disabled] .btn-template,fieldset[disabled] .btn-template.active,fieldset[disabled] .btn-template.focus,fieldset[disabled] .btn-template:active,fieldset[disabled] .btn-template:focus,fieldset[disabled] .btn-template:hover {
    background-color: #af874e;
    border-color: #af874e;
}