body{
    background-image: url(../../../../_public/_images/bcgs/vertile-bcg-apro-2.jpg);
    background-repeat: repeat-y;
    background-size: cover;
    background-size: 100%;
}
.quickSearch span{
    color:mediumpurple;
}
.quickSearch .qstSel{
        border: 1px solid mediumpurple;
}
.content{
   /* 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;*/
}
.content h1{
    display: block;
    margin-bottom: 5px;
}
h1{
    margin:2px;
    padding:2px;
    font-size: 2em;
}
.inputLine{
    width: 70%;
    min-width: 430px;
    max-width: 95%;
    max-width: 600px;
    padding:5px;
    padding-top: 10px;
    margin:5px auto;
    position: relative;
    display: block;
    min-height: 50px;
    border-radius: 3px;
    background-color: #6E5DD6;
    background-color: #777;
    color:#111;
    font-size: 1.2em;

}
.inputLine label{
    float:left;
    width: 220px;
}

.inputLine input{
    border-radius: 3px;
    padding:3px;
}

.saveBtn{
    width:150px;

    padding:5px;
    padding-bottom: 10px;
    padding-top: 10px;  
    border-radius: 3px;
    background-color: #222;
    color: #DDD;

    position: relative;
    margin: 5px auto;
}

.saveBtn:hover{
    background-color: #e6763b;
    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;
}

.saveBtn:active{
    background-color: #DDD;

}

#auctionBasics,#auctionImages{
    background-color: #333;
    padding:10px;
    border-radius: 3px;

}

#auctionImages,#finish,#basicsData,#getPremium,#shareAuc{
    /*display: none;*/
    margin-top: 10px;
}
#auctionImages{

}

.catSelectBox{
    float:left;
    position: relative;
    width: 20%;
    max-width: 95%;
    background-color: #222;
    border-radius: 3px;
    height: 300px;
    margin: 10px;
    padding:10px;
    border:1px dotted mediumpurple;
    text-decoration: none;
    color:#EEE;
}
.catSelectBox:hover{
    cursor: pointer;
    background-color: grey  ;
    transform: scale(1.1,1.1);
    -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;

}
.selected{
    background-color:mediumslateblue;
    color:#111;
}
.catSelectBox img{
    height: 150px;
}
.catSelectBox .catDesc{
    max-width: 90%;
    height: 100px;
    text-align: center;
    color:#AAA;
}
.catSelectBox i{
    font-size: 7em;
}
.allCats{
    display: none;
}
.allCats .catSelectBox{
    height:100px;
}
.allCats .catSelectBox i{
    font-size: 3em;
}
/*.basics,.details{
    max-height: 0px;
    overflow: hidden;
}*/
.showBox{
    max-height: 1600px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.uplImg{
    float:left;
    padding: 5px;
    border-radius: 5px;
    background-color: #222;
    margin:5px;
    color:#DDD;
    max-width: 180px;
}
.uplImg img{
    border-radius: 5px;
}
.uplImg:hover{
    cursor:pointer;   
    background-color: mediumslateblue;
}
.uplImg:hover img{
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.details input, .basics input, .basics select, textarea,.inputLine input {
    display: block;
    padding: 5px;
    margin: 5px auto;
    max-width:96%;
    min-width:240px;
    border-radius: 3px;
    border: 1px solid #EEE;
    border-radius: 3px;
    border: 1px solid #ffaf4b;
    border: 1px solid #333;
    background-color: #111;
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
    color: mediumslateblue;
}
.nextBtn{
    margin:10px auto;
    padding:10px;
    border-radius:3px;
    background-color: #6E5DD6;
    color:#222;
    max-width: 320px;
    font-size: 1.6em;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.nextBtn:active{
    background-color: mediumaquamarine;
}
.nextBtn:hover{
    background-color: mediumslateblue;
    transform: scale(1.05);
    cursor: pointer;
}
.wysiwyg-margin-option{
    display: none;
}
.switchable{
    display: none;
}
.tipp{
    max-width: 480px;
    padding:5px;
    margin: 10px auto;
    background-color: mediumslateblue;
}
.infoHints{
      max-width: 480px;
      padding:10px;
      border-radius: 8px;
      background-color: #111;
      margin:10px auto;
}
.activateBtn{
    max-width: 180px;
    background-color: #333;
    border-radius: 3px;
    padding:5px;
    margin:5px auto;

}
.activateBtn h3{
    display: inline-block;
    border-radius: 3px;
}
.activateBtn i{
    font-size: 3em;
}
.activateBtn:hover{
    background-color: mediumslateblue;
    color:#222;
    cursor: pointer;
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.activateBtn:hover i{
    transform: scale(1.1);
}
.active{
    background-color: mediumspringgreen;
}
.active i{
    color: mediumslateblue;
}

.inactive i{
    color:#666;
}
.content{
    margin-bottom:120px;
    max-width: 980px;
}
.content .sectionTitle{
    display: block;
    background-color: #333;
    padding:10px;
    border-radius: 5px;
    text-align: left;
    margin:5px auto;
    color:#6E5DD6;

}
.content .sectionTitle:hover{
    cursor: pointer;
    background-color: mediumslateblue;
    color:#FFF;
}
.laterBtn{
    max-width: 280px;
    padding:10px;
    border-radius: 3px;
    background-color: #444;
    position: relative;
    margin: 5px auto;
    border:2px ridge orange;
}
.laterBtn:hover{
    transform: scale(1.05);
    color:#222; 
    background-color: orange;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.thanks,.info{
    background-color: #6E5DD6;
    margin:10px auto;
    padding: 10px;
    border-radius: 5px;
    color:#222;
    font-weight: bold;
    max-width: 92%;
    width:620px;
    display: none;
}
.getPremiumBtn{
    max-width: 420px;
    background-color: #6E5DD6;
    border-radius: 5px;
    padding: 10px;
    margin: 15px auto;
    color:#111;
    box-shadow: 0px 0px 8px 3px mediumslateblue;
    cursor: pointer;
}
.getPremiumBtn:hover{
    transform: scale(1.05);
    background-color:mediumslateblue;
    box-shadow: 0px 0px 8px 3px #EEE;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.info{
    background-color: #111;
    display: block;
    border:1px ridge #6E5DD6;
    color: #DDD;
    font-weight: normal;
}

.auc_imageUpload input[type="file"],.auc_imageUpload input[type="submit"] {
    display: none; 
}
.auc_imageUpload{
    color:mediumslateblue;
}
.upload_btn,.upload_file {
    display: inline-block;
    width: 90px;
    padding: 5px;
    margin: 8px;
    border-radius: 2px;
    border: 2px solid #222; 
}
.upload_file{
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.upload_file i,upload_btn i{
    font-size: 3em;

}

.upload_btn:hover,.upload_file:hover {
    cursor: pointer; 
    background-color: mediumslateblue;
    color:#222;
    transform: scale(1.05);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.selectedImg{
    background-color: #6E5DD6;
    color:#222;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.ql-container{
    font-size: 1em;
}
#fixPrice{
    max-width: 180px;
    min-width: 180px;
    position: relative;
    display: inline-block;

}
.currency{
    position: relative;

    display: inline-block;
    max-width: 20px;
}
.actual{
    background-color: orange;
    color:#222;
}
#reCaptchaCode iframe{
    position: relative;
    display: block;
    margin:5px auto;
}
.g-recaptcha {
    display: inline-block;
    max-width: 300px;
}
/*sharing*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #8c0615;
    border-color: #8c0615;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.resp-sharing-button--reddit {
    background-color: #5f99cf;
    border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
    background-color: #3a80c1;
    border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.resp-sharing-button--vk {
    background-color: #507299;
    border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
    background-color: #43648c;
    border-color: #43648c;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;}
#needLogin{
	display:none;
}
#aucFinishMsg{
   display:none;
   font-size:2em;
   margin:10px auto;
   padding:10px;
   max-width:90%;
   position: relative;
   color:mediumspringgreen;
   
}
/*end of sharing */
@media screen and (max-width:980px){
    .catSelectBox{
        width: 19%;
    }
    .inputLine{
        max-width: 96%;
        min-width: 96%;
    }
}

@media screen and (max-width:720px){
    .content{
        width:95%;
    } 
    .catSelectBox{
        width: 40%;
        margin:4px;
        font-size: 1em;
        height: 210px;
    }
    .content h3{
        font-size: 1.1em;
    }
    .catSelectBox .catDesc{
        font-size: 0.8em;
    }
    .catSelectBox i{
        font-size: 4em;
    }
}