.ap_parser_content_wrap {
	padding: 2% !important;
}

.ap_parser_loading {
	text-align: center;
}
.ap_parser_content {
	margin: 10px auto !important;
	max-width: 500px;
	border: 1px solid #E1E8ED;
	border-radius: 6px;

	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
		 -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
			 -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
					transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.ap_parser_content:hover {
	background: #F5F8FA;
	border: 1px solid rgba(136,153,166,.5);
}

.ap_parser_image_wrap {
	display: table-cell;
	vertical-align: top;

	-webkit-transition: border-color .15s ease-in-out;
		 -moz-transition: border-color .15s ease-in-out;
			 -o-transition: border-color .15s ease-in-out;
					transition: border-color .15s ease-in-out;
}
.ap_parser_images {
	overflow: hidden;
	padding: 20px !important;

	-webkit-transition: border-color .15s ease-in-out;
		 -moz-transition: border-color .15s ease-in-out;
			 -o-transition: border-color .15s ease-in-out;
					transition: border-color .15s ease-in-out;
}

.ap_parser_image_wrap img {
	min-width: 160px;
	max-width: 160px;
	height: auto;
	border-radius: 5px;
}
.ap_parser_total_image_nav {
	margin-top: 10px !important;
	text-align: center;
}
.ap_parser_total_images_info {
	display: inline-block;
	margin-left: 10px !important;
	font-size: 12px !important;
	vertical-align: top;
}
.ap_parser_info {
display: table-cell;
padding: 20px !important;
vertical-align: top;
}
.ap_parser_info div {
	line-height: 1.5;
	word-break: break-all;
}
.ap_parser_title a {
	color: #292F33 !important;
	font-size: 15px !important;
	font-weight: bold;

	-webkit-transition: color .15s ease-in-out;
		 -moz-transition: color .15s ease-in-out;
			 -o-transition: color .15s ease-in-out;
					transition: color .15s ease-in-out;
}
.ap_parser_title a:hover {
	color: #75adf5 !important;
}
.ap_parser_url a {
	margin-top: 10px !important;
	font-size: 12px !important;
	color: #b0b6c7 !important;
	text-align: left;
}
.ap_parser_url a:hover {
	color: #75adf5 !important;
}
.ap_parser_desc {
	color: #292F33;
	margin-top: 10px !important;
	font-size: 14px !important;
}

@media screen and (max-width: 640px) {
	.ap_parser_content:hover .ap_parser_image_wrap {
		border-bottom: 1px solid rgba(136,153,166,.5);
	}
	.ap_parser_content:hover .ap_parser_images {
		border: none;
	}
	.ap_parser_image_wrap {
		display: block;
    padding: 0 !important;
    border-bottom: 1px solid #E1E8ED;
	}
.ap_parser_images {
	margin: 0 auto !important;
  max-width: 100%;
  max-height: 210px;
  border-radius: 6px 6px 0 0;
	border: none;
	padding: 0 !important;
	}
	.ap_parser_image_wrap img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
		border-radius: 0;
	}
}

.spinner {
	position: relative;
	left: 50%;
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #5e9bf7;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
