/*===============================================================

	Photo page

===============================================================*/

#photo-page .photo-wrap {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
#photo-page .img-col {
	max-width: calc(100% - 400px);
	width: 100%;
	float: left;
	text-align: center;
}
#photo-page .img-col > img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	/*max-height: calc(100vh - 155px);*/
}
#photo-page .img-col .graphic-editor {
	margin: 10px 0 15px;
	padding: 10px 14px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 1.8;
	font-size: 15px;
}
#photo-page .img-col .graphic-editor a {
	text-decoration: none;
}
#photo-page .img-col .graphic-editor a span {
	position: relative;
	top: 0;
	left: -8px;
	padding: 2px 5px;
	border: solid 1px #0dba63;
	border-radius: 3px;
	color: #0dba63;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
#photo-page .img-col h4 {
	text-align: left;
	font-size: 17px;
}

#photo-page .img-col .stats {
	display: table;
	background: #ebeff2;
	margin: 10px 0 20px;
	width: 100%;
}
#photo-page .img-col .stats .box {
	display: inline-block;
	padding: 3px 15px 2px 15px;
	background: #fff;
}
#photo-page .img-col .stats .box:last-child {
	margin: 0;
}
#photo-page .img-col .stats .box .icon {
	font-size: 16px;
	margin: 0 8px 0 0;
}
#photo-page .img-col .stats .box .num {
	font-size: 15px;
	line-height: 1.2;
	color: #555;
}
#photo-page .img-col .stats .box .num span {
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

#photo-page .img-col .stats + .equal-columns {
	height: 100px;
}


#photo-page .info-col {
	width: 370px;
	float: left;
	margin-left: 30px;
}
#photo-page .info-col .img-info {
	width: 370px;
	display: block;
}
#photo-page .info-col .img-info .leader {
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}
/*
#photo-page .info-col .img-info .textcta {
	border-bottom: 4px dotted rgba(0,0,0,0.15);
	border-top: 4px dotted rgba(0,0,0,0.15);
	margin: 30px 0 50px 0;
	padding: 15px 0 17px;
}
#photo-page .info-col .img-info .textcta .adobestock {
	max-width: 40px;
	margin: 2px 10px 0 0;
	float: left;
}
*/
#photo-page .textcta {
	text-align: left;
	padding: 9px 0 17px;
}
#photo-page .textcta.center {
	max-width: 350px;
	margin: 0 auto;
}
#photo-page .textcta .stock-button {
	max-width: 40px;
	margin: 2px 10px 0 0;
	float: left;
}
#photo-page .info-col .img-info .stats .box {
	float: left;
	margin-right: 22px;
}
#photo-page .info-col .img-info .stats .box:last-child {
	margin: 0;
}
#photo-page .info-col .img-info .stats .box .icon {
	float: left;
	font-size: 20px;
	margin: 2px 8px 0 0;
}
#photo-page .info-col .img-info .stats .box .icon .icon-eye {
	color: #337ab7;
}
#photo-page .info-col .img-info .stats .box .icon .icon-heart {
	color: #f25454;
}
#photo-page .info-col .img-info .stats .box .icon .icon-cloud-download {
	color: #0DBA63;
}
#photo-page .info-col .img-info .stats .box .num {
	float: left;
	font-size: 14px;
	line-height: 1.2;
	color: #555;
}
#photo-page .info-col .img-info .stats .box .num span {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
#photo-page .info-col .img-info .img-details td {
	vertical-align: top;
	padding-bottom: 2px;
}
#photo-page .info-col .img-info .img-details td:first-child {
	font-weight: 700;
	padding-right: 15px;
}
#photo-page .info-col .img-info .img-details td.tags span span:last-child {
	display: none;
}

/*
#photo-page .info-col .img-info .actions {
	margin-top: 10px;
	margin-bottom: 50px;
}
#photo-page .info-col .img-info .actions .btn {
	float: left;
	padding: 12px 0;
	font-size: 14px;
	font-weight: 700;
}
#photo-page .info-col .img-info .actions .btn i {
	margin-right: 4px;
}
#photo-page .info-col .img-info .actions .download-btn {
	background: #e36457;
	color: #ffffff;
	width: 145px;
	margin-right: 15px;
}
#photo-page .info-col .img-info .actions .fav-btn {
	background: #f7f7f7;
	font-weight: 700;
	width: 160px;
	color: #555;
}
#photo-page .info-col .img-info .actions .fav-btn .remove,
#photo-page .info-col .img-info .actions .fav-btn .loading {
	display: none;
}
#photo-page .info-col .img-info .actions .fav-btn.loading .add,
#photo-page .info-col .img-info .actions .fav-btn.loading .remove {
	display: none;
}
#photo-page .info-col .img-info .actions .fav-btn.loading .loading {
	display: block;
}
#photo-page .info-col .img-info .actions .fav-btn.faved {
	font-size: 12px;
	height: 44px;
}
#photo-page .info-col .img-info .actions .fav-btn.faved i {
	color: #ff4e47;
}
#photo-page .info-col .img-info .actions .fav-btn.faved .add,
#photo-page .info-col .img-info .actions .fav-btn.faved .loading {
	display: none;
}
#photo-page .info-col .img-info .actions .fav-btn.faved .remove {
	display: block;
}
*/
#photo-page .actions {
	margin-top: 10px;
	margin-bottom: 50px;
}
#photo-page .actions .btn {
	padding: 12px 0;
	font-size: 14px;
	font-weight: 700;
}
#photo-page .actions .btn i {
	margin-right: 4px;
}
#photo-page .actions .download-btn {
	background: #e36457;
	color: #ffffff;
	width: 145px;
	margin-right: 15px;
}
#photo-page .actions .fav-btn {
	background: #f7f7f7;
	font-weight: 700;
	width: 160px;
	color: #555;
}
#photo-page .actions .fav-btn .remove,
#photo-page .actions .fav-btn .loading {
	display: none;
}
#photo-page .actions .fav-btn.loading .add,
#photo-page .actions .fav-btn.loading .remove {
	display: none;
}
#photo-page .actions .fav-btn.loading .loading {
	display: block;
}
#photo-page .actions .fav-btn.faved {
	font-size: 12px;
	height: 44px;
}
#photo-page .actions .fav-btn.faved i {
	color: #ff4e47;
}
#photo-page .actions .fav-btn.faved .add,
#photo-page .actions .fav-btn.faved .loading {
	display: none;
}
#photo-page .actions .fav-btn.faved .remove {
	display: block;
}

#main .info-col #image-search-results {
	display: block;
	background: none;
	border: none;
	padding: 0;
}
#main .info-col #search-form:after{
	display: none;
}
#main .info-col #image-search-results a {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
	overflow: hidden;
	box-sizing: content-box;
	position: relative;
	border-radius: 2px;
	background-size: 120%;
	background-position: center;
}
#main .info-col #image-search-results a:nth-child(2n) {
	margin-right: 0;
}

/*===============================================================

	Inline Sponsorship

===============================================================*/

#inline-spon {
	display: block;
	text-align: center;
}
	#inline-spon > div {
		display: block;
		padding: 5px 7px 3px;
		margin: 35px auto;
		border: 1px solid #ededc4;
		border-radius: 2px;
		text-align: left;
		background: #ffffdd;
		width: 70%;
	}
		#inline-spon #_default_ .default-ad {
			background: #83be7c;
			padding: 2px 3px 1px;
			font-size: 10px;
			text-transform: uppercase;
			margin: 6px 10px 0 6px;
			float: left;
			position: absolute;
			width: 53px;
			top: 10px;
			left: 10px;
			color: #fff;
		}
		#inline-spon #_default_ a._default_ {
			width: auto;
			margin: 5px;
			display: inline-block;
			padding-left: 70px;
		}
		#inline-spon #_default_ a._default_:hover {
			color: #06c;
		}
		#inline-spon a .default-image {
			max-width: 100%;
			display: none;
		}
		#inline-spon a .default-image img {
			max-width: 100%;
		}
		#inline-spon #_default_ a._default_ .default-title {
			display: inline;
			margin: 4px 0 0 0;
			font-size: 19px;
			padding: 0 0 4px;
		}
		#inline-spon #_default_ a._default_ .default-description {
			display: inline;
			padding-left: 5px;
			font-size: 19px;
			color: inherit;
		}
		#inline-spon #_default_ a._default_ .default-description:before {
			content: '- ';
		}

@media (max-width:1150px) {
	#photo-page .actions{margin:0 0 10px;float:left}
	#photo-page .actions .fav-btn{margin-bottom:10px}
}

@media (max-width:850px) {
	#photo-page .img-col {max-width: calc(100%);}
	#photo-page .info-col{width:100% !important;margin-left:0 !important;margin-bottom:30px}
	#inline-spon>div{width:100% !important}
	#photo-page .similar-photos a{height:85px !important}
	#photo-page .info-col .similar-photos a{width: 31.333%;}
	#photo-page .info-col .similar-photos a:nth-child(2n){margin-right: 2%;}
	#photo-page .img-col .stats .box .num span, #photo-page .img-col .stats .box .num,#photo-page .img-col .stats .box .icon{font-size:12px !important}
	#photo-page .actions .fav-btn{margin-bottom:10px}
	#photo-page .textcta.center{display:none}
	#photo-page .info-col .img-info{width:100% !important}
	#carbonads{margin-top:35px}
}

#photo-page h4.sponsored-images{margin-top:0}