@charset "utf-8";

/*#bottom-fixed .component-btn-black {
position: fixed;
left: 0px;
top: 45%;
z-index: 10;
display: inline;
transform: translate(0, -50%);
-ms-writing-mode: tb-rl;
writing-mode: vertical-lr;
text-orientation: sideways;
-webkit-text-orientation: sideways;
}*/

@media screen and (max-width: 1024px) {
#bottom-fixed .component-btn-black {


}
}

/*[class*='component-btn-'] {
    display: table;
    text-align: center;
    width: 45px
}*/



#bottom-fixed .component-btn-black a {
color: #fff;
background:
	/*radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),*/
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 10%, #D1B464 32.5%, #5d4a1f 95%, #5d4a1f 100%) !important;
	padding-top: 13px;
	padding-bottom: 13px;
	/*padding-right: 13px;
-webkit-opacity: .9;
opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; */
}

#bottom-fixed .component-btn-black.border a {
	border: solid 2px #e7d887;
	border-right: 0;
	font-size: 115%;
	line-height: 1.4;
	vertical-align: bottom !important;
	border-top-left-radius : 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-bottom-left-radius : 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-right-radius :0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
	border-bottom-right-radius :0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,.4);
	position: relative;

}
@media screen and (max-width:1024px) {
	#footer .footer-copyright {
		padding-bottom: 70px;
	}
}

/*@media screen and (max-width: 1024px) {*/
.component-btn-black a:before {
    /*background: none !important;
    background-size: 0;*/
}

[class*='component-btn-'] a:before {
    content: "";
    display: inline-block;
    height: 9px;
    margin: 0 8px 1px 0;
    vertical-align: baseline;
    width: 6px;
