@charset "UTF-8";
/*Global View*/

header   {
    -webkit-box-shadow: 0px 0px #158D27;
    box-shadow: 0px 0px #158D27;
    background-color: rgba(255,255,255,1.00);
    text-align: left;
    display: inline;
    overflow-x: visible;
    overflow-y: visible;
}
.mobile-view {
    display: inline;
    float: right;
}
.container {
    max-width: 1500px;
    margin-left: 0 auto;
    margin-right: 0 auto;
}
nav {
    float: left;
    visibility: visible;
    display: inline;
    padding-top: 0px;
    margin-top: 285px;
}
.main-image  {
    height: 330px;
    background-image: url(images/Funko-Web%20Banner%20V3%201500.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 7px;
}
.expand {
    display: block;
}
.desktop-view ul li {
    list-style-type: none;
    display: inline;
    padding-top: 0px;
    padding-bottom: 10px;
}
.btn-red {
    background-color: #FF6138;
    width: 0px;
    background-repeat: no-repeat;
}
.desktop-view ul li a {
    text-decoration: none;
    color: #E8E8E8;
    /* [disabled]font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
    font-style: normal;
    display: inline;
    background-repeat: no-repeat;
    opacity: 1;
    max-width: 1500px;
    width: 1500px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
body {
    font-family: "Helvetica Neue Condensed Black", Arial;
    background-color: #FFFFFF;
    float: none;
    max-width: 1500px;
}
.btn-green {
    background-color: #00A388;
}
main {
    min-height: 800px;
    overflow-x: visible;
    overflow-y: visible;
}
footer {
    height: 60px;
    border-top-style: groove;
    display: block;
}
.social-icons {
    float: left;
    padding-right: 40px;
    margin-top: 5px;
}
.copyright {
    float: right;
    margin-top: 25px;
}
.main-page-title {
    font-family: "Helvetica Neue Condensed Black";
    vertical-align: text-top;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 30pt;
    text-shadow: 0 0px #B9B9B9;
    margin-top: 40px;
}
.table-title {
    font-size: large;
    text-align: center;
}
.table-top {
    background-color: #2087C9;
    color: #FBFBFB;
    font-family: "Helvetica Light";
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    text-align: center;
}
.small-album {
    width: 200px;
    height: 200px;
    display: inline;
}
.table-image {
    width: 350px;
    text-align: center;
}
.table-funko-st {
    width: 200px;
    text-align: center;
    max-width: 200px;
}
.table-moments {
    width: 301px;
}
.main-table {
    font-family: "Helvetica Light";
    font-style: normal;
    font-weight: 500;
    /* [disabled]border-style: none; */
    text-align: center;
    border-color: #FAFAFA;
}
.index-table {
    text-align: center;
    font-family: "Helvetica Light";
    font-style: normal;
    font-weight: 500;
    border: thin inset #BDDDF6;
}
.table-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.table-number {
    width: 30px;
}
.table-artist {
    width: 150px;
    text-align: center;
}
.art-grp-name {
    width: 300px;
}
.art-grp-series {
    width: 170px;
}
.table-name {
    width: 150px;
}
.banner {
    height: 300px;
}
.postion-top {
    display: inline;
}
.ebay-img {
    width: 100px;
    height: 50px;
}
.table-ebay {
    text-align: center;
    width: 100px;
}
.table-release {
    text-align: center;
    width: 75px;
}
.large-album {
    width: 300px;
    height: 175px;
}
.btn-blue {
    background-color: #2087C9;
}
.btn-pink {
    background-color: #EE0FEE;
}
.btn-purple {
    background-color: #801FC9;
}
.btn-orange {
    background-color: #EA8A1C;
}
.list {
    width: 130px;
    background-color: #F88B04;
    text-align: left;
    margin-top: 0px;
}
.float-left {
    float: left;
    margin-left: 23px;
    font-size: large;
    margin-right: 23px;
}
.rocks-double {
    width: 300px;
    height: 200px;
}
.float-right {
    float: right;
}
.pop-img {
    width: 100px;
    height: 100px;
    float: left;
    padding-right: 26px;
}
.img-moments {
    width: 250px;
    height: 200px;
}
.table-rocks-img {
    width: 270px;
}
.table-rocks-info {
    width: 300px;
    max-width: 300px;
}
.rocks-varient {
    padding-left: 0px;
    text-align: center;
    vertical-align: middle;
}
.rocks-nav {
    text-align: center;
}
.Fake {
    color: #F3060A;
}
.series-no {
    width: 55px;
}
.pop-series {
    width: 150px;
}
.varient-info {
    width: 200px;
}
.link {
    width: 150px;
}

/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
header {
    background-color: rgba(243,4,34,1.00);
}
.mobile-view {
    display: inline;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}
.desktop-view {
    display: inline;
    text-align: right;
    float: right;
}
.expand {
    display: block;
}
.desktop-view ul li {
    display: block;
    float: none;
}
h1 {
    font-size: small;
}
.main-page-title {
    font-size: x-large;
    text-align: center;
}
.banner {
    height: 190px;
}
.main-table {
    font-size: small;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.small-album {
    width: 100px;
    height: 100px;
}
.table-image {
    width: 120px;
}
.large-album {
    width: 150px;
    height: 75px;
}
}

/*Mobile View*/
@media (max-width: 400px){
header {
    background-color: rgba(49,238,3,1.00);
}
.mobile-view {
    display: inline;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}
.desktop-view {
    display: inline;
    text-align: right;
}
.expand {
    display: block;
}
header a img {
    width: 50%;
    height: 50%;
}
.main-page-title {
    font-size: large;
}
.banner {
    height: 100px;
}
.main-table {
    font-size: x-small;
    font-weight: 500;
}
.small-album {
    width: 75px;
    height: 75px;
}
.large-album {
    width: 100px;
    height: 60px;
}
.table-ebay {
    width: 75px;
}
.ebay-img {
    width: 60px;
    height: 30px;
}
}

@media (max-width: 1500px){
}

@media (max-width: 1500px){
}
