/* ===[ Reset Styles ]=== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ===[ General Styles ]=== */
*, :before, :after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}
body {
	background:#fff;
	color:#494949;
	padding:0;
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style:normal;
	line-height:1;
	position:relative;
	cursor:default;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}
a:hover {
	cursor:pointer;
}
/* ===[ Default Link Styles ]=== */
a {
	color:#fff;
	text-decoration:none;
	line-height:inherit;
}
a:hover, a:focus {
	text-decoration:underline;
}
a img {
	border:none;
}
.left-align {
	text-align:left;
}
.right-align {
	text-align:right;
}
/* ===[ Typography Defaults ]=== */
h1, h2, h3, h4, h5, h6 {
	font-family:'Playfair Display', serif;
	font-weight: 400;
	color:#622d39;
	margin-top:0;
	margin-bottom:0;
	line-height: normal;
	text-rendering:optimizeLegibility;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:24px; /*using*/
}
h4 {
	font-size:22px; /*using*/
}
h5 {
	font-size:18px; /*using*/
}
h6 {
	font-size:16px; /*using*/
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	text-rendering: optimizeLegibility;
	color: #5c5c5c;
}
em, i {
	font-style:italic;
	line-height:inherit;
}
strong, b {
	font-weight:600;
	line-height:inherit;
}
small {
	font-size:60%;
	line-height:inherit;
}
.uppercase {
	text-transform:uppercase;
}
.clear {
    clear: both;
}
/* ===[ Lists ]=== */
ul, ol {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:400;
	line-height:1.8;
	list-style:none;
}
/* ===[ Margins ]=== */
.m0 {
	margin:0 !important;
}
.mt14 {
	margin-top: 14px !important;
}
.mt28 {
	margin-top:28px !important;
}
.mt36 {
	margin-top:36px !important;
}
.mt38 {
	margin-top:38px !important;
}
.mt49 {
	margin-top: 49px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb31 {
	margin-bottom: 31px !important;
}
.mb34 {
	margin-bottom: 34px !important;
}
.mb36 {
	margin-bottom: 36px !important;
}
.mb54 {
	margin-bottom:54px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb68 {
	margin-bottom: 68px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.pt18 {
	padding-top:19px !important;
}
/* ===[ Dividers ]=== */
.divider {
	display: block;
	width: 100%;
	margin:0 auto 46px;
	border-bottom: 1px dashed #dbdbdb;
	clear: both;
}
/* ===[ Floats ]=== */
.right {
	float: right;
}
.left {
	float: left;
}
/* ===[ Buttons ]=== */
.button {
	cursor: pointer;
	display:block;
	line-height: normal;
	margin-bottom: 13px;
	text-decoration: none;
	padding: 11px 12px 12px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(92, 92, 92, 0.87);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	width: 402px;
	text-align: center;
	text-decoration:none;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
	-webkit-appearance: none;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
}
.button:hover, .button:focus {
	text-decoration:none;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
	border-color:#dbb968;
	background: rgba(251,214,119,1);
	background: -moz-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,214,119,1)), color-stop(100%, rgba(248,193,82,1)));
	background: -webkit-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: -o-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: linear-gradient(to bottom, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd677', endColorstr='#f8c152', GradientType=0 );
}
.button.yellow {
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
	border-color:#dbb968;
	background: rgba(251,214,119,1);
	background: -moz-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,214,119,1)), color-stop(100%, rgba(248,193,82,1)));
	background: -webkit-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: -o-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
	background: linear-gradient(to bottom, rgba(251,214,119,1) 0%, rgba(248,193,82,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd677', endColorstr='#f8c152', GradientType=0 );
}
.button.small {
	width: 220px;
	text-align: left;
	padding: 9px 14px 12px;
	margin-bottom: 46px;
}
.button.large {
	cursor:default;
	font-size:22px;
	color:#924557;
	padding: 19px 12px;
	border-color:#d2d2d2;
	background: rgba(241,241,241,1);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(240,240,240,1) 18%, rgba(223,223,223,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(18%, rgba(240,240,240,1)), color-stop(100%, rgba(223,223,223,1)));
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(240,240,240,1) 18%, rgba(223,223,223,1) 100%);
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(240,240,240,1) 18%, rgba(223,223,223,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(240,240,240,1) 18%, rgba(223,223,223,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(240,240,240,1) 18%, rgba(223,223,223,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dfdfdf', GradientType=0 );
}
label.button input[type="file"] {
	position: fixed;
	top: -1000px;
}
input[type="text"]:disabled {
	/*background-image: url(http://www.pprussellsquare.com/prontaprint/place_an_order/images/circle.png);*/
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 6px;
}
label.button.small {
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}
form div {
	overflow:hidden;
}
/* ===[ Container ]=== */
.container {
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 87px;
}
/* ===[ Header ]=== */
.header {
	width: 100%;
	height: 97px;
	background: #622d39;
	padding: 20px 0;
	margin-bottom: 38px;
}
/* ===[ Logo ]=== */
.logo {
	float: left;
}
/* ===[ Info Block ]=== */
.info-block {
	float: right;
}
.info-block ul {
	float: left;
	margin: 8px 36px 8px 0;
}
.info-block ul li {
	text-align:right;
}
.info-block ul li {
	font-size:12px;
	color:#fff;
	letter-spacing:0.05em;
}
.info-block a {
	font-family: 'Playfair Display', serif;
	font-size: 19px;
	letter-spacing: 0.05em;
	text-decoration: none;
	display: block;
	border: 1px solid #73444f;
	padding: 12px 30px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: background-color 100ms ease-out;
	-moz-transition: background-color 100ms ease-out;
	transition: background-color 100ms ease-out;
}
.info-block a:hover {
	background: #73444f;
}
/* ===[ Headings ]=== */
.heading {
	border-bottom:1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom:45px;
}
.heading-style2 {
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-weight: 700;
	color: rgba(92, 92, 92, 0.87);
	margin-bottom: 32px;
	display: block;
	overflow: hidden;
	clear: both;
}
.sub-heading {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 6px;
	margin-bottom: 24px;
}
.sub-heading.noborder {
    border: none;
}
.sub-heading.italic {
	font-weight: 400;
	font-style: italic;
	margin-bottom: 28px;
}
.special-heading {
	letter-spacing: 0.05em;
	display: inline-block;
	border: 1px solid #73444f;
	padding: 12px 30px;
	margin: 15px 0 45px;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	text-align: center;
}
.special-heading h2 {
}
/* ===[ Main Column ]=== */
.main-column {
	float: left;
	margin-right: 0;
	width: 711px;
}
.row {
	overflow: hidden;
	margin-bottom: 36px;
}
.half-col {
    width: 47%;
    float: left;
    margin-right: 40px;
}
.half-col span.note {
	line-height:1.3;
}
.col1, .col2 {
	width: 402px;
	margin-right: 67px;
	float: left;
	overflow: hidden;
}
.col1 h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: rgba(92, 92, 92, 0.87);
	display: block;
	margin-bottom: 25px;
	clear:both;
}
.col2 {
	width: 227px;
}
.col2 h4 {
	margin-bottom: 19px;
}
.col2 p {
	margin-bottom: 30px;
}
.small-col {
	margin-right: 18px;
	display: inline-block;
	overflow:initial;
}
span.note {
	font-size: 13px;
	color: #adadad;
	display: block;
	margin-left: 32px;
	position: relative;
	top: -15px;
	clear: both;
}
span.note span {
	color: #924557;
	font-weight: 700;
}
/* ===[ Sidebar ]=== */
.sidebar {
	width:287px;
	overflow:hidden;
	float:right;
}
.sidebar h4 {
	font-size: 22px;
	margin-bottom: 21px;
}
.order-box {
	border:1px solid #e7e7e7;
	padding:15px 0 23px;
	margin-bottom:5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #fcfcfc;
	-webkit-box-shadow:0px 3px 1px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.03);
	box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.03);
}
.order-box-inner {
	padding: 0 30px;
}
.order-box-inner img {
	margin: 25px 0 15px;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
       width: 285px;
	top: 0;
	z-index: 10000;
	padding-top: 15px;
	padding-right: 35px;
	background: #F1F1F1;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.sidebar h6.heading {
	font-family: 'Lato', sans-serif;
	color: rgba(92, 92, 92, 0.87);
	font-weight: 700;
	border-bottom: 1px solid #eaeaea;
	padding: 0 20px 18px;
	margin:0;
}
.order-box h6 {
	font-family: 'Lato', sans-serif;
	color: rgba(92, 92, 92, 0.87);
	font-weight: 700;
	padding: 7px 0 16px;
}
.order-box span.total {
	color: #924557;
	font-weight: 900;
	text-align: right;
}
.order-box span.prices-row-thinner {
    float: left;
    display: block;
    width: auto;
}
.order-box span.prices-row-thinner+ span.total {
    width: auto;
    float: right;
}
#totalCostLayer {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 9px;
}
.order-box span.prices-row + span.total {
    width: auto;
    float: right;
}
.order-box .price-row {
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.order-box ul:first-of-type {
	padding-top: 29px;
}
.order-box ul:first-of-type li img {
	margin-bottom:20px;
}
.order-box ul {
	padding: 6px 0 14px;
}
.order-box ul li {
	font-size: 13px;
	color: #8b8b8b;
	line-height: 20px;
}
.order-box span {
	display: inline-block;
	width: 150px;
}
.order-box ul li span + span {
	float: right;
	font-weight: 700;
	text-align: left;
	width: 36px;
	color: #727272;
}
/* ===[ Form Elements ]=== */
label {
	color: rgba(92, 92, 92, 0.87);
	font-weight: 700;
	display: inline-block;
	float: left;
	width: 80px;
	padding: 14px 0;
}
label.w188 {
	width: 188px;
}

input[type=text], textarea.message {
	font-family: 'Lato', sans-serif;
	display: block;
	height: 44px;
	width: 402px;
	margin-bottom: 14px;
	padding: 10px;
	color: rgba(92, 92, 92, 0.87);
	font-size: 16px;
	background: #f8f8f8;
	speak: none;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.03);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.03);
	box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.03);
}
input[type=text].error {
	border: 1px solid #f5b4ad;
}
input.medium {
	text-align: center;
	width: 45px;
	height: 40px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
input.small {
	font-size: 14px;
	width: 33px;
	height: 33px;
	padding: 3px;
	float: left;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
label.small {
	font-size: 14px;
	font-weight: 400;
	padding: 6px 18px;
	width: auto;
}
span.title {
	font-size: 15px;
	font-weight: 700;
	color: rgba(92, 92, 92, 0.5);
	margin-bottom: 25px;
	display: block;
}
span.type {
	font-size: 18px;
	font-weight: 700;
	color: #5c5c5c;
	display: block;
	padding-top: 10px;
}
textarea.message {
	width: 319px;
	height: 281px;
	margin-bottom: 16px;
}
textarea.message.error {
	border: 1px solid #f5b4ad;
}
.surname-field-block {
	overflow: hidden;
}
.surname-field {
	float: left;
	margin-right: 20px;
}
.surname-field-block .small-col {
	margin-right: 20px;
}
.surname-field-block .small-col .title {
	padding:14px 0;
	margin:0;
}
.surname-field-block .small-col input.medium {
	width: 60px;
	height: 44px;
	border-radius: 5px;
}
span.captcha {
	font-size: 14px;
	display: block;
	margin: 12px 0 27px;
}
::-webkit-input-placeholder {
 font-size:16px;
 color:    #959595;
 font-weight:300;
 line-height:15px;
}
:-moz-placeholder {
 font-size:16px;
 color:    #959595;
 font-weight:300;
 line-height:15px;
}
::-moz-placeholder {
 font-size:16px;
 color:    #959595;
 font-weight:300;
 line-height:15px;
}
:-ms-input-placeholder {
font-size:14px;
 color:    #959595;
 font-weight:300;
 line-height:15px;
}
/* ===[ Validation ]=== */
.error-label, .confirmed-label {
	background: #fef8f8;
	border: 1px solid #f8cdc9;
	padding: 10px 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.confirmed-label {
	background: #f7fcf9;
	border: 1px solid #c6ebd7;
	margin-bottom: 30px;
}
.error-label p, .confirmed-label p {
	color: #d71d3b;
	margin: 0;
}
.confirmed-label p {
	color:#31b76e;
}
.required-field {
	position: absolute;
	right: 0;
	top: 0;
}
.required-field span {
	min-width: 144px;
	margin-right: 120px;
	color: #e74c3c;
}
.required-field.msgfield {
	left: 145px;
	top: 85px;
}
/* Radio */
input[type=radio].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
input[type=radio].css-checkbox + label.css-label {
	padding: 0 0 0 32px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	margin-bottom: 18px;
}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	background-image:url(https://orders.pprussellsquare.com/order/images/csscheckbox_36d0a57f8f635bc307efa3504186464a.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Checkboxes */
input[type=checkbox].css-checkbox2 {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
input[type=checkbox].css-checkbox2 + label.css-label2 {
	padding: 0 0 0 40px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	margin-bottom: 20px;
}
input[type=checkbox].css-checkbox2:checked + label.css-label2 {
	background-position: 0 -18px;
}
label.css-label2 {
	background-image:url(https://orders.pprussellsquare.com/order/images/csscheckbox_28221868e486ddbd7cbf3657f331db8c.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.css-label2 a {
	color: #924557;
	font-weight: 700;
}
/* ===[ Upload Button ]=== */
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
	margin: 25px 0 12px;
	overflow: hidden;
	position: relative;
}
.custom-file-upload label {
	display: block;
	margin-bottom: 5px;
}
.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.file-upload-input {
	font-size: 14px !important;
	color: #924557 !important;
	font-weight: 700 !important;
	padding: 0 !important;
	float: right !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	width: 49% !important;
	height: 43px !important;
}
.file-upload-input:hover, .file-upload-input:focus {
	background-color: #ab3326;
	outline: none;
}
.file-upload-button {
	font-family: 'Lato', sans-serif;
	display: inline-block;
	border: none;
	float: left;
	outline:none !important;
	cursor: pointer;
	line-height: normal;
	margin-bottom: 46px;
	text-decoration: none;
	padding: 12px 14px 12px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(92, 92, 92, 0.87);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	width: 220px;
	text-align: center;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/icon_cloud.png) !important;
	background-position:15px center !important;
	background-repeat:no-repeat !important;
	-webkit-appearance: none;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
}
.custom-file-upload span {
	font-size: 14px;
	color: #989898;
	position: absolute;
	top: 15px;
	padding-left: 21px;
}
.file-remove-button {
	font-family: 'Lato', sans-serif;
	display: inline-block;
	border: none;
	float: left;
	outline:none !important;
	cursor: pointer;
	line-height: normal;
	margin-bottom: 46px;
	text-decoration: none;
	padding: 12px 14px 12px;
	font-size: 16px;
	font-weight: 700;
	color: rgba(92, 92, 92, 0.87);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	width: 220px;
	text-align: center;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
}
.file-remove-button:before {
	content: "\f057";
	font-family: FontAwesome;
	color: #924557;
	font-size: 22px;
	float: left;
}
/* ===[ Nr Of Copies Block ]=== */
.nrofcopies-block {
	overflow: hidden;
	margin: 28px 0;
}
/* ===[ Warning Box ]=== */
.warning-box {
	background: #fff8e7;
	padding: 21px 28px 19px;
	margin-bottom: 38px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.warning-box.w483 {
	width:483px;
}
.warning-box span {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 24px;
}
.warning-box span span {
	color:#924557;
	font-weight:700;
}
/* ===[ Page Nr Block ]=== */
span.page-nr-block {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	color: #622d39;
	text-align: center;
	display: inline-block;
	padding: 11px 25px 17px;
	margin-bottom: 43px;
	border: 1px solid #eaeaea;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
/* ===[ Copies Block ]=== */
.copies-block {
	width: 100%;
	overflow: hidden;
}
.copies-block p {
	margin: 16px 0 25px;
}
.copies-block span.highlight {
	color:#924557;
	font-weight:700;
}
/* ===[ Important Info Block ]=== */
.important-info-block {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 46px;
	padding-bottom: 15px;
}
.important-info-block.topborder {
    border-top: 1px solid #eaeaea;
    padding-top: 45px;
    margin-top: 45px;
}
.important-info-block h4 {
	margin-bottom:19px;
}
.important-info-block p {
	margin-bottom: 24px;
}
.important-info-block li {
	list-style-type: decimal;
	margin-left: 24px;
	font-size: 13px;
	line-height: 27px;
	padding-left: 16px;
}
.important-info-block ol ol li {
	list-style-type: lower-alpha;
}
/* ===[ Terms And Conditions Block ]=== */
.tc-block {
	overflow: hidden;
	margin-bottom: 28px;
}
/* ===[ Spine Block ]=== */
.spine-block {
	text-align: center;
	height: 645px;
	background: url(../images/spine.jpg) center 46px no-repeat;
}
.spine-block h6 {
	font-size: 12px;
	color: #8b8b8b;
	font-weight: 400;
	padding: 15px 0 16px;
}
.vertical-text {
	color: #fff;
	padding: 14px 17px;
	width: 600px;
	height: 43px;
	margin-left: 50%;
	right: -22px;
	position: relative;
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	transform-origin: left top 0;
}
.vertical-text.rotate {
	right: 25px;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: 300px 300px;
	-moz-transform-origin: 300px 300px;
	-webkit-transform-origin: 300px 300px;
	transform-origin: 300px 300px;
}
.vertical-text span {
	font-size: 19px;
	color: #ffcb4c;
	display: table-cell;
	width: 100%;
	/* margin: 0 auto; */
    padding: 0 5px;
}
#container {
	overflow: hidden;
	display: table;
	width: 100%;
}
.leftcol {
	float: left;
}
.centercol {
	float: none;
	width: auto !important;
}
.rightcol {
	margin-left: 200px;
	margin-right: 250px;
	text-align: center;
	width: auto !important;
}
.spine-inner {
	font-family:"Times New Roman", Times, serif;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	width:100%;
	font-size: 19px;
	color: #ffcb4c;
}
.spine-inner.silver-text {
	color: #c0c0c0;
}
.spine-top, .spine-middle, .spine-bottom {
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
}
.spine-initial1, .spine-initial2, .spine-initial3 {
	padding-left: 10px;
}
.a4-portrait {
	width:250px;
	border: 1px dashed #dadada;
	clear: both;
	margin-bottom: 45px;
}
.a4-portrait img {
	width: 100%;
}
.input-fields-block {
	float: left;
}
.popup-block {
	overflow: hidden;
	float: left;
	background: #F2F2F2;
	margin-left: 25px;
	margin-bottom:20px;
	padding: 10px;
}
.checkbox-block {
	float: left;
}
.checkbox-image {
	overflow: hidden;
	margin-left: 77px;
	float: left;
}
#check:checked ~ label #cover {
 display:block;
}

#checkColl:checked ~ label #cover {
 display:block;
}

 #check2:checked ~ label #cover {
 display:block;
}
#check3:checked ~ label #cover {
 display:block;
}

#check4:checked ~ label #cover {
 display:block;
}


#cover {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.8);
	display:none;
	z-index: 99999;
}
#box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*width: 33%;
	height: 64%;*/
}
#box img {
	width: 100%;
}
.popup-block {
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.popup-block label {
	width: 100%;
	padding:0;
}
#box img, #box:hover img {
	opacity:1;
}
.popup-block:hover {
	background: rgba(0, 0, 0, 0.8);
}
.popup-block:hover img {
	opacity:0.2;
}
.popup-container {
	overflow: hidden;
	float: left;
	margin-top: 17px;
	margin-left: 49px;
}
.popup-container h5 {
	font-family:"Lato", sans-serif;
	font-size:13px;
	margin:0 0 10px 25px;
}

/* ===[ Generic List ]=== */
.generic-list strong {
    width: 180px;
    display: block;
    float: left;
}
.generic-list p {
	overflow:hidden;
    margin-bottom: 10px;
}
.generic-list p.price {
    margin-top: 15px;
     display: inline-block;
}
.generic-list span {
	display:block;
	overflow:hidden;
}
.generic-list h5 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-bottom: 6px;
    margin: 30px 0 8px;
}

/* ===[ Total Block ]=== */
.total-block {
    overflow: hidden;
    width: 100%;
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #eaeaea;
}
.total-block span.total {
    color: #924557;
}






h5.sub-heading .popup-block {
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
h5.sub-heading .popup-block label {
	width: 100%;
	padding:0;
}
#box img, #box:hover img {
	opacity:1;
}
h5.sub-heading .popup-block:hover {
	background: none;
}
h5.sub-heading .popup-block:hover img {
	opacity:1;
}
h5.sub-heading .popup-container {
	overflow: hidden;
	float: left;
	margin-top: 17px;
	margin-left: 49px;
}
h5.sub-heading .popup-container h5 {
	font-family:"Lato", sans-serif;
	font-size:13px;
	margin:0 0 10px 25px;
}
h5 .popup-block {
    overflow: hidden;
    float: none;
    background: none;
    margin-left: 3px;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 5px;
}


ul.popup-list {
    background: #fff;
    padding: 60px;
	/*width: 750px;*/
    margin: auto;
    text-align: left;	
	
}
ul.popup-list h5 {
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 6px;
    margin-bottom: 24px;
}
ul.popup-list li {
    font-size: 14px;
    color: #4a4a4a;
    list-style-type: lower-alpha;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-left: 16px;
}

ul.alpha-list li {
font-size: 13px;
    color: #adadad;
    line-height: 1.2;
    list-style-type: lower-alpha;
    padding-left: 10px;
    margin-bottom: 40px;
    margin-left: 16px;
}

.disCls:disabled {
	background: #dddddd;
	cursor:no-drop;
	color: rgba(92, 92, 92, 0.5);
}

.disCls, .disCls span {    
	cursor:no-drop;
	color: rgba(92, 92, 92, 0.5);
}

@media only screen and (max-width: 840px) {
.long_promo_banner img {
    width: 100%;
    padding: 0 0 20px !important;
}
}