/* Base styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fee1e1;
}

header {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
}

nav {
    display: flex;
    justify-content: space-around;
    background-color: #444;
    padding: 0.5rem;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

nav a:hover {
    background-color: #555;
}

main {
    padding: 1rem;
}

.product {
    border: 1px solid #ddd;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
}

.product img {
    max-width: 100%;
    height: auto;
}

.product h2 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.product p {
    font-size: 1rem;
    color: #666;
}

.product button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.product button:hover {
    background-color: #218838;
}

/* Responsive styles */
@media (min-width: 600px) {
    .product {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
    nav {
        justify-content: space-between;
    }

    .product {
        flex-direction: row;
        justify-content: space-between;
    }

    .product img {
        max-width: 50%;
    }

    .product div {
        max-width: 45%;
    }
}



input,
textarea,
select,
submit {
    padding: 10px !important;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #f8f8f8;
}

label {
    padding: 7px;
    margin: 3px;
    background: #a0effc;
    border-radius: 6px;
}

button {
    white-space: normal !important;
}

.border img {
    border: solid #FFFFFF 2px;
}

#hmenu {
    position: fixed;
    width: 100%;
    height: 20px;
    padding: 5px;
    color: #FFFFFF;
    z-index: 100;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}

.centercenter {
    text-align: center;
    vertical-align: middle;
}

.imgnodesign {
    border: none;
    -moz-border-radius: none;
    border-radius: none;
}

#yellow {
    color: #FFFFFF;
}

@media screen and (min-width: 767px) {}

.pagediv {
    display: inline-flex;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 100px;
    margin-top: 50px;
}

.sidebarDiv {
    width: 27%;
}

@media screen and (max-width: 767px) {
    #fodiv {
        margin-bottom: 50px;
        margin-top: 50px;

        .switcher {
            display: none;
        }
    }

    .pagediv {
        display: block;
    }

    input,
    textarea,
    select,
    radio,
    submit {
        font-size: 16px !important;
    }

    .sb-editor textarea {
        font-size: 16px !important;
    }

}

.dividR {
    border-bottom: 6px dotted #01a0c63b;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.roundcorner {
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.roundcorner_top {
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-radius: 15px;
}

.roundcorner_bottom {
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-radius: 15px;
}

.opawhite60 {
    background-color: rgba(255, 255, 255, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#88FFFFFF', endColorstr='#88FFFFFF')";
}

.cim {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.cimfree {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.apro {
    font-size: 10px
}

.feherbold {
    color: #FFFFFF;
    font-weight: bold;
}

.style2 {
    font-weight: bold
}

#lightbox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img {
    border: none;
}

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer {
    padding: 10px;
}

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#imageContainer>#hoverNav {
    left: 0;
}

#hoverNav a {
    outline: none;
}

#prevLink,
#nextLink {
    width: 49%;
    height: 100%;
    background: transparent url(../images/blank.gif) no-repeat;
    /* Trick IE into showing hover */
    display: block;
}

#prevLink {
    left: 0;
    float: left;
}

#nextLink {
    right: 0;
    display: inline-block;
}

#prevLink:hover,
#prevLink:visited:hover {
    background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
    background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData {
    padding: 0 10px;
}

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption {
    font-weight: bold;
}

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #63ACCF;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
}

.full_map_page {
    width: 100%;
    height: 600px;
    border: 6px solid #fff;
    margin-top: 20px;
}

.fullfull_map_page {
    position: absolute;
    width: 100%;
    height: 100%;
}

.map_canvas {
    width: 100%;
    height: 100%;
}

.form_row #map_canvas {
    clear: both;
    margin-left: 140px;
    float: left;
}

#gtrans_change {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -99999999;
    display: none;
}

.archive,
.single,
.page,
.error404 {
    background: #fff;
    margin: 10px;
}

.home {
    overflow: hidden;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

.anilogin {
    position: absolute;
    left: -400px;
    width: 430px;
    height: 30px;
    cursor: pointer;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    filter: alpha(opacity=90);
    color: #000;
    background: #fff;
}

.anilogin li {
    float: right;
    margin-left: 6px;
    padding-top: 12px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}

.anilogin li a:hover {
    color: #000;
}

.page #langbf_bar,
.single #langbf_bar,
.archive #langbf_bar,
.error404 #langbf_bar {
    height: 0px;
    display: none;
}

#map_search_address {
    margin: 5px 30px 10px;
    font-size: 16px;
    padding: 5px;
    padding-left: 30px;
    width: 230px;
    color: #666;
    font-weight: bold;
    background: #fff url('/images/menuicons/search.png') no-repeat;
}

#fflogo {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
}

#logotitle {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.1em;
}

#logoimg {
    float: left;
}

#maincats label,
#maincats img {
    line-height: 36px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}

.fubutton {
    font-size: 16px;
    font-weight: bold;
    width: 220px;
    padding: 15px;
    background: orange;
    margin: 10px;
}

.mcat-post {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

#maincats span {
    margin-left: 6px;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}

.map_category {
    width: 300px;
    height: 500px;
    float: right;
    position: absolute;
    right: 6px;
    bottom: 6px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.map_category label {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.map_category {
    background: rgba(255, 255, 255, 0.8);
}

.map_category label {
    border-bottom: 1px solid #ddd;
}

.ptiming {
    font: 11px Arial, Helvetica, sans-serif;
    color: #777;
    margin-left: 40px;
}

.ptitle {
    font: bold 15px Arial, Helvetica, sans-serif;
    line-height: 25px;
}

.footer {
    color: #fff;
    background: #105171;
    text-align: center;
    padding: 10px;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

h6 {
    font-size: 70px;
    font-weight: bold;
    color: #999;
    margin: 30px;
}

.sigcontain {
    position: fixed;
    right: 50px;
    top: -300px;
}

.degree90 {

    /*Firefox*/
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);

    /*Safari*/
    -webkit-transform: rotate(-90deg);

    /*Opera*/
    -o-transform: rotate(-90deg);

    /*IE*/
    writing-mode: tb-rl;
    filter: flipV flipH;
}

.email_signup {
    width: 300px;
    padding: 20px;
    background: #FF0097;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 3px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}

.email_signup h3 {
    color: #fff;
}

.email_signup input {
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
    width: 200px;
}

.email_signup button {
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
}

.cert_inputs input {
    font-size: 15px;
    padding: 5px;
}

/*****list�k *****************/
.list {
    width: 100%;
    /* margin-bottom: 10px; */
    display: flex;
    text-align: left;
    font-size: 13px !important;
    padding: 5px 0;

}

.offer-req-list {
    background: #ffffff;
    margin: 5px;
    border: 1px dotted #00a0c6;
    border-radius: 10px;
}

.offer-req-list li {

    padding: 10px;
    margin: 5px 5px;

}

.about_in_list {
    padding-left: 25.7%;
    padding-bottom: 10px;
    color: #999 !important;
}

.list li {
    float: left;
    list-style-type: none;
}

#head {
    height: 40px;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    text-transform: lowercase;
    border-radius: 3px;
}

#head a {
    color: #fff;
}

.li0 {
    width: 7%;
}

.li1 {
    width: auto;
    display: inline-grid;
    align-items: center;
}

.li2 {
    width: 14%;
}

.li3 {
    width: 14%;
}

.li4 {
    width: 10%;
    text-align: center;
}

.li5 {
    width: 35%;
}

.li6 {
    width: 20%;
    text-align: right;
    display: flex;
    align-items: center;
}

.li7 {
    width: 7%;
    text-align: right;
    line-height: 40px;
}

.liout0 {
    width: 7%;
}

.liout1 {
    width: 6%;
    font-weight: bold;
    font-size: 14px;
}

.liout2 {
    width: 20%;
}

.liout3 {
    width: 14%;
}

.liout4 {
    width: 5%;
}

.liout5 {
    width: 55%;
}

.liout6 {
    width: 20%;
    text-align: right;
}

.cli0 {
    width: 10%;
}

.cli1 {
    width: 20%;
}

.cli2 {
    width: 5%;
}

.cli3 {
    width: 30%;
}

.cli4 {
    width: 5%;
}

.cli5 {
    width: 25%;
}

.cli6 {
    width: 15%;
}

.largebutt {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.indexbutt {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    margin-top: 3px;
    border: none;
    cursor: pointer;
    width: 300px;
}

#licitdiv textarea {
    padding: 10px;
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}

#licitdiv input {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.largeinput {

    font-size: 30px;
    color: #00a0c6;
    height: 50px;
}

#head2013 h3 {
    line-height: 30px;
}

#head2013 ul {
    list-style-type: none;
}

#head2013 ul li ul {
    list-style-type: square;
}

/* #head2013 ul li{float: left; width: 230px; padding: 5px;} */
.wrapper {
    clear: both;
}

.round-nr {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #105171;
    color: #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 15px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.info- {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #105171;
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    margin-left: 10px;
    float: right;
}

.adatlekeres ul {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.adatlekeres ul li {
    line-height: 50px;
    list-style-type: none;
}

.adatlekeres a {
    color: #fff
}

.adatlekeres {
    padding: 10px;
}

.mcatlist input {
    margin: 0 10px 10px;
}

.notify {
    padding: 5px;
    font-size: 12px !important;
    cursor: pointer;
    max-width: none !important;
}

.notify:hover {
    background: #efefef;
}

.bigsize_button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px;
    background: #fff;
}

.mylinks div {
    padding: 5px;
}

.mylinks div div {
    border-right: 1px solid #ccc;
}

.mylinks div div div {
    border: none;
}

.bid-div {
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.message-div {
    margin: 20px 0;
}

.ui-dialog .ui-dialog-titlebar {
    display: none;
    background: #efefef;
    border-radius: 3px;
}

.bid-date {
    font-size: 11px !important;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    color: #999999;
}

.mess-date {
    font-size: 10px !important;
    text-align: left;
    margin-bottom: 10px;
    background: #d6d6d6;
    /* width: fit-content; */
    padding: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.bid-conditions-title {
    font-weight: bold !important;
    text-align: left;
}

.bid-conditions-text {
    text-align: left;
    padding: 10px 0;
}

.underline_ccc {
    border-bottom: 1px solid #ccc;
}

#listmenu a {
    margin-left: 10px;
}

.notify-list-date {
    background: #CCCCCC;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 5px;
}

circle {
    display: inline-block;
}

.size-10 {
    color: #fff;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #CCCCCC;
    margin: 0 5px;
}

.price-tag {
    height: 60px;
    line-height: 60px !important;
    position: relative;
    display: inline-block;
    float: right;
}

.price-tag span {
    background: #ff0000;
    color: #fff;
    font-size: 18px !important;
    font-size: 1.8rem;
    text-decoration: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 18px 20px;
}

.price-tag span:after {
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #ff0000;
    border-bottom: 30px solid transparent;
}

.price-tag span:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 14px;
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -moz-box-shadow: -1px -1px 1px #424444;
    -webkit-box-shadow: -1px -1px 1px #424444;
    box-shadow: -1px -1px 1px #424444;
}

#messages {}

#licitdiv h2,
.bid-div h2 {
    padding: 10px;
    color: #00a0c6;
}

.acceptbutt {
    color: #fff !important;
    font-size: 18px !important;
    background: #00a0c6 !important;
    float: left;
    cursor: pointer;
}

.takeback {
    color: #fff !important;
    font-size: 18px !important;
    background: red !important;
    float: left;
    cursor: pointer;
}

.nav-bar-inner {}

.mfc-div {
    display: inline-block;
    width: 100%;
}

.mfc-div textarea {
    background: #ccc;
    color: #fff !important;
}

p.speech {
    position: relative;
    width: 200px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #fff;
    border: 8px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;
}

p.speech:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    top: 100px;
    border: 25px solid;
    border-color: #666 transparent transparent #666;
}

p.speech:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: 100px;
    border: 15px solid;
    border-color: #fff transparent transparent #fff;
}

.bubble {
    position: relative;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 0px 0px 20px;
    color: #666666;
}

.bubble:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #d1d1d1 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-lightblue {
    position: relative;
    background-color: rgba(50, 142, 179, 0.2);
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
    color: #CCCCCC !important;
}

.bubble-lightblue a {
    color: rgba(50, 142, 179, 0.4);
    text-decoration: underline;
}

.bubble-lightblue:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #CCCCCC transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-blue {
    position: relative;
    background-color: #00a0c6;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
    color: #fff !important;
}

.bubble-blue a {
    color: #fff;
}

.bubble-blue a:hover {
    color: #f0f0f0;
}

.bubble-blue:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #CCCCCC transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-white {
    position: relative;
    background-color: #fff;
    color: #00a0c6;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 20px 0;
}

.bubble-white:after {
    position: absolute;
    display: block;
    content: "";
    border-color: #CCCCCC transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-red {
    position: relative;
    background-color: #FF0097;
    margin: 0;
    padding: 10px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px 0;
    color: #fff;
}

.bubble-red:after {
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -19px;
    left: 1em;
}

.bubble-red a {
    color: #fff;
    text-decoration: underline;
}

.remess {
    cursor: pointer;
    text-align: right;
}

.remess-div {
    text-align: left;
    margin: 10px 0;
    border-bottom: solid 1px #eeeeee;
}

.remess-div a {
    float: right;
}

#licitdiv textarea,
.bid-div textarea {
    background: #fff !important;
    color: #999 !important;
    box-shadow: #ccc 1px 1px 8px 1px;
}

.date-line {
    float: left;
    position: relative;
}

.date-line:after {
    content: attr(data-content);
    position: absolute;
    left: 180px;
    bottom: 20px;

}

.notify-unread {
    background: #CCCCCC;
}

.lista-upl-link {
    font-size: 10px !important;
}

.headicons {
    height: 53px;
}

.headicons a {
    font-size: 16px;
    margin-right: 10px;
}

.last {
    margin-right: 0 !important;
}

.head-title {
    color: #00a0c6 !important;
    display: inline-flex;
}

.button {
    border-radius: 8px !important;
    width: auto;
    padding: 10px;
    height: auto;
    min-height: 35px;
}

.big-btn {
    border-radius: 3px !important;
    white-space: normal !important;
    margin: 20px;
    padding: 20px;
}

.main-login-form input {
    background: #fff;
    box-shadow: 1px 1px 5px #CCCCCC;
    width: 140px;
}

#main-nav-toggle {
    margin-bottom: 20px;
}

#main-nav-toggle i {
    float: left;
    font-size: 50px;
    color: #CCCCCC;
}

#main-nav-toggle ul li {
    display: inline;
    float: left;
    width: 30%;
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: justify;
}

#main-nav-toggle ul li h3 {
    text-align: left;
    min-height: 50px;
}

#main-nav-toggle ul li button {
    float: right;
}

#main-nav-toggle ul li:nth-child(4) {
    clear: both;
}

#main-nav-toggle-loader {
    margin: 20px;
    text-align: center;
}

#main-nav-toggle-loader img {
    width: 70px;
}

#co_contact_container {
    float: right;
}

#co_contact {
    text-align: center;
}

.company h1 {}

.company h2 {
    line-height: 40pt !important;
    cursor: pointer;
}

.company .button {
    width: 100%;
}

#co_contact_data a {
    color: #CCCCCC;
}

#co_contact_data {
    display: table;
    text-align: left;
    width: 300px;
}

#co_contact_data i {
    margin: 0 20px;
}

#co_contact_data div {
    line-height: 30px;
}

#left-slide {
    background: #fff;
    border: solid 1px #ccc;
    position: fixed;
    left: -390px;
    top: 150px;
    width: 430px;
    border-radius: 5px;
    padding: 10px;
    color: #999;
    z-index: 999;

}

.left-slide-vertical-container {
    background: #CCCCCC;
    float: right;
    width: 30px;
    height: 400px;
    padding: 5px;
}

.left-slide-vertical {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
    width: 100%;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

#left-slide .linkcopy {
    height: 80px;
}

.left-slide-content {
    overflow-y: auto;
    max-height: 400px;
    padding-right: 20px;
    text-align: justify;

}

.left-slide-content .bubble {
    text-align: justify;
    font-size: 11px !important;
}

.left-slide-content h2,
.left-slide-content h3,
.left-slide-content li {
    text-align: left;
}

.no-list-style li {
    list-style: none;
}

.currencies {
    font-size: 11px !important;
    color: #fff;
    float: left;
}

.mnt-first {
    background: #fff;
    padding: 2px 10px 20px;
    border-radius: 10px;
}

#right-slide {
    background: #fff;
    border: solid 1px #ccc;
    position: fixed;
    right: -390px;
    top: 150px;
    width: 430px;
    border-radius: 5px;
    padding: 10px;
    color: #999;
}

.right-slide-vertical-container {
    background: #CCCCCC;
    float: left;
    width: 30px;
    height: 400px;
    padding: 5px;
}

.right-slide-vertical {
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
    width: 100%;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

#right-slide select {
    width: 100%;
}

#right-slide .linkcopy {
    height: 80px;
}

.right-slide-content {
    overflow-y: auto;
    max-height: 400px;
    padding: 0 10px;
    text-align: justify;

}

.right-slide-content .bubble {
    text-align: justify;
    font-size: 11px !important;
}

.right-slide-content h2,
.right-slide-content h3,
.right-slide-content li {
    text-align: left;
}

.left-slide-content form {
    display: none;
}

.show-left-slide-form {
    display: block !important;
    ;
}

.left-slide-content textarea,
.right-slide-content textarea {
    width: 100%;
    height: 100px;
}

.right {
    float: right;
}

.marker-class {
    padding: 1px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #CCCCCC;
    border: 1px solid #fff;
}

#cartage-calc input,
#cartage-calc select {
    width: 160px;
}

#calc-submit {
    margin-top: 6px;
    height: 40px;
}

.ffffff-radbox {
    font-size: 12px !important;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 5px;
    display: block;
    color: #333;
}

.show-counter {
    background: #fdfbb3;
    padding: 10px 10px;
    border-radius: 5px;
    color: #333;
    margin-right: 10px;
    display: none;
}

.h60 {
    height: 60px !important;
}

.conditions {}

.mess-for-carrier {}

.messclass {
    margin: 0 0 0 10px;
}

.sold-out {
    background: red;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.sold-out h1,
.sold-out h3 {
    color: #fff;
}

#bidbutt {
    height: 50px;
}

translate {
    border: solid 2px orange;
    position: relative;
}

.langedit-codebutton {
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius: 2px;
}

.listContent {}

.listContent a {
    color: #f5f5f5;
}

.blueLink a {
    color: #00a0c6;
}

@media screen and (min-width: 767px) {
    .contentSite {
        display: -webkit-box;
    }
}

@media screen and (max-width: 767px) {
    .contentSite {
        display: block;
    }
}

.list1column>ul {
    margin: 0px;
}

.list1column>ul>li {
    display: inline;
    float: left;
    width: 100%;
    height: flex;
    margin-bottom: 20px;
    padding: 10px;
    text-align: justify;
    border-radius: 10px;
    border: 1px solid rgba(50, 142, 179, 0.4);
    position: relative;
    background: #ffffffe8;
}

.list1column>ul>li p,
.list1column>ul>li div {
    text-align: justify;
}

/*
.list1column > ul > li div {
    min-height: 230px;
}*/

.list1column .button {
    float: right;
}

.list1column>ul>li h3 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.list1column>ul>li button {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.list1column img {
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    width: 100%;
}

.list3column>ul>li {
    display: inline;
    float: left;
    width: 32.3%;
    height: 400px;
    margin: 0.5%;
    padding: 1%;
    text-align: justify;
    border-radius: 10px;
    border: 1px solid rgba(50, 142, 179, 0.4);
    position: relative;
    background: #ffffffe8;
}

.list3column>ul>li p,
.list3column>ul>li div {
    text-align: justify;
}

.list3column>ul {
    padding: 0 !important;
    margin: 0 !important;
}

.list3column>ul>li>.button {
    position: absolute;
    bottom: 10px;
    right: 20px;
    float: right;
}

.list3column>ul>li h3 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.list3column>ul>li:nth-child(4) {
    clear: both;
}

.list3column img {
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    width: 100%;
}

.listMobile>ul>li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 2%;
    text-align: justify;
    border-radius: 10px;
    border: 1px solid rgba(50, 142, 179, 0.4);
    position: relative;
}

.listMobile>ul>li p,
.listMobile>ul>li div {
    text-align: justify;
}

.listMobile .button {}

.listMobile>ul>li h3 {
    text-align: left;
    color: #000000;
    font-weight: bold;
}

.listMobile>ul {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (min-width: 767px) {
    .sideBar {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .sideBar {
        width: 100%;
        padding: 0;
        display: block;
    }
}

@media screen and (min-width: 767px) {
    .single-content {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .single-content {

        width: 100%;
        display: block;
    }
}

.single-content img {
    margin-right: 20px;
    border-radius: 5px;
}

.listMobile img {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
}

.youtube_thumb_container {
    position: relative;
    display: inline-block;
}

.youtube_thumb_container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.youtube_thumb {
    z-index: 9;
    text-align: center;
    border: 1px solid blue;
}

.play {
    font-size: 100px !important;
    position: absolute !important;
    /* z-index: 10000; */
    top: 80px;
    left: 130px;
    color: rgba(255, 255, 255, 0.65);
}

.hide {
    display: none;
}

.ToggleShow {
    display: table;
}

.option-icons i {
    font-size: 50px !important;
    color: #CCCCCC;

}

.list2column ul li {
    display: inline;
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 6px;
    /*background: #fff;*/
    height: 110px;
}

.list2column ul li:nth-child(3) {
    clear: both;
}

.option-icons {
    clear: both;
}

.hide-bid {
    clear: both;
}

.magazine-more {
    background: #CCCCCC;
    padding: 3px;
    width: 100%;
    height: 23px;
}

.magazine-more a {
    color: white;
    float: right;
}

.option-icons i {
    font-size: 50px !important;
    color: #CCCCCC;

}

.list6column ul li {
    display: inline;
    float: left;
    width: 16% !important;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-radius: 6px;
    /*background: #fff;*/
}

.list6column ul li:nth-child(7) {
    clear: both;
}

#graphmenu ul {
    display: inline-table;
    text-align: center;
    border-top: 1px dotted #CCCCCC;
    padding-top: 30px;
}

#graphmenu ul li {
    float: left;
    list-style: none;
    padding: 10px;
    width: 20%
}

#graphmenu ul li .h20 {
    height: 20px;
}

.arw {
    width: 204px;
    height: 60px;
}

.up-r {
    background-image: url("/images/arrows/arw-up-r.png");
    background-repeat: no-repeat;
    padding-top: 30px;
}

.up-l {
    background-image: url("/images/arrows/arw-up-l.png");
    background-repeat: no-repeat;
    padding-top: 30px;
}

.dwn-r {
    background-image: url("/images/arrows/arw-dwn-r.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

.dwn-l {
    background-image: url("/images/arrows/arw-dwn-l.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#radio-pos-neg {
    cursor: pointer;
}

.feedbackrow {
    border-top: 1px dotted #cccccc;
    padding-top: 10px;
}

#feedback-list {
    margin-top: 30px;
}

#feedb-pos span,
.feedbackrow .mif-plus {
    color: green;
}

#feedb-neg span,
.feedbackrow .mif-minus {
    color: red;
}

.feedbackrow .mif-minus,
.feedbackrow .mif-plus {
    font-size: 35px !important;
    float: left;
    margin-right: 20px;
}

.feedb-date {
    color: #CCCCCC;
}

.feedb-row-subject {
    margin-bottom: 20px;
}

.feedb-row-subject a {
    margin-bottom: 20px;
    font-size: 12px !important;
}

.feedback_drop {
    padding: 5px;
    border-radius: 3px;
    background: #efefef;
    border: solid 1px #ccc;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
}

#feedback_def {
    padding: 5px;
}

.bid-feedbacks {
    font-size: 11px !important;
    margin-bottom: 10px;
    background: #999999;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.mess-feedback {
    font-size: 10px !important;
    margin-bottom: 10px;
    background: #d6d6d6;
    width: fit-content;
    padding: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.datasheet-feedbacks {
    border-radius: 4px;
    background: #f0f7fc;
    padding: 2px;
    margin: 7px 3px;
    font-size: 12px !important;
    text-align: center;
}

.blog-content {
    margin-top: 30px;
}

#list_head li {
    padding: 10px;
}

.instruction {
    font-size: 10px !important;
    color: #ccc;
}

#fFilter {
    border-radius: 5px;
}

.toggleS {
    display: none;
}

.new-user-alert {
    background: red;
    padding: 6px;
    font-size: 14px;
    text-align: center;
    min-height: 30px;
    width: 100%;
    color: #FFFFFF;
    margin: 20px 0;
}

.new-user-alert a {
    color: #FFFFFF;
    text-decoration: underline;
}

.alkatresz input {
    width: 240px;
}

.ttip {
    display: inline;
    position: relative;
}

.ttip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: -34px;
    color: #fff;
    content: attr(glose);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 350px;
}

.ttip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: -4px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.admin-list {
    height: 100px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
}

.offer-req-redbutton {
    color: #FFF !important;
    background: red !important;
    float: right;
    height: auto !important;
    position: relative;
    right: 10px;
    border-radius: 10px !important;
    padding: 20px !important;
}

.mybubble-white {
    position: relative;
    background-color: #FFFFFF;
    padding: 5px;
    text-align: left;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.25);
    margin: 5px 10px;
    color: #00a0c6 !important;
}

.mybubble-white a {
    color: #00a0c6;
}

.inactive-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 10;
    text-align: center;
}

.inactive-layer h1 {
    font-size: 75px;
    font-weight: bold;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.7;
    color: red;
}

.inactive-layer p {
    font-size: 20px;
    font-weight: bold;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -sand-transform: rotate(-30deg);
    transform: rotate(-30deg);
    opacity: 0.7;
    color: red;
}

#countdown {
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
    padding: 10px;
}

.CountryCode {
    background: #999999;
    color: #ffffff;
}

.hashTag-small {
    border-radius: 5px;
    background: #00a0c6;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.hashTag-large {
    border-radius: 5px;
    background: red;
    color: #ffffff !important;
    font-size: 30px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.hashTag-red {
    border-radius: 5px;
    background: red;
    color: #ffffff !important;
    font-size: 18px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.white-hashTag-small {
    border-radius: 5px;
    background: #FFFFFF;
    color: #00a0c6 !important;
    font-size: 12px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.hashTag {
    border-radius: 5px;
    background: #00a0c6;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.white-hashTag {
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 16px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px dotted #00a0c6;
}

.mobileHashTag {
    border-radius: 2px;
    background: #00a0c6;
    color: #ffffff !important;
    font-size: 12px !important;
    padding: 2px;
    display: -webkit-inline-box;
    margin: 2px;
}

.grey-hashTag {
    border-radius: 5px;
    background: #cccccc;
    color: #FFFFFF !important;
    font-size: 16px !important;
    padding: 6px 15px 6px 10px;
    display: -webkit-inline-box;
    margin: 2px;
    border: 1px solid #fff;
}

.infoLine {
    background: #feffae;
    padding: 6px;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}

.postStatusbar {
    position: absolute;
    top: 350px;
    left: 0px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.81);
    z-index: 10;
}

.postTitlebar {
    position: absolute;
    top: 30px;
    left: 0px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    width: 100%;
    height: min-content;
}

.editorArea {
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .couponContainer {
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .coupon {
        width: 90%;
        height: fit-content;
        height: -moz-fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: relative;
        top: 150px;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }

    .showNowCont {
        background: rgba(0, 0, 0, 0.49);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .showNowBox {
        width: 90%;
        height: fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }
}

@media screen and (min-width: 767px) {

    .couponContainer {
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .coupon {
        width: 70%;
        height: fit-content;
        height: -moz-fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }

    .showNowCont {
        background: rgba(0, 0, 0, 0.49);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .showNowBox {
        width: 70%;
        height: fit-content;
        background: #ffffff;
        margin: auto;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10px;
        border: 3px solid #02aff0;
    }
}

#site-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 40px;
}

@media screen and (min-width: 767px) {
    .frow {
        display: -webkit-box;
        margin-top: 10px;
        border-bottom: 1px solid #eeeeee;
        padding: 10px 0 10px;

    }

    .frow>div:nth-child(1) {
        width: 30%;
        font-weight: bold;
        padding: 10px;
    }

    .frow>div:nth-child(2) {
        width: 65%;
        margin-right: 2%;
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .frow {
        display: block;
        margin-top: 10px;
        border-bottom: 1px solid #eeeeee;
        padding: 10px 0 10px;

    }

    .frow>div:nth-child(1) {
        font-weight: bold;
        padding-bottom: 20px;
    }

    .frow>div:nth-child(2) {}
}

.alert div {
    width: 500px;
    background: red;
    color: white;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.ui-autocomplete {
    list-style-type: none;
    background: #ffffff;
}

.ui-menu .ui-menu-item a {
    cursor: pointer;
}

.ui-dialog {
    z-index: 10000 !important;
    width: 1000px !important;
}

.dialog-ex {
    z-index: 10000 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: #efefef;
    border-radius: 3px;
}

.form-element-title {
    width: 100%;
    display: block;
    font-weight: bold;
    background: #999;
    border-radius: 5px;
    padding: 5px;
    color: white;
}

.message-form-element {
    width: 100%;
}

.mailList>li {
    list-style-type: none !important;
    cursor: pointer;
}

.mailList>li:hover {
    background: #efefef;
}

.mailList>li>ul>li {
    display: inline;
    list-style-type: none;
    padding: 10px;
    width: 250px;
}

.ulmenu>li {
    display: inline;
    padding: 10px;
    margin: 5px;
}

.ulmenu {
    border-bottom: 1px solid #efefef;
}

.offer-req-ad {
    background: #ffffff;
    padding: 20px;
    margin: 20px;
    border: 1px solid #f79595;
    border-radius: 10px;
}

.listbubb {
    background: #ffffff;
    margin: 10px;
    padding: 10px;
    border: 1px dotted #00a0c6;
    border-radius: 10px;
}

.listbubb>h2 {
    color: #00a0c6;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (min-width: 767px) {
    .bubb {
        background: #ffffff;
        padding: 10px;
        margin: 10px 5px;
        border: 1px dotted #00a0c6;
        border-radius: 10px;
    }

    .bubb-lightgrey {
        background: #c5f7ff;
        padding: 10px;
        margin: 10px 5px;
        border-radius: 10px;
    }

    .headline-links a {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bubb {
        padding: 10px;
        background: #ffffff;
        margin: 10px 5px;
        border: 1px dotted #00a0c6;
        border-radius: 10px;
        width: auto;
    }

    .bubb-lightgrey {
        background: #c5f7ff;
        padding: 10px;
        margin: 10px 5px;
        border-radius: 10px;
        width: auto;
    }

    .headline-links a {
        width: 100%;
        display: block;
        text-align: left !important;
        padding: 10px;
        font-size: 15px !important;
    }
}

.left {
    line-height: 10px;
}

#biddiv {}

#biddiv div {}

.bubb h2 {
    color: #00a0c6;
}

.bidMessTitle {
    cursor: pointer;
    color: #000000;
    border-radius: 6px;
    padding: 5px;
}

.bidrow {
    padding: 20px;
    background: #eeeeee;
    margin-top: 20px;
    border-radius: 10px;
}

.notiList {
    width: 400px;
    z-index: 9999;
    left: auto !important;
    overflow: auto;
    right: 70px !important;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
    .notiList {
        right: 0 !important;
        top: 50px !important;
    }
}

.notlist-button {
    color: #00a0c6 !important;
    border: #00a0c6 1px solid;
    background: #ffffff;
    border-radius: 3px;
    padding: 3px;
    margin: 3px;
}

.item_numbers {
    background: red;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    top: 1px;
    color: #FFFFFF;
    font-weight: bold;
}

.elkelt {
    background: red;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.small {
    font-size: 10px;
    color: orange;
    font-weight: normal;
}

.no50 input {
    height: auto;
}

.blue-text {
    font-size: 18px;
    color: #00a0c6;
}

.mobile-index {
    display: -webkit-box;
    margin-left: auto;
    margin-right: auto;
}

.mi-box {
    width: 49%;
    height: 0;
    padding-bottom: 27%;
    padding-top: 15%;
    margin: 2px;
    border: 1px #00a0c6 solid;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.mobile-index>div:nth-child(1) {}

.mobile-index>div:nth-child(3) {
    clear: both;
}

@media screen and (max-width: 767px) {
    .help-banner {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        border: 1px solid #00a0c6;
        border-radius: 5px 5px 0 0;
    }

    .help-content {
        max-height: 350px;
        background: #fff;
        padding: 10px;
        display: none;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 767px) {
    .help-banner {
        position: fixed;
        width: 300px;
        bottom: 0;
        left: 20px;
        border: 1px solid #00a0c6;
        border-radius: 5px 5px 0 0;
    }

    .help-content {
        max-height: 500px;
        background: #fff;
        padding: 10px;
        display: none;
        overflow-y: scroll;
    }
}

.help-title {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    background: #00a0c6;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 30px;


}

.help-row {
    padding-bottom: 10px;
}

.help-close {
    text-align: right;
    cursor: pointer;
}

.cookieContainer {
    position: fixed;
    width: 100%;
    background: #000;
    padding: 30px;
    bottom: 0px;
    z-index: 999999;
    opacity: 0.8;
}

.bid-section {
    width: 100%;
}

.info-box {
    display: none;
    width: 400px;
    z-index: 999;
    position: absolute;
}

.trlist {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.trlist-row {
    display: flex;
}

.trlist-row div {
    margin: 5px;
    padding: 5px;
    width: 23%
}

.half {
    width: 48%;
    margin: 1%;
}

.scroll800 {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.range-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-minmax {
    margin-top: 30px;
    width: 608px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #FFFFFF;

    span:first-child {
        margin-left: 10px;
    }
}

.ui-slider .ui-slider-handle {
    width: 50px !important;
    height: 50px !important;
    background: #00a0c6 !important;
    color: #ffffff !important;
    margin-top: -35px !important;
    text-align: center;
    padding-top: 12px;
    border-radius: 50% 50% 50% 0 !important;
    margin-left: 0px;

}

.dashboard li {
    list-style: none;

}

@media screen and (max-width: 767px) {
    .dashboard li a {
        width: 250px;
    }

    .dashboard li {
        display: inline-flex;
        margin: 10px;
    }
}

@media screen and (min-width: 767px) {
    .dashboard li {
        margin: 30px 5px;
        display: inline-block;
    }
}

.dashboard li a {
    padding: 20px;
    border: 3px solid #2086bf;
    border-radius: 10px;
    cursor: pointer;
}

.headline {
    inline-size: fit-content;
}

.lapozo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertMiddle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

.gtranslate_wrapper {
    visibility: hidden;
}
.greybox {
    background: #fd9393;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}
.container{
    margin-top: 20px;
}