body{
    background: #000;
    color: #ccc;
}
body a{
    color: #666;
}
.breadcrumb{
    background: #000;
    padding: 0;
    margin-top: 20px;
}
.headleft{
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.headleft img{
    height: 40px;
}

.headright{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.headright{
    padding: 2px 5px;
    border-radius: 5px;
}
.headright a:hover{
    color: #bbb;
}

#defaultDemo {
    position: relative;
    margin: 100px auto 0 auto;
    text-align: center;
    width: 90%; 
    max-width: 650px;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#defaultDemo h4{
    margin-bottom: 20px;
}
#defaultDemo .playbtn{
    color: #fff;
    background-color: green;
    border-color: green;
    margin: 10px 0px 50px 0px;
    padding: 6px 16px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 6px 4px;
    display: inline;
}
.extbtn{
    color: #ccc;
    background-color: #000;
    border-color: #333;
    margin: 0px;
    padding: 6px 16px;
    padding-left: 36px;
    font-size: 14px;
    background-image: url(/images/chrome-icon.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 6px 4px;
    display: inline;
}
#defaultDemo a:hover{
    text-decoration: none;
}
.headright a:hover{
    text-decoration: none;
}

#loading{
    display: block;
    margin: auto;
    width: 150px;
}
p.msg{
    text-align: center;
    margin-top: 300px;
}
/*footer*/
.leftbtm {
    background: #000
    color: #fff;
    display: inline-block;
    font-weight: 300;
    position: fixed;
    bottom: 50px;
    left: 10px;
    width: 30px;
}

.social-link-leftbtm li {
    float: right;
    margin: 0px;
}

.social-link-leftbtm li a {
    color: #444;
    padding: 3px;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius:  20px;
}

.footer {
    background: #000
    color: #fff;
    display: inline-block;
    font-weight: 300;
    position: fixed;
    bottom: 0;
    left: 10px;
}

.quick-link-footer li {
    float: left;
    margin: 8px 10px 0px 0px;
}

.quick-link-footer li a {
    color: #777;
    padding: 5px;
    width: 50px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius:  20px;
}


.quick-link-footer li a:hover, .social-link-leftbtm li a:hover{
    color: #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.generate .feature-head {
    width: 100%;
    height: 100px;
}
.search-box input[type="text"] {
    font-size: 16px;
    color: #3e3e3e;
    width: 500px;
    height: 50px;
    margin: 20px 0px;
    padding: 1px 1px 1px 40px;
    border-radius: 20px 0px 0px 20px;
    border: 1px solid #ccc;
    outline: none;
    background: url(/images/search.png) no-repeat scroll 10px 10px,rgba(253,253,255,.89);
    box-shadow: 0 0 8px rgb(255 248 220 / 80%);
    -moz-box-shadow: 0 0 8px rgba(255,248,220,.8);
    -webkit-box-shadow: 0 0 8px rgb(255 248 220 / 80%);
    -o-box-shadow: 0 0 8px rgba(255,248,220,.8);
}
.search-box input[type="button"], .search-box input[type="submit"] {
    padding: 13px 15px;
    font-size: 16px;
    border-left:  none;
    margin-left: -5px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid #ddd;
}
.search-box #intro{
    margin: 30px 10px 0px 0px;
    float: right;
}
.search-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}
#intro {
    text-align: center;
}
#intro h4{
    margin-bottom: 20px;
}
.generate .search-box{
   float: left;
   width: 620px;
}
.generate input[type="text"] {
    width: 500px;
    height: 45px;
}
.generate input[type="button"] {
    padding: 10px 15px;
}
.generate #howto {
    float: right;
    margin: 20px 20px 15px 20px;
}
.generate #extension {
    float: right;
    margin: 20px 20px 15px 0px;
}
.generate #discord {
    float: right;
    margin: 20px 0px 15px 0px;
}
.generate #logo img{
    width: 40px;
}
.feature-head a{
    text-decoration: none;
    color: #fff;
}
.feature-head .button {

    border: 1px solid #aaa;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: color .2s,opacity .2s;
    padding: 4px 12px 4px 6px;
}


.left-banner{
    z-index: 2147483647;
}
span.info{
    width: 100%;
    float: left;
    color: #999;
    margin: 10px 0px;
    border-bottom: 1px dashed #ddd;
} 

h3 {
    color: #ccc;
    margin-top: 0;
}



@media only screen and (max-width: 767px) {
    .generate .search-box{
   	width: 320px;
    }
    .search-box #intro{
        height: 30px;
        width: 100%;
        margin: -10px 0px 10px 0px;
    }
    #results{
        clear: both;
    }
}

.bar{
    height: 300px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px #aaa;
    box-shadow: 0 0 20px #aaa;
    border-radius: 10px;
}

.bar div:first-child{
    border-radius: 10px 10px 0px 0px;
}

.bar div:last-child{
    border-radius: 0px 0px 10px 10px;
}

.bar div{
    position: relative;
}

.bar span.name, .bar span.hex{
    padding: 2px 6px;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
}

.bar span.name{
    left: 0;
    border-radius: 0px 5px 0px 0px;
    color: #fff;
    background: rgba(0,0,0,.1);
}

.bar span.hex{
    display: none;
    right: 0;
    border-radius: 5px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: rgba(255,255,255,.9);
}

.colorbox h3{
    text-transform: capitalize;
    font-size: 18px;
}
.clbar{
    width:  100%;
    height: 80px;
    margin: 10px 0px;
    text-align: center;
}
.clbar img{
    max-width: 50px;

}
.clname{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    color: rgb(31, 45, 61);
}
.clname input[type=checkbox]{
    transform: scale(1.5);
    margin-right: 6px;
}
.clhex{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    color: rgb(140, 151, 162);

}
.clrgb{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    color: rgb(140, 151, 162);
}

.domains{
    width:  100%;
    float: left;
}
.colorbar .subbar{
    width: 2%;
    height: 50px;
    float: left;
    border: none;
    margin-right: 0px;
}

.colorbar .subbar.current{
    height: 70px;
    border-radius: 0px 0px 10px 10px;
}
.topics{
    background: #eee;
    padding-top:  10px;
    border-bottom: 2px solid #bbb;
}
.topics li{
     display: inline-block;
     border: 1px solid #ddd;
    padding: 4px 7px;
    margin: 5px;
    border-radius: 8px;
    background: #fff;
    color: #444;
    text-transform: capitalize;
    cursor: pointer;
}

.topics li.current{
    background: #444;
    color: #fff;
}

.colors:not(.current){
    display: none;
}

#results{
    width: 100%;
    float: left;
}
#board{
    float: left;
    width: 300px;
    margin: 0px 30px;
    text-align: center;
}
#board div{
    width: 200px;
    height: 200px;
    position: relative;
    display: inline-block;
    border-radius: 6px;
}
span.hex{
    margin: 20px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
span.rgb, span.hsv{
    margin: 20px 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#evidence{
    float: left;
    width: 300px;
    min-height: 350px;
    margin: 0px 30px;
    text-align: center;
}
#picker{
    float: left;
    width: 300px;
}
.imgbox{
    position: relative;
    display: inline-block;
}
#pointer{
    display: none;
}
.point{
    width: 8px; 
    height: 8px; 
    border: 2px solid red; 
    position: absolute;
    border-radius: 4px;
}
.ptimg{
    width: 30px; 
    height: 25px; 
    border: 0;
    background-image: url("/images/pointer.png");
    background-size: 30px 25px;
    position: absolute;
}

.notfound{
    margin:  0 auto;
    padding: 30px 0px;
    width: 500px;
    font-size:  16px;
}
.notfound p{
    font-size: 16px;
    color: #666;
}

#privacy{
    margin-bottom: 60px;
}

#tutorial{
    padding-bottom: 80px;
}

#tutorial h3{
}
#tutorial h4, #privacy h4{
    margin-top: 25px;
    color: #bbb;
}
img.search-icon{
    height: 60px;
    margin-bottom: 20px;
}
ol.subs li{
    font-weight: bold;
}
ul.nosubs li{
    margin-left: 40px;
}
@media only screen and (max-width: 768px) {
    #extension, #howto, #discord{
        display: none;
    }
    #intro{
        margin: 0 10px;
    }
    #intro h3{
        font-size: 20px;
    }
    #intro h4{
        font-size: 16px;
    }
    .generate .feature-head{
        height: 80px;
    }
    .generate .search-box input[type="text"]{
        width: 250px;
    }
    .generate .search-box input[type="button"], .search-box input[type="submit"] {
        width: 70px;
        padding: 10px 10px;
    }
    ul.social-link.left-banner{
        display: none;
    }
    ul.quick-link.left-banner li{
        margin: 0px 8px 0px 0px;
    }
    .breadcrumbs{
        padding: 8px 0px;
    }
    #results{
        padding: 0px;
    }
    .domains{
        padding: 0px 20px;
        display: none;
    }
    .domains .col-lg-2{
        width: 100px;
        padding: 0;
        float: left;
    }
    .clbar{
        width: 100px;
    }
    .left-banner span.copyright{
        width: 100%;
        float: left;
        padding:  5px 0px;
    }
    #evidence{
        width: 100%;
        margin: 0;
    }
    #board{
        margin: 0px;
        width: 100%;
    }
    .colorbar .subbar.current{
        height: 60px;
    }
    .row.colors, .row.topics{
        margin: 0;
    }
    .row .topics ul{
        padding: 0px;
        display: flex;  
        list-style: none;
        width: 100%;
        overflow-x: auto;
        white-space:nowrap;
    }
    .notfound{
        width: 300px;
    }
    .colorbar .subbar{
    	width: 2%;
	   margin: 0px;
    }
    .leftbtm{
        bottom: 10px;
        left: auto;
        right: 10px;
        width: 120px;
    }
}
