/* wpgdpr FORM START */
#wpgdprform form.wpgdpr-form fieldset {
    display: none;
}
#wpgdprform .text-white{
    color: white;
}
#wpgdprform {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 30px;
    text-align: center;
        position: relative;
}

#wpgdprform strong { font-weight: 500; }

#wpgdprform a,
#wpgdprform a:hover,
#wpgdprform a:focus {
    color: #19b9e7;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

#wpgdprform h1,
#wpgdprform h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

#wpgdprform h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

#wpgdprform ::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
#wpgdprform ::selection { background: #19b9e7; color: #fff; text-shadow: none; }


#wpgdprform .btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #19b9e7;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#wpgdprform .btn-link-1:hover,
#wpgdprform .btn-link-1:focus,
#wpgdprform .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

#wpgdprform .btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#wpgdprform .btn-link-2:hover,
#wpgdprform .btn-link-2:focus,
#wpgdprform .btn-link-2:active,
#wpgdprform .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 40px 0 170px 0;
}

#wpgdprform .text {

}

#wpgdprform .text h1 { color: #fff; }

#wpgdprform .description {
    margin: 20px 0 10px 0;
}

#wpgdprform .description p { opacity: 0.8; }

#wpgdprform .description a {
    color: #fff;
}
#wpgdprform .description a:hover,
#wpgdprform .description a:focus { border-bottom: 1px dotted #fff; }

#wpgdprform .top-big-link {
    margin-top: 35px;
}

#wpgdprform .form-box {
    padding-top: 40px;
}

#wpgdprform .form-top {
    overflow: hidden;
    padding: 0 0 15px 0;
    background: #fff;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    text-align: left;
}
#wpgdprform label{line-height:20px;}
#wpgdprform .form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

#wpgdprform .form-top-left h3 { margin-top: 0; }

#wpgdprform .form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

#wpgdprform .form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    text-align: left;
}

#wpgdprform form .form-bottom textarea {
    height: 100px;
}

#wpgdprform form .form-bottom button.btn {
    min-width: 105px;
/*      margin-top: 40px; */
}

/* #wpgdprform form .form-bottom input[type='text'].input-error,*/
#wpgdprform form .form-bottom .input-error input,
#wpgdprform form .form-bottom .input-error input[type='input'],
#wpgdprform form .form-bottom .input-error input[type='password'],
#wpgdprform form .form-bottom .input-error input[type='number'],
#wpgdprform form .form-bottom .input-error input[type='email'],
#wpgdprform form .form-bottom .input-error input[type='url'],
#wpgdprform form .form-bottom .input-error input[type='tel'],
#wpgdprform form .form-bottom .input-error input[type='search'],
#wpgdprform form .form-bottom .input-error textarea,
#wpgdprform form .form-bottom .input-error select {
    border-color: #ff7777;
border-width: 2px;
}
#wpgdprform .form-group{
    position: relative;
    padding-bottom: 1px;
}
#wpgdprform form .form-bottom label.input-error {
    color: #f00;
}
#wpgdprform form .form-bottom .error-message{
    display:none;
    position: absolute;
    bottom: -2px;
    font-size: 12px;
    font-weight:normal;
    color: red;
}
#wpgdprform form .form-bottom label .error-message{
    bottom:-6px;
}
#wpgdprform form .form-bottom .input-error .error-message{
    display:block;
}


#wpgdprform .category-items > div:nth-child(3n+1){
    clear:both;
}
#wpgdprform .product-items > div:nth-child(4n+1){
    clear:both;
}

#wpgdprform .item {
  position: relative;
  margin-bottom: 20px;
}
#wpgdprform .item p{
  margin: 0;
  padding:0;
  font-size:13px;
  line-height: 16px;
}
#wpgdprform .item p.product-title{
  font-size: 14px;
}
#wpgdprform .item .item-image{
  border-radius: 20px;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
    position: relative;
/*  height: 100px;*/
padding-top:75%;*/*pentru pastra ratportul imaginii 3/2*/
      border-color:#ddd;
}
#wpgdprform .category-item .item-image{
/*  height:120px;*/
}

#wpgdprform .item img {
    min-width:100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#wpgdprform .category-item .item-title{
  position: absolute;
  top:50%;
  width: 100%;
  text-align: center;
    cursor: pointer;
    font-size: 15px;
}
#wpgdprform .category-item .item-title span{
  color:#000;
  padding: 3px 20px;
  background: rgba(255,255,255,0.7);
}
#wpgdprform .item:hover .item-image{
  border-color:#19b9e7;
    cursor:pointer;
}
#wpgdprform .item:hover .item-title span{
  color:#000;
}
#wpgdprform .item.selected .item-image{
  border-color:#07C;
}
#wpgdprform .item.selected .item-title span{
  color:#000;
  font-weight: bold;
}
#wpgdprform .form_buttons{
  clear:both;
}
#wpgdprform .step_3 .form-bottom .form-group{
  text-align: center;
}
#wpgdprform .step_3 label{
}
#wpgdprform .step3_info{
  width: 80%;
    min-height:100px;
  margin: 0 auto;
    border: 1px dashed #999;
        border-radius: 20px;
    margin-bottom: 20px;
}
#wpgdprform .step3_info .info_icon{
  float: left;
  padding: 20px 20px 5px 20px;
}
#wpgdprform .step3_info .info_text{

    padding: 20px 20px 0 20px;
  }
#wpgdprform .container-localitatea-ridicarii{position: relative;padding-bottom: 1px}
#wpgdprform #loading_cities{
    position: absolute;
    left: 5px;top: 2px;
    display:none;
}
#wpgdprform #loading_cities img{
        margin: auto;
}
#wpgdprform .datepicker{
  width:222px;
}
#wpgdprform .datepicker table{
  border:none;
}
#wpgdprform .datepicker td{
  line-height: 20px;
  height:20px;
  width:20px;
}
#wpgdprform small,
#wpgdprform .small {
    font-size: 80%;
    display:block;
    line-height: 1.4;
}
#wpgdprform .btn:hover,
#wpgdprform .btn:focus,
#wpgdprform .btn.focus {
    color: #fff;
}
#wpgdprform  .form-response,
#loading-gif{
    background:url(../img/loading.gif) no-repeat 50% 50%;
    min-height: 80px;
    //display: none;
}
#wpgdprform  .form-response-inner{
    background:#fff;
}

#wpgdprform .gdpr-in-container{
    text-align: right;
}
#wpgdprform .pagination {
    margin: 0px;
    padding: 0px;
    }
#wpgdprform .wpgdprform-loading{
    display: none;
    position: absolute;
    z-index: 100;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(255,255,255,0.9);
    background-image: url(../img/loading45.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

  #wpgdprform #progressbar {
      background-image: linear-gradient(to right bottom, #ebebeb, #ebebeb, #ebebeb, #ebebeb, #ebebeb);
      border-radius: 5px;
      padding: 0px;
      border:solid 1px #ccc;
      display: block;
  }
  #wpgdprform #progressbar > div { background-color: #3b6c9c; height: 28px; border-radius: 5px;}
  #wpgdprform #progressbar > div small {font-weight: 600;}
  #wpgdprform #progressbar > .step1 {width: 0%;} 
  #wpgdprform #progressbar > .step1 small {color: #000;}
  #wpgdprform #progressbar > .step2 {width: 25%;} 
  #wpgdprform #progressbar > .step3 {width: 50%;} 
  #wpgdprform #progressbar > .step4 {width: 75%;} \
  #wpgdprform #progressbar > .step5 {width: 100%;}
  #wpgdprform #progressbar small {padding: 3px 10px; line-height: 2em; color: #fff;}
  #wpgdprform .form-top h4 {text-align: center; text-transform: uppercase;}

  #wpgdprform p.atentie:before { font-family: 'entypo-fontello'; content: "\E81F"; font-size: 16px; padding-right: 5px;}
  #wpgdprform h4.deja-extinsa:before { font-family: 'entypo-fontello'; content: "\E812"; font-size: 16px; padding-right: 5px;}
  #wpgdprform h4.deja-inregistrat:before { font-family: 'entypo-fontello'; content: "\E814"; font-size: 16px; padding-right: 5px;}


  #wpgdprform .form-box .wpgdpr-form h3 {font-weight: 600;}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

    #wpgdprform .inner-bg { padding: 40px 0 110px 0; }
    #wpgdprform .top-big-link { margin-top: 25px; }
    #wpgdprform .top-big-link a.btn { margin-top: 10px; }

    #wpgdprform .form-bottom { padding-bottom: 25px; }
    #wpgdprform form .form-bottom button.btn { margin-bottom: 5px; }

    #wpgdprform .step3_info .info_icon {padding-bottom: 0px;}
    #wpgdprform .step3_info .info_icon img{width:30px;}

}
/*-----------------------------------------------------------------------------*/
@media (min-width: 415px) and (max-width: 767px) {
    #wpgdprform .category-items > div:nth-child(3n+1){
        clear:none;
    }
    #wpgdprform .product-items > div:nth-child(4n+1){
        clear:none;
    }
    #wpgdprform .category-items > div:nth-child(2n+1),
    #wpgdprform .product-items > div:nth-child(2n+1){
        clear:both;
    }
    #wpgdprform .category-items > div.col-sm-4,
    #wpgdprform .product-items > div.col-sm-4{
        width:50%;
        float:left;
    }
    #wpgdprform .item .item-image {
    height: 150px;
    }
}
@media (max-width: 415px) {

    #wpgdprform h1, #wpgdprform h2 { font-size: 32px; }
    #wpgdprform .item .item-image {
    height: 200px;
    }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {



}
/* wpgdpr FORM END */
#gdpr-reject {
  color: #FFF;
  border-color: #ca480d;
  background-color: #ec6a1f;
}
#gdpr-accept {
  color: #FFF;
  background-color: green;
}