@font-face {
    font-family: 'robotothin';
    src: url('./fonts/roboto-thin-webfont.eot');
    src: url('./fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-thin-webfont.woff2') format('woff2'),
         url('./fonts/roboto-thin-webfont.woff') format('woff'),
         url('./fonts/roboto-thin-webfont.ttf') format('truetype'),
         url('./fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotomedium';
    src: url('./fonts/roboto-medium-webfont.eot');
    src: url('./fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('./fonts/roboto-medium-webfont.woff') format('woff'),
         url('./fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('./fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoblack';
    src: url('./fonts/roboto-black-webfont.eot');
    src: url('./fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-black-webfont.woff2') format('woff2'),
         url('./fonts/roboto-black-webfont.woff') format('woff'),
         url('./fonts/roboto-black-webfont.ttf') format('truetype'),
         url('./fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('./fonts/roboto-regular-webfont.eot');
    src: url('./fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('./fonts/roboto-regular-webfont.woff') format('woff'),
         url('./fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('./fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src: url('./fonts/roboto-light-webfont.eot');
    src: url('./fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-light-webfont.woff2') format('woff2'),
         url('./fonts/roboto-light-webfont.woff') format('woff'),
         url('./fonts/roboto-light-webfont.ttf') format('truetype'),
         url('./fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('./fonts/roboto-bold-webfont.eot');
    src: url('./fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('./fonts/roboto-bold-webfont.woff') format('woff'),
         url('./fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('./fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin: 0px;
    padding: 0px;
}
body{
    position: relative;
  font-family: 'robotoregular', sans-serif;
  font-weight: 300;
  background-color: #202020;
  box-sizing: border-box;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0);
 
}
ul.selector,ul.sub-cont{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    font-size: 11px;
}
ul.sub-cont{
    width: 92%;
}
ul.selector > li > span{
    display: inline-block;
    width: 8%;
    padding: 5px;
    box-sizing:border-box;
    
    white-space: nowrap;
    text-overflow:ellipsis;
}
ul.sub-cont li{
    display: inline-block;
    width: 7.1428571428571428571428571428571%;
}
ul.sub-cont li span{
    display: block;
    cursor: pointer;
    padding: 5px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.container{
    width: 75%;
    float: left;
    position: relative;
}
.shades-tint{
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 26.285714285714285%;
    font-size: 11px;
    overflow: hidden;
    height: 77px;
    border: 1px solid;
    border-width: 1px 1px 0 1px;
}
.tint-boxes{
    width: 40%;
    float: left;
    padding: 0px 0;
    margin-top: 3px;
    box-sizing: border-box;
}
.tint-trey{
    float: left;
    width: 60%;
    
    box-sizing: border-box;
}
.tint-trey div{
    width: 100%;
    margin: auto;
    border-radius: 0px;
    border-width: 20px 0 20px 0;
    border-style: solid;
    border-color:#f7f7f7 transparent #ddd;
    background-color: #eee;
    height: 35px;
    margin-top:3px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color: black;
}
.tint,.shade,.maincolor{
   padding: 2px;
    /* border-radius: 3px; */
    display: block;
    /* margin: 3px; */
    height: 21px;
}
.preview{
    width: 25%;
    float: left;
    font-size: 12px;
    color: white;
    box-sizing:border-box;
    overflow: hidden;
    position: relative;
}
.preview *{
    box-sizing:border-box;
}
.preview .status{
    height:24px;
    padding: 4px 12px 0 0;
    font-size: 12px;
    text-align: right;
    
}
.preview .mainbar{
    height: 170px;
    
    box-shadow: 0 2px 5px rgba(0,0,0,0.22);
    position: relative;
    overflow: visible;
}
.preview .title{
    display: block;
    
}
.preview .titleV{
    background: transparent;
    border-width:0 0 2px 0;
    font-size: 30px;
    font-family: 'robotolight';
    padding:0px 0 2px 0;
    color: white;
    
    width: 100%;
}
.preview .desc{
    background: transparent;
    border-width:0 0 1px 0;
    font-size: 14px;
    font-family: 'robotoregular';
    
    margin-top: 30px;
    padding:0px 0 5px 0;
    
    width: 70%;
}
.preview .add{
    width: 42px;
    height: 42px;
    position: absolute;
    font-size: 22px;
    text-align: center;
    right: 20px;
    bottom: 10px;
    border-radius:  50%;
    border:0px;
}
.preview .taber{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
.preview tab{
    width: 33%;
    padding: 5px;
    float: left;
    box-sizing:border-box;
    text-align: center;
}

.preview header{
    font-size: 18px;
    padding: 4%;
}
.slider > ul > li{
    position: relative;
    height: 170px;
    box-sizing: border-box;
}
.slider .padBox{
    padding: 4%;
}
.preview .tinderBox {
    width: 200%;
    height: 100px;
    margin-left: -50%;
}
.tinder {
    width: 30%;
    height: 100px;
    background: white;
    float: left;
    margin: 1.5%;
    border-radius: 3px;
}
.tinder .titles {
    font-size: 16px;
    padding: 5px 10px;
}
.tSlide{
    overflow: hidden;
}
.itembar{
    background-color: #f5f5f5;
    color: #757575;
    height: 281px;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
}
.preview header button{
    float: right;
    padding: 5px 10px;
    color: black;
    border: 0px;
    margin-top: 3px;
    border-radius: 5px;
}
.preview .title.first{
    margin-top: -15px;
}
.left,.right{
    width: 50%;
    float: left;
    padding: 3%;
    box-sizing:border-box;
}
.itembar label,.itembar span{
    display: block;
    font-size: 12px;
    width: 70%;
    margin: auto;
}
.itembar span{
    background-color: transparent;
    color: #151515;
    padding: 3px;
    border-radius: 3px;
}
.logo{
    width: 64px;
    line-height: 28px;
    vertical-align: -36px;
}
.nav{
    background: black;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    height: 40px;
    z-index: 10;
    position: relative;
    color: white;
    font-size: 18px;
    vertical-align: center;
    line-height: 37px;
    padding: 5px;
    font-family: 'robotolight';
}
.nav a{
    text-decoration: none;
    color: white;
}
.color-sub-keys.sel{
    z-index: 5;
    position: relative;
}
.color-sub-keys.sel:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 3px;
    z-index: -1;
    content: " ";
    left: -4px;
    top: -4px;
    border: 4px solid white;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.color-sub-keys.primary:after{
    content: "Primary";
    display: block;
    font-size: 11px;
    color: white;
    text-align: right;
    width: 100%;
    left: 0px;
    height: 16px;
    line-height: 18px;
    text-shadow:1px 1px black;
    bottom: -18px;
    position: absolute;
}
.color-sub-keys.secondary:after{
    content: "Accent";
    display: block;
    font-size: 11px;
    color: white;
    text-align: right;
    width: 100%;
    left: 0px;
    height: 16px;
    line-height: 18px;
    text-shadow:1px 1px black;
    bottom: -18px;
    position: absolute;
}
.color-sub-keys.secondary:before{
    border-color: black;
}

.color-sub-keys.priLow,.color-sub-keys.priHigh{
    z-index: 5;
    position: relative;
}
.color-sub-keys.priHigh:before,.color-sub-keys.priLow:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 3px;
    z-index: -1;
    content: " ";
    left: -2px;
    top: -2px;
    border: 2px solid white;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.color-sub-keys.accentLow{
    position: relative;
    z-index: 5;
}
.color-sub-keys.accentLow:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 3px;
    z-index: -1;
    content: " ";
    left: -2px;
    top: -2px;
    border: 2px solid black;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    margin-right: 10px;
}
.menu li{
    display: inline-block;
    font-size: 14px;
}
.menu a{
    text-decoration: none;
    color: white;
    padding:7px;
}
.modelBack,.model{
    display: none;
}
.modelBack {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 12;
}
.model{
    width: 50%;
    position: absolute;
    margin-left: 25%;
    top:100px;
    background: white;
    border-radius: 10px;
    padding: 3%;
    box-sizing:border-box;
    color: #666;
    font-size: 14px;
    z-index: 13;
}
.model cross{
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    color: white;
    background: black;
    border-radius: 50%;
    border: 3px solid white;
    position: absolute;
    top: -10px;
    right: -10px;
}
.cont{
    border-bottom: 2px solid;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.model header{
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin: 0 0 10px 0;
}
.model img{
    vertical-align: middle;
}
.model a{
    color: #00B0FF;
}
.model pre{
    padding: 8px;
    background: #f3f3f3;
    color: #4aa0c3;
    text-align: left;
    border-radius: 5px;
    white-space: pre-wrap;
}
.codeBtn {
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.codeBtn a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    color: #585858;
    font-size: 14px;
    background: rgba(187, 187, 187, 0.15);
    border-radius: 5px;
    box-shadow: 0 -1px 6px rgba(0,0,0,0.1) inset;
}
.burger,.menuMobile{
    display: none;
}
.footer{
    padding: 1%;
}
.footer .left1{
    float: left;
    width: 75%;
}
.footer .right1{
    float: right;
    width: 25%;
}
.footer .mobile{
    display: none;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}
@media screen and (min-width: 800px) {
    .nav ul.menuMobile {
        display: none !important;
    }
    .footer .mobile{
        display: none;
    }
    .footer .web{
        display: block;
    }
}
@media screen and (min-width:550px) and (max-width: 800px) {
    .container{
        width:65%; 
    }
    .preview{
        width: 35%;
    }
    ul.selector > li > span{
        float: left;
        height: 50px;
    }
    .shades-tint{
        bottom: inherit;
        right: 0;
        top:477px;
        width: 50%;
        margin-right: -51%;
        border: none;
    }
    ul.sub-cont li{
        width: 14.285714285714286%;
    }
    .nav ul.menuMobile {
        display: none !important;
    }
    .footer .mobile{
        display: block;
    }
    .footer .web{
        display: none;
    }
}
@media screen and (max-width:1040px) {
    .footer .left1{
        width: 100%;
    }
    .footer .right1{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    .container{
        width:100%; 
    }
    .preview{
        width: 100%;
    }
    .logo{
        width: 42px;
        line-height: 38px;
        vertical-align: -22px;
        margin-top: -5px;
        z-index: 50;
        position: relative;
    }
    .model{
        width: 80%;
        margin-left: 10%;
    }
    .nav{
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        padding: 3px;       
    }
    .nav ul.menu{
        display: none;
    }
    .nav ul.menuMobile {
        position: absolute;
        left: 0;
        top: 36px;
        width: 100%;
        z-index: 40;
        display: none;
        padding: 0px;
        margin: 0px;
        list-style: none;
        font-size: 14px;
    }
    .nav ul.menuMobile li{
        display: block;
        background: rgba(0,0,0,0.9);
        z-index: 40;
    }
    .nav ul.menuMobile li a{
        display: block;
        z-index: 40;
        text-align: center;
        padding: 5px;
    }
    i.burger{
        background: url("./menu.png");
        width: 22px;
        height: 22px;
        float: right;
        margin: 0 10px 0 0;
        background-repeat: no-repeat;
        background-size: 68%;
        display: block;
        cursor: pointer;
        background-position: center center;
        padding: 3px;
    }
    .footer .mobile{
        display: block;
    }
    .footer .web{
        display: none;
    }
}