html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
    background:transparent;
}
article, aside, figure, footer, header,
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
pre,
code,
kbd,
samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

ol, ul {
    list-style: none;
}

/* END RESET CSS */


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {  clear: both;   display: block;   overflow: hidden;   visibility: hidden;   width: 0;   height: 0;}
div{display:block;}
/*HTML
--------------------------------------------------------*/
.ad320x50{
    display:block;
    width:320px;
    height:50px;
    margin:0 auto;
}
.ad300x250{
    display:block;
    width:300px;
    height:250px;
    margin:0 auto;
}
.ad200x90{
    display:block;
    width:200px;
    height:90px;
    margin:0 auto;
}
.ad320x100{
    display:block;
    width:320px;
    height:100px;
    margin:0 auto;
}
.ad_link{
    display:block;
    width:96%;
    text-align:center;
    padding:10px 2% 10px;
    margin:0 auto;
}
a img { border: none;}
html, body {
    color: #342805;
    margin:0px;	padding:0px;
    font-weight: normal;
    border: none;
}
.adhint{
    text-align: center;
}
a {
    color: #342805;
    text-decoration: none;
}
.searchtitle h1{
    padding:20px 0 20px 10px;
    color: #8c0a91;
    font-size: 22px;
}
.searcharea{
    height:180px;
    overflow: hidden;
}
.searcharea img{
    width:100%;
}
.searcharea .searchitems {
    width: 100%;
    position: absolute;
    top: 110px;
    left: 0;
}
.searchform {
    width: 288px;
    margin: 0px auto 0;
    border-radius: 2px;
    padding: 10px;
}
.searchinput {
    line-height: 20px;
    color: #fff;
    border-radius: 0 !important;
    float: left;
    height: 22px;
    padding: 5px 6px!important;
    background: rgba(255,255,255,.5);
    box-sizing: content-box;
    transition: all .3s;
    box-shadow: none;
    border: none;
    outline: none;
    width: 208px;
}
.searchbtn {
    background: url(/images/h_search_icon.png?v=1) #8c0a91 0 0px no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/h_search_icon.png?v=1");
    border-radius: 0 5px 5px 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 11px 30px;
    text-decoration: none;
    line-height: 20px;
    height: 32px;
    border: none;
    outline: none;
}

.slider-header{
    margin:20px auto;
}
.slider-header .title{
    padding-left:2%;
    color:#000000 ;
    font-size: 20px;
}

.dogitem{
    display: block;
    float: left;
    width: 48%;
    margin: 0px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f6f6f6 ;
    overflow: hidden;
    margin-bottom: 10px;
}
.dogitem a img{
    max-width:100%;
}
.dogitem a.title{
    display:block;
    width:100%;
    margin:10px auto;
    text-align:center;
    height:20px;
    line-height:20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.dogitem .info{
    width:100%;
    display:block;
    float:left;
    overflow:hidden;
}
.dogitem .image{
    width:96%;
    display:block;
    margin:0 2%;
    float:left;
    text-align: center;
}

.dogitem .image img{
    max-height:100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.dogitem .sale .image img{
    max-height:100%;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.dogitem .character{
    width:210px;
    margin:0 2%;
    display:block;
    float:left;
}
.dogitem .character span.title{
    display:inline-block;
    margin:0;
    font-size:12px;
}
.dogitem .character .bar{
    display:inline-block;
    width:100px;
    height:14px;
    margin:2px auto;
    background:rgba(0,0,0,0.2);
    float: right;
    position:relative;
}
.dogitem .character .bar span{
    position:absolute;
    height:100%;
    left:0;
    top:0;
    display:block;
    background:#f26024;
}
.dogitem .basicinfo{
    display:block;
    width:95%;
    float:left;
    padding-left:10px;
}
.dogitem ul{
    margin-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dogitem li{
    font-size: 12px;
    color: #342805;
    line-height: 18px;
    height:25px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dogitem li strong{
    margin-right:5px;
}

.breeditem{
    display: block;
    float: left;
    width: 48%;
    margin: 0px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f6f6f6 ;
    overflow: hidden;
    margin-bottom: 10px;
}
.breeditem a img{
    width:100%;
}
.breeditem a.title{
    display:block;
    width: 100%;
    margin:10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align:center;
    font-size: 14px;
}
.breeditem .info{
    width:100%;
    display:block;
    float:left;
}
.breeditem .image{
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    max-height:115px;
}

.breeditem .image img{

}
.breeditem .character{
    width:210px;
    margin:0 2%;
    display:block;
    float:left;
}

.breeditem .character span.title{
    display:inline-block;
    margin:0;
    font-size:12px;
}
.breeditem .character .bar{
    display:inline-block;
    width:100px;
    height:14px;
    margin:2px auto;
    background:rgba(0,0,0,0.2);
    float: right;
    position:relative;
}
@media screen and (min-width:200px) and (max-width:360px){
    .breeditem .image {
        width: 97%;
    }
    .breeditem .character{
        width:190px;
    }
    .breeditem .character .bar{
        width:80px;
    }
}
.breeditem .character .bar span{
    position:absolute;
    height:100%;
    left:0;
    top:0;
    display:block;
    background:#f26024;
}
.breeditem .basicinfo{
    display:block;
    width:100%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:5px;
}
.breeditem ul{
    margin-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breeditem li{
    font-size: 12px;
    color: #342805;
    line-height: 18px;
    height:20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breeditem li strong{
    margin-right:5px;
}

.featured .image img{
    width:96%;
    margin:0 2%;
}
.featured .describe{
    margin:10px 2%;
    padding: 0 2% 20px 2%;
    border-radius: 3px;
    border: 2px solid #eee;
    background-color: #f6f6f6;
}
.featured .describe h3{
    color:#8c0a91;
    margin:20px 0;
}
.featured .describe p{
    line-height:1.5;
}

/* Pagination   --------------------------------------------------------*/
#pagination{
    margin:0 auto 10px;
    padding:0;
}
#pagination_block {display: inline-block; margin: 10px auto; text-align: center;  width: 100%;}

#pagination li{
    font-size:1em; list-style:none; line-height: 1.2em;
    text-align: center; display: inline-block; margin: 0 auto;
    border-radius: 2px;
    border: 1px solid #cecece;
}
#pagination li:hover{
    background-color:#ff6024;
}
#pagination a{

    margin-right:3px;

}
#pagination .previous-off, #pagination .next-off, #pagination a:link,
#pagination a:visited, #pagination .active
{	padding:10px 15px;}

#pagination .previous-off,
#pagination .next-off {
    color:#999;
    display:none;
    font-weight:bold;

}
#pagination .next a,
#pagination .previous a,#pagination .active {
    font-weight:700;
}
#pagination .active{
    display:inline-block;
    background:#8c0a91;
    color:#fff;
    border: 1px solid #cecece;
}

#pagination a:link,
#pagination a:visited {
    color:#342805;
    display:inline-block;
    text-decoration:none;
}
#pagination a:hover{
    color:#fff;
}
.viewmore{
    width:100%;
    text-align:center;
}
.viewmore a{
    background-color: #8c0a91;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 7px;
    border: none;
    display: inline-block;
    font-weight: 500;
    margin-top:10px;
    text-align: center;
    transition: background 0.5s ease;
    text-decoration: none;
    min-width: 100px;
}
.viewmore a:hover{
    background-color: #8d083b;
    color: #EA8825;
}
.sliders{
    width: 98%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 1%;
}
.sliders .hint{
    width:100%;
    text-align:center;
}

/* Filter Bar */

.overlayed .filter-bar {
    -webkit-filter: blur(10px);
}

.icon-bar {
    /*top: 48px;*/
    height: 45px;
    float: right;
    width: 18%;
    z-index: 90;
    /*padding: 0 5px;*/
    /*background: #8c0a91;*/
    /*box-shadow: 0 1px rgba(0,0,0, 0.2);*/
    -webkit-box-sizing: border-box;
    transition: -webkit-transform .2s ease-in-out;
    color: #fff;
}
.icon-bar .icon-container {
    float: left;
    width: 50%;
    margin-top: 4px;
}
.icon-bar .icon {
    /*border: 1px solid rgba(0,0,0, 0.4);*/
    padding: 9px 13px 10px 14px;
    white-space: nowrap;
    margin: 0 4px;
    /*border-radius: 24px;*/
    position: relative;
}
.filter-bar {
    top: 0px;
    height: 45px;
    width: 100%;
    z-index: 90;
    padding: 0 5px;
    background: #fff;
    /*box-shadow: 0 1px rgba(0,0,0, 0.2);*/
    -webkit-box-sizing: border-box;
    transition: -webkit-transform .2s ease-in-out;
    float:left;
    position: relative;
}

.overlayed .filter-bar {
    -webkit-filter: blur(10px);
}

.filter-bar.nav-up {
    -webkit-transform: translate3d(0,-51px,0);
}

.filter-bar.nav-down {
    -webkit-transform: translate3d(0,0,0);
}

.filter-bar .filter-container {
    float: left;
    width: 50%;
    margin-top: 4px;
}

.filter-bar .filter {
    border: 1px solid rgba(0,0,0, 0.4);
    padding: 9px 13px 10px 14px;
    white-space: nowrap;
    margin: 0 4px;
    border-radius: 3px;
    position: relative;
}

.filter-bar .filter .label {
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 88%;
    font-size: 0.92em;
}

.filter-bar .arrow {
    float: right;
    margin-top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    /*border-color: #1b1c1e transparent transparent transparent;*/
    border-color: rgba(52,40,5, 0.8) transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear{
    clear: both;
}
/* Global Overlay */

.overlay {
    position: fixed;
    z-index: 120;
    top: 0px;
    width: 100%;
    height:100%;
    background: rgba(0,0,0, 0.9);
    display: none;
}

.show-banner .overlay {
    margin-top: 60px;
}

.overlay.overlayed {
    display: none !important;
}

.overlay .titlebar {
    height: 44px;
    width: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0, 0.2);
}

.overlay .titlebar .close {
    background: url(/images/ico-close.png) no-repeat center;
    background-size:19px 18px;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 47px;
    zindex: 10;
}

.overlay .titlebar .title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
    padding-top: 10px;
    color: #fff;
}
/* Nav Overlay */

.overlay.nav .titlebar .logo {
    text-align: center;
    height: 44px;
    margin: 0 100px;
}

.overlay.nav .titlebar .logo img{
    padding-top: 11px;
}

.overlay.nav .titlebar .search {
    background: url(/images/ico-search.png) no-repeat center;
    background-size: 24px 24px;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 47px;
    z-index: 10;
}

.overlay.nav .links {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.overlay.nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 30px;
    margin-bottom: 30px;
}

.overlay.nav li {
    padding-bottom: 18px;
}

.overlay.nav .primary {
    margin-top: 65px;
    font-size: 1.7em;
}

.overlay.nav .secondary {
    font-size: 1.1em;
    opacity: 0.7;
}
/* Filter Overlays */

.overlay.filter .links {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.overlay.filter ul {
    list-style-type: none;
    padding: 0;
    margin-left: 48px;
    position: relative;
}

.overlay.filter .grouped {
    margin-top: 66px;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
    padding-bottom: 6px;
}
.overlay.filter .grouped a{
    color:#fff;
}

.overlay.filter .grouped li {
    margin-bottom: 18px;
    font-size: 1.3em;
}

.overlay.filter li.selected:after {
    content: '';
    background: url(/images/filter-check.png);
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    position: absolute;
    left: -33px;
    margin-top: 5px;
}

.overlay.filter li.selected a {
    font-weight: 700;
    color: #ff8c10;
}

.overlay.filter.genres .individual .selected:after {
    margin-top: 3px;
}

.overlay.filter .individual {
    padding-top: 6px;
}

.overlay.filter .individual li {
    font-size: 1.1em;
}
.overlay.filter .individual li a{
    color: #fff;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 20px;
    width: 60%;
    display: inline-block;
    height: 100%;
}
.overlay.filter.featured .individual li a{
    width:100%;
    padding-left: 0px;
    padding-right: 10px;
}
.overlay.filter .individual li img {
    width: 28px;
    height: 28px;
    margin-right: 14px;
    border-radius: 5px;
}

.icon-bar .sortby.button{
    width:60px;
    height:25px;
    line-height:25px;
    text-align:center;
    color:#342805;
    border:1px solid rgba(0,0,0, 0.4);
    margin:10px 0 0;
    border-radius:3px;
    position: absolute;
    right:2.5%;
}
/*******************************/
.lp_card{
    margin:10px;
}
.start-btn{
    display:block;
    box-sizing: border-box;
    background:#8c0a91;
    color:white!important;
    text-align:center;
    border-radius:5px;
    width:95%;
    margin:0 auto;
    padding:20px 0;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    border:6px solid rgba(208, 52, 213, 0.75);
}
.lp_card a img{
    width:100%;
    display:block;
}
.lp_card .btn_hint{
    text-align:center;
    color:#666;
    margin:20px auto 5px;
    font-size:12px;
}
h1.h1{
    font-size:20px;
    text-align:center;
}
.lp_card .description{
    margin:20px auto 0;
}
.lp_card .description p{
    margin-bottom:20px;
}