body{
    background-color:rgba(120,120,120,0.3);
    padding:0px;
    margin:0px;
    font-family: 'Oxygen', sans-serif;
    background-color:#EEE;
    -webkit-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;  
    width: 100%;
    font-family: 'Arimo', sans-serif;
    background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-color: #222;
    background-size: 16px 16px;


    background-image:url("../images/bcgs/vertile-bcg-black.jpg");
    -webkit-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;  
    background-size: 100%;

}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}


#cookie-policy {
    display: none;
    z-index: 200;
    position: fixed;
    width: 100%;
    bottom: 10px;
    text-align: center;
    background-color: #00B2AA;
    background-color:#F8AA71;
    background-clip: mediumslateblue;
    color: #222;
    padding:10px;
}
#cookie-policy span{
    display: inline-block;
}
.cpc{
    display: inline-block;
    margin-right: 10px;
    font-size: 2em;
    position: relative;
    top:5px;
}
.cpc-btn{
    padding:10px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
    margin:10px;
    border-radius:2px;
    background-color: #222;
    color:#BBB;
    -webkit-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;  
    text-decoration: none;

}
.cpc-btn:hover{
    background-color: mediumslateblue;
    color:#FFF;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
    -webkit-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor:pointer;
}
#ageRestriction{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    background-color:#222;
    color:#CCC;
    font-size:1.6em;
    padding-top:20%;
    display:none;
}
.helperBall{
    display: block;
    position: fixed;
    float:right;
    bottom:20px;
    right:20px;
    border-radius: 50%;
    background-color: mediumspringgreen;
    padding: 10px;
    font-size: 2em;
    z-index: 100;
    width: 40px;
    height: 40px;
    border: 2px solid #222;
    text-align: center;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    overflow: hidden;
}
.helperBall:hover{
    cursor: pointer;
    border:2px solid #FFF;
    background-color: #26b5d5;
    color:#EEE;

}
.helperBall img{
    border-radius: 50px;
    position:relative;
    left:-80px;
    top:5px;
    disply:block;
}
.wrapper{
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 1920px;
}
#siteLogo{
    /*background-color: #FFF;*/

    z-index:200;
    padding:2px;
    padding-right: 20px;
    float:left;
    top:-23px;
    position:relative;
}
#mobileLogo{
    display:none;
}
.headNav{
    background-color: #111;
    color:#BBB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-bottom:3px solid #666;
    z-index: 100;
}
.headNav a{
    display: inline-block;
    float:left;
    margin-right: 4px;
    padding-right: 4px;
    font-size: 0.9em;
    color:#AAA;
    text-decoration: none;
}
.headNav a:hover{
    color:ghostwhite;
}
nav{
    background-color: #e6763b;
    margin:0px;
    padding:0px;
    position:relative;
    width:100%;
    /*border-radius: 10px;*/
    position: fixed;
    z-index: 100;
    max-height: 88px;
    top:29px;
    background-color: #222;
    max-width: 1920px;

}
nav ul{
    margin:0px;
    padding:0px;
}
nav li{
    display:inline-block;
    position:relative;
    top:20px;
    float:left;
}
.mainMenu{
    font-family: 'Asap', sans-serif;
    text-decoration:none;
    color:orange;
    position:relative;
    top:-20px;
    display: inline-table;
    height: 65px;
    font-size:1em;
    font-weight: normal;
    padding:10px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    z-index:120;

}
.mainMenu span{
    position: relative;
    top:20px;
}
.loginMenuItem .mainMenu span{
    top:0px;
}
.mainMenu:hover{

    text-decoration:none;
    background-color: #fbb03b;
    color:#e6763b;
    color:#333;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}
.submenu{
    position: absolute;
    background-color: #f9f9f9;
    min-width: 125px;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    float: none;
    position: relative;
    left:0px;
    top:0px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    overflow: hidden;
    background-color: #222;
    z-index: 999;
    color:#666;
    max-height: 0px;
    overflow: hidden;

}
.multiMenu:hover .submenu{
    max-height: 900px;
}
.catLiner{
    height: 3px;
    width: 100%;
    position: relative;
    top:84px;
    background: #022222; 
    background: -moz-linear-gradient(left, #022222 0%, #ff920a 25%, #ffaf4b 49%, #ff920a 70%, #ff920a 70%, #022222 100%); 
    background: -webkit-linear-gradient(left, #022222 0%,#ff920a 25%,#ffaf4b 49%,#ff920a 70%,#ff920a 70%,#022222 100%);
    background: linear-gradient(to right, #022222 0%,#ff920a 25%,#ffaf4b 49%,#ff920a 70%,#ff920a 70%,#022222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022222', endColorstr='#022222',GradientType=1 );
    z-index: 131;
}
.catMenu{
    /*border-top: 2px solid #e6763b;*/
    position: relative;

    top:65px;
    left:-365px;
    background-color: #222;
    height:310px;
    width: 100%;
    max-height: 0px;
    overflow-y: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    position: absolute;
    display: block;



}
#arrowCat{
    display: none;
}
.showingCatMenu{
    max-height: 280px;
    width: max-content;
    width: 100vw;
    max-width: 1920px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.catMenu a{
    top:10px;
    padding: 20px;
    margin:5px;
    display: inline-block;
    font-weight: normal;
    color:#EEE;
    float:left;
    background-color: #333;
    width: 120px;
    height: 100px;
    border:1px solid #444;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.2);
    text-decoration: none;

}
.catMenu a:hover{
    box-shadow: 0px 0px 2px 2px rgba(100,100,100,.2);
    cursor: pointer;
    background-color: #F8AA71;
    color:#222;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.catMenu a:hover img{
    transform: scale(1.04);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.catMenu .main{
    /*background-color: #ff920a;*/
    color:#ff920a;
}
.catMenu i{
    display: block;
    font-size: 3em;
    margin: 5px;
    margin-bottom: 10px;

}
nav .arrow{
    display: block;
    position: relative;
    float: left;
    left:50%;
    top:45px;

}
.activeMenu{

}
.loginMenuItem{
    width: 48px;
    height: 48px;
    float: right;
    position: absolute;
    right: 140px;
    top: 5px;
    display: inline-block;
    font-size: 1em;
}
.loginMenuItem i{
    font-size: 2.2em;
    padding: 4px;
}
.loginMenuItem .mainMenu{
    top:-5px;
}
.loginInvoke{
    position: relative;
    float:right;
    top:80px;
    right:15px;
    background-color: #ff920a;
    padding:10px;
    border-radius: 0px 0px 5px 5px;
    display: none;
    z-index: 200;

}
.loginInputs,.loginBtnH{
    float:left;
    display: inline-block;
    position: relative;
}
.loginBtnH i{
    font-size: 2em;
    position: relative;
    color:#ff920a;
}
.loginInvoke .fbLogin{
    background-color: #4267b2;
    padding:5px;
    color:#FFF;
    margin:5px;
    border-radius: 3px;
    display: block;
    max-width: 250px;

}
.loginInvoke .fbLogin img{
    margin-right: 10px;

}
.loginInvoke .fbLogin span{
    position: relative;
    top:-12px;
}
.loginInvoke .loginReg{
    display: block;
    font-size: 12px;
    color:#FFF;
    padding:5px;
    margin: 5px;
    background-color: mediumpurple;
    border-radius: 3px;
    max-width: 250px;
}
.exOps{
    margin:5px;
    padding:5px;
    margin-top: 15px;
}
.loginInvBtn{
    background-color: #EEE;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    top:3px;
    position: relative;
    width: 62px;
    height:72px;
    border:none;
    color:#239cd3;
}

.loginInvBtn:hover{
    cursor: pointer;    
    transform: scale(1.04);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 0px 2px 2px rgba(200,200,200,.5);

}
.loginInvBtn:hover i{
    color:#FFF;
}
.loginLine{
    margin:5px;
}
.loginLine label{
    width:30px;
    display: inline-block;
    font-weight: bold;
    color:#222;
}
.loginLine input{
    padding:3px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 2px rgba(100,100,100,.3);
    border:none;
    background-color: rgba(0,0,0,.3);
    color:#EEE;
    min-height: 2em;
}
.loginInvoke a{
    text-decoration: none;
    color:#222;
}
nav li a img{
    top:25px;
    position:relative;
}
/*nav li:first-child {
    top:-25px;
    position:relative;

}*/
#handle{
    display:none;
}

.scrollNav{
    position:fixed;
    margin:auto;
    top:0px;
    width:100%;
    left:0px;
    background-color:#222;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index:500;
}
.scrollLogo{
    border-radius: 0px 0px 10px 0px;
    position:fixed;
    margin:auto;
    top:0px;
    left:0px;
    width:250px;
    background-color: #222;
    z-index:500;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
#navPositionChecker{
    width:100%;
    height:2px;
    top:80px;
    position:absolute;
}


.reg_plate{
    background-color:rgba(255,255,255,.8);
}
.content{
    position:relative;
    margin:10px auto;
    padding:10px;
    padding-bottom: 20px;
    width:73%;
    /*width:95%;*/
    border-radius:5px;
    /*  box-shadow:0px 0px 5px 5px rgba(0,0,0,0.6);*/
    margin-top:100px;
    margin-bottom:100px;
    top:30px;
    min-height: 150px;
    background-color:rgba(255,255,255,0.5);
    background-color:rgba(0,0,0,0.5);
    color:#CCC;

}

.content h3{
    color: #cc0000;
    color: #e6763b;
    /*color:#FFB428;*/

    color: #AAA;
    font-weight: 400;
    font-size: 1.4em;
    background-color: #222;
}
.frontSlider{
    width: 137%;
    left:-18.5%;
    /*max-width: 940px;*/
    height:206px;
    border-radius: 5px;
    background-color: #111;
    border-bottom: 5px solid #222;
    position: relative;
    margin: 5px auto;
    overflow: hidden;
    top:-220px;
}
.frontSlider .slideHolder{
    width: 100%;
}
.slide{
    width: 100%;
    position: relative;
    top:-15px;

}
.slide{
    display:none
}
#slide1{
    display: block;
}
.svg{
    margin:24px auto;
    -webkit-animation:svg-rotate 8s linear infinite;
    animation:svg-rotate 8s linear infinite
}
@-webkit-keyframes svg-rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes svg-rotate{
    to{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@-webkit-keyframes stroke-width{
    0%,100%{
        stroke-width:0
    }
    45%,55%{
        stroke-width:4
    }
    50%{
        stroke-width:8
    }
}
@keyframes stroke-width{
    0%,100%{
        stroke-width:0
    }
    45%,55%{
        stroke-width:4
    }
    50%{
        stroke-width:8
    }
}
@-webkit-keyframes stroke-dash{
    0%{
        stroke-dasharray:0,301.59289;
        stroke-dashoffset:0
    }
    50%{
        stroke-dasharray:301.59289,0;
        stroke-dashoffset:0
    }
    100%{
        stroke-dasharray:301.59289,301.59289;
        stroke-dashoffset:-301.59289
    }
}
@keyframes stroke-dash{
    0%{
        stroke-dasharray:0,301.59289;
        stroke-dashoffset:0
    }
    50%{
        stroke-dasharray:301.59289,0;
        stroke-dashoffset:0
    }
    100%{
        stroke-dasharray:301.59289,301.59289;
        stroke-dashoffset:-301.59289
    }
}
@-webkit-keyframes stroke-color{
    from{
        stroke:#fb8814;
    }
}
@keyframes stroke-color{
    from{
        stroke:#fbb242;
    }
}
.slideHolder img{
    width: 100%;
    filter: grayscale(100%) brightness(40%);
}
.sliderCtrls{
    position: absolute;
    bottom:0px;
    left:48%;
    padding:8px;
    background-color: #333;
    border-radius: 5px 5px 0px 0px;
}

.loginBX{
    float:right;
    width:40%;
    min-height:300px;
    border:5px solid #666;
    padding:20px;
    margin:10px;
    background-color:#e6763b;
}
.partnerLoginBX{
    float:none;
    position: relative;
    margin: 10px auto;
    width: 50%;
    border-radius:5px;
    background-color:#222;
    color:#e6763b;
}

.logins div{
    background-color: orange;
    text-align: left;
    margin: 5px;
}
.logins div a{
    text-decoration: none;
    color: #EEE;
}
.logins div span{
    position: relative;
    top:-10px;
    margin-left: 3px;
}
.logins img{
    margin-left: 10px;
}

.regBX{
    float:left;
    width:43%;
    min-height:350px;
    border:1px solid #666;
    border-radius:8px;
    padding:20px;
    margin:10px;
    background-color: #e6763b;
    color:#EEE;
}
.regBX input,.loginBX input{
    height: 25px;
    padding:5px;
    margin:3px;
    width: 60%;
}
.regBX label{
    width:35%;
}
.regBX h3,.loginBX h3{
    background-color: #DDD;
    border-radius: 3px;
    padding:5px;
}
.partnerLoginBX h3{
    background-color:#e6763b;
    color:#222;
    font-size:1.5em;
    position:relative;
    dispaly:block;	
}
.partnerLoginBX input{
    background-color:#666;
    border-radius:5px;
    /*box-shadow:0px 0px 5px 5px rgba(0,0,0,.5);*/
    border: 1px solid #777;
}
.partnerLoginBX input:hover{
    border: 1px solid #AAA;
    background-color:#777;
}
.partnerLoginBX input:active{
    border: 1px solid #AAA;
    background-color:#e6763b;
}
.partnerLoginBX input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#00B2AA;
}
.regBX ul{
    text-align:left;
}

.partnerBox{
    width:45%;
    height: 85px;
    padding: 10px;
    margin:5px;
    float:left;
    background-color: #222;
    color:orange;
    text-decoration: none;
    text-align: left;
    border-left: 8px solid #222;
    border-radius: 3px;

}
.partnerBox:hover{
    background-color: orange;
    transition: all 0.3s;
    cursor: pointer;
    color: #111;

}
.partnerBox:visited{
    color:orange;
}
.partnerBox:hover h2{
    color:#111;
}
.partnerBox i{
    margin-right: 10px;
}
.partnerWelcome{
    width:90%;
    background-color: #222;
    color:orange;
    padding:10px;
    margin:10px auto;
    position:relative;
}
.partnerLogin{
    box-shadow: none;
    background-color: #222;
    color:#EEE;
    border-radius: 3px;
    border:none;
    font-size: 1em;
    padding: 15px;
    height: 40px;

}
.partnerLogin:hover{
    cursor: pointer;
    background-color: orange;
}
.page_cat_link{
    text-decoration:none;
    color:#ddd;
    font-size:1.1em;

}

.auctionBox,.productBox{
    width:23%;
    height:300px;
    dispaly:inline-block;
    float:left;
    background-color:#222;
    border-radius:3px;
    padding:5px;
    margin:8px;
    text-decoration: none;
    overflow: hidden;

}
.auctionBox img,.productBox img{
    border-radius:5px;
}
.auctionBox:hover,.productBox:hover{
    background-color:darkorange;
    cursor: pointer;
    color:#DDD;
    transform: scale(1.05,1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.productBox:hover .catTitle{
    color:#111;
}
.catTitle{
    font-size: 1.6em;
    color:orange;
    background-color:#111;
}
.category_box{
    position: relative;
    width: 70%;
    margin:5px auto;
    display: block;
    text-align: left;
    padding: 10px;
    border-radius: 3px;
    background-color:  #111;
    text-decoration: none;
    color:#AAA;
}
.category_box:hover{
    background-color: #F8AA71;
    color:#FFF;
    transform: scale(1.05,1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.offerBox{
    width:22%;
    max-width: 240px;
    height:300px;
    margin: 15px;
    position: relative;
    float:left;
    border-radius: 3px 3px 20px 20px;
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #333;
}
.offerCover{
    width: 100%;
    height: 100%;
    max-height: 190px;
    overflow: hidden;
    background-color: #222;
}
.offerCover img{
    height: 100%;
    object-fit: cover;
    object-fit: scale-down;
    transform: scale(1.2);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.offerBox .bottomDot{
    position: absolute;
    bottom:-15px;
    width: 40px;
    height: 40px;
    background-color: #222;
    border-radius: 40px;
    border:2px solid orange;
    padding: 10px;
    left:37%;
}
.offerBox:hover {
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.offerBox:hover h3{
    color:#EEE;
}
.offerBox:hover .offerCover img{
    transform: scale(1.05);
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    filter: none;
    -webkit-filter: grayscale(0); 
    filter: grayscale(0); 

}
.offerBox:hover .bottomDot{
    background-color: #EEE;
    background-color: #00B2AA;
    background-color: #6f58f7;
    background-color: #ae58f8;
    background-color: #239cd3;
    background-color: #19ddbb;
    bottom:-30px;
    left:28%;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;

}
.bottomDot .price{
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    left:-10px;
    top:30%;
    font-size: 0px;
}

.bottomDot .offersCount{
    color:#EEE;
    position: relative;
    display: block;
    top:15%;
    font-size: 0em;
    color:#222;
}
.bottomDot .ratings{
    color:#EEE;
    position: relative;
    display: block;
    top:10px;
    font-size: 14px;
}
.recentProducts .offerBox:hover .price{
    font-size: 3em;
    top:15px;
}
@keyframes offersShowHide{

    0% {
        font-size:1em;
        color:orange;
    }
    25% {
        font-size:0em;
        color:#ae58f8;
    }
    50%{
        font-size:0em;
        color:#ae58f8;
    }
    100%{

        font-size:1em;
        color:orange;
    }
}


@keyframes priceShowHide{

    0% {
        /* font-size:0em;*/
        opacity:0;
    }
    25% {

        /* font-size:0.8em;*/
        opacity:1;
    }
    50%{
        /* font-size:0.8em;*/
        opacity:1;
    }
    100%{

        /* font-size:0em;*/
        opacity:0;
    }
}

.offerBox:hover .offersCount{
    -webkit-animation: offersShowHide 3s infinite;
    animation: offersShowHide 3s infinite;
    top:-25%;
}
.offerBox:hover .price{
    font-size: 0.8em;
    top:25%;
    left:0px;
    color:#EEE;
    font-weight: bold;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;

    -webkit-animation:  priceShowHide 3s infinite;
    animation:  priceShowHide 3s infinite;
}
.offerBox h3{
    font-size: 15px;
}
.offerBox h4{
    font-size: 15px;
    line-height: 15px;
    padding:0px;
    color:#EEE;
}

.quickSearch{
    height: 73px;
    position: relative;
    width:40%;
    top:100px;
    margin:10px auto;
    padding: 10px;
    background-color: #111;
    border-radius: 8px;
    z-index: 99;

}

.quickSearch input,.nwsSub input{
    position: relative;
    top:-2px;
    border-radius: 3px;
    border:1px solid #ffaf4b;
    border:1px solid #333;
    background-color: #111;
    max-width: 80%;
    padding:14px;
    width: 90%;
    border-radius: 8px;
    font-size: 12px;
    position: relative;
    top:-5px;
    color:orange;
}
#quickSearch{
    max-width: 400px;
}
.quickSearch span{
    font-size: 2em;
    display: inline-table;
    height: 30px;
    color:mediumspringgreen;
    padding-top: 2px;
}
.quickSearch .searchBtn{
    position: relative;
    display: inline-block;
    top:3px;
    margin:5px;
    background-color: #111;
    border-radius: 8px;
    padding:5px;
    border:1px solid #333;
}
.quickSearch .searchBtn:hover{
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.qs_filters .searchBtn{
    font-size: 16px;
    border-radius: 4px;
    padding:3px;
}
.quickSearch .qstSel{
    border:1px solid #EEE;
}
.typeSrcBox{
    display: inline-block;
}
.suggessions{
    display: block;
    position: absolute;
    float:left;
    left:25px;
    width: 400px;
    height:initail;
    border-radius: 5px;
    background-color: #111;
    z-index: 200;
    max-height: 0px;
    overflow: hidden;
}
.sg{
    display: block;
    border-radius: 3px;
    padding: 3px;
    margin:0px;
    width: 100%;
    max-height: 30px;
    text-align: left;

}
.sg i{
    margin-right: 8px;
}
.quickSearch .sg  a{
    font-size: 12px;
    padding: 5px;
    display:inline-block;
    text-align: left;
    color:#6f58f7;
}
.sg:hover a{
    color:#239cd3;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sg:active a{
    color:#FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.showSG{
    max-height: 800px;

    -webkit-transition: all 5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.showSG a{
    color:#239cd3;
    text-decoration: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.showQS{
    max-height: 120px; 
    padding-top: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.qsH{
    display: inline;
    background-color: #F09819;
    background-color: #444;
    position: relative;
    padding: 1px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 0px;
    border-radius: 8px;
}
.qsActive{
    /*blue lead*/
    background: linear-gradient(270deg, #2e3c38, #282f32, #3bdfba, #2f3e3a, #2f3e3a, #2f3e3a);
    background: linear-gradient(270deg, #2e3c38, #282f32, #26b5d5, #2f3e3a, #2f3e3a, #2f3e3a);
    color: #239cd3;
    /*green lead*/
    background: linear-gradient(270deg, #2e3c38, #282f32, #19ddbb, #2f3e3a, #2f3e3a, #2f3e3a);
    background: linear-gradient(270deg, #2e3c38, #282f32, #26d59c, #2f3e3a, #2f3e3a, #2f3e3a);
    color: #239cd3;
    /*orange lead*/
    background: linear-gradient(270deg, #332100, #282f32, #FFA500, #191000, #191000, #191000);
    color: #239cd3;

    background-size: 600% 600%;

    -webkit-animation: qsProgress 3s ease infinite;
    -moz-animation: qsProgress 3s ease infinite;
    -o-animation: qsProgress 3s ease infinite;
    animation: qsProgress 3s ease infinite;
}

@-webkit-keyframes qsProgress {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-moz-keyframes qsProgress {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-o-keyframes qsProgress {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@keyframes qsProgress { 
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
.srchType{
    position: relative;
    float:left;
    background-color: #222;
    border-radius: 3px;
    height: 60px;
    left:10%;
    width: 220px;
    z-index: 120;
    display: none;


}
.srchType div{
    display: inline-table;
    color:orange;
    font-size: 1em;
    margin-top: 20px;
    border: 1px dotted #444;
    padding:5px;
    border-radius: 5px;

}
.compareMenu{
    height: 54px;
    width: 54px;
    border-radius: 30px;
    position: absolute;
    padding:3px;
    float:right;
    background-color: #444;
    top:12px;
    right:40px;
    font-size: 1.7em;
    color:#111;

}
.compareMenu i{
    position: relative;
    top:16px;
}
.compareCount{
    position: absolute;
    float:left;
    font-size: 0.5em;
    padding:2px;
    border-radius: 20px;
    background-color: #444;
    display: block;
    left:20px;
    top:3px;
    width: 16px;
    height: 16px;
    color:#00B2AA;
    color:#e6763b;
}
.compareActive{
    color:#F8AA71;
    background-color: #7636c8;
    background-color: #ff920a;
    animation: pulse 1s linear;
    color:#222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.compareRow{
    border-bottom: 1px solid #333;
    padding: 5px;
    display: inline-block;
    float:left;
    width: 30%;
}
.compareRow h4,.compareRow h3{
    line-height: 50px;
    padding:0px;
    margin:0px;
}
.compareLine{
    height: 60px;
}
.fixedFirstLine{
    height: 300px;
    overflow: hidden;
    /*position: fixed;*/
}
.fixedFirstLine h3{
    line-height: 1em;
    font-size: 0.9em;
}
.productCp{
    padding-top: 15px;
    padding-bottom: 5px;
    height: 20px;
}

.compareLine:nth-child(even){
    background-color: rgba(30,30,30,.5);
}
.productCp span{
    display: inline-block;
    margin-left:8px;
}
.productCp span:hover i{
    color:#EEE;
    cursor: pointer;
}
.wide30{
    width: 30%;
}
.wide20{
    width: 20%;
}
.compareCover{
    max-width: 200px;
    height: 200px;
    background-color: #FFF;
    overflow: hidden;
    padding:10px;
    border-radius: 5px;
    margin:5px auto;

}
.compareCover img{
    width: 100%;
}
.cpRemoveBtn{
    display: block;
    padding:5px;
    border-radius: 3px;
    background-color: #EEE;
    color:#222;
}
.cpRemoveBtn:hover{
    background-color: #6f58f7;
}


/* products search & dispaly */
.productLine{
    display: block;
    width: 96%;
    height: 90px;
    padding:10px;
    border-radius: 8px;
    background-color: #222;
    color:#DDD;
    margin:7px;
    margin-bottom: 12px;
    border:2px solid #222;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.5);
}
.productLine:hover{
    background-color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.productLine h3{
    float:left;
    max-width:70%;
    position:relative;
    top:-10px;
}
.productLine .price{
    background-color: #239cd3;
    border:2px dotted mediumseagreen;
    background-color: #111;
    border-radius: 2px;
    padding:10px;
    color:#DDD;
    position: relative;
    display: inline-table;
}
.productLine .searchCoverHolder{
    position:relative;
    float:left;
    margin-right:10px;
}
.categorySet{
    width:90%;
    text-align:left;
    font-size:12px;
    margin-bottom:3px;
}
.goToShop_btn{
    position:relative;
    padding:2px;
    padding-top:8px;
    padding-bottom:8px;
    display:inline-table;
    margin-left:5px;
    border-radius:2px;
    background-color:#F8AA71;
    color:#111;
    text-decoration:none;
    font-size:1.2em;

}
.ppPartnerRating{
    float:left;
    display: block;
    margin:5px;
    background-color: #239cd3;
    border-radius: 5px;
    padding:5px;
}
.displayOps{
    display: inline-block;
    float:left;
    margin-left: 10px;
}
.displayOps i{
    margin:5px;
}
.orderingBox{
    display: inline-block;
    float: right;
    margin-right: 10px;
    position: absolute;
    top:25px;
    right:20px;
    /*background-color:#ff920a;*/
    background-color: #666;
    padding: 3px;
    border-radius: 3px;
    color: #222;
    z-index: 30;
    width: 150px;
}
.orderingBox li{
    display: block;
    font-size: 18px;
    display: none;
    text-align: left;
    list-style: none;
    height: 36px;
}
.orderingBox li:hover{
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #EEE;
    cursor: pointer;

}
.orderingBox li i{
    margin-right: 8px;
    background-color: #222;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    color:#ff920a;
    padding:5px;
    position: relative;
    top:3px;
    margin-left: 8px;
}
.orderingBox li:first-child{
    display: block;
    background-color: #333;
    color:#AAA;

}
.orderingBox li:first-child:hover{
    cursor: pointer;
    background-color: #888;
    color:#EEE;
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.listCoverH{
    position: relative;
    float:left;
    margin:6px;
    padding:3px;
    height:90px;
    display: inline-block;
    width: 10%;
    background-color: #333;
    overflow: hidden;
    top:-10px;
    border-radius: 5px;

}
.listCoverH img{
    max-width: 100%;
    transform: scale(1.5);
    vertical-align: middle;
    position: relative;
    top:10px;
}
.listPPOps{
    float:right;
    height: 100%;
    position: relative;
    right:10px;
    display: inline-table;
}
.listPPBestPrice{
    float:left;
    position: relative;
    right:0px;
    padding:10px;
    margin:10px;
    font-weight: normal;
    font-size: 1.1em;
}
.openPPBtn{
    float:left;
    background-color: #e6763b;   
    padding:10px;
    font-size: 2em;
    border-radius: 10px;
    color:#222;
}
.openPPBtn:hover{
    background-color: #F9C571;
    transform: scale(1.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.productLine h3{
    width: 40%;
    font-size: 16px;
    position: relative;
    float:left;
    text-align: left;
    top:-15px;
    padding: 5px;
    border-radius: 3px;
}
.listShortDesc{
    width: 60%;
    position: relative;
    font-size: 10pt;
    top:-23px;
    text-align: left;
    max-height: 15px;
    overflow: hidden;
    float:left;
}
.listRating{
    position: relative;
    float:left;
}
.productLine .offersCount{
    width: 90px;
    height:90px;
    background-color: #222;
    position: absolute;
    top:3px;
    border-radius: 45px;
    transform: scale(0);

}
.productLine .offersCount span{
    position: relative;
    display: block;
    top:25px;

}
.listCoverH:hover .offersCount{
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.moreBtn{
    display: block;
    font-size: 1.5em;
    padding:10px;
    margin: 10px auto;
    position: relative;
    border-radius: 4px;
    background-color: #222;
    max-width: 250px;
    border:2px solid  #444;
}
.moreBtn:hover{
    cursor: pointer;
    border:2px solid  #239cd3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.moreBtn:active{
    border:2px solid #FFF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*filter section / page listing*/
.sbFilterBox{
    background-color: rgba(100,100,100,.5);
    border-radius: 3px;
    margin:5px;
    padding:5px;
    max-height: 210px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#brand_list{
    max-height: 9800px;
}
.sbFilterBox h3{
    padding: 0px;
    line-height: 1em;
}
.moreFilter{
    margin-bottom: 10px;
    background-color: #444;
    border-radius: 0px 0px 5px 5px;
    padding:5px;
}
.moreFilter:hover{
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #F09819;

}
.moreFilter:active{
    background-color: #239cd3;
    border:1px solid #FFF;

}
.openFilter{
    max-height: 900px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sbSelect{
    background-color: #222;
    border:1px solid #444;
    border-radius: 3px;
    padding:5px;
    width: 200px;
    color:mediumpurple;
    display: block;
    margin: 5px auto;
}



/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    margin-left: 10px;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #111;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #6f58f7;
    background-color: #239cd3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*end of filter section*/

/* Product Page Section */

/*footer section*/
.footer{
    position:relative;
    width:100%;
    background-color: #222;
    bottom:0px;
    color:#FFF;
    height: 1060px;
    text-align: center;
}
.footer a{
    text-decoration:none;
    color:#AAA;
    font-size:12px;
}
.footer a:hover{
    color:#F8AA71;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bottom-col:first-child {
    border-left: none;
}
.bottom-col {
    width: 33%;
    float: left;
    display: inline-block;
    border-left: 1px solid #333;
    min-height: 200px;
    padding-top: 20px;
}
.infoFooter .bottom-col a{
    display: block;
    font-size: 1.1em;
    padding:5px;
    margin: 8px;
}
.footer .footerRegions{
    font-size: 10px;

}
.footer .footerRegions a{
    float:left;
}

.footer .socialIcons{
    margin:20px;
    margin-top:15px;
}
.footer .socialIcons a{
    display: inline-block;
    position: relative;
    width:20%;
    max-width: 100px;
    color:#898f9c;
    color:#555;
}
.footer .socialIcons i{
    font-size: 6em;

}
.footer .socialIcons a:hover{
    cursor: pointer;
}
.footer .socialIcons img{
    width: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) brightness(40%);

}
.footer .serviceProvider{
    font-size:12px;
    color:#444;
    margin:10px;
}
.serviceProvider h3{
    line-height:13px;
    padding:0px;
    margin:0px;
}
.generalFooter{
    height:150px;
}
.footer .simplePay img{
    margin:10px;
    max-width: 95%;
    border-radius: 5px;
}
.companyLogo img{

    margin-top:25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) brightness(40%);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.companyLogo:hover img{
    -webkit-filter: grayscale(10%); 
    filter: grayscale(10%) brightness(90%);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    transform:scale(1.05);
}
#partnerBtn{
    font-size: 20px;
}
.nwsSubBtn i{
    font-size: 1em;
}
.barionCapt{
    max-width: 300px;
    color:#AAA;
    display: block;
    margin:5px auto;
}
.back_btn{
    background-color: #222;
    border-radius:3px;
    display: inline-block;
    padding:10px;
    color:mediumseagreen;
    margin:5px;
    border:1px solid #333;
    text-decoration: none;
}
.back_btn:hover{
    background-color: #444;
    color:mediumspringgreen;
}
.back_btn img{
    position: relative;
    top:8px;
}
.backBtn{
    position: relative;
    top:0px;
    color:#999;
    margin:5px;

}

.autoLL{
    display:block;
    z-index:999;
    position:fixed;
    top:35%;
    width:100%;
    text-align:center;
    color:#FFF;
    display:none;
    /*background-color: #111;*/
}


.errorMsg{
    position: relative;
    margin:5px auto;
    padding:15px;
    background-color: orange;
    font-size: 1em;
}
.pageContent{
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    position: relative;
    margin: 5px auto;
    text-align: left;
}
.pageContent h2 a{
    text-decoration: none;
    color:mediumspringgreen;
}
.grayFiller{
    background-color: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 200;
    display: none;
    top:0px;
}
/*loader start*/
.LoaderR {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 14.6rem;
    margin-top: 7.3rem;
    margin-bottom: 7.3rem;
    margin:auto;

}
.LoaderR:before, .LoaderR:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    filter: drop-shadow(0 0 0.7555555556rem rgba(255, 255, 255, 0.75));

}
.LoaderR:before {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: inset 0 0 0 1.7rem #fff;
    animation-name: pulsA;

}
.LoaderR:after {
    width: calc(100% - 1.7rem*2);
    padding-bottom: calc(100% - 1.7rem*2);
    box-shadow: 0 0 0 0 #fff;
    animation-name: pulsB;
    background: linear-gradient(270deg, #121816, #282f32, #3bdfba, #2f3e3a, #2f3e3a, #2f3e3a);
    background: linear-gradient(270deg, #121816, #282f32, #26b5d5, #2f3e3a, #2f3e3a, #2f3e3a);
    background-size: 600% 600%;
    color: #239cd3;
    -webkit-animation: qsProgress 3s ease infinite;
    -moz-animation: qsProgress 3s ease infinite;
    -o-animation: qsProgress 3s ease infinite;
    animation: qsProgress 3s ease infinite;
}
.LoaderR img{z-index: 999;}
@keyframes pulsA {
    0% {
        box-shadow: inset 0 0 0 1.7rem #fff;
        opacity: 1;
    }
    50%, 100% {
        box-shadow: inset 0 0 0 0 #fff;
        opacity: 0;
    }
}
@keyframes pulsB {
    0%, 50% {
        box-shadow: 0 0 0 0 #fff;
        opacity: 0;
    }
    100% {
        box-shadow: 0 0 0 1.7rem #fff;
        opacity: 1;
    }
}

#wallLoader{
    display:none;
}

/*loader end*/


/*responsive section*/
#handleUM{
    display: none;
}
#siteMobileHeader{
    display: none;
}
.popupInformer{
    position: fixed;
    bottom:0px;
    left:0px;
    height: 200px;
    color: #239cd3;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /*  border:5px dashed #239cd3;*/
    background-color: #111;
    z-index:300;
    border-radius: 5px 5px 0px 0px;
    display: none;

    box-shadow: 0 -10px 10px 50px rgba(100,150,255,1);
    -webkit-box-shadow: -1px -21px 134px 0px rgba(56,101,235,1);
    -moz-box-shadow: -1px -21px 134px 0px rgba(56,101,235,1);
    box-shadow: -1px -21px 134px 0px rgba(56,101,235,1);

    -webkit-box-shadow: -1px -21px 134px 0px rgba(37,153,230,1);
    -moz-box-shadow: -1px -21px 134px 0px rgba(37,153,230,1);
    box-shadow: -1px -21px 134px 0px rgba(37,153,230,1);
}

nav li b{display:none;}
.productLine .price{

}
#loadMoreChecker{
    height: 10px;
}
.nwsSub{
    background-color: #333;
    max-width: 480px;
    margin: 5px auto;
    padding: 5px;
    border-radius: 5px;
}
.nwsSub h3{
    color:#666;
}
.nwsSub .nwsSubBtn{
    margin:5px;
    padding:10px;
    background-color: orange;
    color:#111;
    display: inline-table;
    position: relative;
    top:-5px;
    border-radius: 5px;
}
.nwsSub input{
    max-width: 250px;
    background-color: #444;
    display: inline-table;
}

.partnerContrib {
    top: -60px;
    position: relative;
}
@media screen and (min-width:1921px){
    .wrapper{
        margin: 10px auto;

    }

}
@media screen and (max-width:1920px){
    body{background-size:fixed;}

}
@media screen and (max-width:1800px){

    .offerBox{
        margin:10px;
    }
}
@media screen and (max-width:1600px){
    body{background-size:fixed;}
    .frontSlider{
        top:-32px;
        height:160px;

    }
    nav{
        height: 120px;
        max-height: 120px;
    }
    .catLiner{
        top:120px;
    }
    .catMenu{
        top:190px;
    }
    .quickSearch{
        top: 110px;
    }
    .content{
        width:85%;
        top:-60px;
    }
    .ppImages{
        width: 96%;
    }
    .ppBestPrice{
        height: 40px;
        width: 96%;
    }
    .footer .socialIcons i{
        font-size: 6em;

    }

    .showingCatMenu{
        max-height:600px;
        height: 303px;
        max-width: 225vh
    }
    .catMenu a{
        width:90px;
    }
    .footer{
        height: 1360px;
    }

}
@media screen and (max-width:1600px){
    .qsH{
        padding-top: 16px;
        padding-bottom: 8px;
    }
    .quickSearch{
        width: 67%;

    }
}
@media screen and (max-width:1280px){
    nav{
        max-height: 210px;
        height: 200px;
    }
    .content{
        width:95%;
        top:110px;
    }
    .mainMenu{
        font-size: 12px;
    }
    .ppDetails{
        width:38%;
    }
    .ppTabs{
        height:45px;
    }

    .productLine h3 {
        font-size: 0.8em;
    }


    .offerBox{
        width: 22%;
        max-width:280px;

    }
    .tab{
        font-size: 1.6em;
        margin:5px;
    }
    .tab b{
        display: none;
    }
    .ppSideBar{
        /* left:-500px;*/
    }
    .loginMenuItem{

    }
    .catLiner{
        top:128px;
    }
    .typeSrcBox{
        display: inline-block;
    }

    .compareMenu{
        height: 48px;
        width: 48px;
        right: 7px;
        font-size: 1.3em;
    }
    .loginMenuItem{
        right: 80px;
    }
    .content h1{
        line-height: 18px;
        font-size: 18px;
        padding:5px;
        margin:5px;
    }




}
@media screen and (max-width:1024px){
    .offerBox{
        width: 21%;
    }



}
@media screen and (max-width:980px) and (max-height:400px){
    #mobileLogo {
        display: block;
        height: 10px;
    }
    .mainMenu{
        top:-20px;
        display: block;
    }
    #quickSearch {
        max-width: 350px;

    }


}

@media screen and (max-width:980px){
    .partnerContrib{
        top:0px;
    }
    .qsH{
        top:-24px;
    }
    #cookie-policy{font-size:12px;}
    #cookie-policy i{display:none;}
    #ageRestriction{font-size:14px;margin-top:320px;}
    #ageRestriction .cpc-btn{display:block;}
    body{background-image:none;background-color:#111;width: 100%;}
    #siteLogo{display:none;}
    #mobileLogo{display:block;background-color: #222;}
    #mobileLogo svg{max-width: 90%;}
    nav li b{display:inline-block;margin-left:8px;}
    .quickSearch{width:98%;top: 34px;}
    .quickSearch input,#quickSearch{max-width:62%;}
    .typeSrcBox{position: relative;top:-32px;}
    #mobileLogo img{
        width: 70%;
        margin: 15px;
        max-height:120px;
    }

    .loginBX{
        width:88%;
        margin:2px auto;
    }
    .partnerBox{
        width:91%;
    }
    #handle{
        display: block;
        z-index:999;
        position:relative;
        width:45px;
        float:left;
        border-radius:3px;
        font-size:28px;
        margin:8px;
        padding:5px;
        color:orange;
    }
    .compareMenu{
        border-radius:3px;
        font-size:28px;
        height: 42px;
        top:5px;
        right: 40%;
        background-color: transparent;
        color:orange;
    }
    .compareActive{
        background-color: orange;
        color:#111;
    }
    #handleUM{
        width:80px;
        float:right;
        display:none;
    }
    #siteMobileHeader{
        display: block;
        margin: 5px auto;
    }

    nav li:first-child{
        height:70px;
        display:none;
    }
    .siteMenu{
        max-height: 0px;
        overflow: hidden;
        width: 98%;
        background-color: #222;
        border-radius: 0px 10px 0px 10px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .loginInvoke .loginReg,.loginInvoke .fbLogin{
        margin:10px auto;
        padding:10px;
    }
    nav{
        width:100%;
        background-color:#111;
        /*overflow:hidden;*/
        max-height: 1800px;
        height:initial;
        /*display:none;*/
        position:relative;
        min-height:83px;
    }
    nav li{
        display:block;
        width:100%;
        top:0px;
        margin:2px;
        background-color:#222;
        padding:10px;
        text-align:left;
    }
    .mainMenu{
        top:0px;
        width:100%;
        top: -9px;
        width: 100%;
        left: 105px;
        float: right;
        border-radius:3px;
        margin:8px;
        padding:5px;
        color:orange;
        height: initial;

        border-radius:3px;
    }
    .mainMenu span{
        top:0px;
    }
    .siteMenu .mainMenu{
        left:5px;
    }
    .catLiner{
        top: 2px;
    }
    .catMenu{
        height:initial;
    }
    .showingCatMenu{
        max-height:1600px;
        position: relative;
        top:0px;
        left:0px;
    }
    .catMenu a{
        display:block;
        width:98%;
        height:20px;
        text-align:left;
    }

    .catMenu i{
        font-size:1em;
        display:inline-block;
        float:left;
    }

    .catLiner{
        top:180px;
    }
    .content{
        width:90%;
        top:-50px;
        min-width: 93%;
    }

    .productLine h3{
        font-size:0.7em;
        position:relative;
        display:block;
        margin-left:50px;
        width: 98%;
    }
    .categorySet{
        font-size:0.9em;
        width:60px;
    }
    .showing{
        width: 98%;
        max-height: 2000px;
        padding: 5px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .loginInvoke{
        float:none;
        width:98%;
    }
    .loginInvBtn{
        width:60%;
        max-width:200px;
        min-width:150px;
        height:40px;
    }
    .loginInvoke .exOps{
        display:block;
        width:98%;
    }
    .loginInputs, .loginBtnH{
        width:100%;
    }
    .loginLine input{
        width:75%;
        margin-top:5px;
        height:30px;
        margin-bottom:5px;
    }
    .loginMenuItem{
        right:105px;
    }
    .loginMenuItem .mainMenu span{
        top:0px;
    }
    .loginBtnH i{
        margin-right:8px;
    }
    .listCoverH{
        margin:0px;
        width:21%;
        margin-right:5px;
    }
    .listPPBestPrice{
        float:none;
        display: inline-block;
    }
    .listPPOps{
        float:none;
        width:98%;
        width: 34%;
        text-align:right;
        top:0px;
        right:0px;
    }

    .openPPBtn{
        float:none;
    }
    .menuDecorLine{
        display:none;
    }
    .productLine{
        padding:0px;
        width:98%;
        height:initial;
    }
    .ppTitle h1{
        font-size:18px;
    }
    .pageContent img,.content img{
        max-width: 95%;
    }

    .auctionBox,.category_box{
        width:95%;
        margin:2px auto;
    }
    .offerBox{
        width: 46%;
        max-width:47%;
        margin: 6px;
    }
    .offerCover img{
        /*height: initial;*/
    }
    .pageContent img, .content img{
        max-width: 100%;
    }
    .displayOps{
        display:none;
    }
    .filtersOpt{
        display:block;
        position:absolute;
        float:right;
        z-index:92;
        background-color:orange;
        border-radius:3px;
        padding:5px;
        margin:5px;
        color:#111;
        top:5px;
        left:365px;

    }
    .filtersOpt:hover{
        cursor:pointer;
    }
    .ppSideBar{
        width:85%;
        position:absolute;
        z-index:80;
        background-color:#222;
        border-right:5px solid orange;
        left:-360px;
        max-width: 30px;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    .showSidebar{
        left:0px;
        max-width: 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
    .showSidebar .filtersOpt{
        left:450px;
    }
    .productPage{
        width: 98%;
        margin-top: 5px;
    }
    .ppImages,.ppImg{
        width: 98%;
    }
    .ppBestPrice{
        display: none;
    }
    .ppTabs{
        height: 60px;
    }
    .ppLongDesc{
        width: 100%;
        max-height: 120px;
        overflow: hidden;
    }
    .ppDetails{
        border:none;
        width: 98%;
    }
    .ppAttrName,.ppAttrValue{
        width: 40%;
    }
    .orderingBox{
        top:1px;
        right:5px;
        width:43px;
        font-size:8px;
    }
    .orderingBox li{
        height:50px;
        text-align:center;
        font-size:10px;
    }
    .orderingBox i{
        font-size:20px;
    }
    .tab b{
        display: none;

    }
    .tab i{
        font-size: 1.3em;
    }

    .bottom-col{
        width: 100%;
        min-height: 120px;
        background-color: #222;
    }

    .footer{
        height: initial;
        background-color: transparent;
    }
    .footer .socialIcons i{
        font-size: 40px;
    }


}

@media only screen and (orientation: landscape) and (max-width:980px) {
    #mobileLogo {
        height: 5px;
    }

    .offerBox{
        width:28%;
        margin-left:6px;
        margin-right:6px;
    }
    .content{
        top:0px;
    }
    nav{
        top: 80px;
    }
    #mobileLogo svg,#mobileLogo img{
        max-height:60px;
        top: 22px;
        position: relative;

    }
    .quickSearch{
        top:60px;
    }


}
@media screen and (max-width:760px){
    .showSidebar .filtersOpt{
        left:380px;
    }
    #mobileLogo svg,#mobileLogo img{
        max-height:76px;

    }
}
@media screen and (max-width:540px){
    .offerBox{
        width:94%;
        max-width:94%;
    }
    .showSidebar .filtersOpt{
        left:280px;
    }
}

/*wall styles*/
.whatSearch{
    position: relative;
    top:-120px;

}
.newOffers{
    position: relative;
    width: 139.5%;

    background-color: #111;
    left:-20%;
    padding:0px;
    margin: 0px;
    /*
    
    width:100%;
    left:0px;*/
}

.whatSearch h1{
    padding:5px;
    margin:5px;
    line-height:16px;

}
.frontPRCategoryBox{
    text-decoration: none;
    color:#EEE;
    display: inline-table;
    width: 24%;
    height: 300px;
    font-size:1em;
    margin:0px;
    padding:0px;
    /*float:left;*/
    overflow: hidden;
}
.frontPRCategoryBox h2{
    top:-150px;
    width:100%;
    position: relative;
    float:left;
    display: block;
    background-color: rgba(0,0,0,.5);
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:3px solid orange;
}
.fprt_cover{
    max-width:100%;
    overflow:hidden;
    position: relative;
    background-color: #222;

}
.frontPRCategoryBox:hover img{
    transform: scale(1.05);
    filter:grayscale(0);
    opacity:1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.frontPRCategoryBox:hover h2{
    background-color: orange;
    transform: scale(1.5);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.fprt_cover img{
    width:100%;
    filter:grayscale(0.2);
    filter:blur(1);
    filter:blur(5px);
    /* opacity:0;*/

}
.offerTypesBox{
    width: 80%;
    max-width:600px;
    margin:5px auto;
    text-align: center;

}

.partnerContrib a{
    text-decoration: none;
}
.partnerContrib h2{
    margin:5px auto;
    display: block;
    position: relative;
    top:20px;
    padding:10px;
    color:mediumslateblue;
    border:1px solid mediumslateblue;
    font-weight: normal;
    font-size: 1.3em;
    background-color: #333;
    border-radius: 5px;
    max-width: 400px;
    cursor: pointer;

}
.partnerContrib h2:hover{
    background-color: mediumspringgreen;
    background-color: #9586f1;
    ;
    color:#222;
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* wall dispaly section */
.wall{
    margin:10px auto;
    padding-top: 30px;
    border-radius: 3px;
    max-width: 980px;
    padding:5px;
    background-color: #222;
    background-color: #7f5200;
    background-color: #444;
}

.wall .postHolder{
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
    display: block;

    min-height: 230px;
    max-height: 230px;

    overflow: hidden;
    margin-bottom: 30px;

    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0;top:-10px;}
    to   { opacity: 1; top:0px;}
}
.wall .post{
    height: 180px;
    background-color: #333;
    border-radius: 3px;
    border:1px solid #444;
    box-shadow: 0px 0px 3px 5px rgba(0,0,0,.3);
    overflow: hidden;
    z-index: 60;
    display: block;
    text-decoration: none;
    color:#AAA;

}
.wall .post:hover{
    background-color: #555;
    color:#FFF;
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.wall .post:hover .coverHolder img{
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.wall .coverHolder{
    float:left;
    max-width: 25%;
    position: relative;
    display: inline-block;
    height: 190px;
    background-color: #222;
    overflow: hidden;
    padding:3px;
    border-radius: 3px;

}
.wall .coverHolder img{
    max-width: 220px;
    width: 98%;
    height: 20vh;
    border-radius: 3px;

}
.wall .description{
    max-width: 95%;
    display: block;
    height: initial;
    overflow: hidden;
}
.wall .actions{
    max-width: 100%;
    height: 45px;
    background-color: #222;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    border-radius: 3px;
    text-align: right;
    z-index: 26;
}
.wall .details{
    width: 67%;
    text-align: justify;
    float: left;
    margin-left: 10px;
    position: absolute;
    display: inline-block;
    left: 223px;
}
.wall .postTitle{
    text-align: left;
    margin: 5px;
    padding: 5px;
    padding-left: 15px;
    left:-15px;
    position: relative;

}
.wall .postTitle a{
    text-decoration: none;
    color:#BBB;
}
.wall .actions span{
    font-size: 1.3em;
    display: inline-table;
    margin:5px auto;
    padding:2px;
    margin-right: 15px;

}
.wall .actions span:hover{
    color:mediumspringgreen;
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.wall .extend{
    max-height: 800px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.prStar{
    width: 50px;
    height:50px;
    background-color: mediumspringgreen;
    border-radius: 50%;
    position: absolute;
    float:left;
    top:0px;
    left:0px;

}

.functionSelect_left{
    float:left;
    position: absolute;
    top:5%;
    left:1%;

}
.functionSelect_right{
    float:right;
    position: absolute;
    top:5%;
    right:1%;

}
.functionSelect_right a,.functionSelect_left a{
    display:inline-block;
    float:left;
    position: relative;
    margin:10px;
    top:50px;
    text-decoration: none;
    color:#BBB;
}

.fss img{
    height:220px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    filter:grayscale(1);
}
.functionSelect_right a:hover img,.functionSelect_left a:hover img{
    -webkit-filter: drop-shadow(5px 5px 5px #CCC) grayscale(0);
    filter: drop-shadow(5px 5px 5px #CCC) grayscale(0);
    transform: scale(1.05);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.fss span{
    display:block;
    position: relative;
    top: -110px;
    padding:5px;
    border-radius: 3px;
    background-color: #111;

}
.newOffers{
    top:-160px;
    position: relative;
    width: 138%;

}
.fssAct img{
    -webkit-filter:  grayscale(0);
    filter: grayscale(0);
}
@media screen and (max-width:1660px){
    .newOffers{
        top:-200px;
    }
    .whatSearch{
        position: relative;
        top:-20px;
    }
}

@media screen and (max-width:1660px){
    .frontProducts{
        max-width: 100%;
        margin: 0px auto;
        left: -5%;
    }
    .frontSlider{
        max-width: 118.3%;
        margin: 0px auto;
        left: -9.5%;
    }
    .offerTypesBox .offerBox{
        margin:5px;
        width: 21%;
    }
    .newOffers{
        top:10px;
        position: relative;
        width: 118%;
        left:-10%;
    }

}

@media screen and (max-width:1440px){
    .frontSlider{
        top:-110px;
        height:200px;
    }
    .frontPRCategoryBox{
        width:30%;
    }
}
@media screen and (max-width: 1024px){
    .wall .details{
        width: 50%;
    }

}
@media screen and (max-width:980px){
    .offerTypesBox .offerBox{
        width: 98%;
        height: 50px;
        margin-top:10px;
        max-width: 100%;
    }
    .frontPRCategoryBox{
        width:90%;
    }
    .offerTypesBox .offerBox h3{
        font-size:1.1em;
        paddign:5px;
        background-color: mediumseagreen;
        color:#111;
    }
    .offerTypesBox .offerBox img{
        display: none;
    }

    .wall .postTitle{
        position: absolute;
        z-index: 25;
        width: 118%;
        left:-10px;
        background-color: #222;
        padding:5px;
        font-size: 1em;

    }
    .wall .coverHolder{
        width: 40%;
        max-width: 40%;
    }
    .wall .coverHolder img{
        width: 100%;
        height: 20vh;
    }
    .wall .description{
        position: relative;
        top:70px;
        left:8px;
    }
    .wall .details{
        left: 270px;
    }
    .wall .actions span{
        font-size: 1.3em;
    }

    .prStar{
        top:40%;
    }
    .partnerContrib h2{
        top:-20px;
    }
    .fss img{
        max-height:170px;
    }
    .fss span{
        top:-80px;
    }
    .functionSelect_left{
        top:12%;
    }

}

@media screen and (max-width:540px){
    .wall .details{
        width: 45%;
        left: 125px;
    }
    .fss img{
        max-height:140px;
    }
    .fss span{
        top:-60px;
    }
    .functionSelect_left{
        top:16%;
    }
}
@media screen and (max-width:440px){
    .jumpToShopBtn{
        width: 50px;

    }
}
@media only screen and (orientation: landscape) and (max-width:980px) {
    .wall .coverHolder img{
        height: 45vh;
    }
}