﻿html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/*::-webkit-scrollbar {
    display: none
}*/
/* width */
::-webkit-scrollbar {
    width: 10px;
	
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8f8f8; 
	border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #879097; 
	border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a9b3bb; 
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    position: relative;
    font-family: 'Nunito', sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-text-size-adjust: 100%;
    background: rgba(0, 0, 0, 0.10);
    max-width: 100%;
overflow: hidden;
	font-weight: 400;
        overflow-y: auto;
-webkit-font-smoothing: subpixel-antialiased;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    outline: none
}
#finalSubmit{
	padding: 100px 30px;
	display: none;
}
#welcomeLogo{
	width: 320px;
	max-width: 80%;
}
/* Footer
-------------------------------------------------- */

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

#map_canvas.newstore_map {
	width:100%; 
	height:250px;
	clear:both;
	display:block;
}

a:hover,
a:focus {
    text-decoration: none
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}
.clearfix:after {
    clear: both
}
.hide {
    display: none
}
.colourSwatch{
    background:#acb2b4
}

#summary{
	width: 96%;
	clear: both;
	position: relative;
	margin: 0 auto;
	margin-top: 12px;
	background: #ededed; /* Old browsers */

}
#summaryStatus
{
	position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 950;
    font-size: 13px;
    
   /* font-weight: bold;*/
    padding: 6px;
    background: #005954;
    width: 100%;
    color: #fff;
}
#summaryStatus .summaryType{
	
	font-weight: bold;
	display: inline-block;
	padding-right: 8px;
	border-right: 1px solid rgba(255,255,255,0.6);
	margin-right: 4px;
}
#summaryStatus .summaryType:last-child{
	border-right: none;
	margin-right: 0;
}
#summaryStatus .hidePhone{
	display: inline-block;
}
#mobileStatus{
    position: absolute;
    top: -32px;
    /* left: 0; */
    right: 60;
    z-index: 950;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px;
    background: #1e3045;
    width: 100%;
    display: none;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: 140px;
}
#doorSummary{
	width: 100%;
	height: 100%;
	padding: 0 0 40px;
background: #f8f8f8; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #d1d1d1 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#d1d1d1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #ffffff 0%,#d1d1d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#doorSummary #situdoor{
	left: 0;
    right: 0;
   /* top: -120px;*/
	top: 100px;
	bottom: 0;
	opacity: 1;
	transform: matrix3d(0.872319, 0.516854, 0, 0.00102145, 0, 1.02083, 0, 0, 0, 0, 1, 0, -126, 170, 0, 1); 
}
#quoteLogo{
	display:block;
	width: 240px;
	margin: 0 auto;
	margin-bottom: 15px;
}
#quoteLogo img{
	max-width: 240px;
}
#forminputs{
	margin: 0 auto;
	width: 96%;
	background: #fff;
	padding-bottom: 30px;
	position: relative;
	border: 5px solid #c6c6c6;
}
#itemSummary{
	width: 100%;
	padding: 0 0 140px;
}
#itemSummary h3, #doorSummary h3, #forminputs h3{
	width: 100%;
	padding: 16px;
	text-align: center;
	color: #333;
	display: inline-block;
	font-size: 18px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
#forminputs .quoteBox h3{
	font-size: 17px;
	background: none !important;
	color: #000;
	padding: 8px !important;
	display: block;
}
#doorSummary h3{
	background: #E9ECF4;
}
.itemField{
    padding: 30px 20px 20px;
    border: 2px solid #97a0a5;
    position: relative;
    border-radius: 10px;
    margin: 40px 8px;
    width: 32%;
    display: inline-table;
}
.fieldName{
	position: absolute;
	padding: 0 14px;
	background: #ededed;
	color: #212121;
	font-size: 18px;
	top: -12px;
	left: 35px;
}
.itemRow{
	clear: both;
	margin-bottom: 5px;
	margin: 0 auto;
    display: inline-block;
	width: 100%;
/*	margin-right: 2px;*/
}
.itemRow.single{
	width: 48%;
}
.itemRow .itemDesc{
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	border: 1px solid #c4c4c4;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	color: #505050;
	text-align: left;
	float: left;
	min-width: 49%;
}
.itemRow .itemName{
	font-size: 16px;
	padding: 12px;
	border: 1px solid #E9ECF4;
	background: #E9ECF4;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #fff;
	text-align: left;
	float: left;
	min-width: 49%;
}

#frameItems .itemRow .itemName{
	border: 1px solid #2e3036;
	background: #2e3036;
}
#hardwareItems .itemRow .itemName{
	border: 1px solid #97a0a5;
	background: #97a0a5;
}
.screenShotTempCanvas {
    position: absolute;
	width: 536px;
    height: 576px;
    left: 0;
    top: 0;
}
.tempHide svg {
    position: absolute;
   width: 536px;
    height: 576px;
    left: 0;
    top: 0
}
.sideLightcolour{
	min-height: 100%;
}
.sideLightcolour .screenShotTempCanvas{
	left: 43px;
}
.loadingbtn {
    display: none
}

.spin {
    transition-property: transform;
    transition-duration: 1s;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.hideDesk {
    display: none;
    opacity: 0
}

#fullsidelightOptions a, #patternedglassOveride a{
	background: #fff;
	display: block;
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 4px;
	margin-right: 2px;
	color: #333;
}
#fullsidelightOptions #glazedsidelightWidths p{
	color: #fff;
	text-align: left;
}
#fullsidelightOptions .whiteTxt{
	color: #fff;
	text-align: left;
	float: left;
	padding-top: 15px;
	margin-right: 15px;
}
#glazingSidelightsNav {
	position: absolute;
    top: 2px;
    right: 0px;
}
#fullsidelightOptions #glazingSidelightsNav a{
	color: #fff;
	background: #2e3036;
font-size: 14px;}
#fullsidelightOptions #glazingSidelightsNav a:hover{
	background: #4cbfad;
}
#fullsidelightOptions a:hover, #patternedglassOveride a:hover{
	background: #f1f1f1;
	color: #333;
	-webkit-box-shadow: inset 2px 0px 17px 0px rgba(50, 50, 50, 0.29);
-moz-box-shadow:    inset 2px 0px 17px 0px rgba(50, 50, 50, 0.29);
box-shadow:         inset 2px 0px 17px 0px rgba(50, 50, 50, 0.29);
}
#fullsidelightOptions a.current{
	background: #4cbfad;

}
#fullsidelightOptions a.current p{
	color: #fff;
}
#fullsidelightOptions a img{
	width: 48px;
}
#patternedglassOveride a.current, #glazedsidelightWidths a.current{
	background: #37b3e4;
	color: #fff;
}
#responsiveButt{
		   padding:0;
		   height: 65px;
	   }
	   #responsiveButt a{
		display: block;
color: #fff;
width: 60px;
vertical-align: middle;
text-align: center;
height: 100%;
line-height:100%;
	   }
#responsiveButt a i{
	vertical-align: middle;
	padding-top: 10px;
}

#designeretchoptions,
#cillBlock,
#timestamp,
#crystalharmonyoptions,
#muranooptions,
#crystalbohemiaoptions,
#ralstatus,
#thorncliffeoptions,
#tahoeoptions,
#simplicityoptions,
#helpergrain,
#clarityoptions,
#dorchesteroptions,
#alpineoptions,
#diamondsoptions,
#destinyoptions,
#crystalinspirationoptions,
#retrooptions,
#sciroccooptions,
#aspenoptions,
#encantooptions,
#preciosaoptions,
#niceoptions,
#lindazaoptions,
#fuegooptions,
#biarrtizparisoptions,
#lyonoptions,
#berlinoptions,
#venetiaoptions,
#lunaoptions,
#lucerooptions,
#cielooptions,
#barcelonaoptions,
#pragueptions,
#fourliteoptions,
#fourtopsarcoptions,
#fullnarrowptions,
#dualovermidptions,
#galleryscreen,
#formscreen,
#fullscreen,
#urbanoptions,
.sideLightBlock,
#slabOptions,

#sbdInfo,
.popupOption,
.popupOption-dialogue,
#chooseColour, #chooseGlass, #stepButtons > a:first-child, #changeColour, #chooseLetterplate, #chooseOptions, #changeLetterplate, #orderNow, #changeGlass, #chooseFrame, #chooseFramecolour, #changeFrame, #changeFramecolour, #chooseSideglass, #changeSideglass, #priceBlock, #doorsetWarning, #chooseframeWarning, #dimensionsModule, #glazedsidelightWidths, #hingesideOptions, #opensOptions, #changeKnocker, #chooseKnocker, #chooseSpyhole, #changeSpyhole, #chooseHandle, #changeHandle,
.urban, #fireLock, #leftGlazedSidelightDimensions, #rightGlazedSidelightDimensions, #fanlightDimensions, #laminateUpgrade, #patternedglassOveride, #glassoptions, #sideliteglassoptions, #dimensionWarning, #doordesignform, #Aluminium, #dimensionOptions, .Thresholds, #openingDimensions, #toDimensions, #dimensionserrorMessage, #dimensionserrorMessage, #entranceserrorMessage, #findInstallerSubmit, #lockType, #closeLocks, .urban, .doorSmooth, .urbanaluminiumCassette, .trisysCassette, .sl_urbanaluminiumCassette, .sl_trisysCassette, .sideLightSmooth, .escutcheon{
    display: none;
}
.escutcheon.showOption{
	display: block;
	opacity: 1;
}
#fullsidelightOptions a#toglazedDimensions{
	display: none;
}
#glazedSidelights{
	margin-top: 22px;
}
#glazedSidelights #Custom {
	visibility: hidden;
}
#compositeSidelights{
	top: -999px;
}
#cillBox{
	margin-top:20px;
	opacity:0.15;

}
img {
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
    border: 0;
    height: auto;
 }

#colourbothsides, #framecolourbothsides, #hingesideOptions, #opensOptions, #finishType, #cassetteType {
    position: absolute;
    top: -298px;
      left: 0;
    display: none;
    padding: 6px;
}
#hingesideOptions{
	top: -290px;
}
#colourbothsides{
	top: -298px;
}
#hingesideOptions{
	left: auto;
}
#finishType{
	left: auto;
}
#cassetteType{
	right: 435px;left: auto;
}
#opensOptions{
	right: 205px;left: auto;
}
.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 145px;
    box-sizing: border-box;
}

.button-cover
{
height: 68px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    min-width: 130px;
   
/*    box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.14);*/
}
#finishType .button-cover, #cassetteType .button-cover
{
	min-width: 125px;
}
.button-cover p{
	text-align: center;
      
    padding: 4px;
	margin-bottom: 6px;
font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
 .knobs, .togglelayer
{
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
}

.toggleButton
{
    position: relative;
    top: 30%;
    width: 68px;
    height: 30px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.toggleButton.r, .toggleButton.r .togglelayer
{
    border-radius: 100px;
	border: 1px solid #ccc;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.togglelayer
{
    width: 100%;
    background-color: #fcebeb;
    transition: 0.3s ease all;
    z-index: 1;
	
}

/* Button 1 */
#button-1 .knobs:before
{
    content: 'NO';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 23px;
    height: 23px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 7px 3px;
   background-color: #f33b2f;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(244,66,54,1);
-moz-box-shadow: 0px 0px 5px 2px rgba(244,66,54,1);
box-shadow: 0px 0px 5px 2px rgba(244,66,54,1);
}

#button-1 .checkbox:checked + .knobs:before
{
    content: 'YES';
    left: 42px;
	 background-color: #5bb9ac;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(3,168,244,0.48);
	-moz-box-shadow: 0px 0px 5px 2px rgba(3,168,244,0.48);
	box-shadow: 0px 0px 5px 2px rgba(3,168,244,0.48);
}

#button-1 .checkbox:checked ~ .togglelayer
{
    background-color: #ebf7fc;
	
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .togglelayer
{
    transition: 0.3s ease all;
}

.toggle-slide{
    overflow:hidden;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    direction:ltr;
    border:1px solid rgba(255,255,255,0.2)
}
.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob{
    float:left
}
.toggle-slide .toggle-blob{
    position:relative;
    z-index:99;
    cursor:hand;
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab
}
.toggle-light .toggle-on,.toggle-light .toggle-off{
    font-size:12px;
    font-weight:500;
    text-transform:uppercase
}
.toggle-light .toggle-on,.toggle-light .toggle-select .toggle-inner .active{
    background:#fff;
    color:#333
}
.toggle-light .toggle-off,.toggle-light .toggle-select .toggle-on{
    color:#fff
}
.toggle-light .toggle-blob{
    background:#d81a87
}
.toggle-light .toggle-blob:hover{
    background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f9f9f9));
    background:-webkit-linear-gradient(#e4e4e4,#f9f9f9);
    background:linear-gradient(#e4e4e4,#f9f9f9)
}
a.NextBtn, a.PrevBtn{
position: fixed;
cursor: pointer;
z-index: 999;
top: 35%;
transition: all 500ms;
	box-shadow: 0px 0px 0px 0px #e5bfdd;
	background-color:#fff;
	border-radius:6px;
	
	display:inline-block;

	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size:14px;
	padding:10px 4px 10px 12px;
	text-decoration:none;
	min-width: 150px;
}
a.NextBtn{
	color: #fff;
	background-color:#1e3045;
}
a.PrevBtn{
	box-shadow: 0px 0px 0px 0px #adadad;
	border:1px solid #555;
	color:#555;
	padding:10px 12px 10px 4px;
}
a.NextBtn:hover{
	background: #b2c4cc;
	color: #1e3045;
}
a.NextBtn:hover, a.PrevBtn:hover{
	box-shadow: 0px 0px 0px 4px rgba(17,29,53, 1);	
}
a.PrevBtn:hover{
	box-shadow: 0px 0px 0px 4px #adadad;
	border:1px solid #555;
}
a.NextBtn{
	left: auto;  
	right: 2%;

}

	a.PrevBtn{
	left: 2%;  
	right: auto;

}
a.NextBtn i, a.PrevBtn i{
	font-size: 22px;
	vertical-align: bottom;
}

#container {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden
}
#content {
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #d0d6d6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow-y: hidden;
	overflow-x: hidden;
}
#display {
    position: relative;
    left: 0px;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    text-align: center;
    overflow-x: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
/*	border-left:5px solid #37b3e4;
	border-right:5px solid #37b3e4;	*/
}
#doorvisualise {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2100
}
#galleryscreen,
#formscreen,
#fullscreen {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: 2001;
    opacity: 0;
    overflow-y: scroll;
    top: 0;
}

.quoteSelectBtn {
padding: 8px;
    border-radius: 8px;
    border: 1px solid #000;
    text-align: center;
    position: relative;
    color: #000;
    display: inline-block;
    /* margin: 1px; */
    cursor: pointer;
    /* min-width: 100px; */
    font-size: 15px;
    line-height: 17px;
	margin-right: 5px;
    min-width: 70px;
	margin-bottom: 10px;
}


.leftFlip img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}
.quoteSelectBtn span {
       position: absolute;
    top: -6px;
    right: -6px;
    display: none;
    font-size: 20px;
}
.quoteSelectBtn .priceOverlay{
position: absolute;
    top: -10px;
    left: 0;
    font-size: 11px;
    padding: 0 4px;
    background: #2e3036;
    color: #fff;
    display: block;
    border-radius: 4px;
}
.quoteSelectBtn img {
    margin: 0 auto;
    padding: 6px 0;
}
.quoteSelectBtn:hover {
    background: rgba(0, 0, 0, 0.05)
}
.quoteSelectBtn.current {
    background: #000;
    color:#fff;
	box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	pointer-events: none;
}
.quoteSelectBtn.current span {
    display: block;
	
}
.popupOption-dialogue .quoteSelectBtn img{
	width: 60px;
}

.sendBox,
.quoteBox {
    padding: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    margin: 4px 4px 0 0;
    display: inline-block;
	/*min-height: 255px;*/
}
#forminputs .quoteBox{
	padding: 15px;
	border: 1px solid #bbb;
	margin-bottom: 20px;
}

.quoteBox.full{
	display: block;
	max-width: 88%;
    margin: 0 auto;
}
.quoteBox h3 {
	color: #fff;
    padding: 8px;
    background: #37b3e4;
	margin-bottom: 10px;
}
.quoteBox .input{
	float: left;
}
.quoteBox img{
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
}
.sendBox p,
.quoteBox p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 16px;
    float: left;
    margin-right: 20px;
    padding-bottom: 8px
}
.sendBox button {
    margin: 0
}
.sendBox button .icon {
    margin-right: 6px;
    vertical-align: middle
}
#galleryscreen h1,
#formscreen h1,
#fullscreen h1 {
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 18px 60px 18px 60px;
    margin-bottom: 20px;
	font-weight: 600}
.gallerythumb {
 /*   width: 200px;*/
    height: 200px;
    border: 2px solid #000;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 200px;
    max-width: 200px;
    max-height: 200px;
    width: 48%;
    background: none repeat scroll 0% 0% #000;
    text-align: center;
    cursor: pointer
}
.gallerythumb img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}
.gallerythumb:hover img,
.gallerythumb.current img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.doorColour img{
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}
#fulldoordisplay{
    height:88%;
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    -ms-transition:all 1s ease;
    transition:all 1s ease;
    max-width:100%;
    width:100%;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    margin:auto;
    top:105px;
    left:0;
    right:0;
    zoom:1;
    -ms-zoom:1;
    -webkit-zoom:1;
    -moz-transform:scale(1,1);
    -moz-transform-origin:top center;
    -o-transform-origin:top center;
    -webkit-transform-origin:top center;
    transform-origin:top center
}

#clonedFulldoordisplay{
height: 590px;
    background: #fff;
    padding: 20px 0 90px 0;
    margin-bottom: -60px;
}
#clonedFulldoordisplay img{
	text-align: center;
	margin: 0 auto;
	    filter: drop-shadow(0px 0px 6px #595959);
}
#clonedFulldoordisplay #fulldoordisplay{
	top: 0;
	height: 640px;
}
#clonedFulldoordisplay #fulldoordisplay div .innerDoor {
     bottom: 0; 
}
#clonedFulldoordisplay #fulldoordisplay .front .innerDoor {
    transform: translateY(0);
}
#fulldoordisplay.zoom {
 /*   -moz-transform-origin: top center;
    -o-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;*/
	overflow-y: scroll;
	overflow-x: hidden;
   -webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0px);
-webkit-transform: translate3d(0,0,0);
-webkit-perspective: 1000;
}
#finishBlock{
	margin-top: 30px;
	display: none;
}
.orderNowReturn, .materialLink{
	pointer-events: all;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    /* margin-top: -90px; */
    display: inline-block;
    padding-bottom: 20px;
	text-decoration: underline;
	padding: 10px;
    border: 1px solid #f2f2f2;
	margin-bottom: 15px;
	transition: all;
	
}
.orderNowReturn .material-icons, .materialLink .material-icons{
	font-size: 12px;
	vertical-align: baseline;
	  transition: .25s ease;
}
.orderNowReturn .material-icons:hover{
	transform: rotate(90deg)
}
.orderNowReturn:hover, .materialLink:hover{
	color: #00263b;
	text-decoration: none;
}
.rotate {
    transition: 1.2s;
    transform-style: preserve-3d;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    position: relative;
    opacity: 0
}
.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.8s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.8s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.8s;
    -o-transform-style: preserve-3d;
    -ms-transition: 0.8s;
    -ms-transform-style: preserve-3d;
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;

}
.front {
    z-index: 2000;
    transform: rotateY(0deg)
}
.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}
#fulldoordisplay.flip .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
}
#fulldoordisplay.flip .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
div.flipped img, .flipped svg  {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.image-scale-hack .front {
    opacity: 100
}
.image-scale-hack.flip .front {
    opacity: 0
}
#fulldoordisplay img,
#doorvisualise img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
#fulldoordisplay div,
#doorvisualise div {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
#fulldoordisplay div .front .throwRight {
    -ms-transform: translateX(12.2%);
    -webkit-transform: translateX(12.2%);
    transform: translateX(12.2%)
}
#getpdf {
    position: relative;
    background: #fff;
    background-color: #fff
}
#getpdf .printdoor {
    position: relative;
    width: 333px;
    height: 827px;
    top: 0;
    left: 0;
    right: 0
}
#getpdf .printdoor img,
#getpdf .printdoor div {
    position: absolute;
    width: 222px;
    height: 551px;
    top: 0;
    left: 0
}
#getpdf .printdoor .layer {
    top: 0;
    left: 0;
    position: absolute
}
#spinner-overlay {
    background-color: #aaa;
    opacity: 0.4;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat
}
.close {
    position: absolute;
    right: 0
}
.button {
    padding: 8px 10px;
    -webkit-transition-property: all;
    transition-property: all;
    margin-bottom: 1px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4)
}
.button:hover {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7)
}

#footer .close.button {
    border-bottom: none
}
#footerControls{
	position: relative;
}
header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3d3d3d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 65px;
    position: fixed;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    top: -65px;
    width: 100%;
    padding: 0;
    z-index: 2000;	
}
.logo {
	padding: 3px;
    height: 100%;
	position:absolute;
	left:0;
	width: 220px;
	
margin: 0 auto;
text-align: center;
}
.logo img{
	height: 44px !important;
	max-height: 59px !important;
	max-width: 190px !important;
	width: auto !important;
	object-fit: contain;
}
#toolBar,
#shareBar {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    position: fixed;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    bottom: -110px;
    width: 100%;
    padding: 0;
    z-index: 99999;
    background: #fff;
    justify-content: center;
    flex: 1;
    align-items: center;
	border-top:1px solid #ababab;
}
#toolBar a,
#toolBar label,
#shareBar a {
    margin: 0 2px;
	display: inline-block;
}
#toolBar .hidePhone,
#shareBar .hidePhone {
    margin: 0 auto
}
input[type="file"] {
    display: none;
	visibility: hidden;
    opacity: 0;
	text-indent: -9999999px;
}
#toolLeft {
    left:0.5%;
	position: absolute;
}
#toolRight {
    right:0.5%;
	position: absolute;
}
#toolMiddle {
    align-items: center
}

.mainNav li {
    display: inline-block
}

.mainNav li.quote {
    margin-left: 20px;
    padding-left: 30px;
    border-left: 1px solid #D5D5D5
}
.mainNav {
    background: #3d3d3d;
    display: block;
   position: absolute;
	left: 230px;
	top: 5px
}
.mainNav li {
    display: inline-block;
    display: inline-block;
    color: #fff;
    margin: 0 -1px;
}
.responsiveNav li{
	list-style: none;

}

.step_Nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1000;
	
}
.step_Nav .nav {
  position: absolute;
  top: 0;
  color: #fff;
	vertical-align: middle;
  background: #37b3e4;
  padding: 14px 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: .9rem;
	line-height: .9rem;
  transition: padding .25s ease;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(39,87,79,0.4);
-moz-box-shadow: 0px 0px 28px 0px rgba(39,87,79,0.4);
box-shadow: 0px 0px 28px 0px rgba(39,87,79,0.4);
}
.step_Nav .nav i{
	font-size: 1.1rem;
	vertical-align:top;
	line-height: 1.1rem;
	opacity: 0.5;
}
.step_Nav .nav:hover {
  padding: 14px 20px;
	 background: #4cbfad;
}

.step_Nav .nav--left {
  border-radius: 0px 3px 3px 0px;
}
.step_Nav .nav--right {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}
#pound {
    padding: 0 3px 0 0;
}
.odometer,
#pound {
    position: relative;
    z-index: 2004;
    color: #fff;
    font-weight: 700;
    font-size: 24px
}
#odometer:before{
	content: "£";
	vertical-align: middle;
	line-height: 24px;
	
}
.odometer-inside{
	display: inline;
}
#digits{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
ul#navTools {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block
}
ul#navTools li {
    list-style: none;
    float: left;
    color: #fff;
    transition: all 500ms;
    margin-right: 1px;
    padding: 8px 8px 0;
    height: 65px;
    background: rgba(0, 0, 0, 0.36)
}
ul#navTools li:hover {
    background: rgba(0, 0, 0, 0.76)
}
ul#navTools li a {
    color: #fff
}
ul#navTools li a#addtobasket {
    background: #9b0015
}
ul#navTools li a#addtobasket:hover {
    background: #c3132b
}
ul#navTools li a:hover {
    background: rgba(0, 0, 0, 0.36)
}
ul#navTools li a p {
    margin-bottom: 0
}
.doorsetWarning{
	padding: 8px;
	background: #c71c1c;
	top: 0;
	left: 0;
	display: inline-block;
	margin-top: 15px;
}
.doorsetWarning small{
	color: #fff;
}
.starterTxt {
    padding: 20px;
    line-height: 20px;
	color: #333!important;
}
.starterTxt .material-icons {
    line-height: 21px;
    vertical-align: top
}
.selectslabOption[data-rebate="Double"], .selectslabOption[data-rebate="Fire"], .selectslabOption[data-rebate="Flood"]{
	display: none;
}
#priceBlock {
    padding: 10px;
    background:#005954;
    display: block;
    position: absolute;
    left: 0;
	right: 0;
    height: 60px;
    width: 160px;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	top:5px;
	margin: 0 auto;
	z-index: 1500;
}
#pricingCurve{
	z-index: 1499;
	position: absolute;
	left: 0;
	right: 0;
width: 234px;
    margin: 0 auto;
    top: 36px;
}
.orderNow{
	    height: 65px;
    display: block;
   
    left: 135px;
    position: absolute;
    background: #4cbfad;
    color: #fff;
    width: 130px;
	line-height: 65px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.orderNow:before{
content: "";
    display: block;
    width: 0;
    height: 0;
    transition: all 500ms;
    position: absolute;
    top: 0;
    left: -8px;
    border-style: solid;
    border-width: 33px 0 32px 8px;
    border-color: #4cbfad transparent #4cbfad transparent
}
.orderNow.current{
	background: #294389;
	 text-decoration: none;
}
.orderNow.current:before{
	   border-color: #294389 transparent #294389 transparent
}
#priceBlock p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px
}
#rebateStatus, #sbdStatus{
	position: fixed;
	left: 4px;
	z-index: 8000;
	top: 80px;
}
#sbdSwitch{
	position: fixed;
	right: 4px;
	z-index: 8000;
	top: 80px;
}
#sbdStatus{
	z-index: 8001;
}
#sbdSwitch{
	    background: #fff;
    padding: 10px 5px 14px;
    border: 2px solid #37b3e4;
    /* max-width: 116px; */
}
#sbdSwitch p{
	font-size: 12px;
	margin-bottom: 10px;
}
#sbdSwitch img, #bigSBDstatus img{
	width: 140px;
	margin-bottom: 10px;
}
#bigSBDstatus{
	position: fixed;
	left: 80px;
    top: 100px;
    z-index: 99999;
    height: 92px;
    width: 140px;
}

#rebateStatus img, #sbdStatus img, #bigSBDstatus img{
	display: none;
}
#slideFooterUp{
color: #fff;
    background: #005954;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: -100px;
    text-align: right;
    z-index: 550;
    padding: 15px;
}
#slideFooterUp i {
    font-size: 18px;
    line-height: 9px;
    vertical-align: middle;
}
 #slideFooterUp p{
	text-align: left;
	float: right;
	padding: 9px 0 0 8px;
}
 #slideFooterUp:hover{
	background: #2e3036;
	 color: #fff;
}
.mainNav li a {
	/*pointer-events: none;*/
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 0 4px;
    color: #333;
    background: rgba(0, 0, 0, 0.16);
    position: relative;
    display: inline-block;
    text-decoration: none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
   /*margin-right: 6px*/
}
.mainNav li a.current{
	text-decoration: none;
	pointer-events: none;
	background: #005954;
	color: #fff;
}

.mainNav li a:hover {
    background: rgba(0, 0, 0, 0.46);
    text-decoration: none
}

.mainNav li a:hover:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 33px 0 32px 8px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.46)
}


.mainNav li a span {
    font-size: 1.7rem;
    line-height: 0;
    margin-right: 1px;
    vertical-align: middle
}
.mainNav a.disAble, .mainNav a[disabled]{
	opacity: 0.2;
	text-decoration: none;
	color: #8e8e8e;
	background: #f8f8f8;
	pointer-events: none;
	display: none;
}
.disableLink{
	opacity: 0.35!important;
  pointer-events: none!important;
  cursor: not-allowed;
}
.responsiveNav li a{
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 31.3%;
    margin: 1%;
    min-height: 140px;
	pointer-events: all;
}
.responsiveNav li a i{
	font-size: 42px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.obscureSeperator{
	padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.25);
}
/*#nav-main a{
	pointer-events: none!important;
}*/
#footer .disAble{
	opacity: 0.2;
	pointer-events: none;
}
.mainNav a.disAble:before {
	  border-color: #f8f8f8 transparent #f8f8f8 transparent
}
.mainNav a.disAble:after {
	  border-color: transparent transparent transparent #f8f8f8
}
.bttn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.animated-button:link,
.animated-button:visited,
label.customfileUpload,
label.customfileUpload {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.animated-button:link:after,
.animated-button:visited:after,
label.customfileUpload:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s
}
.animated-button:link:hover,
.animated-button:visited:hover,
label.customfileUpload:hover {
    color: #FFF;
    text-shadow: none
}
.animated-button:link:hover:after,
.animated-button:visited:hover:after,
label.customfileUpload:hover:after {
    height: 450%
}
.animated-button .material-icons,
label.customfileUpload .material-icons {
    font-size: 17px;
    vertical-align: middle
}
.animated-button.thar-one,
label.customfileUpload.thar-one {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.animated-button.thar-one:hover,
label.customfileUpload.thar-one:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: none
}
.animated-button.thar-one:hover:before,
label.customfileUpload.thar-one:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%
}
.animated-button.thar-one:before,
label.customfileUpload.thar-one:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.sendBox button.animated-button.thar-three {
    border: 2px solid #000;
    border-radius: 0;
    font-size: 16px;
    padding: 12px
}
.sendBox button.animated-button.thar-three:before {
    color: #fff !important;
    background: #000
}
.animated-button.thar-two {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.animated-button.thar-two:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: ntwo
}
.animated-button.thar-two:hover:before {
    top: 0%;
    bottom: auto;
    height: 100%
}
.animated-button.thar-two:before {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.animated-button.thar-three {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s
}
.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nthree
}
.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%
}
.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  
}
.animated-button.thar-four {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
   
}
.animated-button.thar-four:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nfour
}
.animated-button.thar-four:hover:before {
    right: 0%;
    left: auto;
    width: 100%
}
.animated-button.thar-four:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s
}
.operateButtons {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    width: 68px;
    height: 65px;
	border-right: 1px solid #ccc !important;
    
}
.operateButtons:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.operateButtons:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}
nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 2001
}
nav#visualoptions {
    right: 0;
    opacity: 0;
    z-index: 1999;
    top: 0;
    left: auto;
/*    -webkit-box-shadow: 10px 10px 24px -10px rgba(19, 23, 92, 1);
    -moz-box-shadow: 10px 10px 24px -10px rgba(19, 23, 92, 1);
    box-shadow: 10px 10px 24px -10px rgba(19, 23, 92, 1)*/
}
#visualoptions .operateButtons {
    background: #fff;
    border: none;
    color: #000
}
#visualoptions .operateButtons:before {
    background: #97a0a5
}
#visualoptions .operateButtons:hover,
.operateButtons:focus,
.operateButtons-out:active {
    color: white
}
nav ul li {
    /*margin: 0 1px 0 0;*/
    list-style: none;
	float: left;
}
nav ul li a {
    width: 58px;
    height: 58px;
    font-size: 11px;
    padding-top: 35px;
	display: block;
}
nav li a span {
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -12px;
    top: 10px;
    font-size: 28px
}

#glassoptions, #sideliteglassoptions,
#orientation, #fullsidelightOptions {
    z-index: 100;
    position: fixed;
    display: none;
    width: auto;
	padding: 6px;
	background: #1a2237;
	transition: all 0.3s ease-in-out 0s;
}
#fullsidelightOptions {
	padding: 0;
}
#sidelightOptionsContainer{
	padding: 6px;
	/*min-height: 125px;*/
}

#orientation:hover{
    z-index: 100;
    
    display: none;
    width: auto;
	padding: 6px;
	background: #fff;
	-webkit-box-shadow: 5px 5px 12px -5px rgba(19, 23, 92, 1);
    -moz-box-shadow: 5px 5px 12px -5px rgba(19, 23, 92, 1);
    box-shadow: 5px 5px 12px -5px rgba(19, 23, 92, 1);
}
#glassoptions .label, #sideliteglassoptions .label,
#orientation .label {
    display: none
}
#orientation {
    right: 100px;
    top: 70px
}
#glassoptions, #sideliteglassoptions {
    left: 10px;
    top: -60px;
	position: absolute;
}
	#glassoptions p, #fullsidelightOptions p, #sideliteglassoptions p{
		font-size: 9px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		letter-spacing: -0.5px;
	padding: 6px 0;

	}
#glassoptions ul li,
#orientation ul li, #sideliteglassoptions ul li {
    display: block;
    position: relative;
    text-align: center;
    width: 50px;
    padding: 4px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
}
#glassoptions h4,
#orientation h4, #sideliteglassoptions h4 {
    display: block;
    padding: 8px;
    font-size: 13px;
    font-weight: 400
}

#orientation img,
#orientation .doorlink {
    width: 40px;
    height: 90px
}
#glassoptions img, #sideliteglassoptions img {
    width: 40px;
    height: 40px
}
#orientation img {
    opacity: 0.9
}

#fullsidelightOptions{
    left: 5px;
    display: none;
    top: -195px;
	position: absolute;
}
#optionSwitch{
	padding: 0;
	width: 100%;
	background:#fff;
}

#optionSwitch a{
	color: #333;
	background: #eaeaea;
	padding: 8px;
}
#optionSwitch a.current, #optionSwitch a.current:hover{
	background: #1a2237;
	color: #fff;
}
.doorlink,
.colourlink .box,
.glasslink .box,
.framecolourlink .box,
.frameStylelink .box, .sideglasslink .box  {
width: 80px;
    height: 163px;
    position: relative;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
}
.glasslink .box img,
.framecolourlink .box img, .frameStylelink .box  {
    margin: 0 auto;
    overflow: hidden;
    right: 0
}
#colourInfoButton{
     position: absolute;
    top: -32px;
    left: 4px;
    padding: 4px;
    background: #2492eb;
    display: none;
    z-index: 99;
    color: #fff;
    font-size: 14px;
	cursor: pointer;
	animation: pulseGlow .8s infinite;
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(36, 146, 235, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(36, 146, 235, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(36, 146, 235, 0);
  }
}
#colourInfoButton .material-symbols-outlined{
	font-size: 16px;
    color: #fff;
    vertical-align: text-top;
}
#colourInfoButton:hover{
	background: #000;
}
#colourInfoButton:hover .material-symbols-outlined{
	color: #fff;
}
/*Sidelight Thumbs*/
.frameOtion {
	padding: 12px;
	
}
.animated-button .material-symbols-outlined, label.customfileUpload .material-symbols-outlined {
    font-size: 17px !important;
    vertical-align: middle;
}
#carouselWrapper {
    margin: 0 auto;
    text-align: center;
    max-width: 90%
}
.owl-item {
 background: rgba(0, 0, 0, 0);
    padding: 6px 0;
    /* margin: 5px 0 5px 0; */
    color: #FFF;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
}
.owl-item a img {
    margin: 0 auto;
    text-align: center;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.73)
}
.owl-item:hover {
   background: rgba(0, 0, 0, 0.38);
    transform: scale(0.9)!important;
    border-radius: 6px;
}
.owl-item.active{
background: #005953;
    pointer-events: none;
    border-radius: 6px;
	pointer-events: none;
}
.owl-item.active a{
	pointer-events: none !important;
}
.owl-item span {
    background: rgba(0, 0, 0, 0.27);
    display: block;
    padding: 4px;
    margin-top: 5px;
    display: none;
	
}
.owl-item a {
    margin: 0 auto;
    text-align: center
}
.owl-item .doorlink, .owl-item .glasslink, .owl-item .colourlink, .owl-item .sideglasslink {
    position: relative;
    display: block;
	transform: scale(0.92);
}
.doorlink img {
      opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 6px;
}
.glasslink img, .sideglasslink img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 6px;
}
a .box .sublabel {
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #97a0a5;
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
	padding: 0 4px;
}
/*a.colourlink .box .sublabel {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 15px;
    right: 2px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px;
    display: inline-block;
    width: 38px;
    top: 78px;
    height: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.6);
}*/
a .box .sublabel p {
    padding: 0 6px
}
a .box .pricelabel {
    opacity: 0;
    display: none;
	position: absolute;
left: 0;
bottom: 20%;
z-index: 99999;
background: #d82727;
color: rgba(255,255,255,1);
font-size: 10px;
padding: 4px;
font-weight: 400;
text-align: center;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
a .box .sublabel.Standard {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}
a .box .sublabel.Heritage {
    background: rgba(217, 205, 162, 1);
    color: #221f1f
}
a .box .sublabel.Bold {
    background: rgba(191, 31, 115, 1)
}
a .box .sublabel.Grey {
    background: rgba(177, 186, 190, 1);
    color: #221f1f
}
#glassdesigns a .box .sublabel {
    background: rgba(1, 187, 214, 1)
}
.box .label, a.colourlink .box .sublabel {
position: absolute;
    top: 0;
    background: #1e3045;
    color: #fff;
    text-align: center;
    width: 80px;
    font-size: 10px;
    font-weight: 400;
    /* text-transform: uppercase; */
    display: block;
    padding: 2px;
    -webkit-transition: all 0.4s 0.5s;
    transition: all 0.4s 0.5s;
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.2s 0.2s;
    z-index: 999;
    border-radius: 6px 6px 0 0;
}
a.colourlink .box .sublabel{
	background: #566271;
}
.glasslink .box .label, .doorlink .label, a.colourlink .box .sublabel, .sideglasslink .box .label{
top: auto !important;
    bottom: 0;
    border-radius: 0 0 6px 6px;
}

.current .box .label {
    background: #e9ecf4;
    color: #333;
}
#swatches form {
    clear: both;
    display: block
}
.colourlink .box .label,
#frameswatches a .box .sublabel,
#frameswatches a .box .label,
.glasslink .box .label {
 
    width: 80px;
    padding: 3px 0px
}
.framecolourlink .box .label {
    min-height: 32px;
    width: 100%;
    top: -3px;
}
.frameStylelink .box .label {
    min-height: 25px;
    width: 95px;
}
/*.active .box .label {
    background: rgba(255,255,255,0.85);
    color: rgba(0,0,0,.8);
}*/
.active .frameStylelink .box {
    height: 130px;
    width: 95px;
    background: rgba(0, 0, 0, 0);
    position: relative;
}
.frameStylelink .box {
   height: 130px;
    width: 95px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}
.colourlink .box img,
.glasslink .box img,
.framecolourlink .box img, .frameStylelink .box img, .sideglasslink .box img {
    position: absolute;
    z-index: 50;
    left: 0;
	right: 0;
}
.colourlink .box img,
.framecolourlink .box img,  .frameStylelink .box img{
	top: 20px;

}
.colourlink .box:hover .label,
a.current .label {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background 0.5s;
    transition: background 0.5s
}
.box span {
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.4s 0.5s;
    text-align: center
}
.front,
.back {
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

#fulldoordisplay .back .colour img {
    height: 94.5% !important;
    bottom: 26px !important;
}
.showopacity {
    opacity: 0
}
.showopacity[visibleon] {
    opacity: 1
}
.hideopacity {
    opacity: 1
}
.hideopacity[visibleoff] {
    opacity: 0
}
.image-scale-hack {
    transform: rotate( .0001deg)
}
.frame,
.frameback,
.whiteback,
.dripbar,
.handle,
.house,
.frameColour {
    width: 100%;
    height: 100%;
    position: relative;
    zoom: 0-1
}
.cill{
	z-index: 1001;
}
.front .doorGrain img{
	box-shadow: 1px 1px 10px 3px rgba(0,0,0,1) inset;
-webkit-box-shadow: 1px 1px 10px 3px rgba(0,0,0,1) inset;
-moz-box-shadow: 1px 1px 10px 3px rgba(0,0,0,1) inset;
}
.frameColour{
display: inline-block;
  height: auto; 
  position: relative;
  user-select: none;
}
.frameCol-canvas{
	display: block;
	height: 100%;
	visibility: hidden;
}
.shadow{

  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;

}
#fulldoordisplay .frame img,
#fulldoordisplay .frameback img,
#fulldoordisplay .house img,
#fulldoordisplay .frameColour img {
    zoom: 0-1;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.shadow {
    -webkit-filter: drop-shadow(0px 5px 6px #666);
    filter: drop-shadow( 0px 5px 6px #666);
}
.shadow2{
	-webkit-filter: drop-shadow( -50px -30px 20px #808080);
	filter: drop-shadow( -50px -30px 20px #808080);
}
#situdoor .frame .frameImgfront.Singlet img {
    min-width: 264px !important;
}
#situdoor .frame img,
#situdoor .frameColour img {
    zoom: 0-1;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 533px
}
#situdoor .frameImg.Singlet img {
    min-width: 264px
}
/*.layer,
.whiteback,
.thumbgrain {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%
}*/
.layer img,
.thumbgrain img {
    zoom: 0-1;
    max-width: 100%;
    height: 96%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(9px)
}
.glass img{
	box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.5);
}
#visualization {
    position: absolute;
    margin: auto;
    top: 1%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
}
#visualization #background {
    position: absolute;
    height: 90%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998
}
#visualization #background #target {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	/*bottom: 0;*/
    margin: auto;
    opacity: 0;
	pointer-events: none;
}
#situdoor {
    opacity: 0;
    width: 150px;
    height: 324px;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}
#situdoor .borderHover {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999
}
#situdoor .borderHover:link {}#situdoor .borderHover:visited {}#situdoor .borderHover:hover {}#situdoor .borderHover:active {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 1)
}
#situdoor:focus {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 0px 5px rgba(0, 0, 0, 1)
}
#situdoor:active div{
    opacity: 0.3
}
#situdoor:active div.borderHover{
	opacity: 1
}
#situdoor div {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    margin: 0 auto
}
#situdoor .layer img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#situdoor .sideLight.layer img, #situdoor .sideLightSmooth .layer img{
    left: -1.5px !important;
}
#situdoor .innerDoor .glass.layer img {
   /* left: -3px !important;*/
}
svg {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}
#fulldoordisplay .back div#carouselWrapper{
transform: translateY(-9px) !important;
    z-index: 999;
}
.sideLightcolourBG{
	fill:green;
}
.colour, .sideLightcolour {
    z-index: 200
}
.colour img{
	height: 95%!important;
bottom: 5px!important;
}
.whiteback {
    z-index: 140
}
.whitemask,
.thumbgrain {
    z-index: 200
}
.thumbgrain img {
    opacity: .4
}
.glass,
.glassthumb, .sideLightglass {
    z-index: 300
}
#glassshadow,
.glassshadowthumb {
    z-index: 400
}
.doorGrain, .whitethumbgrain, .sideLight, .doorSmooth, .sideLightSmooth{
    z-index: 298
}
.slabFinishes {
	z-index: 299
}
.cassetteBlockimg{
	 z-index: 300;
	display: none;
}
.etchDesign{
	 z-index:299;
	display: none;
	mix-blend-mode: overlay;
}
.sl_Etch {
	 z-index:301;
}

.etchDesign img, .sl_Etch img {
  max-width: 100%;
}
.back .etchBack{
	transform: translateY(3px);
}
.sideLightshadow{
	z-index: 950;
}

#fulldoordisplay div .innerDoor .sideLightcolour{
	bottom: 2.8%;

}
#fulldoordisplay div .back .innerDoor .sideLightcolour{
	bottom: 5%;

}
.innerDoor .sideLightcolour.layer img{
		height: 93%;
	
}

img.whitethumbgrain {
    opacity: 0.1
}
.blackthumbgrain {
    z-index: 950;
}
.glassSwatchMask{
    z-index:960
}
.helpergrain {
    z-index: 825
}
.handle {
    z-index: 850
}
#fulldoordisplay .handle img{
	left: 12px;
}
.inox,
.inoxthumb {
    z-index: 840
}
.urban {
    z-index: 845
}
.DoorShadow {
    z-index: 299;
}
.frame {
    z-index: 200
}
.dripbar, .escutcheon {
    z-index: 1000
}
.dripbar img{
	clip-path: inset(95.9% 2.8% 0.6% 2.8%);
}
.letterplate, .spyhole, .knocker {
    z-index: 849
}
.spyhole{
	left: -3px!important;
}
.hinge {
    z-index: 1101
}
#fulldoordisplay .innerDoor .setLeft{
	left: -36.5%;
	
}
.knocker{
    z-index: 890;
/*    -webkit-transform: scale(0.85);
    transform: scale(0.85);*/
	   /* top: 10px!important;*/
	height: 85% !important;
	width: 85% !important;
	overflow: visible;
}
.knocker img, .letterplate img, .handle img{
	image-rendering: auto;
	
}
#fulldoordisplay .innerDoor .spyhole.layer img{
	top: -25%;
}

#situdoor .innerDoor .spyhole.layer img{
	top: -65px;
    left: -2px;
}
#situdoor .innerDoor .knocker.layer img{
top: 35px;
	left: -3px;
}
.frameback {
    z-index: 1100
}
#loadBG {
    z-index: 900;
    display: none;
    opacity: 0
}
#optionsNav {
    width: 152px
}
#optionsNav ul li a {
    width: 75px;
    height: 68px;
    font-size: 11px;
    padding-top: 46px;
    float: left;
    margin-right: 1px
}
#optionsNav li a span {
    left: 50%;
    z-index: 2;
    margin-left: -18px;
    top: 6px;
    font-size: 38px;
    color: rgba(255, 255, 255, 0.9)
}
#glasscolouroptions {
    padding: 20px;
    background: #878dca;
    padding-top: 5px
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99
}
#indicator {
	display: none;
    position: absolute;
    z-index: 2999;
    left: 50%;
    top: 80%;
    margin: -60px 0 0 -45px
}
#indicator img{
-webkit-box-shadow: 10px 10px 44px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 44px 10px rgba(0,0,0,0.75);
box-shadow: 10px 10px 44px 10px rgba(0,0,0,0.75);
}
#status {
 position: absolute;
    left: 50%;
    top: 50%;
    margin: -19px 0 0 -19px;
    display: block;
    right: 50%;
    bottom: 50%;
    width: 38px;
    height: 38px;
}
#status #loadlogo {
    margin-bottom: 20px
}
#footer {
    text-align: center;
    padding: 0;
    position: absolute;
    clear: both;
    width: 100%;
    height: 174px;
    z-index: 1001;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
	bottom: -165px;
	padding-top: 4px;
}

#footertabs,
#hardwarefootertabs {
    position: absolute;
    top: -36px;
    display: none;
	width: 75%;
}
#footertabs a,
#hardwarefootertabs a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
    left: 0;
    float: left;
    margin-right: 4px;
}
#closefooter {
    top: -52px;
	right: 10px;
}
#backdropNav {
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
    height: 80px
}
#backdropNav .button {
    float: left;
    width: 19.92%;
    font-size: 14px;
    border: none;
    margin-right: 0.1%;
    background: rgba(0, 0, 0, 0.52)
}
#backdropNav .button i {
    font-style: normal
}
#backdropNav .button div {
    width: 28px;
    height: 28px;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px
}
#backdropNav .button:hover {
    background: rgba(255, 255, 255, 0.29)
}
#backdropNav .button.last {
    margin-right: 0%
}
nav a#pull {
    display: none
}
.uploadform {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0
}
.fileUpload {
    position: relative;
    overflow: hidden
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0
}
#pdf {
    width: 724px;
    position: absolute;
    background: #fff;
    top: -10000px
}
#pdfdesignwrapper {
    border: 1px solid #bfbfbf;
    width: 724px;
    position: relative;
    height: 760px;
    padding: 20px 0
}
#pdfdoordesign {
    margin: 0 auto;
    width: 310px;
    max-height: 755px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0
}
#pdfdoordesign div {
    position: absolute;
    width: 300px;
    height: 731px;
    left: 0;
    right: 0
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 100006
}
.sweet-alert {
    background-color: white;
    font-family: 'Nunito', sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 100009
}
.sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    max-width: 40%;
    margin: 0 auto;
    right: 15px;
	top:20%;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 10px;
    padding: 0;
    line-height: normal
}
button {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 32px;
    margin: 16px 5px 16px 5px;
    cursor: pointer;
    float: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear
}
button.confirm{
	background-color: #4cbfad!important;
}
button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}
button:hover {
    background-color: #4cbfad
}
button:active {
    background-color: #4cbfad
}
button.cancel {
    background-color: #D0D0D0
}
button.cancel:hover {
    background-color: #c8c8c8
}
button.cancel:active {
    background-color: #b6b6b6
}
button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important
}
button::-moz-focus-inner {
    border: 0
}
.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}
.sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}
.sweet-alert .icon.error {
    border-color: #F27474
}
.sweet-alert .icon.error .x-mark {
    position: relative;
    display: block
}
.sweet-alert .icon.error .line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}
.sweet-alert .icon.error .line.left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}
.sweet-alert .icon.error .line.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}
.sweet-alert .icon.warning {
    border-color: #F8BB86
}
.sweet-alert .icon.warning .body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}
.sweet-alert .icon.warning .dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}
.sweet-alert .icon.info {
    border-color: #C9DAE1
}
.sweet-alert .icon.info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1
}
.sweet-alert .icon.info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1
}
.sweet-alert .icon.success {
    border-color: #A5DC86
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.sweet-alert .icon.success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}
.sweet-alert .icon.success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px
}
.sweet-alert .icon.success .placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}
.sweet-alert .icon.success .fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sweet-alert .icon.success .line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}
.sweet-alert .icon.success .line.tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.sweet-alert .icon.success .line.long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sweet-alert .icon.custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-theme .owl-controls .owl-buttons div .disabled, .owl-theme .owl-controls .owl-buttons div:hover .disabled{
	opacity: 0 !important;
	cursor: default;
}
.owl-item .doorThumbOverlay {
    position: absolute;
    /* z-index: 950; */
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-item .doorThumbOverlay img{
	text-align: center;
	margin: 0 auto;
	right: 0;
}
.owl-item a .doorThumbOverlay .doorThumbimage, .owl-item a .doorThumbOverlay .doorThumbimageColour, .owl-item a .doorThumbOverlay .doorThumbimageGlass{
    width: 34px;
    height: 60%;
    left: 1px;
}
.owl-item a .doorThumbOverlay .doorThumbimageGlass{
	z-index: 501;
}
.owl-item a .doorThumbOverlay .doorThumbimage{
	z-index: 500;
	opacity: 1;
}
.owl-item a .doorThumbOverlay .doorThumbimageColour{
	z-index: 450;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.grabbing {
    cursor: move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
  color: #000;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    border: 1px solid #000;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    height: 35px;
    width: 35px;
	padding: 4px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 3px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-item.loading {
    min-height: 150px;
}
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  position: absolute;
    top: 25% !important;
  left: -48px;
	transition: all 500ms;
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3);
}
.owl-carousel .next-slide{
position: absolute;
    top: 25% !important;
  right: -48px;
	transition: all 500ms;
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.3);
}
.owl-carousel .prev-slide:hover{
box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.3);
}
.owl-carousel .next-slide:hover{
box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.3);
}   
h1 {
    font-weight: 300;
    text-transform: uppercase;
    padding: 18px;
    font-size: 22px
}
#doordesignform {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
	overflow-y: auto;
    position: fixed;
    z-index: 10;
    background:#ffffff;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
}
hr {
    border: 0;
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    margin: 18px 0;
    text-align: center
}
.minimal {
    border: 0;
    background: #fff;
    width: 60%;
    font-size: 22px;
    color: #000;
    height: 160px;
	border: 1px solid rgba(154,154,154,1.00);
    margin-bottom: 18px;
    padding: 12px
		
}
.minimal__label {
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-size: 20px
}
#changeRal, .hingeOption, .openOption, .finishOption, .cassetteOption {
  transition: all 500ms;
    box-shadow: 0px 0px 0px 0px #2e3036;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: 'Nunito', sans-serif;
font-size: 9px;
    padding: 5px;
    text-decoration: none;
	margin-right: 0;
}

.hingeOption.current, .openOption.current, .finishOption.current, .cassetteOption.current{
	color: #fff;
	background-color: #005954;
}
#changeRal:hover {
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
}
.tipBox{
	background: #fff;
	padding: 12px 20px;
	text-align: center;
	color: #000;
	font-size: 14px;
	display: block;
	position: absolute;
	z-index: 2000;
	left: 0;
	right: 0;
	margin: 0 auto;
		opacity: 0;
}
.tipBox .close{
	position: absolute;
	top: 3px;
	right: 3px;
	color: #000;
	font-size: 11px;
	z-index: 90;
}
.tipBox .close i{
	font-size: 16px;
margin-bottom: 0;
padding-bottom: 0;
vertical-align: middle;
}

.tipBox{
-webkit-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.4);
-moz-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.4);
box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.4);
}
.MainButton, .Button, .editButton, .genericBttn {
box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
   background-color: #005954;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #005954;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
     font-size: 15px;
    padding: 12px 14px 12px 12px;
    text-decoration: none;
    font-weight: 700;
	margin-top: 20px;
	    vertical-align: bottom;
}
.altButtoncol{
	box-shadow: 0 16px 26px -10px rgba(159, 175, 185, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(159, 175, 185, 0.2);
   background-color: #cc301b;
	 border: 1px solid #cc301b;
}
.submitButton{
	font-size: 18px;
	box-shadow: 0 16px 26px -10px rgba(46, 48, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(46, 48, 54, 0.56);
   background-color: #2e3036;
	color: #fff;
	 border: 1px solid #000;
}

.MainButton:hover, .Button:hover, .editButton:hover, .genericBttn:hover{
	background-color: #2e3036;
	color: #fff;
	border: 1px solid #2e3036;
	 -moz-box-shadow: 0px 5px 8px -7px #2e3036;
    -webkit-box-shadow: 0px 5px 8px -7px #2e3036;
    box-shadow: 0px 5px 8px -7px #2e3036;
}
.submitButton.clicked{
	background-color: #137943;
	color: #fff;
	border: 1px solid #137943;
	 -moz-box-shadow: 0px 5px 8px -7px #137943;
    -webkit-box-shadow: 0px 5px 8px -7px #137943;
    box-shadow: 0px 5px 8px -7px #137943;
}
.submitButton.error{
	background-color: #8e0e20;
	color: #fff;
	border: 1px solid #8e0e20;
	 -moz-box-shadow: 0px 5px 8px -7px #8e0e20;
    -webkit-box-shadow: 0px 5px 8px -7px #8e0e20;
    box-shadow: 0px 5px 8px -7px #8e0e20;
}
fieldset {
    position: relative;
    max-width: 100rem;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    padding: 0 5rem 0;
    border: none;
}
.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: left;
    width: 300px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#details .form-group {

    margin-bottom: 2rem !important;
}
.addComments{
	width: 100%;
	margin-top: 15px;
}
.form-group-left{
	float: left;
	margin-right: 5px;
}
.form-inline > .form-group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}
.form-help, .form-radio .form-help, .form-group .form-help {
  position: absolute;
  width: 100%;
}
.form-help {
  position: relative;
  margin-bottom: 1rem;
}
.form-radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form-group input {
  height: 1.9rem;
}
.form-group textarea {
  resize: none;
}
.form-group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #005954;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input,
.form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-group input[type="file"] {
  line-height: 1;
}
.form-group input[type="file"] ~ .bar {
  display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
  color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #005954;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio {
  margin-bottom: 1rem;
}
.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}
.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #005954;
  border-color: #005954;
}
.radio label:hover .helper {
  color: #005954;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #005954;
}




.has-error .legend.legend, .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
  color: #d9534f;
}
.has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
/*.editButton{
	margin-bottom: 18px;
}*/
.genericBttn i, .Button i, .editButton i{
	font-size: 24px;
    line-height: 24px;
    vertical-align: text-top;
}
.popupScreen{
border-radius: 4px;
    /* background-size: 100% 234px; */
    /* padding-bottom: 80px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 50%;
    /* bottom: 0; */
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 700px;
    max-height: 90%;
    z-index: 3000;
    width: 65%;
    padding: 50px;
    display: none;
    background: #fff;
    transform: translate(-50%, -50%) !important;
    border-radius: 16px;
}
.popupScreen h3{
	
	line-height:28px;
	margin-bottom:15px;
}
.popupScreen .inputBlock{
	padding:12px;
	background:#f8f8f8;
	margin-bottom:1px;
}
#welcomeScreen{
	background:#fff;
}
.navyTxt{
	color: #0f2e4a;
}
.greenTxt{
	color: #50c2b0;
}
.blueTxt{
	color: #4db1e3;
}
.redTxt{
	color: #de0081;
}
/*.selectslabOption, .thresholdOption, .locktypeOption {
	padding: 20px;
	border: 2px solid rgba(55,179,228,0.25);
	margin-bottom: 4px;
	  transition: all 0.5s ease;
}
.selectslabOption:hover, .thresholdOption:hover, .locktypeOption:hover{
	border: 2px solid rgba(55,179,228,1);
	cursor: pointer;
}
.selectslabOption{
	text-align: left;
	position: relative;
}
.thresholdOption, .locktypeOption{
text-align: center;
    position: relative;
    width: 160px;
    margin: 0 auto;
    margin: 0 5px 5px 0;
    display: inline-block;
}
.thresholdOption.wide{
	 width: 244px;
}
.thresholdOption img, .locktypeOption img {
	margin-bottom:10px!important;
}*/
.selectslabOption .check, .thresholdOption .check, .locktypeOption .check{
	color: #fff;
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 32px;
	opacity:0;
}
.selectslabOption .progress, .thresholdOption .progress, .locktypeOption .progress{
	color: #37b3e4;
	position: absolute;
	background:rgba(55,179,228,0.25);
	bottom: 0;
	right: 0;
	font-size: 32px;
	transition: all 0.5s ease;
}
.selectslabOption:hover .progress, .thresholdOption:hover .progress, .locktypeOption:hover .progress{
	color:#fff;
	background:rgba(55,179,228,1);
}
.selectslabOption.sett .check, .thresholdOption.sett .check, .locktypeOption.sett .check{
	color: #4cbfad;
	opacity:1;
}
#rebateOptions .sett, #thresholdOptions .sett, #lockOptions .sett {
	border: 2px solid #4cbfad;
}
#rebateOptions .sett .progress, #thresholdOptions .sett .progress {
	display:none;
}
.selectslabOption ul{
margin: 10px 0 0 15px;
    float: left;
    font-size: 11px;
    color: #666;
}
.smallTitle{
	font-size: 13px;
	font-weight: bold;
}
.popupScreen .selectslabOption img{
	float: left;
	margin-right: 18px;
	width: 55px;
	display: block;
}
.popupScreen .close{
background-color: #fff;
	 -webkit-transition: -webkit-transform .2s ease-out;
          transition:transform .2s ease-out;
}
.popupScreen .close i{
	font-size: 22px;
	color: #333;
	
}
.popupScreen .close:hover{
	background-color: #fff;
 -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popupScreen img{
	margin: 0 auto;
	text-align: center;
	display: block;
	height: auto;
}
.popupScreen h2, #forminputs h2{
	color: #333;
text-transform: uppercase;
margin: 18px;
font-weight: 600;
border-bottom: 1px solid #dcdcdc;
padding-bottom: 12px;

}
.popupScreen p{
	font-size: 18px;
	margin-bottom: 12px;
	text-align: center;
	padding: 0 20px;
}
.popupScreen p a{
	color: #3e67a6;
	text-decoration: underline;
}.popupScreen p a:hover{
	color: #13175c;
	text-decoration: none;
}
.ralinput {
    position: absolute;
    z-index: 1;
    margin: 0.2em;
    width: 140px;
    vertical-align: top;
    overflow: hidden;
    font-size: 22px;
    left: 0;
    bottom: 6px
}
#toDetails{
	margin-bottom: 35px;
}


.errorMessage, .emailerrorMessage{
	color: darkred;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	display: none;
}
.ral{
	border: none; 
    border-bottom: 1px solid #333;
    padding: 6px;
    width: 68px;
    background: transparent;
    margin: 2px 4px 0 4px;
}

#ralform{
position: absolute;
    top: -292px;
    left: 140px;
    display: none;
	width: 150px;
}
.infoButt{
	    color: #333;
    background: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    position: absolute;
    left: 280px;
    bottom: 235px;
	border: 1px solid #555;
	display: none;
}
.infoButt:hover{
	color: #fff;
	background: #2e3036;
	border: 1px solid #2e3036;
}
.infoButt i{
	font-size: 16px;
	text-align: center;
}


.formsuccess {
    padding: 1em;
    margin-bottom: 0.75rem;
    color: #fff;
    background-color: #468847;
    margin: 0 auto;
    text-align: center
}
.formerror {
    padding: 1em;
    margin-bottom: 0.75rem;
    color: #fff;
    background-color: #b94a48;
    margin: 0 auto;
    text-align: center
}
.cosyAlert-container {
    margin: 100px;
    padding: 0px;
    position: fixed;
    width: 30%;
    font-weight: normal;
    font-size: 13px;
    z-index: 9999
}
.cosyAlert-container.top {
    top: 0px
}
.cosyAlert-container.right {
    right: 0px
}
.cosyAlert {
    margin: 5px 0px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    border-width: 1px;
    border-style: solid;
    z-index: 9999
}
.cosyAlert.error {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.cosyAlert .close {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    cursor: pointer
}
.cosyAlert .close:hover {
    color: #000
}
.cosyAlert .loader {
    margin-top: 15px;
    width: 100%;
    height: 5px;
    clear: both
}
.cosyAlert .loader-bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.70)
}
.front .innerDoor {
    transform: translateY(9px)
}
.back .innerDoor {
    height: 100%;
    transform: translateX(1px) translateY(10px)
}
#situdoor .innerDoor {
    position: absolute;
    width: 229px;
    height: 575px;
    bottom: -11px;
    left: 6px;
    right: 0
}
#situdoor .sideLightBlock {
display: block;
    width: 624px;
    left: -11px;
    height: 100%;
    position: absolute;
    z-index: 200;
    top: 12px;
}
#situdoor .sideLightcolour{
	left:-68px;
	top:-17px;
}
.front .innerDoor, .back .innerDoor {
    z-index: 899
}
#fulldoordisplay div .innerDoor {
    transform: translateY(5px);
}
.back .innerDoor{
	transform: translateY(15px) !important;
}
#situdoor .frameColour {
    display: block;
    width: 100%
}
#situdoor .innerDoor {
   position: absolute;
    width: 229px;
    height: 575px;
    left: 12px;
    right: 0;
    bottom: -12px;
}
#situdoor .dripbar {
    bottom: 10px;
    left: -10px;
}
#situdoor .FullFrameset img,
#situdoor .FullFramesetmidrail img {
    min-width: 673px !important;
    left: -60px !important
}
#situdoor .FullFramesetLeft img,
#situdoor .FullFramesetLeftmidrail img,
#situdoor .FullFramesetRight img,
#situdoor .FullFramesetRightmidrail img {
    min-width: 650px;
    left: -60px
}
#situdoor .Toplight img {
    min-width: 700px;
    left: -210px
}
.innerDoor.innerDoorheightreduce {
    height: 82%;
    transform: translateY(11.5%)
}
.hinge.innerDoorheightreduce {
    height: 81.5%;
    transform: translateY(12%)
}
#fulldoordisplay .innerDoor.innerDoorheightreduce .sideLightglass img, #fulldoordisplay .innerDoor.innerDoorheightreduce .sideLightshadow img{
top: -17%;
transform: scale(1.27);
} 
#TopRightButton {
    display: none;
}
.handle {
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}
#situdoor .handle img, #situdoor .escutcheon img{
    -ms-transform: translate(-8px, 20px);
    -webkit-transform: translate(-8px, 20px);
    transform: translate(-8px, 20px);
}
#situdoor .handle.flipped img, #situdoor .escutcheon.flipped img{
    -ms-transform: translate(-8px, 20px);
    -webkit-transform: translate(-8px, 20px);
    transform: translate(-8px, 20px);
	 -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.front .frame img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
/*#backgroundchange, #logout {
    right: 4px;
	top: 9px;
    position: absolute;
}*/
#passwordReset{
	 right: 115px;
	top: 9px;
    position: absolute;
}
#preloader {
    background-color:rgba(255,255,255,0.6);
}
#footer {
    background: #e6e7e8;
	border: 1px solid #55565a;
}
#formscreen,
#galleryscreen,
#fullscreen {
    background: #f2f2f2;
}
#galleryscreen h1,
#formscreen h1,
#fullscreen h1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    background: rgba(0, 0, 0, 0.03)
}
#closefooter.close {
    color: #55565a;
    padding: 8px 10px 6px;
    background-color: #e6e7e8;
   border-left: 1px solid #55565a;
	 border-right: 1px solid #55565a;
	 border-top: 1px solid #55565a;
	box-shadow: none;
	border-radius: 0;
}
#closefooter.close:hover {
color: #fff;
    background-color: #566271
}
#fullscreen .close {
    color: #fff;
    background-color: #000;
    border: none;
    padding: 17px;
    top: 0;
    right: 0
}
.requestClose, #galleryclose{
	position: absolute;
	color: #cb003c;
	top: 20px;
	right: 55px;
	border: none;
	padding: 0;
	background: none !important;
	 background-color: none;
	transition: all;
	box-shadow: none;
}
#galleryclose{
	top: 0;
}
.requestClose .material-symbols-outlined, #galleryclose .material-symbols-outlined{
	font-size: 48px;
}
#galleryclose{
	right:20px;
}
.requestClose .material-icons, #galleryclose .material-icons{
    font-size: 50px;
    vertical-align: baseline;
}

#galleryclose:hover{
	color: #00263b;
	text-decoration: none;
}
#galleryclose .material-icons:hover{
	transform: rotate(90deg);
}
/*.owl-item:hover,
.owl-item.active {
    background: #fff
}

.operateButtons:before {
    background: #f8a637
}
.operateButtons:hover,
.operateButtons:focus,
.operateButtons-out:active {
    color: white
}*/
#situdoor .fullframeAdjust img{
transform: scale(1.04);
top: 16px;
left: 42px;
}
#situdoor .topglassframeAdjust img{
transform: scale(1.05);
top: 22px;
left: 34px;
}

#glassoptions ul li, #sideliteglassoptions ul li,
#orientation ul li {
    color: #fff
}
#glassoptions h4,
#orientation h4 {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
#glassoptions ul li:hover,
#glassoptions ul.colourlist li.current,
#sideliteglassoptions ul li:hover,
#sideliteglassoptions ul.colourlist li.current,
#orientation ul li:hover,
#orientation ul li.current {
    background-color: rgba(0, 0, 0, 0.58)
}
#swatches form {
    clear: both;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.4)
}
#footertabs a {
    background-color: rgba(0, 0, 0, 0.80)
}
#footertabs a:hover,
#footertabs a.current {
    background-color: #1e3045
}
#backdropNav .button:hover {
    background: #97a0a5
}
.handlethumb .box,
.knockerthumb .box, .spyholethumb .box {
    width: 80px;
    height: 155px;
    position: relative;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s
}
#urbanoptions {
    width: 200px;
    position: absolute;
    z-index: 9999;
    right: 100px;
    top: 80px
}
#dimensionserrorMessage, #entranceserrorMessage{
	
	color:#fff;
	background-color:#de0a83;
	padding:20px;
}
#entranceserrorMessage{
	background-color:#40b3e4;
	margin-bottom:2px;
}
#dimensionserrorMessage p, #entranceserrorMessage p{
	font-size:16px;
	line-height:21px;
	margin-bottom:0;
}
#dimensionserrorMessage i, #entranceserrorMessage i{
	font-size:48px;
	padding-right:18px;
	border-right:1px solid rgba(255,255,255,0.3);
	float:left;
	margin-right:22px;
}
.urbanlink {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    padding: 9px;
    line-height: 11px;
    border: 1px solid #000;
    margin-right: 5px
}
.urbanlink:hover {
    background-color: #d2d2d2
}
.urbanlink.current {
    border: 1px solid #1e3045;
    background-color: #1e3045;
    color: #fff
}

#footertabs a,
#hardwarefootertabs a {
    color: #000;
    background: #fff
}
#footertabs a:hover{
    background: #fff;

}


 a#slabInfo {
	 display: none;
}
a#sbdInfoButt{
	position: fixed;
	right: 160px;
	top: 80px;
	z-index: 99999;
}
  a#slabInfo, a#sbdInfoButt {
    color: #fff;
	 padding: 6px;
    background: #de0a83;
	font-size: 12px;
	font-weight: bold;
}
 a#slabInfo p, a#sbdInfoButt p{
	text-align: left;
	float: right;
	padding: 9px 0 0 8px;
}
 a#slabInfo i{
	font-size: 18px;
    line-height: 9px;
    vertical-align: middle;
}
 a#sbdInfoButt i{
	font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}
 a#slabInfo img, a#sbdInfoButt img{
	float: left;
	width: 15px;
}

 a#slabInfo:hover, a#sbdInfoButt:hover{
	background: #37b3e4;
	 color: #fff;
}

@media all and (max-width: 1235px) {
	 .hidePad{
		 display:none;
	}
}

@media all and (max-width: 1056px) {
	#carouselWrapper {
    max-width: 88%
}
	.itemField{
		width: 95%;
	}
	.itemRow.single{
	width: 98%;
}
	#fulldoordisplay div .innerDoor .sideLightcolour{
	bottom: 2.2%;

}
	#doorSummary, #itemSummary{
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	/*#doorSummary{
		width: 150%;
	    margin-left: -70px;
	}*/
	    #fulldoordisplay div.innerDoor.innerDoorheightreduce {
        height: 81.5%;
        transform: translateY(11.3%)
    }
    .front .innerDoor {
        transform: translateY(6px)
    }
    nav ul li a {
        width: 36px;
        height: 36px
    }
    nav li a span {
        position: absolute;
        left: 50%;
        z-index: 2;
        margin-left: -12px;
        top: 4px;
        font-size: 24px
    }
    nav li a img {
        margin-left: -14px;
        top: 6px
    }
    #fulldoordisplay {
        height: 90%;
        top: 10%
    }
    .logo {
        padding: 6px
    }
	.logo a img{
		margin: 0 auto;
	}
    #backdropNav .button {
        width: 19.92%;
        font-size: 9px;
        border: none;
        padding: 8px 6px;
        margin-right: 0.1%;
        background: rgba(0, 0, 0, 0.52);
        line-height: 12px;
        word-break: break-word
    }
    #optionsNav {
        background: none;
        width: 58px;
        top: 26%
    }
    #optionsNav ul li a {
        width: 52px;
        height: 43px;
        font-size: 9px;
        padding-top: 26px;
        float: none;
        margin-right: 0
    }
    #optionsNav li a span {
        top: 3px
    }
    #optionsNav li a span {
        margin-left: -10px;
        font-size: 22px
    }
	    a.NextBtn{
        left:auto;
        right:.5%
    }
    a.PrevBtn{
        left:.5%;
        right:auto
    }



}
@media all and (max-height: 900px) {
    #fulldoordisplay {
        height: 90%
    }
    #fulldoordisplay div.innerDoor {
        height: 99.7%;
        transform: translateY(5px)
    }
    #fulldoordisplay div.innerDoor.innerDoorheightreduce {
        height: 81.5%;
        transform: translateY(11.3%)
    }
}
@media all and (max-width: 760px) {
	.popupScreen {
		padding: 20px !important;
	}
	#welcomeLogo{
		width: 220px !important;
	}
	.summaryType{
		font-size: 9px;
	}
	#summaryStatus .hidePhone {
    display: none;
}
	.gallerythumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
    max-height: 100px;

}
	#carouselWrapper {
    max-width: 80%
}
		#sbdSwitch{
		padding: 4px;
	}
	#sbdSwitch img, #rebateStatus img{
		    width: 70px;
	}
	a#sbdInfoButt {
    position: fixed;
    right: 88px;
    padding: 4px;
}
	a#slabInfo {
    font-size: 11px;
	}
	a#sbdInfoButt i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: middle;
}
	#sbdSwitch .quoteSelectBtn {
    padding: 6px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
}
    #fulldoordisplay div.innerDoor {
        transform: translateY(11.2%)
    }

    a.animated-button:link,
    a.animated-button:visited,
    label.customfileUpload,
    label.customfileUpload {
        font-size: 10px
    }
    #orientation {
        right: 42px
    }
    #orientation img {
        width: 30px
    }
    #glassoptions ul,
	#sideliteglassoptions ul,
    #orientation ul {
        padding: 0
    }
    #glassoptions ul li,
    #orientation ul li,
	#sideliteglassoptions ul li
	{
        width: 35px;
        padding: 2px
    }
    #backdropNav .button i {
        font-size: 9px
    }
    #changeRal {
        
        left: 90px
    }

}
@media all and (max-height: 780px) {
		#fulldoordisplay div .innerDoor .sideLightcolour{
	bottom: 1.9%;

}
    #fulldoordisplay div.innerDoor {
        height: 99.2%;
        transform: translateY(2px)
    }
    #fulldoordisplay div.innerDoor.innerDoorheightreduce {
        height: 81.5%;
       
    }
}
@media all and (max-width: 726px) {
	#finishType, #cassetteType{
    left: -4px;
    bottom: 0;
    top: -530px;
		height: 110px;
}
	#cassetteType{
		top: -410px;
	}
	#finishType .button-cover, #cassetteType .button-cover{
		height: 118px;
	min-width: 83px
}
	.finishOption, .cassetteOption{
		width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
	}
	#summaryStatus{
		top:49px;
		padding: 2px;
	}
	#situdoor {
    opacity: 0;
    width: 75px;
    height: 162px;
	}
	.form-radio, .form-group {
    width: 100%;
}
	fieldset {
    padding: 0 1.5rem 0;
}
	header{
		height: 48px;
		
	}
	#hingesideOptions{
		left: 1px !important;
		 top: -290px !important;
	}
	#opensOptions{
		right: 1px !important;
		 top: -290px !important;
	}
	.logo {
    height: 48px !important;
}
	.operateButtons {
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    width: 48px;
    height: 48px;
    border-right: 1px solid #ccc !important;
		padding-top: 27px;
}
	.operateButtons p{
		line-height: 10px;
	}
	.logo {
    height: 100%;
    position: absolute;
    width: 170px;
		left: 0 !important;
	display: block;
    right: auto;
}

	a.NextBtn, a.PrevBtn {
    padding: 10px;
}
	#passwordReset {
    right: 58px;
}
	  .hidePhone{
        display:none;
        opacity:0
    }
    .hideDesk{
        display:block;
        opacity:1
    }
    #fulldoordisplay {
        height: 80%;
        margin-top: 20px
    }
	.popupScreen {
    width: 90%;
	}
	#footertabs, #hardwarefootertabs {
    width: 90%;
}
	#footertabs a#slabInfo {
		margin-top: 0;
		padding: 4px;
		right: 0;
	}
	#footertabs a#slabInfo p {
     padding: 0
}

    #fulldoordisplay div.innerDoor {
        transform: translateY(-1px);
    }
	 #fulldoordisplay div .back .innerDoor {
        transform: translateY(8.8px) !important;
    }
	#colourbothsides, #framecolourbothsides {
    left: 0;
		    padding: 2px;
		top:-294px;
	}

}
@media all and (max-width: 540px) {
	#pricingCurve{
		display: none;
	}
	#fulldoordisplay .front .sideLightBlock{
		transform: translateY(-0.5%);
	}
	#fulldoordisplay .back .sideLightBlock{
		transform: translateY(-0.5%) scale(1.005)
	}
	.owl-carousel .next-slide {

    right: -30px;

}
		.owl-carousel .prev-slide {

    left: -31px;

}
	.infoButt {
  left: 2px;
        top: -402px;

}
	#ralform {
           top: -361px;
        left: 2px;
}
	.button-cover p{
		font-size: 9px;
	}
	#logo img{
		height: 42px;
		width: auto;
		max-width: 118px !important;
		display: block !important;
	}
	a.NextBtn, a.PrevBtn {
    
    min-width: 50px;
    height: 42px;
    top: 35%;
}
    #priceBlock {
   width: 90px;
        left: 50px;
        right: auto !important;
        padding: 4px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
}
#fullsidelightOptions #glazingSidelightsNav a {
 
    font-size: 10px;
    padding: 2px;
   
}
	#digits{
		margin-top: -6px;
	}
.odometer, #pound {
    font-size: 15px;
	
}
		#fulldoordisplay div .innerDoor .sideLightcolour{
	bottom: 0;

}

    #situdoor {
        width: 70%;
        height: 70%
    }

#fullsidelightOptions {
    left: 0;
    top: -102px;
}
	#fullsidelightOptions a {
    font-size: 10px;
    padding: 2px;
    margin-right: 1px;
}
	#fullsidelightOptions a img {
    width: 28px;
	}
}

#patternedglassOveride{
    position: absolute;
    right: 0;
    top: -53px;
    background: #1a2237;
    padding: 10px;
    left: 0;
    width: 390px;

    margin: auto;
    margin-top: 9px;
}


#patternedglassOveride a.current, #glazedSidelights a.current{
	color: #fff;
}
.warningLabel{
    padding: 4px;
    background: #d70f82;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
}
.warningLabel i{
	font-size: 14px;
	vertical-align: middle;
}
.flipswitch {
  position: relative;
  width: 55px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
	margin-top: 8px;
	float: left;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #FFFFFF;
  border-radius: 50px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -ms-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before, .flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 26px;
  padding: 0;
  line-height: 26px;
  font-size: 11px;
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "Yes";
  padding-left: 9px;
  background-color: #4cbfad;
  color: #FFFFFF;
text-align: left;
}
.flipswitch-inner:after {
  content: "No";
  padding-right: 9px;
  background-color: #D40279;
  color: #FFFFFF;
  text-align: right;
}
.flipswitch-switch {
  width: 17px;
  margin: 4.5px;
  background: #FFFFFF;
  border: 0px solid #FFFFFF;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner, .flipswitch-order:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch, .flipswitch-order:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}

/* Pro Secure colour swatch tiles */
.colourlink .box {
  overflow: hidden;
  background-image: linear-gradient(160deg, rgba(255,255,255,0.16) 0%, transparent 55%, rgba(0,0,0,0.15) 100%);
  border-radius: 6px;
}
.colourlink .box img {
  display: block !important;
  width: 80px !important;
  height: 143px !important;
  object-fit: cover;
  border: none !important;
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
}
.doorcolour-tile .box img {
  mix-blend-mode: screen;
  opacity: 0.85;
}
.framecolour-tile .box img {
  mix-blend-mode: overlay;
  opacity: 0.58;
}
