/* cl4-loader */ html,body{height:auto !important}iframe.cartloom-iframe{padding:0;margin:0;border:none;}#cl4-loader-outer{position:fixed;top:0;bottom:0;left:0;right:0;z-index:9999999999}#cl4-loader-outer #cl4-loader-inner{top:50%;left:50%;margin-left:-40px;margin-top:-40px;position:absolute}#cl4-loader{position:relative;margin:0 auto;width:80px}#cl4-loader:before{content:'';display:block;padding-top:100%}#cl4-loader .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;-webkit-transform-origin:center center;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}#cl4-loader img{position:absolute;width:80px;top:0;display:none}#cl4-loader .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{100%,0%{stroke:#79a04a}}@keyframes color{100%,0%{stroke:#79a04a}}#cl4-loader.swatch-green .path{stroke:#79a04a}#cl4-loader.swatch-forest .path{stroke:#5f825a}#cl4-loader.swatch-turquoise .path{stroke:#4ebcc2}#cl4-loader.swatch-seafoam .path{stroke:#72bb9c}#cl4-loader.swatch-tan .path{stroke:#bcac78}#cl4-loader.swatch-orange .path{stroke:#f37d26}#cl4-loader.swatch-burgandy .path{stroke:#e25956}#cl4-loader.swatch-purple .path{stroke:#9469bd}#cl4-loader.swatch-marine .path{stroke:#5a95e6}#cl4-loader.swatch-steel .path{stroke:#717f85}#cl4-loader.swatch-ash .path{stroke:#77777e}#cl4-loader.swatch-coal .path{stroke:#222}#cl4-load-wrap{opacity: 0 !important;height:100%;width:100%;top:0;left:0;position:fixed;line-height:0;z-index:9999999999}

.cl4-fixed{overflow:hidden;}
/*
.cl4-fixed{
	position: fixed !important;
	overflow: hidden !important;
	left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
*/
#cl4-load-wrap.black90{background-color:#222;}
#cl4-load-wrap.black80{background-color:#222;}
#cl4-load-wrap.black70{background-color:#222;}
#cl4-load-wrap.slate90{background-color:#44464a;}
#cl4-load-wrap.slate80{background-color:#44464a;}
#cl4-load-wrap.slate70{background-color:#44464a;}
#cl4-load-wrap.white97{background-color:#f3f3f3;}
#cl4-load-wrap.white90{background-color:#f3f3f3;}
#cl4-load-wrap.white80{background-color:#f3f3f3;}
#cl4-load-wrap.white70{background-color:#f3f3f3;}
#cl4-load-wrap.show.black90{opacity:.9 !important}
#cl4-load-wrap.show.black80{opacity:.8 !important}
#cl4-load-wrap.show.black70{opacity:.7 !important}
#cl4-load-wrap.show.slate90{opacity:.9 !important}
#cl4-load-wrap.show.slate80{opacity:.8 !important}
#cl4-load-wrap.show.slate70{opacity:.7 !important}
#cl4-load-wrap.show.white97{opacity:.97 !important}
#cl4-load-wrap.show.white90{opacity:.9 !important}
#cl4-load-wrap.show.white80{opacity:.8 !important}
#cl4-load-wrap.show.white70{opacity:.7 !important}
#cl4-load-wrap{
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
