.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; }

.cols .sidebar { margin-bottom: 1.8em; }
.cols .sidebar .subMenu { padding: .1em 2em 2.1em; background: #f1f1f1; width: 100%; }
.cols .sidebar .subMenu h3 { font-size: 1.250em; font-family: "BrutalRegular", Arial, sans-serif; margin: 2rem 0 0; }
.cols .sidebar .subMenu ul { list-style: none; margin: 0; }
.cols .sidebar .subMenu li { margin-bottom: .3em; }
.cols .sidebar .subMenu li a { border: 0; font-size: .875em; }
.cols .sidebar .subMenu li a:hover { border-bottom: 1px solid #ffad00; }
.cols .sidebar .subMenu li.active a { border-bottom: 1px solid #ffad00; }
@media (max-width: 1024px) { .cols .sidebar { display: none; } }
.cols .items .item { width: 100%; border: 1px solid #D7D7D7; position: relative; margin: 0; margin-bottom: 2em; -webkit-transition: all .3s ease; transition: all .3s ease; }
.cols .items .item .img-hld { margin: 0; padding: 0; }
.cols .items .item .img { position: absolute; border: 1px solid #fff; background-color: #0F0825; background-repeat: no-repeat; background-position: center; background-size: cover; width: 33%; min-height: 100%; -webkit-transition: all .3s ease; transition: all .3s ease; }
.cols .items .item .descr { padding: 1.5em 1.5em 2em 2em; }
.cols .items .item .descr h3 { font-family: "BrutalRegular", Arial, sans-serif; font-size: 1.25em; margin: 0; padding: 0; margin-bottom: .5rem; letter-spacing: 1.11px; -webkit-transition: all .3s ease; transition: all .3s ease; }
.cols .items .item .descr p { padding: 0; margin: 0; font-size: .875em; line-height: 1.36em; letter-spacing: .78px; }
@media (max-width: 1024px) { .cols .items .item .img { width: 41.6%; } }
@media (max-width: 640px) { .cols .items .item .img { width: 25%; } }
.cols .items .item:hover { -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.19); box-shadow: 0 12px 18px rgba(0, 0, 0, 0.19); }
.cols .items .item:hover .img { opacity: .75; }
.cols .items .item:hover .descr h3 { color: #ffad00; }

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