
/* addons/shared_addons/modules/idea_gallery/css/idea_gallery.css */

div.icon{display:inline-block;height:75px;width:75px;text-align:center;background-repeat:no-repeat;background-size:contain;border-radius:50%;transition:0.1s}.card{-webkit-box-shadow:2px 4px 5px 1px rgba(206,206,206,0.75);-moz-box-shadow:2px 4px 5px 1px rgba(206,206,206,0.75);box-shadow:2px 4px 5px 1px rgba(206,206,206,0.75);background-color:#fff;margin-bottom:21px}.card
p.description{height:150px;width:100%;overflow:hidden}.card h4.uppercase.text-grey{height:30px}.ideas{max-height:550px}a.c4down::before{color:#fff;font-size:60px;-webkit-animation-name:strobe;-webkit-animation-duration:3s;animation-name:strobe;animation-duration:3s;animation-iteration-count:infinite}a.c4down:hover::before{color:#fff;animation:none}@-webkit-keyframes
strobe{0%{color:rgba(255,255,255,0.2);transform:translateY(-10px)}50%{color:rgba(255,255,255,0.8);transform:translateY(0px)}100%{color:rgba(255,255,255,0.2);transform:translateY(-10px)}}@keyframes
strobe{0%{color:rgba(255,255,255,0.2);transform:translateY(-10px)}50%{color:rgba(255,255,255,0.8);transform:translateY(0px)}100%{color:rgba(255,255,255,0.2);transform:translateY(-10px)}}
