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

	Photo page

===============================================================*/
.down-tag-box a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #eee;
    background: #fafafa;
    border-radius: 2px;
    color: #666;
}

.image_info {
	clear: both;
	background: #fff url(../icons/icon_views.png) no-repeat 9px 11px;
	background-size: 18px;
	padding: 8px 0 5px 40px;
	min-height: 34px;
	border-bottom: 1px solid #f1f1f1;
}

.icon_colors {
	background: #fff url(../icons/icon_colors.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_views {
	background: #fff url(../icons/icon_views.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_likes {
	background: #fff url(../icons/icon_likes.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_filesize {
	background: #fff url(../icons/icon_filesize.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_dimensions {
	background: #fff url(../icons/icon_dimensions.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_date {
	background: #fff url(../icons/icon_date.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_filetype {
	background: #fff url(../icons/icon_filetype.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_user {
	background: #fff url(../icons/icon_user.png) no-repeat 9px 9px;
	background-size: 18px;
}

.icon_tags {
	background: #fff url(../icons/icon_tags.png) no-repeat 9px 9px;
	background-size: 18px;
	word-wrap: break-word;
}
.icon_downs {
    background: #fff url(../icons/icon_down.png) no-repeat 9px 9px;
    background-size: 18px;
}

.icon_copyright {
    background: #fff url(../icons/icon_copyright.png) no-repeat 9px 9px;
    background-size: 18px;
}

.image_stats {
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

#photo-page .photo-wrap {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	display: table;
	padding-top: 30px;
}

#photo-page .img-col {
	max-width: calc(100% - 400px);
	width: 100%;
	float: left;
	text-align: center;
}

#photo-page .img-col figure img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}

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

/*add 1006 begin*/
#photo-page .img-bottom {
	width: 100%;
	float: left;
	text-align: center;
}

#photo-page .img-bottom figure img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}

#photo-page .img-bottom .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-bottom .graphic-editor a {
	text-decoration: none;
}

#photo-page .img-bottom .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-bottom h4 {
	text-align: left;
	font-size: 17px;
}

#photo-page .img-bottom .stats {
	display: table;
	background: #ebeff2;
	margin: 10px 0 20px;
	width: 100%;
}

#photo-page .img-bottom .stats .box {
	display: inline-block;
	padding: 3px 15px 2px 15px;
	background: #fff;
}

#photo-page .img-bottom .stats .box:last-child {
	margin: 0;
}

#photo-page .img-bottom .stats .box .icon {
	font-size: 16px;
	margin: 0 8px 0 0;
}

#photo-page .img-bottom .stats .box .num {
	font-size: 15px;
	line-height: 1.2;
	color: #555;
}

#photo-page .img-bottom .stats .box .num span {
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

#photo-page .img-bottom .stats+.equal-columns {
	height: 100px;
}
/*add 1006 end*/

#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 .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 .actions {
	border-radius: 5px;
	margin-top: 0px; padding-top : 10px; height : 60px;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 60px;
	width: 100%;
}

#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: #f7f7f7;
	color: #a7a7a7;
	width: 88%;
	height: 40px;
	float:left;
}

#photo-page .actions .fav-btn {
	background: #f7f7f7;
	font-weight: 700;
	width: 10%;
	height: 40px;
	color: #555;
	margin-right: 5px;
	float:left;
}

#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

===============================================================*/
.native-standard {
	position: relative;
}

.native-standard .native-banner {
	box-shadow: inset 0 0 2px hsla(0, 0%, 0%, 0.05);
	display: flex;
	margin-bottom: 0;
	padding: 14px 20px;
	text-decoration: none;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.native-standard .native-banner .native-img {
	margin-right: 20px;
	max-height: 40px;
	line-height: 0;
}

.native-standard .native-banner .native-main {
	display: flex;
	margin: 0 auto;
	max-width: 1024px;
	flex-grow: 1;
	flex-flow: row nowrap;
	align-items: center;
}

.native-standard .native-banner .native-details {
	display: flex;
	margin-right: 20px;
	text-align: left;
	flex-flow: column nowrap;
}

.native-standard .native-banner .native-company {
	margin-bottom: 1px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 9px;
	line-height: 1;
}

.native-standard .native-banner .native-desc {
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 1.4;
}

.native-standard .native-banner .native-cta {
	padding: 10px 16px;
	border-radius: 3px;
	box-shadow: 0 6px 13px 0 hsla(0, 0%, 0%, 0.15);
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	transform: translateY(-1px);
}

.native-standard .native-banner .native-cta:hover {
	box-shadow: none;
	transform: translateY(1px);
}

.native-standard .native-via {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 8px;
	border-top: 0;
	border-top-left-radius: 3px;
	background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0,
		0%, 0%, 0.025) 5px, hsla(0, 0%, 0%, 0.025) 10px)
		hsla(203, 11%, 95%, 0.4);
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-weight: 600;
	font-size: 7px;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
	.native-banner, .native-banner .native-main {
		flex-flow: column nowrap;
	}
	.native-banner .native-img, .native-banner .native-details {
		margin: 0;
	}
	.native-banner .native-img {
		display: none;
	}
	.native-banner .native-company {
		letter-spacing: 1px;
	}
	.native-banner .native-details {
		text-align: left;
		font-size: 14px;
	}
	.native-banner .native-cta {
		display: none;
	}
}

@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
	}
	#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
}