.ch-paper {
    width: 100%;
    max-width: 1600px;
    text-align: center;
    margin: 20px auto;
}

.ch-gradient-brick {
    width: 180px;
    display: inline-block;
    border-radius: 12px;
	background-color: #FFFFFF;
    margin: 25px;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0px);
	border-bottom: 1px solid #bababa;
}
.ch-gradient-brick:hover {
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08), 0px 30px 25px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}
.ch-gradient-brick:hover .ch-actions {
    display: block;
    animation: micro-move .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ch-gradient {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    height: 180px;
    position: relative;
    background-color: #CFD8DC;
	border-bottom: 1px solid #e8e8e8;
}

.ch-gradient-left {
    border-top-left-radius: 5px;
    height: 180px;
    position: relative;
    background-color: #CFD8DC;	
	width: 100%;
	display: block;
	float: left;
	
}
.ch-gradient-right {
    border-top-right-radius: 5px;
    height: 180px;
    position: relative;
    background-color: rgba(112, 112, 112, 0.1);	
	width: 10%;
	display: block;
	float: left;
}
.ch-gradient-right2 {
  position: absolute;
  background-color: rgba(112, 112, 112, 0.2);	
  border-top-right-radius: 12px;
  height: 180px;
  top: 0px;
  width: 10%;
  display: block;
  right: 0px;
}

.ch-gradient-brick:hover .ch-actions {
    display: block;
    animation: micro-move .3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ch-colors {
    border-radius: 0px 0px 12px 12px;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}
.ch-colors p {
	font-weight: 300;
	font-size: 11px;
	color: #999999;
	display: block;
	float: left;
	padding: 5px 0px 5px 5px;
}
.ch-color-name {
    margin-bottom: 3px;
    color: #494A4A;
    display: block;
    padding: 0px;
	font-size: 80%;
}
.ch-color-code {
    color: #929197;
	font-weight: 300;
	font-size: 11px;
    display: block;
    padding: 0px;
}
@media screen and (max-width: 600px) {
  .ch-gradient-brick {
    width: 120px;
	margin: 15px;
  }
  .ch-gradient, .ch-gradient-right2 {
    height: 80px;
}
}
@media screen and (min-width:320px) and (max-width:1024px) {
    .ch-gradient-brick .ch-actions {
        display: block;
        animation: micro-move .3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .ch-gradient-brick:hover {
        transform: translateY(0px);
        box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
    }
    .ch-code:hover,
    .ch-grab:hover {
        transform: translateY(0px);
    }
}
@media screen and (min-width:320px) and (max-width:1024px) {
    .ch-gradient-brick .ch-actions {
        display: block;
        animation: micro-move .3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .ch-gradient-brick:hover {
        transform: translateY(0px);
        box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
    }
    .ch-code:hover,
    .ch-grab:hover {
        transform: translateY(0px);
    }
}

/* colour swatches start*/
.color-rectangles-box {
  width: 100%;
  padding: 10px 0 0;
  margin: 0 auto;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow: hidden;}
.color-rectangles-box .rectangles-list-wrap {
    overflow: hidden;
    height: 530px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end; 
	-ms-overflow-style: none;  /* IE 10+ scrollbar hide */
    scrollbar-width: none;  /* Firefox scrollbar hide */}
.color-rectangles-box .rectangles-list-wrap::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome scrollbar hide */
}
.color-rectangles-box .rectangles-list-wrap .rectangles-list {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    left: 0;
    transition: left 330ms ease-out; }
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles {
    width: 119px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1%; }
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
	white-space: nowrap;}
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li {
    margin: 0 4px;
    width: 100%;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li.grow {
    display: inline-block;
    position: relative;
    transition: all .4s; }
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li.grow.active, .color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li.grow:active, .color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li.grow:focus, .color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li.grow:hover {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    height: 100px;
    margin-bottom: -30px; }
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles ul li.active {
    cursor: default; }
.color-rectangles-box .rectangles-list-wrap .rectangles-list .color-rectangles:last-child {
    padding-right: 6px; }
	
#next {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}	
#prev {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}	
/* colour swatches end*/

/* colour medallion start */
.medallion svg:hover {
	transform: scale(1.5);
}
.medallion svg {
	transition: all 1s;
	transform-origin: 50% 50%;
  
	width:auto;
	width:30%;	
}

.medallion .over img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* colour medallion end */

/* colour paint splash start */


		
		[class^="icon-"], [class*=" icon-"] {
		  /* use !important to prevent issues with browser extensions that change fonts */
		  font-family: 'icomoon' !important;
		  speak: none;
		  font-style: normal;
		  font-weight: normal;
		  font-variant: normal;
		  font-size:10vw;
		  text-transform: none;
		  line-height: 1;
		  /* Better Font Rendering =========== */
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;
		}

.icon-blob1:before {
		  content: "\e900";
		}
		.icon-blob2:before {
		  content: "\e901";
		}			
		.icon-blob3:before {
		  content: "\e902";
		}
		.icon-blob4:before {
		  content: "\e903";
		}
		.icon-blob5:before {
		  content: "\e904";
		}
		.icon-blob6:before {
		  content: "\e905";
		}
		.icon-blob7:before {
		  content: "\e906";
		}
		
		.icon-div:hover {
		  font-size:18vw;
		  display: inline-block;
              position: relative;
              transition: all .4s;
			  -webkit-transform: translateY(-30%);
                    -ms-transform: translateY(-30%);
                        transform: translateY(-30%);
                height: 100px;
                margin-bottom: -30px;
		}	
		
		.icon-blob:hover {

              transition: all .4s;
			  -webkit-transform: translateY(-30%);
                    -ms-transform: translateY(-30%);
                        transform: translateY(-30%);

				transform: scale(1.6); 
		}
/* colour paint splash end */

body {
  background: #fdfdfd;
  font-family: 'Ubuntu', sans-serif;
  padding: 24px;
}
.portlet {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  min-height: 30px;
  border: 1px solid lightGrey;
  border-radius: 3px;
  overflow: auto;
  background: white;
}
.portlet label {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px;
}
.portlet label:before {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBmaWxsPSIjMDEwMTAxIiBwb2ludHM9IjIyLjQsNjQuMSA1MC44LDM2LjUgNzkuMyw2NC4xIDgwLjgsNjMuMiA1MC44LDM0LjEgMjAuOCw2My4yIDIyLjQsNjQuMSAiLz48L3N2Zz4=") no-repeat center center;
  display: inline-flex;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  transition: all 300ms ease-in 0s;
}
.portlet input[type="checkbox"] {
  display: none;
  visibility: hidden;
}
.portlet input[type="checkbox"]:checked ~ label:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.portlet input[type="checkbox"]:checked ~ .content {
  display: none;
}
.portlet .content {
  padding: 0 12px 12px 12px;
}
