.sidebar-img-banner-title{
    word-break: break-all;
}
.sidebar-img-banner-title span{
    word-break: break-all;
}
.empty_field{
    border: 3px solid red!important;
}
.pag{
    padding-left: 15px;
    padding-right: 15px;
}
#modal_form {
	width: 500px;
	/*height: 100px;*/
	text-align: center;
	border-radius: 10px;
	border: 3px #0071ff solid;
	background: #fff;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -50px;
	margin-left: -250px;
	display: none;
	opacity: 0;
	z-index: 5;
	padding: 30px 10px;
}
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
#overlay {
	z-index:3;
	position:fixed;
	background-color:#8599b4;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}
.pagination-link {
  text-decoration: none;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px; }

.pagination-prev:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #0071ff;
  border-left: 2px solid #0071ff;
  position: absolute;
  display: block;
  top: 6px;
  left: 9px;
  transform: rotate(-45deg); }

.pagination-next:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #0071ff;
  border-left: 2px solid #0071ff;
  position: absolute;
  display: block;
  top: 6px;
  right: 9px;
  transform: rotate(135deg); }

.pagination-arrow {
  border: 2px solid #0071ff;
  color: #0071ff;
  transition: all .3s; }
  .pagination-arrow.invis {
    opacity: .5; }
  .pagination-arrow:hover {
    background: #0071ff; }
    .pagination-arrow:hover:before {
      border-color: #fff; }

.pagination-numb {
  border: 1px solid #0071ff;
  color: #fff;
  background: #0071ff;
  padding-top: 4px;
  transition: all .3s; }
  .pagination-numb:hover {
    background: #fff;
    color: #0071ff; }
  .pagination-numb.active {
    background: #fff;
    color: #0071ff; }

.pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 0;
  text-align: center; }
