html, body {
   margin: 0;
   padding: 0;
}





a {
	
font-weight: 300 !important; 	
text-shadow: 0 0 0 !important;
color: firebrick !important;	
}





p{
	
text-shadow: 0 0 0 !important;	
	
}


div{
	
	
text-shadow: 0 0 0 !important;	
	
}


#simplenav{
width: 100%;
height: 50px;
display: inline-block;
vertical-align: top;
background: rgb(21,21,21);

	
	
	
}


#logohold{
width: 100%;
height: auto;
position: absolute;
z-index: 2;
text-align: center;
	
	
}


.logo{
	
display: inline-block;
vertical-align: top;
width: auto;
height: auto;	
position: relative; 

	
}



.menuthis{
width: auto;
float: left;
height: auto;
margin-left: 2%;
margin-top: 8px;	
z-index: 10;	
position: relative;		
cursor: pointer;	
}


#hidecurrentlink{
	
display: none;	
text-transform: none !important;	
}

.menuthisopen{
position: fixed;
z-index: 99999;
height: 100%;
width: 25%;
background: rgba(21,21,21,0.9);
color: gainsboro;
text-transform: uppercase;	
padding-top: 44px;
display: none;
}


.menuthisopen p{
width: 96%;
padding-left: 2%;
padding-right: 2%;
padding-top: 14px;
padding-bottom: 14px;
border-bottom: 1px dotted gray;
font-weight: 300;
font-size: 85%;	
margin-top: 0%;	
margin-bottom: 0%;
cursor: pointer;
}



.menuthisopen a{
width: 96%;
padding-left: 2%;
padding-right: 2%;
padding-top: 14px;
padding-bottom: 14px;
border-bottom: 1px dotted gray;
font-weight: 300;
font-size: 85%;	
margin-top: 0%;	
margin-bottom: 0%;
}

.menuthisopen p:hover, .menuthisopen a:hover{
background: firebrick;
border-bottom: 1px solid firebrick;
color: white;	
	
	
}

.menuthisclose{
position: absolute; 
top: 3px;
right: 5px;
font-size: 17px; 	
color: white;
font-family: calibri;
text-transform: uppercase;	
font-weight: 300;
cursor: pointer;	
}


.menuthisactive{
background: firebrick;
border-bottom: 1px solid firebrick;
color: white;	
	
}




.callus{
width: auto;
float: right;
height: auto;
margin-right: 2%;
margin-top: 10px;	
z-index: 10;	
position: relative;	
	
}



.faqopen, .converteropen{
width: 100%; 
top: 0;
height: 100%;
background: gainsboro;
position: fixed;	
z-index: 9999999;	
overflow-y: scroll;	
	
}

.faqopen{
	
display: none;	
}

.converteropen{
	
display: none;
	
	
}

.faqnav, .converternav{
width: 100%;
float: left;
background: rgb(21,21,21);	
position: relative;
height: 50px;
margin-bottom: 3%;	
position: relative;	
	
}


.faqarrow, .converterarrow{
width: auto; 
float: left;
margin-left: 2%;
margin-top: 14px;	
position: relative; 
z-index: 10;	
color: white;
font-weight: 300;	
}

.faqarrow img, .converterarrow img{
vertical-align: middle;	
	
	
}


#faqarrow, #converterarrow{
cursor: pointer;	
	
	
}


#faqarrow:hover, #converterarrow:hover{
	
opacity: 0.7;	
	
}



.faqcontenthold, .convertercontenthold{
width: 100%;
float: left;
margin-top: 15px;
margin-bottom: 0px; 
text-align: center;	
margin-left: 0;	
	
}

.faqcontent{
	
width: 65%;
display: inline-block;
vertical-align: top; 
font-family: calibri;
font-weight: 300;
font-size: 100%;
line-height: 22px;	
background: white;	
margin-left: auto;
padding: 3%;
text-align: left; 	
color: dimgray;	
}




.convertercontent{
	
width: 65%;
display: inline-block;
vertical-align: top; 
font-family: calibri;
font-weight: 300;
font-size: 100%;
line-height: 22px;	
background: rgb(21,21,21);	
margin-left: auto;
padding: 3%;
text-align: left; 	
color: white;
margin-top: 40px;
margin-bottom: 18px;
min-height: 500px;
border-radius: 5px;	
	
}



#calctotal, #calctotal2{
width: 96%;
border-radius: 3px;
padding: 2%;
text-align: left;
color: darkslategray;
background: white;
-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
margin-top: 23px;
margin-bottom: 23px;	
font-family: calibri; 
font-weight: 300;
	
}


#pseudosubmit, #pseudosubmit2{
width: auto;
display: inline-block;
vertical-align: top;
margin-top: 2%;
margin-bottom: 2%; 
background: firebrick;
cursor: pointer;
border-radius: 3px; 
color: white;
text-transform: uppercase;
font-weight: 300; 
font-family: calibri;
padding: 8px;	
	
	
}


#pseudosubmit:hover,  #pseudosubmit2:hover, .calcoptions:hover{
background: red;	
-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;	
	
}



.squaremetersbox{
	
display: none;	
	
}


.calcoptionsactive{
background: red !important;	
-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;		
	
}

.calcoptions{
width: auto;
display: inline-block;
vertical-align: top;
margin-top: 2%;
margin-bottom: 2%; 
background: firebrick;
cursor: pointer;
border-radius: 3px; 
font-size: 85%;
color: white;
text-transform: uppercase;
font-weight: 300; 
font-family: calibri;
padding: 5px
	
	
	
}


.faqcontent h2, .convertercontent h2{
width: 100%;
margin-bottom: 3%;
margin-top: 3%; 
padding-bottom: 8px;
border-bottom: 1px solid gray;	
font-size: 105%;
font-weight: 400;
color: darkslategray;	
cursor: pointer;	
}


.faqcontent h2:hover, .convertercontent h2:hover{
color: firebrick;
border-bottom: 1px solid firebrick;	
	
	
}


.faqactive, .converteractive{
	
color: firebrick;	
	
}


.faqcontent p, .convertercontent p{
margin-top: 15px;
margin-bottom: 15px;
font-size: 90%;	
font-weight: 300;
}


.ourfaqs{
display: inline-block;
vertical-align: top;
width: 100%;
height: auto;	
	
}


#wrappernewcolour{
position: absolute;
height: auto;
width: 100%;
text-align: center;	
margin-bottom: 2%;	
padding-top: 2%;
background: white;	
min-height: 100%;
}

.wrappertop{
top: 0; 	
	
	
}



.colourapp{
	
display: inline-block;
vertical-align: top;
width: auto;
padding: 2%;
border-radius: 3px;
font-family: calibri;
font-weight: 300;
font-size: 110%;
text-transform: uppercase;
margin-left: 1%;
margin-right: 1%;
margin-top: 2%;
margin-bottom: 2%;
background: #c42993;
color: white;	
cursor: pointer;	
	
}



.colourapp:hover {
background: firebrick;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
	
	
	
	
}



#colourfullwrapper{
width: 90%;
display: inline-block;
vertical-align: top;
text-align: center !important;		
margin-bottom: 3%; 
margin-top: 0;
}


.colourfulalignleft{
float: left;
width: 100%;
text-align: left;	
	
}

#colourcolumn1, #colourcolumn2, #colourcolumn3 {
width: 30%;
display: inline-block;
vertical-align: top;	
margin-right: 1%;
margin-bottom: 2%;		
}


#colourselecttaba, #colourselecttab, #colourselecttabc, #colourselecttabd{
width: auto;
display: inline-block;
vertical-align: top;
font-family: calibri; 
font-weight: 300 !important;
font-size: 90%;
text-transform: uppercase;
padding: 8px;
background: rgb(21,21,21);
cursor: pointer;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
color: white;	
text-shadow: 0 0 0 !important;	
}


.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }


/*Colour Info Button*/


.colourinfobuttonhold{
width: 100%;
margin-bottom: 25px;
margin-top: 25px;	
	
}

.colourinfobutton{
width: 95%;
padding: 2%;
border-radius: 3px;
background: white; 
border: 1px solid gainsboro;
display: inline-block;
vertical-align: top;
position: relative;	
margin-top: 3px;
margin-bottom: 3px;	
cursor: pointer;
z-index: 4;	
line-height: 25px;
}

.colourinfobutton:hover {
background: dimgray;
color: white;	
	
	
}



.colourinfobutton:hover .colourinfobuttonopen{
background: black;	
	
	
}

.colourinfobuttonopenhold{
text-align: right;
position: absolute;
right: 2%;
z-index: 2;
width: auto;
}
.colourinfobuttonopen{ 
position: relative;
float: right;
width: 20px;
height: 20px;
background: dimgray;
color: white;
font-family: calibri;
font-weight: 600;
padding: 3px;	
text-align: center;
font-size: 22px;	
border-radius: 50%;	
line-height: 20px;
cursor: pointer;
}





.colourinfobuttonactive{
background: dimgray;
color: white;	
		
}


.colourinfobuttonopenactive {
background: black;	
	
	
}


.colourinfobuttonhide{
	
display: none;	
width: 97%;
margin-left: 2%;	
}


/*Colour Info Button*/

#colourselecttaba:hover, #colourselecttab:hover, #colourselecttabc:hover, #colourselecttabd:hover{
background: dimgray;
  
  
  }
 
#colourselectchoosetaba{
width: 85%;
display: inline-block;
vertical-align: top;	
	
}

#colourselectchoosetaba h2{
color: darkslategray;
font-family: calibri; 
font-weight: 400;
font-size: 170%;
border-bottom: 2px solid gainsboro;	
text-align: left;	
margin-top: 6px;	
}




#colourselectchoosetab, #colourselectchoosetabc, #colourselectchoosetabd{
	
display: none;	
	
	
}


.colourselectchoosetab a{
color: darkred; 
font-weight: 400;	
	
	
}


.colourselectchoosetab a:hover, #colourselectchoosetab a:active{
color: red; 
text-decoration: underline !important;	
	
	
}

#colourselectbuttonhold{
width: 100%;
display: inline-block;
vertical-align: top;
margin-top: 2%;
margin-bottom: 2%;	
}



.colourselectbutton{
width: auto;
display: inline-block;
vertical-align: top;
background: black;
padding: 8px;
font-size: 13px;
margin-right: 1%;	
text-transform: uppercase;	
color: white;
border-radius: 2px;	
cursor: pointer;	
}


.colourselectbutton:hover, .colourselectbutton:active{
	
background: darkred;	
	
}
  
#colourchangehomeimage{
display: inline-block; 
vertical-align: top;
width: 100%;	
	
	
}


  
#colourchangehomeimage img{
height: auto;
padding: 0;
margin: 0;
width: 100%;	
	
	
}

.colourguidereturnhold{
float: left;
margin-bottom: 6%;	
width: 100%;	
	
}

.colourguidereturn{
	
display: inline-block;
vertical-align: top;
padding: 8px;
font-family: arial;
font-size: 9pt;
font-weight: 300;
text-transform: uppercase;	
background: rgb(21,21,21);	
color: white;
margin-top: 2%;
margin-bottom: 2%;
border-radius: 4px;
}


.colourguidereturn:hover {
	
background: dimgray;	
	
}


.colourselectinstructions{
width: 95%;
display: inline-block; 
vertical-align: top;	
margin-top: 2%;
margin-bottom: 2%;	
	
}


.colourselectinstructions h2{
width: 100%;
font-size: 130%;
border-bottom: 2px solid gainsboro;
font-family: calibri;
font-weight: 300;
color: darkslategray;	
text-transform: uppercase;	
	
	
}


.colourinstructionsenlarge, .colourinstructionsenlargea{
width: 100%;
position: absolute;
z-index: 999999999;
text-align: center;	
top: 4%;
left: 0%;	
display: none;	
}


.colourinstructionsenlargeimg{
width: 75%;
display: inline-block;
vertical-align: top;
border: 2px solid white;
position: relative;
	
		
}


.colourinstructionsenlargeimg img, .colourinstructionsenlarge img, .colourinstructionsenlargea img{
width: 100%;
height: auto;	
	
	
}


.colourinstructionsenlargeclose{
position: absolute;
top: 2%;
right: 2%;
font-family: calibri;
text-transform: uppercase;
font-size: 120%;
cursor: pointer;	
		
}


.colourinstructionsnew, .colourinstructionsnewa{
width: 45%;
margin-right: 2%;	
display: inline-block; 
vertical-align: top;	
margin-top: 3%;
margin-bottom: 3%;	
cursor: pointer;
position: relative;
overflow: hidden;
}

.colourinstructionsnew:hover .colourinstructionshover, .colourinstructionsnewa:hover .colourinstructionshover{
display: block;	
	
}


.colourinstructionsnew img, .colourinstructionsnewa img{
width: 100%;
height: auto;	
	
}


.colourinstructionshover{
width: 100%;
padding-top: 28%;
padding-bottom: 80%;	
background: rgba(0,0,0,0.5);
font-family: calibri;	
font-weight: 300;
text-transform: uppercase;
text-align: center;
color: white;
position: absolute;
font-size: 120%;
top: 0;
left: 0;	
display: none;
 -webkit-animation-name: instruct; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: instruct;
    animation-duration: 2s;
}



/* Chrome, Safari, Opera */
@-webkit-keyframes instruct {
    0%   {left: 100%;}
    100% {left: 0%}
}

/* Standard syntax */
@keyframes instruct {
    0%   {left: 100%;}
    100% {left: 0%}
}


.colourinstructionscenter{
width: 100%;
display: inline-block; 
vertical-align: top;	
text-align: center;
position: relative;		
}

#colourselecttool{
width: 96%;
display: inline-block;
vertical-align: top;
box-shadow: 2px 1px 3px 2px gainsboro;	
padding-left: 2%;
padding-right: 2%; 
padding-top: 6px; 
padding-bottom: 2%;	
background: #f8f8f8;	
 background-image: url(textures/graytex2.png);
  background-repeat: repeat; 
min-height: 400px;	
border-top: 7px solid dimgray;
}

#colourselectcolumnold{
	
width: 7%;
display: inline-block;
vertical-align: top;
padding: 0%;
margin-right: 2%;	
box-shadow: 1px 2px 3px 1px gainsboro;	
background: white;	
	
}

#colourselectcolumn{
	
position: fixed;
z-index: 9999;
height: auto; 
width: 100%;
bottom: 0;
    left: 0;
    right: 0;	
padding-top: 5px;
padding-bottom: 5px;	
background: rgb(21,21,21);	
}


.disclaimer{
width: 100%; 
display: inline-block;
vertical-align: top;
margin-top: 1%;
margin-bottom: 1%;	
font-family: calibri;
font-size: 70%;	
color: gray;	
	
}



.disclaimer a{
	
color: red !important;
	
}


#colourchoice{
	
width: 56%;
padding: 2%;
display: inline-block;	
vertical-align: top;
position: relative;	
background: white;
margin-bottom: 5%;
}


#colourchoiceyellow{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}


#colourchoicemixandmatch{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
	
}


#colourchoicegreen{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}



#colourchoiceblue{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}


#colourchoicepurple{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}


#colourchoicered{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}


#colourchoiceneutrals{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}


#colourchoiceaccents{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}



#colourchoicepopular{
	
width: 100%;
display: inline-block;	
vertical-align: top;	
display: none;	
	
}

.colourselectyellow, .colourselectpopular, .colourselectgreen, .colourselectblue, .colourselectred, .colourselectpurple, .colourselectneutrals, .colourselectaccents, .clearall{
width: 6%;	
display: inline-block;
vertical-align: top;
padding-bottom: 4%;
margin-bottom: 4px;	
cursor: pointer;	
opacity: 0.7;
font-family: calibri;
font-size: 95%;
color: darkslategray;
text-transform: uppercase;
position: relative;	
	
}

.colourselectyellow{

background: #ffe033;

}


.colourselectpopular{

background: #5ebdb6;
margin-bottom: 0px !important;
}



.colourselectyellow:hover, .colourselectgreen:hover, .colourselectblue:hover, .colourselectaccents:hover, .colourselectneutrals:hover, .colourselectred:hover, .colourselectpurple:hover, .colourselectpopular:hover{
	
opacity: 1.0;
-moz-box-shadow:    inset 0 0 10px dimgray;
   -webkit-box-shadow: inset 0 0 10px dimgray;
   box-shadow:         inset 0 0 10px dimgray;	
	
}


.colourselectyellow:hover .selectpreved, .colourselectgreen:hover .selectpreved, .colourselectblue:hover .selectpreved, .colourselectred:hover .selectpreved, 
.colourselectpurple:hover .selectpreved, .colourselectaccents:hover .selectpreved, .colourselectneutrals:hover .selectpreved, .colourselectpopular:hover .selectpreved{
display: block; 	
	
	
}

.selectpreved{
position: absolute; 
padding: 7px;
background: rgba(21,21,21,0.8);
font-family: calibri; 
font-weight: 300;
top: 20%;
left: 50%;	
display: none;	
color: white;
border-radius: 4px;	
z-index: 99999999;
font-size: 90%;
}


#colourchoice h2{
	
text-transform: uppercase;
font-weight: 300;
font-size: 125%;
color: darkslategray;
font-family: calibri; 
width: auto;
text-align: left;
line-height: 28px;
}








.colourselectgreen{

background: #40bf40;

}





.colourselectblue{

background: #0086b3;

}


.colourselectred{

background: firebrick;

}


.colourselectpurple{

background: #862d86;

}


.colourselectneutrals{

background:  #e9d0af;

}


.colourselectaccents{

background:  #262673;

}


.selectactive{
background: dimgray !important;			
}

.activecolour, .activecolour2{
	
opacity: 1.0;
-moz-box-shadow:    inset 0 0 10px dimgray;
   -webkit-box-shadow: inset 0 0 10px dimgray;
   box-shadow:         inset 0 0 10px dimgray;		
	
}


#coloursamplebackup{
	
position: absolute;
width: 92%;
border: 3px solid white;
background: white;	
z-index: 99999999;	
top: 0%;	
box-shadow: 1px 1px 2px 1px gainsboro;
display: none;	
}

#coloursamplefixed{
	
display: inline-block;
vertical-align: top;
position: relative;
width: 76%;
background: white;			
box-shadow: 1px 1px 2px 1px gainsboro;
margin-left: auto;
margin-right: auto;
padding-bottom: 10%;	
margin-top: 6px;
}

.coloursamplefixedimage{
width: 100%;
display: inline-block;
background: white;
vertical-align: top;
margin-bottom: 2%;	
position: relative;
}


.coloursamplefixedimagea, .coloursamplefixedimageb, .coloursamplefixedimagec, .coloursamplefixedimaged{
width: 100%;
margin-right: 2%;
display: inline-block;
background: white;
vertical-align: top;
margin-bottom: 2%;	
position: relative;
display: none;
}



.coloufixedimagechoicereveal, .coloufixedimagechoicereveala, .coloufixedimagechoicerevealb, .coloufixedimagechoicerevealc, .coloufixedimagechoicereveald {
position: absolute;
width: auto; 
z-index: 9999999;
left: -110%;	
width: 60px;	
height: auto;
top: -40px;	
display: none;
}



.triangle-isosceles {
  position: relative;
  padding: 3px;
  margin: 1em 0 3em;
  color: white;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  background: linear-gradient(top, #f9d835, #f3961c);
  font-family: calibri;
  font-weight: 200;
  font-size: 11px;
}

/* creates triangle */
.triangle-isosceles:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -6px;
  left: 12px;
  width: 0;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: black transparent;
  opacity: 0.6;
}


.colourselectionhold{
width: 98%; 
padding: 1%;
display: inline-block;
text-align: center;	
margin-top: 1%;
margin-bottom: 1%;	
	
}





.colourselectionliving, .colourselectionkitchen, .colourselectiondining, .colourselectionexterior, .colourselectionbedroom, .colourselectionbathroom{
width: auto; 
display: inline-block;
vertical-align: top;
padding: 6px;
background: rgb(35,35,35);
margin-top: 8px;
margin-bottom: 8px;		
color: white;
font-family: calibri;	
border-radius: 2px;	
cursor: pointer;
font-size: 14px;
font-weight: 300;
text-shadow: 0 0 0 !important;
}

.colourselectionactive{
background: darkred; 	
	
	
}


.colourselectionliving:hover, .colourselectionkitchen:hover, .colourselectiondining:hover, .colourselectionexterior:hover, .colourselectionbedroom:hover, .colourselectionbathroom:hover{
background: darkred; 	
}



.perfectcolour{
width: 100%; 
display: inline-block; 
vertical-align: top;
margin-bottom: 2%;	
	
	
	
}



.perfectcolour img{
width: 100%; 
height: auto;
	
	
}

.colourchosenhold{
width: 100%; 
position: relative;
margin-top: 30px;
display: inline-block; 
vertical-align: top;
position: relative;
text-align: center;
}





.accentoverlaybed, .accentoverlayliving, .accentoverlayliving2, .accentoverlaykitchen, .accentoverlayexterior{
width: 100%; 
height: auto;
position: absolute;
z-index: 3;
left: 0;
top: 0;	
	
}


.accentoverlayfurther, .accentoverlayfurther2{
width: 100%; 
height: auto;
position: absolute;
z-index: 5;
left: 0;
top: 0;		
	
	
}





.accentoverlaybed div{
display: inline-block;
vertical-align: top;
padding-bottom: 70%;
margin-top: 0%; 
width: 51.5%;
background: transparent;	
margin-left: 1%;	

}



.accentoverlayliving div{
display: inline-block;
vertical-align: top;
padding-bottom: 60%;
margin-top: 0%; 
width: 78%;
background: transparent;	
margin-left: 1%;	
opacity: 1;	


	
}


.accentoverlayfurther div{
	
	display: inline-block;
vertical-align: top;
padding-bottom: 100%;
width: 100%;
opacity: 0.1;
background: dimgray;
	
  
  
}

.accentoverlayfurther2 div{
	
display: inline-block;
vertical-align: top;
padding-bottom: 100%;
width: 100%;
opacity: 0.1;
background: gainsboro;	
	
}


.accentoverlaykitchen div{
display: inline-block;
vertical-align: top;
padding-bottom: 60%;
margin-top: 0%; 
width: 37.5%;
background: transparent;	
margin-left: 1.5%;	
	
	
	
}



.accentoverlayliving2 div{
display: inline-block;
vertical-align: top;
padding-bottom: 60%;
margin-top: 0%; 
width: 81%;
background: transparent;	
margin-left: -19%;	
	
	
	
}


.accentoverlayexterior div{
display: inline-block;
vertical-align: top;
padding-bottom: 60%;
margin-top: 0%; 
width: 19%;
background: transparent;		
margin-left: -13%;	
	
	
}


.changingout {
position: relative; 
width: 100%;
height: auto;	
padding: 0;
padding-bottom: 0 !important;
top: 0; 
left: 0;
display: inline-block; 
vertical-align: top;	
overflow-y: hidden !important;	
overflow-x: hidden !important;
}


.changingout img{
width: 100%; 
height: 100%;	
z-index: 18;
display: inline-block;
position: relative;
vertical-align: top;
overflow-y: hidden !important;	
overflow-x: hidden !important;
padding: 0;
padding-bottom: 0;
top: 0; 
left: 0;
}

.clearallhold{
width: 100%;
display: inline-block;
vertical-align: top;
margin-top: 9px;
margin-bottom: 9px; 	
text-align: center;	
	
}

.clearallold{
	
display: inline-block;
vertical-align: top;
width: auto;
padding: 5px;
font-family: calibri;
font-weight: 400;
color: dimgray;
border: 1px solid silver;
font-size: 105%;
border-radius: 2px;	
text-transform: uppercase;	
cursor: pointer;	
}

.clearall{
background: white;	
	
	
}

.clearall:hover, .clearall:active{
	
color: white;	
-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;	
	
	
}

.colourchosenliving1, .colourchosenliving2, .colourchosenliving3, .colourchosenliving4, .colourchosenkitchen1, .colourchosenkitchen2, .colourchosenkitchen3, .colourchosenkitchen4, .colourchosendining, .colourchosenexterior, .colourchosenexterior2, .colourchosenexterior3, .colourchosenexterior4,.colourchosenbedroom,.colourchosenbedroom2, .colourchosenbathroom, .colourchosenbathroom2{
	
width: 46%;
margin-right: 1%;
margin-left: 1%;
display: inline-block;
vertical-align: top;
margin-bottom: 2%;	
cursor: pointer;	
padding: 0%;
}

.colourchosenactive{
width: 100%;
margin-right: auto;
margin-left: auto;	
cursor: default;

}


.colourchosenclose, .colourchosenclose2, .colourchosenclose3, .colourchosenclose4{
position: absolute; 
left: 2%;
top: -30px;
font-family: calibri;
font-weight: 400; 
font-size: 14px;
z-index: 999999;	
cursor: pointer;	
padding: 4px;
background: rgba(255,255,255,0.4);	
width: auto;
display: none;
}


.livingchange{
width: 100%; 
display: inline-block;
vertical-align: top;
position: relative;	
}


.kitchenchange, .bedroomchange, .exteriorchange{

width: 100%; 
display: inline-block;
vertical-align: top;
display: none;
position: relative;
}


.colourfixedimagechoicehold{
	
text-align: left;
display: inline-block;
width: 100%; 	
	
}

.colourfixedimagechoice, .colourfixedimagechoicea, .colourfixedimagechoiceb, .colourfixedimagechoicec, .colourfixedimagechoiced{
display: inline-block;
width: 12px;
height: 12px; 
background: dimgray;
vertical-align: top;
font-size: 95%;
color: white;
margin-top: 2%;
margin-bottom: 2%;
border-radius: 50%;
font-family: calibri;
font-weight: 300;	
cursor: pointer;	
position: relative;	
	
}


.colourfixedimagechoice:hover, .colourfixedimagechoicea:hover, .colourfixedimagechoiceb:hover, .colourfixedimagechoicec:hover, .colourfixedimagechoiced:hover{
background: rgb(21, 21, 21);	
	
}






.choiceactived {
background: rgb(21, 21, 21);	
	
}



#coloursamplefixed h2{
font-family: calibri;
font-weight: 400;
font-size: 150%;
text-transform: uppercase;	
color: darkslategray;	
border-bottom: 2px solid gainsboro;	
width: 100%;	
	
}



#coloursamplefixed h3{
font-family: calibri;
font-weight: 300;
font-size: 110%;
text-transform: uppercase;	
color: dimgray;	
width: 100%;	
	
}


#coloursamplefixed p{
font-family: calibri;
font-weight: 200;
font-size: 120%;
text-transform: uppercase;	
color: darkslategray;	
	
	
}


.coloursampleintro{
width: 100%;
text-align: center; 	
display: inline-block;
vertical-align: top;	
display: none;
}


#coloursampleintrodiv h1{
color: darkslategray;
font-size: 130%;
border-bottom: 2px solid gainsboro;
font-family: calibri;
text-transform: uppercase; 
font-weight: 400;	
text-align: left;	
margin-top: 33px;
margin-bottom: 18px;	
	
}

#coloursampleintrodiv{
width: 90%;
display: inline-block;
vertical-align: top;
padding: 2%;
background: white;
border: 1px solid gainsboro;
min-height: 200px;	
position: relative;			
text-align: left;
font-family: calibri;
font-weight: 300;
color: darkslategray;
margin-top: 45px;
margin-bottom: 3%; 
}


#coloursampleintrodiv a{
color: darkred !important;
font-weight: 400;	
	
}


#coloursampleintrodiv a:hover{
color: red;
text-decoration: underline !important;	
	
}



#coloursampleintrodiv p{
text-align: left;
font-family: calibri;
font-weight: 300;
font-size: 105%;
color: darkslategray;	
text-transform: none;	
	
}



#coloursampleintrodiv li{
text-align: left;
font-family: calibri;
font-weight: 300;
font-size: 105%;
color: darkslategray;	
	
	
}


#coloursampleintrodiv img{
display: inline-block;
width: 75%;
vertical-align: top;	
margin-top: 2%;
margin-top: 2%; 	
	
}


#coloursampleintroclose{
position: absolute; 
text-align: center;
font-family: calibri;
font-weight: 400;
font-size: 15px;	
z-index: 9999999999;	
right: 3px;
top: 3px;
text-transform: uppercase;	
width: 21px;
height: 21px;
border-radius: 50%;
background: firebrick;
color: white;
cursor: pointer;
line-height: 20px;
}

#coloursampleintroclose:hover {
	
background: dimgray;
	
}


.coloursampleiconshold{
width: 100%; 
position: absolute;
top: 0%;
text-align: right;
height: auto;	
	
}

.coloursamplefacebook, .coloursamplegoogle, .coloursampletwitter{
	
font-family: calibri;
font-weight: 200;
font-size: 13px;
font-weight: 500;
display : inline-block; 
vertical-align: top;
color: white;
cursor: pointer;
width: 16px;
height: 16px;	
margin-top: 5px;	
margin-right: 2px;
}

.coloursamplefacebook:hover, .coloursamplegoogle:hover, .coloursampletwitter:hover{
opacity: 0.7;	
	
}



.coloursampleclose, .coloursamplemessage{
font-family: calibri;
font-weight: 200;
font-size: 13px;
font-weight: 500;
display: inline-block; 
vertical-align: top;
color: white;
cursor: pointer;
width: 16px;
height: 16px; 
border-radius: 50%;	
background: dimgray;
text-align: center;	
margin-top: 5px; 
margin-right: 2px;
}





.coloursampleclose:hover, .coloursamplemessage:hover {
background: firebrick;

	
	
	
}




.colourclickarrow, .colourclickarrowa, .colourclickarrowb, .colourclickarrowc, .colourclickarrowd{
	
position: absolute; 
font-size: 110%;
z-index: 9999999;
top: 42%;
right: 0%;	
cursor: pointer;	
display: none;	
font-size: 110%;
color: white;
background: rgba(0,0,0,0.5);
padding-bottom: 30px;
padding-top: 30px;
padding-left: 10px;
padding-right: 10px; 
font-family: calirbi; 
font-weight: 400;	
}

.colourclickbackarrow, .colourclickbackarrowa, .colourclickbackarrowb, .colourclickbackarrowc, .colourclickbackarrowd{
	
position: absolute; 
font-size: 110%;
z-index: 9999999;
top: 42%;
left: 0%;	
cursor: pointer;	
display: none;	
font-size: 110%;
color: white;
background: rgba(0,0,0,0.5);
padding-bottom: 30px;
padding-top: 30px;
padding-left: 10px;
padding-right: 10px; 
font-family: calirbi; 
font-weight: 400;
	
}

.colourinfographics{
width: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: 2%;		
	
}

.colourinfographics img{
width: 100%;
height: auto;
	
}

.coloursamplefixedimage:hover .colourclickarrow, .coloursamplefixedimagea:hover .colourclickarrowa,  .coloursamplefixedimageb:hover .colourclickarrowb, .coloursamplefixedimagec:hover .colourclickarrowc, .coloursamplefixedimaged:hover .colourclickarrowd{
	
display: block;	
	
	
}


.coloursamplefixedimage:hover .colourclickbackarrow,  .coloursamplefixedimagea:hover .colourclickbackarrowa, .coloursamplefixedimageb:hover .colourclickbackarrowb, .coloursamplefixedimagec:hover .colourclickbackarrowc, .coloursamplefixedimaged:hover .colourclickbackarrowd{
	
display: block;	
	
}



.maincontent{
display: inline-block;
width: 100%; 
text-align: left;
	
	
	
}



.colourpagewrapper{
	width: 100%;
	float: left;
	text-align: center;
	
	
}


.colourpage{
width: 80%;
display: inline-block;
vertical-align: top;
margin-top: 6%;
margin-bottom: 6%;	
text-align: center;	
}


.contentboxesouter{
width: 37%;
margin-right: 2%;
display: inline-block;
vertical-align: top;
padding-top: 2%;
padding-bottom: 3%;	
padding-left: 2%;
padding-right: 2%;
font-family: calibri;
font-weight: 200;
font-size: 1em;	
border: 1px solid gainsboro;
border-radius: 2px;
margin-bottom: 3%;

}

.contentboxesouter h3{
	font-weight: 400;
	font-size: 130%;
}

.contentboxespage{
width: 100%;
background: transparent;
display: inline-block; 
vertical-align: top; 	
position: relative;	
margin-bottom: 1%;
}


.contentboxespage:before {
 content: "";
    display: block;
    padding-top: 100%;	
	
	
}


.contentboxespage:hover {
opacity: 1 !important;
background: transparent !important;
	
	
}






.contentboxeslarger{
width: 20%;
margin-right: 1%;
background: blue;
display: inline-block; 
vertical-align: top; 	
position: relative;	
margin-bottom: 110px;
font-family: calibri;
font-weight: 300;
text-transform: uppercase;
font-size: 110%;
}

.contentboxeslarger p{
width: 100%; 
float: left;	
	
}


.contentboxeslarger:before {
 content: "";
    display: block;
    padding-top: 100%;	
	
	
}



.contentboxes{
width: 11%;
background: blue;
display: inline-block; 
vertical-align: top; 	
position: relative;	
margin-bottom: 2%;

}


.contentboxes:before {
 content: "";
    display: block;
    padding-top: 100%;	
	
	
}


.contentboxes:hover .bigger2{
position: absolute;
width: 130%;
padding: 2%;
left: -85%;
background: white;
border: 1px solid gainsboro;
z-index: 99;
top: 80%;
opacity: 1;
display: block;
}


.contentboxes:hover{
opacity: 0.7;	
	
	
}

.contentboxes:hover .biggertext2{
	
	display: block;
	
}

.inner{
 position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
z-index: 9;	
cursor: pointer;	
	
}


.bigger2{
width: 25%;
background: blue;
display: inline-block; 
vertical-align: top; 	
position: relative;	
opacity: 0;
display: none;
}


.bigger2:before {
 content: "";
    display: block;
    padding-top: 100%;	
	
	
}


.biggertext2{
position: absolute;
top: 5%;
font-family: calibri;
font-size: 90%;
color: darkslategray;
left: 6%;
font-weight: 300;
background: rgba(255,255,255,0.8);
padding: 1%;
display: none;
}



.coloursearch {
width: 100%;
display: inline-block;
vertical-align: center;
margin-top: 3%;
margin-bottom: 3%;	
z-index: 5868;	
	
}


.ui-widget {
	font-family: calibri;
	font-weight: 300;
	font-size: 1.1em;
	color: darkslategray;

}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: calibri;
	font-size: 1em;
	color: darkslategray;
}


#ui-id-1 {
position: absolute;
width: 160px;
border: 1px solid gainsboro;
z-index: 99999;
background: white;
list-style: none;	
padding-left: 2px;
color: darkslategray;

}

.ui-menu-item {

cursor: pointer;
}


.ui-menu-item:hover {
background: darkslategray;
color: white;	
	
}


.ui-helper-hidden-accessible {
display: none;	
	
	
}

.ui-widget input{
border: 0px solid silver;
border-bottom: 3px solid silver;	
width: 80%;
display: inline-block; 
vertical-align: top;
background: transparent;	
}


.ui-widget ::-webkit-input-placeholder {
   color: darkslategray;
   text-transform: uppercase;
font-size: 90%;	
}

:-moz-placeholder { /* Firefox 18- */
   color: darkslategray;  
   text-transform: uppercase;
font-size: 90%;	
}

::-moz-placeholder {  /* Firefox 19+ */
   color: darkslategray;  
   text-transform: uppercase;
font-size: 90%;	
}

:-ms-input-placeholder {  
   color: darkslategray;  
   text-transform: uppercase;
font-size: 90%;	
}


.coloursearchresults{
font-family: calibri;
font-weight: 300;
font-size: 120%;
color: darkslategray;	
	
}


.coloursearchleft{
display: inline-block;
width: 75%;
vertical-align: top;
text-align: left;
margin-top: 1%;
margin-bottom: 5%;	
	
}





@media (max-width: 1100px) {

#colourfullwrapper{
width: 90%;		
}
	
	
}

@media (max-width: 862px) {
	
.contentboxes{
width: 10%;
}	
	
	
	
}


@media (max-width: 520px) {
	
#colourcolumn1{
	
width: 47%;
}	
	
	
	
}


@media (max-width: 360px) {
	
#colourcolumn1{
	
width: 96%;
}	
	
	
	
}


@media (max-width: 1100px){
	
.contentboxes{
margin-bottom: 8px;	
margin-right: 3px;	
}		
	
.colourfixedimagechoice, .colourfixedimagechoicea, .colourfixedimagechoiceb, .colourfixedimagechoicec, .colourfixedimagechoiced{

width: 15px;
height: 15px; 
margin-right: 2%;
	
	
}


.colourselectionliving, .colourselectionkitchen, .colourselectiondining, .colourselectionexterior, .colourselectionbedroom, .colourselectionbathroom{

font-size: 12px;
}




#coloursamplefixed{
width: 75%
	
}
}



@media (max-width: 850px) {
	
.contentboxeslarger p{
font-size: 90%;


}	




.colourselectionliving, .colourselectionkitchen, .colourselectiondining, .colourselectionexterior, .colourselectionbedroom, .colourselectionbathroom{

font-size: 11px;
}

#colourselecttaba, #colourselecttab, #colourselecttabc, #colourselecttabd{
font-size: 11px;	
	
}

#colourchoice h2{
font-size: 109%;	
}






	
	
	
}


@media (max-width: 750px){
.colourinfobutton{

	
}	


#colourselecttool{

min-height: auto;
	
}	
	
	
.menuthisopen{
width: 35%;
}	
	
	
	
}


@media (max-width: 550px){

.colourinfobutton{
width: 93%;
padding: 3%;
	
}	



.colourapp{
width: 88%;	
font-size: 90%;	
}


.menuthisopen{
width: 65%;
}	



.faqcontent{
	
width: 95%;
text-align: left; 	
	
}


.convertercontent{
	
width: 90%;
	
	
}
	
	
}



@media (max-width: 380px){

.menuthisopen{
width: 75%;
}		
	
	
}



@media (max-width: 340px){

	
	
	
}

@media (max-width: 510px) {
	
.contentboxeslarger p{
font-size: 90%;


}	


.colourguidereturn{

padding: 6px;
font-size: 8pt;

}

.contentboxeslarger{
width: 34%;
margin-top: 3%;
margin-bottom: 95px;
margin-right: 3%;
}	


#colourselecttool{
width: 98%;
padding-left: 1%;
padding-right: 1%;	
}


#coloursamplefixed h2{
font-size: 105%;	
margin-top: 35px;	
}


#coloursamplefixed p{
font-size: 95%;	
	
}

#colourfullwrapper{
	
width: 100%;
padding-left: 0%;
	
}


.coloursampleclose{
	
font-size: 95%;	
	
}


#coloursampleintrodiv h1{
font-size: 115%;	
	
}

	
}


@media (max-width: 950px){


.colourselectionliving, .colourselectionkitchen, .colourselectiondining, .colourselectionexterior, .colourselectionbedroom, .colourselectionbathroom{

font-size: 10px;
}


#colourchoice h2{
font-size: 11px;

}


.selectpreved{
	
font-size: 11px;
padding: 4px;	
	
	
}
	
	
#coloursamplefixed{
width: 96%;
margin-left: auto !important;
margin-right: auto !important;	
	
}

#colourchoice{
	
width: 96%;	
padding: 0;
margin-left: 2%;
	
}





.colourselectyellow, .colourselectgreen, .colourselectblue, .colourselectaccents, .colourselectneutrals, .colourselectred, .colourselectpurple, .colourselectpopular, .clearall{
	
width: 9%;
padding-bottom: 9%;
margin-bottom: 0px;	
	
	
}


.contentboxes{
width: 10%;	
margin-bottom: 14px;	
margin-right: 3%;	
}	
	
	
}


