@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
html {
    font-family: Arial, sans-serif;
}
a, a:visited {
    /*color: #f97319;*/
    text-decoration: none;
    cursor: pointer;
}
body {
    color: white;
}
header {
    text-align: left;
}
header h1{
    font-size: 32px;
font-weight: normal;
float: left;
margin-left: 15px;
margin-top: 21px;
}
main {
    display: flex;
}
.inline {
    display: inline-block;
}
.logo {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.logo img {
    width: 200px;
    padding: 0px;
    margin:10px;
    float:left;
}
.pageHead {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    padding: 15px;
}
.pagehead hr {
    margin: 0;
    width: 80%;
}
#filter {
    min-width: 25%;
}
.title, .selectTitle {
    font-size: 17px;
    margin: 10px 10px;
}
.selectTitle{
    margin:0;
}
.summary {
    margin: 5px 10px 10px 10px;
    font-size: 12px;
    font-weight: 300;
}
.clicktoexpand {
    padding: 15px 10px;
    background-color: white;
    color: black;
    width: 130px;
    font-size: 11px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.formatImgs {
    margin: 10px 10px;
}
.filterTitle {}
.filterHeader {
    padding: 18px;
    width: 55%;
}
.filterFooter {
    text-align: center;
    color: #f97319;
    padding: 5px;
    cursor: pointer;
    font-size: small;
    width: 25%;
}
.filterFooter:hover {
    color: white;
    background-color: #f97319;
}
.sumHead {
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
}
.sumhead:hover {
    background-color: #f97319;
    color: white;
}
li {
    cursor: pointer;
    position: relative;
    width: 100%;
}
label input {
    opacity: 0;
}
.customradio {
    position: absolute;
    top: 8;
    right: 60px;
    height: 10px;
    width: 10px;
    border: 1px solid white;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */

li:hover label~.customradio {
    background-color: white;
}
/* When the radio button is checked, add a blue background */

li label input:checked~li .customradio {
    background-color: white;
}
/* Create the indicator (the dot/circle - hidden when not checked) */

.customradio:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */

label input:checked~.customradio:after {
    display: block;
}
#filter hr {
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: #b3b3b3;
    height: 1px;
    border: 0;
}
#filter li {
    padding: 5px 90px 5px 50px;
    font-size: 12px;
    cursor: pointer;
}
#filter label {
    cursor: pointer;
}
.outLine {
    border: 1px solid black;
}
#selectedTitle {
    margin:0;
    text-align: left;
}
#selectedFormatHolder{
    padding-top:34px;
    display: flex;
    flex-direction: column;
}
#selectedFilters hr {
    margin: 15px 0;
}
#selectedScreens img {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}
#demoCopyField{
    opacity: 0;
}
#selectedDemoLink{
    position: relative;
}
#copied {
    position: absolute;
    background: #00ff99;
    color: black;
    font-weight: bold;
    z-index: 99;
    width: 100%;
    top: 0;
    left:0;
    text-align: center;
    padding: 12px;
    display: none;
    font-size: 18px;
}
label {
    margin: 0 0 0 6px;
}
.availScreens {
    margin: 0 0 8px 0;
}
.normal {
    font-weight: 200;
    font-family: Arial, sans-serif;
}
.smalltext{
    font-size:11px;
}
/* ANDY'S CSS BELOW */

summary::-webkit-details-marker {
    display: none
}
summary:after {
    content: "\25B6";
    /* ▶ */
    float: right;
    font-size:12px;
    padding-right:10px;
}
details[open] summary:after {
    content: "\25BC";
    /* ▼ */
}
aside {
    height: 100%;
}
li.noDeco {
    list-style: none;
}
content {
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}
article {
    width: 300px;
    word-wrap: break-word;
    display: inline-block;
    margin: 0 15px 30px 15px;
    background: #474747;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    z-index: 1;
    height: 320px;
}
iframe {
    border: 0px;
}
hr {
    margin: 15px;
}
.orange {
    color: #f97319;
}
.hide {
    display: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.righttext {
    text-align: right;
}
.lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
    z-index: 50;
}
.closeLightbox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.rollOverLightbox {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 169px;
    width: 100%;
    cursor: pointer;
}
.rollOverLightboxInner {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    width: 100%;
}
.rollOverLightboxInner img{
    opacity: .8;
}
.borderLeft {
    border-left: solid 1px white;
}
.borderBottom {
    border-bottom: solid 1px white;
}
.borderTop {
    border-top: solid 1px white;
}
.borderRight {
    border-right: solid 1px white;
}
.padLeft{
    padding-left:45px ;
}
.padRight{
    padding-right:45px ;
}
.padTop{
    padding-top:45px ;
   }
.padBot{
    padding-bottom:25px ;
   }

.close_button {
    color: black;
    font-size: 17;
    background: white;
    position: absolute;
    top: -38;
    right: 0;
    cursor: pointer;
    pointer-events: none;
    padding: 7px 11px;
    text-align: center;
}
.darkergray{
    background-color: #111111
}
.darkgray{
    background-color: #212121
}
.lightgray{
    background-color: #414141
}
.lightergray{    
    background-color: #616161
}
.blur{
    filter: blur(20px);
}
img.banner {
    width: 300px;
}
.formatPlus, .formatExtend, .formatSuper {
    display: none;
    height: 20px;
    width: 20px;
}
#selectedFormat{
}
#selectedFormat span{
    margin: 3px;
}
#selectedFormat img{
/*#selectedFormat .formatPlus, #selectedFormat .formatExtend, #selectedFormat .formatSuper {*/
    height: 30px;
    width: 30px;
}
.small_img {
    height: 50px;
    width: 50px;
}
.small_img img {
    width: 100%;
}
#selectedFeatureInner, #oopsInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 2;
    border:1px solid #414141;
    /*
     overflow-y: scroll;
    overflow-x: hidden;
    height:100%;*/
}
#selectedBot {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}
#selectedDemo {
    display: inline-block;
}
#selectedText {
    font-size: 12px;
    line-height: 1.4;
    display: inline-block;
    position: relative;
}
#selectedFilters {
    width: 100%;
    font-size: 12px;
    padding:15px 0 0;
    border-collapse: collapse;
}
#selectedFilters, #selectedFilters tr, #selectedFilters td {
    vertical-align: top;
}
#selectedDemoLink{
    text-align: right;
    padding-top:10px;
}
#selectedPrice {
    margin:44px;
}
#selectedPrice span {
    font-size: 12px;
    padding:15px ;
    margin:0 ;
}
::-webkit-scrollbar { 
    /*display: none; */
}
#templateArt {
    display: none;
}
/*@media (max-width: 2402px) {
    content {
        width: 83%;
    }
}
@media (max-width: 2100px) {
    content {
        width: 83%;
    }
}
@media (max-width: 1900px) {
    content {
        width: 79%;
    }
}
@media (max-width: 1539px) {
    content {
        width: 75%;
    }
}
@media (max-width: 1349px) {
    content {
        width: 75%;
    }
}
@media (max-width: 1296px) {
    content {
        width: 74%;
    }
}
@media (max-width: 1246px) {
    content {
        width: 73%;
    }
}
@media (max-width: 1201px) {
    content {
        width: 70%;
    }
}
@media (max-width: 1082px) {
    content {
        width: 66%;
    }
}
@media (max-width: 958px) {
    content {
        width: 53%;
    }
}*/