section.order-hero { padding-top: 101px; }
section.order-process { background: url(../fabric-plaid.png) repeat scroll center top rgba(0, 0, 0, 0); }
section.order-process .servermessage { padding: 10px; }
section.order-process h3 { font-family: "montserrat-regular",sans-serif; }

.content.order { font-size: 18px; }

.header .navigation ul li a:hover, .header .navigation ul li a.selected {
	background: inherit;
	color: inherit;
	border-bottom: inherit;
	cursor: default;
}

.tabs {
	text-align: center;
	width: 100%;
}
.tabs nav { box-sizing: border-box; }
.tabs nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	/*box-shadow: 0 -2px #d1d3d2 inset;*/
	/*width: 70%;*/
	/* not in original style */
}
.tabs nav ul li {
	display: block;
	/*flex: 1 1 0;*/
	flex: 0 0 auto;
	margin: 0 0.5em;
	position: relative;
	text-align: center;
	z-index: 1;
}
.tabs nav ul li a {
	outline: medium none;
	text-decoration: none;
	display: block;
	overflow: hidden;
	position: relative;
	color: #999999;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "montserrat-regular",sans-serif;
	font-size: 0.9em;
	line-height: 2.5;
	padding: 0 1.5em;
	text-transform: uppercase;
	transition: color 0.3s ease 0s;
}
.tabs nav ul li.tab-current a { color: #fff; }
.tabs nav a::after {
	background: #d2d8d6 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate3d(0px, 100%, 0px) translate3d(0px, -3px, 0px);
	transition: background-color 0.3s ease 0s, transform 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
	z-index: -1;
}
.tabs nav li.tab-current a::after { transform: translate3d(0px, 0px, 0px); }
.tabs nav li.tab-clickable a:hover::after, .tabs li.tab-clickable nav a:focus::after, .tabs nav li.tab-current a::after { background: #197c28 none repeat scroll 0 0; }
.tabs nav li:not(.tab-clickable) a { cursor: default; }
.tabs nav ul li a span { vertical-align: middle; }
.icon-wrap {
	font-size: 40px;
	margin: 10px auto;
	color: #444;
}

.servermessage .content {
	padding: 10px;
	background-color: #FA8072;
	white-space: auto;
	font-size: 18px;
	color: #333;
}
.servermessage .content .headline h1 {
	text-transform: none;
	font-size: 28px;
	margin: 0;
	color: #444444;
	white-space: normal;
}

.buttons > button:not(:first-child) {
    margin-left: 5px;
}

.order-process .buttons {
	text-align: center;
	padding-bottom: 20px;
}
.order-process .buttons button.back {
	border: solid 1px #B5B5B5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #555555;
	text-shadow: 0 1px 1px #FFFFFF;
	background: #DDDDDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#B5B5B5));
	background: -moz-linear-gradient(top,  #DDDDDD,  #B5B5B5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#B5B5B5');	
}
.order-process .buttons button.back:hover {
	text-decoration: none;
	background: #DDDDDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#B5B5B5), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #B5B5B5,  #DDDDDD);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5B5B5', endColorstr='#DDDDDD');
}
.content.order.choose-image {
	text-align: center;
	padding-bottom: 20px;
}
.content.order.choose-image p {
	margin-bottom: 15px;
	font-size: 24px;
}
.content.order.choose-image .upload-image { margin: 0px auto 40px; }
.content.order.choose-image .email-address { margin-bottom: 20px; }
.content.order.choose-image .info-text {
	font-size: 14px;
	margin: 20px 10px 10px;
	padding: 5px;
	background-color: #DDDDDD;
	text-align: center;
}

.upload-button {
	position: relative;
	margin: 0 10px;
	padding: 15px;
	cursor: pointer;
	border: 1px solid lightgray;
	border-radius: 4px;
	background-color: #FFFFFF;
	text-align: center;
}
.upload-button:hover { border-color: gray; }
.upload-button input.file.semi-hidden { cursor: pointer; }

.content.order.choose-image .upload-button i {
	font-size: 44px;
	margin-top: 5px;
	color: #666;
}
.content.order.choose-image .upload-button.inline i {
	float: left;
	margin-top: 0;
}
.content.order.choose-image .upload-button p.title {
	font-size: 18px;
	margin: 10px 0;
}
.content.order.choose-image .upload-button.inline p.title {
    float: left;
    margin: 5px 0 0 15px;
}
.content.order.choose-image .upload-from-hdd, .content.order.choose-image .take-existing-image {
	width: 160px;
	height: 120px;
	margin: 10px auto 15px;
}
.content.order.choose-image .take-existing-image {
	padding: 15px;
	cursor: pointer;
	border: 1px solid lightgray;
	border-radius: 4px;
	background-color: #FFFFFF;
	text-align: center;
}
.content.order.choose-image .take-existing-image:hover { border-color: gray; }
.content.order.choose-image.inline .upload-from-hdd { margin: 10px 15px 15px auto; }
.content.order.choose-image.inline .take-existing-image { margin: 10px auto 15px 15px; }
.content.order.choose-image.inline .take-existing-image img { max-height: 88px; }
.content.order.choose-image .upload-button.inline {
	width: 220px;
	height: 70px;
	margin: 0 auto;
}
.content.order.choose-image .upload-from-hdd input.file.semi-hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 120px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	z-index: 2;
	font-size: 16px;
}
.content.order.choose-image .upload-button.inline.upload-from-hdd input.file.semi-hidden {
	width: 220px;
	height: 70px;
}
.content.order.choose-image .upload-per-drag-and-drop {
	width: 350px;
	height: 88px;
	border: 2px dashed #999999;
	background-color: #F0F0F0;
	cursor: initial;
}
.content.order.choose-image .upload-per-drag-and-drop:hover { border-color: #999999; }
.content.order.choose-image label input {
	width: 320px;
	max-width: 100%;
}

.order-hero .examples {
	float: left;
	width: 270px;
	padding-left: 100px;
}
.order-hero .description {
	padding-left: 80px;
	float: left;
}
.order-hero .description, .order-hero h1 {
	font-size: 40px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
}
.order-hero p { font-size: 24px; }
.order-hero ol {
	font-size: 30px;
	font-weight: normal;
	color: #666666;
	line-height: 50px;
	margin: 30px 0;
}
.order-hero h2 {
	font-size: 28px;
	text-transform: none;
}
.order-hero h2 > span {
	display: inline-block;
	height: 121px;
	width: 80px;
	background: url(../new-sign.jpg) no-repeat center center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 15px;
}

.content.order .description {
	font-size: 20px;
	margin-bottom: 10px;
}

.content.order.crop-image .image { margin-bottom: 15px; }

.content.order.crop-image .sizes {
	text-align: center;
	margin-bottom: 30px;
	font-size: 19px;
	color: #333;
}
.content.order.crop-image .sizes #orientation-landscape, .content.order.crop-image .sizes #orientation-portrait { margin-top: 20px; }
.content.order.crop-image .sizes input[type=radio] { display: none; }
.content.order.crop-image .sizes input[type=radio] + label {
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
	height: 30px;
	padding: 3px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.content.order.crop-image .sizes input[type=radio] + label.checked {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
	background-color: #e0e0e0;
}
.content.order.crop-image .sizes input[type=radio] + label.orientation { width: 100px; }
.content.order.crop-image .sizes input[type=radio] + label span {
	font: 15px/22px "montserrat-light",sans-serif;
	color: #333;
}
.content.order.crop-image .sizes input[type=radio] + label span.size {
	float: left;
	margin-left: 20px;
}
.content.order.crop-image .sizes input[type=radio] + label span.price {
	float: right;
	margin-right: 20px;
}
#price-label {
	float: right;
	margin-top: -100px;
	margin-left: -180px;
	width: 196px;
	height: 128px;
	background: url("../post-it.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	color: #444444;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}
#price-label .price { font-size: 18px; }
#price-label .listed { font-size: 16px; }
.regular-price { text-decoration: line-through; }
.offer-price, #price-label .discounted { color: #FF0000; }

.order.process-image .info-box {
	text-align: left;
	padding: 10px;
}
.order.process-image h3 { margin-left: 10px; }
.order.process-image .info-box h5, .order.process-image .info-box div { float: left; }
.order.process-image .info-box h5 { width: 10%; }
.order.process-image .info-box div { width: 90%; }
.order.process-image .photo-frame a, .order.process-image .photo-frame > div {
	width: 365px;
	margin: 0 10px 30px 0 !important;
}
.order.process-image .photo-frame img, .order.process-image .photo-frame .progress {
	display: table;
	width: 350px;
	margin: 30px 0 5px;
}
.order.process-image .photo-frame > div.box-like {
	display: block;
	float: left;
	top: 0px;
	left: 385px;
	margin-bottom: 5px;
	width: 365px;
	overflow: hidden;
	line-height: 1.4em;
}
.order.process-image.choose-filter .photo-frame > div.box-like {
	width: 90%;
	margin-top: -20px !important;
}
.order.process-image .photo-frame .progress > span {
	vertical-align: middle;
	display: table-cell;
	font-size: 28px;
	color: #eee;
	line-height: initial;
}
.order.process-image .photo-frame .progress > span .percentage { font-size: 68px; }
.order.process-image .photo-frame-effect a:hover img, .order.process-image .photo-frame-effect a.active img,
.order.process-image .photo-frame-effect > div:hover img, .order.process-image .photo-frame-effect > div.active img { margin: 25px 0 0 -5px; }

.order.preview-opinion textarea { min-height: unset; width: 100%; }

.content.order.details fieldset {
	margin: 10px;
	padding: 10px;
}
.content.order.details.summary fieldset {
	margin: 44px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid gray;
}
.content.order.details fieldset legend {
	color: #666666;
	text-transform: uppercase;
	font-size: 18px;
}
.content.order.details.summary fieldset legend {
	margin-top: -14px;
	padding: 0 10px;
	background-color: #FFFFFF;
	border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
}
.content.order.details fieldset hr {
	margin: 10px 0;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.content.order.details form label {
	display: block;
	padding: 2px 0;
}
.content.order.details form label span {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
.content.order.details form label img {
	float: right;
	margin: -7px 5px 0 0;
	max-width: 50px;
	max-height: 50px;
}
.content.order fieldset > input, .content.order fieldset > select, .content.order fieldset > textarea {
	width: 100%;
    display: inline-block;
    margin: 5px 0px;
    color: #3d4145;
}
.content.order label input, .content.order label select, .content.order label textarea { width: 100%; margin-bottom: 0; }
.content.order label input[type="checkbox"] {
	width: auto;
	margin-right: 10px;
	margin-left: 20px;
}
.content.order label[for="check-invoice-address"] { margin: 10px; }
.content.order.details form .no-rights-infringement, .content.order.details form .privacy-policy {
	margin-left: 20px;
}
.content.order.details form .privacy-policy {
	padding: 40px 0 30px;
}
.content.order.details form .no-rights-infringement input, .content.order.details form .privacy-policy input {
	float: left;
	margin: 5px 15px 0 0;
	width: auto;
}
.content.order.details form .no-rights-infringement label, .content.order.details form .privacy-policy label {
	float: left;
	padding: 1px 0 0 0;
	margin: unset;
}
.content.order.details form .privacy-policy a { text-decoration: underline; }
.content.order.details.summary .payment-methods div {
	width: auto;
	height: auto;
	background: none;
}
.public-gallery-permission {
	padding: 10px 20px;
}
.public-gallery-permission input, .public-gallery-permission label {
	display: inline;
}
.content.order.details.summary .payment-methods > .column.centered > div { margin: 0 20px; float: left; }
.content.order.details.summary .payment-methods div > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.content.order.complete .payment-method h3 {
	font-size: 34px;
	color: #444;
	margin-bottom: 30px;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
	margin: 10px 0px;
	padding: 0 12px;
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin: 10px 22px;
    font-size: 1.2em;
    vertical-align: middle;
}

.meter {
	height: 15px;
	position: relative;
	margin: 10px 12%;
	background: #555;
	padding: 3px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
	display: block;
	height: 100%;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(43,194,83)),
		color-stop(1, rgb(84,240,84))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(43,194,83) 37%,
		rgb(84,240,84) 69%
	);
	-webkit-box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
		-webkit-gradient(linear, 0 0, 100% 100%, 
			color-stop(.25, rgba(255, 255, 255, .2)), 
			color-stop(.25, transparent), color-stop(.5, transparent), 
			color-stop(.5, rgba(255, 255, 255, .2)), 
			color-stop(.75, rgba(255, 255, 255, .2)), 
			color-stop(.75, transparent), to(transparent)
		);
	background-image: 
		-moz-linear-gradient(
			-45deg, 
			rgba(255, 255, 255, .2) 25%, 
			transparent 25%, 
			transparent 50%, 
			rgba(255, 255, 255, .2) 50%, 
			rgba(255, 255, 255, .2) 75%, 
			transparent 75%, 
			transparent
		);
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	overflow: hidden;
}
.animate > span:after {
	display: none;
}
@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}
@-moz-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

/*
 * imgAreaSelect default style
 */
.notanimated .imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}
.notanimated .imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}
.notanimated .imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}
.notanimated .imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}
/*
 * imgAreaSelect animated style
 */
.imgareaselect-border1 {
	background: url(border-anim-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
    background: url(border-anim-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
    background: url(border-anim-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
    background: url(border-anim-h.gif) repeat-x left bottom;
}
.imgareaselect-border1, .imgareaselect-border2, .imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}
.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
	width: 10px;
	height: 10px;
}
.imgareaselect-outer {
    filter: alpha(opacity=50);
	opacity: 0.5;
	box-sizing:content-box; 
	-moz-box-sizing:content-box; 
	-webkit-box-sizing:content-box;
}

#preview, #preview-2 {
	max-width: 100%;
}

.process-header {
	width: 440px;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-size: 20px;
}
.process-header a {
	clear: both;
}

.fa-ul > li i { margin-top: 4px; }

.fancybox-skin .row, .info-box .row { width: 100%; }
.fancybox-skin .column, .fancybox-skin .columns, .order-hints .fancybox-skin { padding: 0 5px; }

#with-frame-example {
	position: absolute;
	right: -150px;
	bottom: 0;
}
#frame-border-style-example {
	position: absolute;
	right: -150px;
	bottom: -50px;
}

/* mobile 
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.tabs nav ul li a {
		font-size: 0.6em;
		padding: 0 0.5em;
	}
	/* ulrich bigger handles for the mobile version */
	.imgareaselect-handle {
		background-color: #fff;
		border: solid 1px #000;
		filter: alpha(opacity=50);
		opacity: 0.5;
		width: 20px;
		height: 20px;
	}

	.content.order.crop-image .sizes #orientation-landscape, .content.order.crop-image .sizes #orientation-portrait { margin-top: 10px; }
	.content.order label input, .content.order label select, .content.order label textarea { width: 100%;}
	
	#frame-border-style-example {
		position: relative;
		right: inherit;
	}
}