.slider-holder { position: relative; margin-bottom: 1.8em; }

.slider-arrows { width: 100px; height: 48px; position: absolute; bottom: 0; left: 50%; margin-left: -50px; }
.slider-arrows .arrow-left, .slider-arrows .arrow-right { background-color: rgba(0, 0, 0, 0.75); width: 46px; height: 46px; float: left; margin: 0 1px 0 0; cursor: pointer; -webkit-transition: all .3s ease; transition: all .3s ease; }
.slider-arrows .arrow-left:hover, .slider-arrows .arrow-right:hover { background-color: #000; }
.slider-arrows .icon { width: 18px; margin: 0 auto; position: relative; top: 11px; }

.item-holder { margin-bottom: 1.8em; }

.item { display: block; width: 100%; height: auto; padding: 0 0 1.688em; border: 1px solid #D7D7D7; -webkit-transition: all .5s ease; transition: all .5s ease; }
.item img { width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease; }
.item .info { width: 100%; max-height: 106px; height: 106px; overflow: hidden; }
.item h3 { font-family: "BrutalRegular", Arial, sans-serif; font-size: 1.25em; letter-spacing: 1.11px; margin: 1.4em 1.2em .7em; line-height: 1.1; -webkit-transition: all .5s ease; transition: all .5s ease; text-transform: uppercase; }
.item p { font-size: .875em; margin: 0 1.714em; line-height: 1.571em; }
.item:hover { border: 1px solid #fff; -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.19); box-shadow: 0 12px 18px rgba(0, 0, 0, 0.19); }
.item:hover h3 { color: #ffad00; }
.item:focus, .item:active, .item:visited { color: #111111; }

/*# sourceMappingURL=sitems.css.map */