@charset "utf-8";.minimenu{z-index:1;display:block;position:fixed;top:250px;left:7%;width:130px;background:linear-gradient(rgba(102,102,102,0.8), rgba(31,31,31,0.8));border-radius:0px 15px 15px 0px;box-shadow:#0CF;opacity:.8;padding-left:0px;padding-bottom:10px;padding-top:10px;padding-right:10px;font-size:14px;cursor:pointer;text-align:left;overflow:hidden;line-height:24px;}
h1{color:#06F;font-size:24px;}
h3{color:#06f;font-size:18px;}

.inner-wrapper{float:left;padding:5px;border:none;width:90%;margin-left:9%;margin-right:1%;}
.imgborder{border:#CCC 1px solid;padding:2px;border-radius:15px;}
label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}
#myModal h2{color:#EEE;font-size:22px; margin-bottom:5px;}

#style .option{ width:32%; vertical-align:top;margin-bottom:5px;text-align:center;}
#style .optionimage{width:100%; max-width:200px; min-width:100px; text-align:center; vertical-align:top;}

#structure .option{ width:49%; vertical-align:top;margin-bottom:5px; text-align:center;}
#structure .optionimage{width:100%; max-width:150px; min-width:100px; text-align:center; vertical-align:top;}

#visorshape .option{ width:49%; vertical-align:top;margin-bottom:5px; text-align:center;}
#visorshape .optionimage{width:100%; max-width:160px; min-width:120px; text-align:center; vertical-align:top;}

#visorshape2 .option{ width:49%; vertical-align:top;margin-bottom:5px; text-align:center;}
#visorshape2 .optionimage{width:100%; max-width:200px; min-width:100px; text-align:center; vertical-align:top;}

#fabric .option{ width:16%; vertical-align:top;margin-bottom:5px; text-align:center;}
#fabric .optionimage{width:100%; max-width:80px; min-width:80px; text-align:center; vertical-align:top;}

.cap{width:50%;height:200px; position:relative; display:inline-block;float:right;}
#overlaycolorcap1 {
	position:absolute;
	display:block;
	width:100%;
    z-index:1;}
#overlaycolorcap2 {
	background:#F00;}
	.optioncontainer{position:relative; display:inline-block; text-align:center}
#svg {
position:absolute;
display:block;
overflow: visible;
}
#controls{width:40%;}
.colorselect{display:inline-block; width:49%; vertical-align:top;}
.awesome{width:100px; display:inline-block;}


#logotype .option{ width:16%; vertical-align:top;margin-bottom:5px; text-align:center;}
#logotype .optionimage{width:100%; max-width:80px; min-width:80px; text-align:center; vertical-align:top;}
#logotype span{color:#EEE;font: bold 18px/20px Helvetica, Sans-Serif; letter-spacing: -1px;padding: 6px;}

#logolocation .option{ width:16%; vertical-align:top;margin-bottom:5px; text-align:center;}
#logolocation .optionimage{width:100%; max-width:80px; min-width:80px; text-align:center; vertical-align:top;}
#logolocation span{color:#EEE;font: bold 18px/20px Helvetica, Sans-Serif; letter-spacing: -1px;padding: 6px;}

#closures .optioncontainer{ width:19%; vertical-align:top;margin-bottom:5px; text-align:center;}
#closures .option{width:100%; vertical-align:top;margin-bottom:5px; text-align:center;}
#closures .optionimage{width:200px; text-align:center; vertical-align:top;}
#closures svg{display:none; height:0px;}
#closures span{color:#EEE;font: bold 16px/18px Helvetica, Sans-Serif; letter-spacing: -1px;padding: 6px;}

#addons .option{ width:16%; vertical-align:top;margin-bottom:5px; text-align:center;}
#addons .optionimage{width:100%; max-width:80px; min-width:80px; text-align:center; vertical-align:top;}
#addons span{color:#EEE;font: bold 18px/20px Helvetica, Sans-Serif; letter-spacing: -1px;padding: 6px;}

.personalinfo{ color:#EEE;}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
textarea{  width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;}
input[type=submit] {
    width: 100%;
    background-color: #333;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
	transition:.6s;
    background-color: #111;
}


.option{ position:relative; display:inline-block;}
.optionimage{width:100%; max-width:320px; min-width:100px; text-align:center; vertical-align:top;}
.optionimagematerial{width:80%; max-width:320px; min-width:100px; text-align:center; vertical-align:top; margin-bottom:10px;}
.optionname{position: relative; top: 70%; left: 4px; width: 100%; }
.optionname span{color:#EEE;font: bold 22px/30px Helvetica, Sans-Serif; letter-spacing: -1px;padding: 6px;}
.overlay {position: absolute;bottom: 100%;left: 0;right: 0;overflow: hidden;width: 100%;height:0;transition: .5s ease;font-size:12px;}
.option:hover .overlay {bottom: 0;height:50%;}
.overlaytext {color: #333;font-size: 14px;position: absolute;width:100%;padding:4px 10%;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);background-color:rgba(204,204,204,.9); vertical-align:bottom;}
.overlayicon { background:rgba(204,204,204,0.8); border-radius:50%;color:#000;font-size: 14px;position: absolute;padding:5px;top: 0%;left: 80%; cursor:pointer;}


.zoominmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.zoomin-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.zoominclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.zoominclose:hover,
.zoominclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.optioncontainer h3{ text-align:left;}
.optioncontainer span{font: bold 16px; letter-spacing:-1px;padding: 3px}
@media screen and (max-width:500px){

}

/*Style Repsonisve*/
@charset "utf-8";@font-face{font-family:AllerRegular;src:url(../font/Aller_Rg.ttf);}
*{box-sizing:border-box;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:blink;}
a:active{text-decoration:blink;}
*{margin:0;padding:0;border:0;list-style-type:none;}
body{
	/* [disabled]color:#666; */
	background: #999;
	margin: 0;
	font-family: AllerRegular;
}
.bodyimg{background-image:url(http://yellowmountain.ca/img/General/background.png);background-repeat:no-repeat;background-size:2000px 1081px;}
header{width:90%;margin-top:1%;margin-right:auto;margin-left:auto;padding:0;}
#header-inner{background:linear-gradient(to right, #EEE , #666);height:100px;border-radius:10px 10px 0px 0px;max-width:100%;margin:0px auto;}
#logo{margin:20px;float:left;width:200px;height:60px;background:url(../img/General/YClogoblack.png) no-repeat center;}
#contactinfo{margin:0.6%;float:right;font-size:13px;}
#contactinfo a{color:#EEE;}
#contactinfo a:hover{color:#FF3;}
#contactinfo a:active{color:#FF0;}
#menu-icon{display:hidden;width:40px;height:40px;background:url(../img/General/menu_icon.png) no-repeat center;}
nav{height:40px;border-radius:0px 0px 10px 10px;max-width:100%;margin:0;background:#666;box-shadow:0px 5px 15px rgba(0,0,0,0.8);text-align:left;padding:0;}
nav ul{margin:0;margin-left:6px;padding:0;}
nav ul li{display:inline-block;font-size:80%;color:#EEE;padding:12px 5px;background:none;}
nav ul li:hover{background:#FF0;color:#222;}
nav ul li a{color:#eee;}
nav ul li:hover a{color:#222;}
nav li.dropdown{display:inline;text-align:center;}
nav li.dropdown a{color:#EEE;}
nav li.dropdown a:hover{background:#FF0;}
.dropdown-content{display:none;position:absolute;background-color:#bbb;min-width:140px;box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);z-index:+2;font-size:80%;}
.dropdown-content a{color:#eee;padding:12px 16px;text-decoration:none;display:block;text-align:center;font-size:14px;transition:ease-in-out;}
.dropdown-content a:hover{color:#222;background:#ff0;transition-duration:0.3s;}
.dropdown:hover .dropdown-content{display:inline-block;top:120px;float:left;transition-duration:0.3s;}
#current, #current a{background:#FF0;color:#222;}
#hidden{display:none}
#specialpage, #specialpage a{background:#F20;color:#EEE;}
#specialpage:hover, #specialpage:hover a{background:#F00;color:#fff;}
.maincontainer{display:block;position:inherit;width:86%;margin-right:auto;margin-left:auto;margin-top:3px;background-color:rgba(255, 255, 255, 0.8);box-shadow:0px 5px 25px rgba(0,0,0,0.8);padding:10px;overflow:scroll;font-family:AllerRegular, Arial, Helvetica, sans-serif;}
.maincontainer h1{ margin-left: 15px;}
::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:rgba(0, 0, 0, 0);}
::-webkit-scrollbar-thumb{background-color:rgba(230, 230, 0, 1);border-radius:50px;}
::-webkit-scrollbar-button{background-color:rgba(30, 30, 30, 0);}
::-webkit-scrollbar-corner{background-color:rgba(153,153,0,1));}
#invisible{display:visible;}
.inner-wrapper-3{margin-top:8px;width:100%;margin:0 auto;text-align:center;font-size:83%;}
.inner-wrapper-3 h3{color:#06F;font-size:20px;}
.one-third{vertical-align:text-bottom;width:20%;display:inline-block;height:200px;background:rgba(255,255,255,0);background:-webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));background:-o-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));background:-moz-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));background:linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));border-left:#000 thin solid;border-right:#000 thin solid;border-top:#000 medium solid;padding-right:10px;padding-left:10px;}
footer{background:#000;position:fixed;height:auto;padding:6px;right:0;bottom:0;left:0;text-align:center;z-index:+2;}
#bottomoptions{text-align:left;}
footer img{height:35px;margin-right:auto;margin-left:auto;}
/*--CODE FOR BUTTON ACCORDION---DONT FORGET THE ONE AT MIN SCREEN--*/
div.panel {padding: 0px 4px;max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out; width:100%; background:rgba(153,153,153,0.2)}
.more{background:rgba(51,51,51,0.3);border-radius:150px; color:#EEE; font-size:14px; margin:3px; display:none;margin-right:auto;margin-left:auto;height:25px;width:25px;}
.more:hover{background:#333; transition:0.4s; cursor:pointer;}
.more:after {content: '\002B';color: #777;font-weight: bold;font-size:23px;margin-left: auto;margin-right:auto;}
.more.active:after {content: "\2212";}
.more:focus{outline: none;}
@media screen and (max-width:925px){.minimenu{visibility:hidden;}
.ad{visibility:hidden;}
nav{margin:0px;padding:0px;height:auto;}
nav ul li{display:inline-block;font-size:80%;color:#EEE;padding:12px 2px;}
.one-third{width:27%;}
.inner-wrapper-3{width:100%;margin:0 auto;text-align:center;font-size:93%;}
.inner-wrapper-3 h3{color:#06F;font-size:18px;}
#bottomoptions{display:none;}
}
@media screen and (max-width:500px){::-webkit-scrollbar{width:5px;height:5px;}
header{position:fixed;margin-left:5%;margin-right:5%;top:-1px;z-index:1000;}
#contactinfo{display:none;}
#header-inner{height:40px;padding:0px 0 0 0;}
nav{height:30px;text-align:center;}
#logo{margin:20px;float:left;width:200px;height:40px;background:url(../img/General/logo_small_text.png) no-repeat center;height:100;width:100;margin:0 auto 0px auto;float:none;display:block;padding:0 0 0 0;background:url(../img/General/logo_small_text.png) no-repeat center;}
#menu-icon{display:inline-block; height:26px; width:33px; margin-top:2px; padding-top:5px;}
nav ul, nav:active ul{display:none;z-index:1000;position:absolute;padding:10px;background:#999;top:100px;right:25%;border-radius:5px 0px 0px 0px;box-shadow:0px 5px 15px rgba(0,0,0,0.8);width:35%;}
nav:hover ul{display:block; top:65px;}
nav ul li{text-align:center;width:100%;padding:8px 3px;}
nav ul li, nav ul li a{ font-size:12px;}
nav li.dropdown{display:inline-block;}
.dropdown:hover .dropdown-content{display:none;}
.maincontainer{width:86%;padding-top:80px;}
#invisible{display:none;}
.one-third{width:30%;height:130px;}
.inner-wrapper-3 h3{font-size:14px;}
.inner-wrapper-3 #ourcompany{font-size:13px;}
footer{background:#000;position:fixed;height:auto;padding:6px;right:0;bottom:0;left:0;text-align:center;z-index:+2;}
footer img{height:15px;margin-right:auto;margin-left:auto;}
.more{display:block;}
}

/*Social Icons*/
@charset "utf-8";.socialicons{position:fixed;height:auto;padding:3px;right:0;bottom:5.6vh;left:0;text-align:right;z-index:+2;}
.socialicons img{height:37px;margin-bottom:5px;}
.popup{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.popup .popuptext{select:text;visibility:hidden;width:10em;background-color:#000;color:#fff;font-family:AllerRegular;font-size:2vh;text-align:center;border-radius:6px;padding:8px 3px;position:absolute;z-index:1;bottom:100%;left:0%;margin-left:-5vmax;}
.popup a{color:#CCC;}
.popup a:hover{color:#FF3;}
.popup .show{visibility:visible;-webkit-animation:fadeIn 1s;animation:fadeIn 1s;}
@-webkit-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
.popup2{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.popup2 .popuptext2{select:text;visibility:hidden;width:13em;background-color:#000;color:#fff;font-family:AllerRegular;font-size:2vh;text-align:center;border-radius:6px;padding:8px 3px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-5vmax;}
.popup2 a{color:#CCC;}
.popup2 a:hover{color:#FF3;}
.popup2 .show{visibility:visible;-webkit-animation:fadeIn 1s;animation:fadeIn 1s;}
@-webkit-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
.popup3{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.popup3 .popuptext3{visibility:hidden;width:10em;background-color:#000;color:#fff;font-family:AllerRegular;font-size:2.1vh;text-align:center;border-radius:6px;padding:8px 3px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-5vw;}
.popup3 a{color:#CCC;}
.popup3 a:hover{color:#FF3;}
.popup3 .show{visibility:visible;-webkit-animation:fadeIn 1s;animation:fadeIn 1s;}
@-webkit-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@media screen and (max-width:925px){
	.socialicons img{height:37px;margin-bottom:3px;}
	} 
	
@media screen and (max-width:500px){
	.socialicons img{height:37px;margin-bottom:0px;}
	} 

/*Spectrum*/

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
	
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}

.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/*Galleryhattest*/
@charset "utf-8";
.modal{display:none;position:fixed;z-index:5;padding-top:50px;left:0;top:0;width:100%;height:100%;overflow:auto; background:rgba(51,51,51,.8);}
.modal-content{position:relative;margin:auto;padding:0;width:100%;max-width:1200px;}

.close{color:white;position:absolute;top:10px;right:25px;font-size:35px;font-weight:bold;}
.close:hover,
.close:focus{color:#FC0;text-decoration:none;cursor:pointer;}

.mySlides{display:none;background-color:rgba(153,153,153,0.8); border-radius:25px; padding:10px; width:80%; margin:0 10%;}
.cursor{cursor:pointer}

.prev,.next{cursor:pointer;position:absolute;top:150px;width:auto;padding:16px;margin-top:-50px;color:white;font-weight:bold;font-size:14px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;-webkit-user-select:none; background:rgba(0,0,0,0.8);}
.next{right:0;border-radius:3px 0 0 3px;}

.prev:hover,.next:hover{background-color:#000;color:#FC0;}

.numbertext{color:#f2f2f2;font-size:12px;padding:8px 12px;position:absolute;top:0; right:10px;}
.caption-container{text-align:center;background-color:#000;padding:2px 16px;color:white;}
.demo{opacity:0.6;}
.active,
.demo:hover{opacity:1;}
img.hover-shadow{transition:0.3s}
@media screen and (max-width:925px){.row > .column{padding:0 8px;width:29%;text-align:center;}
.column img{width:100%;min-width:100px;height:auto;}
#thumbnail{width:80px;height:80px;}
}
@media screen and (max-width:500px){.row > .column{padding:0 8px;width:100%;text-align:center;}
.column{padding:0;margin-bottom:3px;}
.column img{width:100px;height:100px;}
.close{color:white;position:absolute;top:70px;right:45%;font-size:30px;font-weight:bold; z-index:+6;}
#thumbnail{display:none;}
.numbertext{display:none;}
.prev,
.next{cursor:pointer;position:absolute;top:150px;width:auto;padding:1px;margin-top:-50px;color:white;font-weight:bold;font-size:20px;transition:0.6s ease;border-radius:0 3px 3px 0;user-select:none;-webkit-user-select:none;}
}
