@import url(bootstrap.min.css);
@import url(fontawesome.all.min.css);

body { font-family: "Poppins", sans-serif; background: #f7f7f7 url(../images/bg.png) no-repeat}

a:before { position: absolute; content: ""; width: 30px; height: 1px; background: #000; left: -15px; top: 30px}
a:after { position: absolute; content: ""; width: 30px; height: 1px; background: #000; right: -15px; top: 30px}

a:hover:before, a:hover:after { background: #fff!important;}


