body.alwaysScrollY
{
	overflow-y: scroll;
}

.wallart-container
{
    margin: 30px auto;
}

.signPad
{
	margin-top: 20px;
}
.signPad canvas
{
	margin: 0 auto;
	display: block;
	cursor: crosshair;
	background: repeating-linear-gradient( 45deg, #fff, #fff 20px, #f3f3f3 20px, #f3f3f3 40px );
}
.signPad canvas.form-required
{

	cursor: crosshair;
	background: repeating-linear-gradient( 45deg, #FFDFBD, #FFDFBD 20px, #ffede0 20px, #FFEDE0 40px );
}

.canvasContainer
{
	padding: 6px 6px 1px 6px;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #999;
	border-radius: 4px;
}

.wallart-option1
{
    background-color: #1e4d5a;
	color: #fff;
    padding: 30px;
    margin: 30px 0;
    display: block;
	text-align: center;
	
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	transition:  0.3s;
}


.wallart-option1.uploadOwn
{
    background-color: #0db14b;
    color: white;
}
.wallart-option1.uploadOwn:hover
{
	background-color: #1be266;
    cursor: pointer;
}
.wallart-option1.chooseFromGallery:hover
{
	background-color: #31839a;
    cursor: pointer;
}

.wallart-option1 .fa
{
	font-size: 80px;
}

.wallart-option1 small
{
	color: white;
}
.wallart-option1 .jason-line 
{
    width: 50%;
    margin: 20px auto;
    border-top: 3px solid;
}


#loading
{
	display: none;
}
#loading .fa
{
	font-size: 160px;
	transform-origin: 50.3% 49%;
	display: block;
	height: 240px;
	width: 240px;
	margin: 0 auto;
	padding: 0;
	line-height: 240px;
}

.loading
{
	text-align: center;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	display: block !important;
	color: white;
	padding-top: 70px;
	
}

@media (min-width:768px)
{
	.loading
	{
		padding-top: 190px;
	}
}


#uploadedContainer
{
	text-align: center;
	margin-bottom: 50px;
}
#uploaded.effects,
#uploaded.effects img
{
	/*
	-webkit-transition:  0.3s;
	-moz-transition:  0.3s;
	-ms-transition:  0.3s;
	transition:  0.3s;*/
}

#uploaded.effects:before
{
	/*
	-webkit-transition:  0.3s 0.15s;
	-moz-transition:  0.3s 0.15s;
	-ms-transition:  0.3s 0.15s;
	transition:  0.3s 0.15s;*/
}

#uploaded.effects
{
	position:relative;
	/*perspective: 550px;*/
}
#uploaded.effects.view
{
	overflow: hidden;
	
}
@media (min-width:1200px)
{
	#uploaded.effects.view
	{
		min-height: 330px;
	}
}



#uploaded.effects::before
{
	content:"";
	display:block;
	background-color:#eee;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:-2;
}

#uploaded.effects.mockup::before,
#uploaded.effects.vertical::before
{
	background-color: transparent;
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100% !important;
	opacity: 0;
	top: -30%;
}

#uploaded.effects.mockup.lounge::before,
#uploaded.effects.vertical.lounge::before
{
	background-image: url('../img/mockup-view-lounge2.png');
}
#uploaded.effects.mockup.bedroom::before,
#uploaded.effects.vertical.bedroom::before
{
	background-image: url('../img/mockup-view-bedroom2b.png');
}

#uploaded.effects.mockup.office::before,
#uploaded.effects.vertical.office::before
{
	background-image: url('../img/mockup-view-office2b.png');
}

#uploaded.effects.mockup.nursery::before,
#uploaded.effects.vertical.nursery::before
{
	background-image: url('../img/mockup-view-nursery.png');
}

#uploaded.effects.mockup.view::before,
#uploaded.effects.vertical.view::before
{
	opacity: 1;
	top: 0;
	z-index:3;
	left:0%;
	
}
#uploaded.effects.vertical.view::before
{

}


#uploaded.effects.view img
{
	width: 100% !important;
	height: auto !important;
	display: block;
}

@media (min-width:1200px)
{

	/*
	#uploaded.effects.view img
	{
		margin: 0 auto;
		max-width: none;
	}
	
	#uploaded.effects.view.lounge img
	{
		height: 408px !important;
		width: auto !important;
	}

	#uploaded.effects.view.office img
	{
		width: auto !important;
		height: 472px !important;
	}
	
	#uploaded.effects.view.bedroom img
	{
		width: auto !important;
		height: 443px !important;
	}
	*/
}


#uploaded.effects.view.lounge 
{
	background-color: #d2b99e;
}

#uploaded.effects.view.office 
{
	background-color: #ded5c3;
}

#uploaded.effects.view.bedroom 
{
	background-color: #d1ad95;
}

#uploaded.effects.view.nursery 
{
	background-color: #cdb4a0;
}





/*
#uploaded.effects.view img
{
	position:relative;
	top:0;
	left:-17.6%;
	height:100%;
	width: 50% !important;
	
	-moz-transform: rotateY(36deg);
	-ms-transform: rotateY(36deg);
	transform: rotateY(45deg);
	transform-origin:50% 50%;

}
*/



#cropcontrols > div,
#effects > div
{
	padding: 0 0 30px 0;

}

@media (min-width:992px)
{
	#cropcontrols > div,
	#effects > div
	{
		float: left;
		width: 33.333333%;
		padding: 10px 40px 20px 40px;
		border-top: 1px solid #ccc;
	}
	#effects > div:nth-of-type(3n+1)
	{
		clear: left;
	}
}




#colred,
#colgreen,
#colblue
{
	border-left-style: solid; 
	border-left-width: 10px;
	width: 70px;
}

#colred
{
	border-left-color: red;
}
#colgreen
{
	border-left-color: green;
}
#colblue
{
	border-left-color: blue;
}


#cropButton,
.nextStepBtn,
.goBackBtn
{
	text-align: center;
	width: 100%;
	clear: both;
	padding: 10px 0;
	margin: 30px 0;
	background-color: #0db14b;
	color: white;
	cursor: pointer;
	position: relative;
	border-radius: 0;
	
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#cropButton:hover,
.nextStepBtn:hover
{
	background-color: #1be266;
}

#cropButton
{
	padding: 9px;
	margin: 14px 0 0 0;
}


#cropButton .fa,
.nextStepBtn .fa,
.goBackBtn .fa
{
	font-size: 30px;
	position: absolute;
	vertical-align: middle;
	top: 25px;
	right: 25px;
}

.nextStepBtn .fa
{
	display: none;
}

@media (min-width:420px)
{
	.nextStepBtn .fa
	{
		display: block;
	}
}

#cropButton .fa
{
	font-size: 40px;
	position: absolute;
	vertical-align: middle;
	top: 9px;
	right: 11px;
}

.nextStepBtn h3
{
	margin: 15px 0;
	color:white;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
}
.nextStepBtn {	margin: 0 auto 30px auto;}
.goBackBtn
{
	background-color: #00529b;
	/*width: 160px;
	margin: 30px auto;
	padding: 10px;*/
}
.goBackBtn:hover
{
	background-color: #1b4450;
}


#progress
{
	color: white;
}

#progress:after
{
	content: "";
	clear: both;
	height: 0;
	width: 0;
	display: block;
}

#progress .step
{
	background-color: #00529b;
	padding: 0 20px;
	margin: 10px 0;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

@media (min-width:992px)
{
	#progress .step
	{
		margin: 0;
		width: 33.333333%;
		float: left;
	}
}

#progress .step.active
{
	background-color: #6dcef5;
}

#progress .step strong
{
	margin-right: 10px;
	position: absolute;
	top: -5px;
	height: 50px;
	width: 50px;
	line-height: 40px;
	text-align: center;
	background-color: #00529b;
	border-radius: 50%;
	left: -10px;
	border: 5px solid white;
	font-size: 24px;
}

@media (min-width:400px)
{
	#progress .step strong
	{
		left: 40px;
	}
}
@media (min-width:992px)
{
	#progress .step strong
	{
		left: 20px;
	}
}
@media (min-width:1200px)
{
	#progress .step strong
	{
		left: 40px;
	}
}


#progress .step:after,
#progress .step:before
{
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top:0;
	
	
	border-width: 20px 0 20px 10px;
	border-style: solid;
	border-color: white transparent;
	
}

#progress .step:after
{
	right:0;
}

#progress .step:before
{
	left:0;
	border-color: transparent white ;
}

#percentText
{
	font-size: 5em;
	margin: 20px 0 0 0;
}

#uploadedContainer button
{
    padding: 0.8em 1em 0.7em;	    margin: 10px 0 0px 0px;	    width: 100%;	    background: #e5e5e5;	    border: 0;	    font-family: 'Oswald', sans-serif;	    font-weight: 100;	    font-size: 1.2em;	
}
#uploadedContainer button:hover{    background: #f3f3f3;}
#uploadedContainer section.viewModes button
{
	width: auto;	font-size: 16px;
}

#uploadedContainer section.viewModes button.active:before
{
	content: "\f00c";
	font-family: fontAwesome;
	margin-right:0.5em
}
#uploadedContainer section.viewModes
{
	margin: 17px 0 25px;
}

.mockupViewNote
{
	font-size: 12px;	font-family: arial, sans-serif;
}@media (min-width:1024px){	#brightness, #contrast	{				margin-top: 40px;			}}
/*  Gallery  */

.choose-from-gallery
{
	margin-top: 20px;
}

ul.chooseGallery,
ul.chooseGallery li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.chooseGallery li
{
	background-color: #f4f4f4;
	padding: 0.5em 40px 0.5em 15px;
	margin-bottom: 2px;
	
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	position: relative;
}
ul.chooseGallery li:hover
{
	background-color: #6dcef5;
	color: white;
	cursor: pointer;
}
ul.chooseGallery li.active
{
	background-color: #00529b;
	color: white;
}
ul.chooseGallery li .count
{
	font-size: 0.8em;
	width: 30px;
	text-align: center;
	background-color: rgba(109,206,245,0.2);
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0.8em;
}
ul.chooseGallery li:hover .count
{
	background-color: rgba(255,255,255,0.2);
}

ul.wallartGallery,
ul.wallartGallery li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.wallartGallery li .imgContainer
{
	width:100%;
	height: 100px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width:600px)
{	
	ul.wallartGallery li .imgContainer
	{
		height: 200px;
	}
}


ul.wallartGallery li
{
	width:50%;
	float: left;
	display: block;
	padding: 4px;
}

ul.wallartGallery li:hover
{
	cursor: pointer;
	opacity: 0.8;
}

@media (min-width:600px)
{
	
	ul.wallartGallery li
	{
		padding: 4px;
	}
}

@media (min-width:1024px)
{
	
	ul.wallartGallery li
	{
		width:33.333333%;
	}
}

/* ==========================================================================
Paul's custom styles
========================================================================== */

.design-your-wall .left-side, 
.design-your-wall .right-side 
{
	font-family: 'Oswald', sans-serif;
	height: 280px;
	background-color: black;
	cursor: pointer;
}
@media (min-width:500px)
{
	.design-your-wall .left-side, 
	.design-your-wall .right-side 
	{
		height: 430px;
	}
}

@media (min-width:992px)
{
	.design-your-wall .left-side, 
	.design-your-wall .right-side 
	{
		height: 900px;
		width: 50%;
	}
}


.design-your-wall .left-side .text, 
.design-your-wall .right-side .text 
{
	position: relative;
	top: 55%;
	transform: translateY(-50%);
	text-shadow: 10px 10px 30px rgba(0, 0, 0, 0.6); 
}



@media (min-width:992px)
{
	.design-your-wall .left-side .text
	{

		text-shadow: none;
		color: #000000;

	}

	.design-your-wall .left-side .text, 
	.design-your-wall .right-side .text 
	{

		border: 6px dashed;
		padding: 20px;
		width: 430px;
	}
	
	.design-your-wall .left-side .text
	{
		float: right;
	}
}
.design-your-wall .left-side .text h3, 
.design-your-wall .right-side .text h3 
{
	font-size: 30px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px 0; 
	color: #ffffff;
}
@media (min-width:992px)
{
	.design-your-wall .left-side .text h3
	{
		color: #000000;
	}
}
.design-your-wall .left-side .text p, 
.design-your-wall .right-side .text p 
{
	font-size: 10px;
	line-height: 1em;
	font-weight: normal;
	margin: 0; 
}
.design-your-wall .left-side .text i, 
.design-your-wall .right-side .text i 
{
	font-size: 35px;
	margin-bottom: 20px; 
}

@media (min-width:500px)
{
	.design-your-wall .left-side .text h3, 
	.design-your-wall .right-side .text h3 
	{
		font-size: 60px;
	}
	.design-your-wall .left-side .text p, 
	.design-your-wall .right-side .text p 
	{
		font-size: 20px;
	}
	.design-your-wall .left-side .text i, 
	.design-your-wall .right-side .text i 
	{
		font-size: 70px;
	}
}

.design-your-wall .left-side 
{
	text-align: right;
	padding: 0;
	color: white;
	display: block;
	position: relative;
	z-index: 1; 
}
.design-your-wall .left-side::after 
{
	background-image: url(../img/left-side-bg.jpg);
	background-size: cover;
	background-position: right;
	content: "";
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	transition: opacity ease 1s; 
}
.design-your-wall .left-side:hover::after 
{
	opacity: 1; 
}
.design-your-wall .right-side 
{
	text-align: left;
	padding: 0 0 0 40px;
	color: white;
	display: block;
	position: relative;
	z-index: 1; 
}
.design-your-wall .right-side::after 
{
	background-image: url(../img/right-side-bg.jpg);
	background-size: cover;
	background-position: left;
	content: "";
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	transition: opacity ease 1s; 
}
.design-your-wall .right-side:hover::after 
{
	opacity: 1; 
}


/* Fixes */

.design-your-wall h2
{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #31454b;
	font-weight: normal;
	font-size: 30px;
}

.design-your-wall
{
	overflow: hidden;
}

@media (min-width:992px)
{
	.design-your-wall
	{
		position: absolute;
		top:302px;
		left: 0;
		width: 100%;
		z-index: 900;
		overflow: hidden;
	}
}

.design-your-wall.galleryMode
{
	position: static;
}


.design-your-wall .upLabel 
{
	position: relative;
	display: block;
	height: 100%;
	cursor: pointer;
	padding: 0 40px 0 0;
	text-align: right;
}
@media (min-width:992px)
{
	#steponeSpacer
	{
		height: 780px;
	}
}

#steponeText
{
	color: #222;
	display: block;
	text-align: center;
	padding: 20px 0;
}

#steponeText h3
{
	margin-top: 0;
}

@media (min-width:992px)
{
	#steponeText
	{
		position: absolute;
		top: 110px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
		width: 640px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.5);
		border-radius: 10px;
		background-color: rgba(255,255,255,1);
		z-index: 900;
	}
}