.video-resp {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.video-resp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.text-center {
	text-align: center;
}
.uploader-landing *,
.photoprice * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.uploader-landing .top-block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.uploader-landing .top-block > div {
	margin-bottom: 20px;
	padding: 0 15px;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	overflow: hidden;
}
.btn-green {
	background: #9fc714;
	background: -moz-linear-gradient(top,  #9fc714 0%, #2f7304 100%);
	background: -webkit-linear-gradient(top,  #9fc714 0%,#2f7304 100%);
	background: linear-gradient(to bottom,  #9fc714 0%,#2f7304 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc714', endColorstr='#2f7304',GradientType=0 );
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-green:hover {
	opacity: 0.8;
}
.uploader-landing .main-button {
	display: block;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	font: 700 36px "Trebuchet MS";
	color: #fff;
	text-shadow: -1px -2px 2px #73a80e;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.photoprice .h1 {
    font: bold 27px/41px Trebuchet MS, Arial;
	color: #373737;
    margin: 5px 0 15px;
	text-align: left;
}
.photoprice .row {
	display: -webkit-flex;
	display: flex;
	margin: 0 -2px;
}
.photoprice .row > div {
	flex: 0 0 17%;
	padding: 2px;
}
.photoprice .item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 6px 3px;
	height: 100%;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.photoprice .heading .item {
	color: #fff;
	background: #9fc714;
	background: -moz-linear-gradient(top,  #9fc714 0%, #2f7304 100%);
	background: -webkit-linear-gradient(top,  #9fc714 0%,#2f7304 100%);
	background: linear-gradient(to bottom,  #9fc714 0%,#2f7304 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fc714', endColorstr='#2f7304',GradientType=0 );
}
.photoprice .item.green {
	color: #526d09;
	background: #e4efc4;
}
.photoprice .item.red {
	color: #ac0000;
	background: #ffbfbf;
}
.photoprice .item.blue {
	color: #fff;
	background: #009bcb;
}
.photoprice.type-2 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #78a807;
}
.photoprice.type-2 .row > div:first-child {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
}
.photoprice.type-2 .row > div:last-child {
	-webkit-flex: 0 0 110px;
	flex: 0 0 110px;
}
.list-currency {
	margin: 12px 0 0;
	color: #747474;
	font-style: italic;
	font-size: 12px;
	text-align: right;
}
.uploader-landing .description {
	margin-bottom: 20px;
}
@media (max-width: 992px) {
.uploader-landing .main-button {
	padding: 10px 5px;
	font-size: 24px;
}
.uploader-landing .top-block > .right {
	order: -1;
}
.uploader-landing .top-block > div {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
}
.photoprice .row > div {
	flex: 0 0 17%;
	padding: 2px 1px;
}
.photoprice .item {
	padding: 4px 2px;
	font-size: 12px;
}
}