.button{appearance:none;color:#0f1923;cursor:pointer;text-transform:uppercase;background:0 0;border:none;padding:8px;font-size:14px;font-weight:700;transition:all .15s;position:relative}.button:before,.button:after{content:"";border:1px solid #7d8082;height:calc(50% - 5px);transition:all .15s;display:block;position:absolute;left:0;right:0}.button:before{border-bottom-width:0;top:0}.button:after{border-top-width:0;bottom:0}.button:active,.button:focus{outline:none}.button:active:before,.button:active:after{left:3px;right:3px}.button:active:before{top:3px}.button:active:after{bottom:3px}.button_lg{color:#fff;background-color:#0f1923;padding:10px 20px;display:block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0000}.button_lg:before{content:"";background-color:#0f1923;width:2px;height:2px;display:block;position:absolute;top:0;left:0}.button_lg:after{content:"";background-color:#0f1923;width:4px;height:4px;transition:all .2s;display:block;position:absolute;bottom:0;right:0}.button_sl{background-color:#fab04a;width:0;transition:all .2s;display:block;position:absolute;top:0;bottom:-1px;left:-8px;transform:skew(-15deg)}.button_text{position:relative}.button:hover{color:#0f1923}.button:hover .button_text{color:#553509}.button:hover .button_sl{width:calc(100% + 15px)}.button:hover .button_lg:after{background-color:#fff}.button_text:after{content:"";background-image:url(/img/gallery.png);background-repeat:no-repeat;background-size:contain;width:30px;height:30px;margin-left:5px;display:inline-block}
