/**  Plugin styles */
.dynamic-height-wrap { overflow: hidden; position: relative; -webkit-transition: max-height 0.25s ease-in-out; -moz-transition: max-height 0.25s ease-in-out; -o-transition: max-height 0.25s ease-in-out; transition: max-height 0.25s ease-in-out; width: 100%; }
.dynamic-height-active .dynamic-show-more { display: inline-block; }
.dynamic-show-more { display: none; }
.btn-show-more { width: 100px; height: 30px; display: block !important; float: none; margin: 20px auto 10px auto; cursor: pointer; background: #f77f43; border: 1px solid #f77f43; color: #fff; }
.btn-show-more:hover { border: 1px solid #4a4b4c; background: none; color: #4a4b4c; }
