.std ul,
.std ol {
  padding-left: 40px;
  margin-bottom: 10px;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.cart-table {
  margin-bottom: 0;
}
.cart-table .qty {
  width: auto;
  text-align: center;
}
.cart-table .btn-continue {
  float: left;
}
.cart .cart-collaterals {
  margin-left: -15px;
  margin-right: -15px;
}
.cart .cart-collaterals .col2-set {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cart .cart-collaterals .col2-set {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .cart .cart-collaterals .totals {
    margin-right: 15px;
    float: right;
    width: 33.33333333%;
  }
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
  border-color: #dddddd;
}
.cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2 {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
  font-weight: 500;
}
.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 15px;
}
.cart .crosssell li.item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.cart .crosssell li.item:first-child {
  padding-top: 0;
}
.cart .crosssell li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart .crosssell .product-image {
  float: left;
}
.cart .crosssell .product-details {
  margin-left: 100px;
}
.cart .crosssell .add-to-links .separator {
  display: none;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
@media (max-width: 992px) {
  .cart .crosssell {
    display: none;
  }
}
.cart .discount .discount-form {
  padding: 15px;
}
.cart .shipping .shipping-form {
  padding: 15px;
}
.cart .totals .checkout-types {
  margin-bottom: 0;
  text-align: right;
}
.cart .totals .checkout-types li {
  margin-bottom: 5px;
}
.cart .totals .checkout-types li:last-child {
  margin-bottom: 0;
}
.item-options {
  margin-top: 10px;
}
.item-options dd {
  margin-left: 15px;
}
.truncated {
  position: relative;
  cursor: help;
}
.truncated .dots {
  cursor: inherit;
  color: inherit;
}
.truncated .dots:hover {
  text-decoration: none;
}
.truncated_full_value {
  top: 20px;
}
.truncated_full_value dl {
  margin: 0;
}
.truncated_full_value dd {
  margin-left: 0;
}
.truncated_full_value dd + dt {
  border-radius: 0;
  border-top: 1px solid #ebebeb;
}
.truncated_full_value.show {
  display: block;
}
.header-area .header-bottom .cart-list .cart-prices.empty-cart {
  padding: 10px 20px;
}
.header-area .header-bottom .cart-list .cart-single-product .product-atributes .text-error {
  color: red;
}
.header-area .header-bottom .cart-list .cart-single-product .product-atributes .text-success {
  color: green;
}
/*George Edit*/
.custom_contact .page-title{
  display: none;
}
textarea{
  resize: none !important; /*very important*/
}
#contactForm li .input-box{
  margin-bottom: 10px;
}
#contactForm li .input-box input, #contactForm li .input-box textarea{
  width: 100%;
}
#contactForm .buttons-set button{
  float: right;
}
button.button{
  background: #fff;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  border: 2px solid #d7d7d7;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 10px;
}
button.button:focus{
  outline: 0;
}
div.validation-advice{
  margin-top: 3px;
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  top: 2px;
}
.sidebar-widget-title h4 span{
  width: 100%;
}
.sidebar-widget-title h4{
  border: 0;
}
.pager{
  padding: 10px;
}
.pager .limiter select{
  width: 70px;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.under-content{
  margin-top: 10px;
  text-align: center;
  /*padding: 20px;
  border: 1px solid #777777;*/
}
.under-content h1{
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 20px;
}
.home-prods{
  /*padding: 20px 0;
  border: 1px solid #777777;*/
  border-top: 0;
  float: left;
}
.home-prod-item {
  width: 20%;
  display: inline-block;
  float: left;
}
.home-prod-item-under{
  text-align: center;
  /*text-transform: uppercase;*/
  margin-top: 10px;
}
.no-padding-lr{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.home-prod-container{
  display: table;
  border: 1px solid #fff;
  background-color: #f3f3f3;
}
.home-prod-container img{
  border-radius: 50%;
  padding: 10px;
}
.home-prod-container > div{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.home-sections{
  margin-top: 30px;
  /*border: 1px solid #777777;*/
  background-color: #efefef;
  float: left;
}
.home-sections.last{
  padding: 20px 0;
}
.div_table{
  display: table;
}
.div_table_cell{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.custom_address{
  padding-top: 15px;
  border-top: 1px dotted #efefef;
}
.create-account-form, .login-form {
  min-height: 200px;
}
@media (max-width: 767px){
  .create-account-form, .login-form {
    min-height: 250px;
  }
}
.button.fields-button{
  padding: 3px 15px;
}
/*.how-it-works-step{
  background: red;
  display: inline-block;
  height: 55px;
  margin-left: 20px;
  margin-top: 55px;
  position: relative;
}
.how-it-works-step:before {
  border-bottom: 35px solid red;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -35px;
  width: 0;
}*/
#shipping-method.firecheckout-section{
  display: none;
}
#payment-method-reset{
  display: none;
}
#firecheckout-form .firecheckout-set #review-buttons-container {
  padding: 0;
}
#firecheckout-form .firecheckout-set #checkout-review-submit {
  margin: 0;
  padding: 0;
}
#firecheckout-form .firecheckout-set #checkout-review #checkout-additional {
  padding: 0;
}
#checkout-review-load{
  display: none;
}
.div_table_100{
  display: table;
  width: 100%;
}
.panel-body {
  margin: 0;
}
p.required:before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 5px;
  color: #b0b0b0;
}
.steps ul li span{
  text-transform: uppercase;
}
.home-prod-item-under a{
  color: #000;
}
.home-prod-item-under a:hover {
  color: #BF1111 ;
}
.page-title h1{
  color: #BF1111 ;
  /*border: 0;
  background: #F1F1F2;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px; */
  font-weight: 500;
  border-bottom: 1px solid #f1f1f2;
}
.lcscf-ul{
  padding-left: 0;
  display: block;
}
/*.lcscf{
  line-height: 55px;
}
.lcscf:nth-child(1){
  width: 10%;
}
.lcscf:nth-child(2){
  width: 15%;
  text-align: center;
}
.lcscf:nth-child(3){
  width: 15%;
  text-align: center;
}
.lcscf:nth-child(4){
  width: 15%;
  text-align: center;
}
.lcscf:nth-child(5){
  width: 25%;
  text-align: center;
}*/
.lcscf:nth-child(6){
  text-align: right;
}
.lcscf:nth-child(6) a{
  padding-right: 0;
}
.no-padding-l{
  padding-left: 0 !important;
}
.home_block_images{
  background-color: transparent;
}
.pad-bot-fix{
  padding-bottom: 15px;
}
.home_block_images img{
  opacity: 0.6;
}
.home_block_images img:hover{
  opacity: 1;
}
.std{
  min-height: 300px;
}
.servicii{
  background-color: #f3f3f3;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  text-align: justify;
}
.pad_15{
  padding: 15px;
}
/*.servicii img{
  width: 100%;
  height: 85px;
}*/
.servicii img.background-de-test{
  background: #000000;
}
.how-it-works-step, .how-it-works-step-final{
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f3;
}
/*.buton_detalii{
  display: block;
  border: 1px solid #777777;
  text-align: center;
  border-radius: 10px;
  min-width: 100px;
  line-height: 29px;
}
.buton_detalii:hover{
  border: 1px solid #BF1111 ;
  background-color: #BF1111 ;
  color: #ffffff;
}*/
.accordion-toggle .fa{
  margin-left: 5px;
}
.div_table_cell .std{
  min-height: auto;
}
.row-spacer{
  clear: both;
}
.header-user-info{
  padding: 10px 0 8px 0;
}
.header-user-info a{
  line-height: 18px;
}
.blog_listing .post-info .fa.fa-calendar-o{
  position: relative;
  top: -1px;
  line-height: 34px;
}
.entry-meta {
  padding: 5px 0 3px 0;
}
a.readmore {
  line-height: 30px;
}
a.readmore span{
  position: relative;
  top: 2px; /*ceva fin*/
}
.post-date {
  padding: 18px 0 14px 0;
}
.blog_listing .single-blog .share-icon h3 {
  color: #252525;
  float: left;
  font-size: 14px;
  line-height: 34px;
  margin: 0;
  text-transform: none;
}
.single-blog .share-icon h3 {
  text-transform: none;
}
.blog_listing .single-blog .share-icon {
  clear: inherit;
  display: -moz-inline-box;
  margin: 0;
  overflow: hidden;
}
.blog_listing .single-blog .share-icon ul li a {
  padding: 0 12px;
  top: 1px;
  position: relative;
}
.highlight {
  background-color: #d7d7d7;
}
.highlight-1{
  /*background-color: #e2cde0;*/
  background-color: #f2cfcf;
  height: 60px;
  vertical-align: top !important;
  position: relative;
  padding-top: 18px !important;
}
.highlight-2{
  /*background-color: #d3b4d0;*/
  background-color: #ebb7b7;
  height: 60px;
  vertical-align: top !important;
  position: relative;
  padding-top: 18px !important;
}
.highlight-3{
  /*background-color: #c59bc1;*/
  background-color: #e59f9f;
  height: 60px;
  vertical-align: top !important;
  position: relative;
  padding-top: 18px !important;
}
button.button span:focus{
  outline: 0;
}
.cum_functioneaza_last{
  margin-bottom: 0;
}
.cum_functioneaza_last_col{
  background-color: transparent;
  text-align: center;
}
#v-cookielaw .v-message {
  padding: 10px 10px 0px 10px;
}
a.button{
  background: #fff;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  border: 2px solid #d7d7d7;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  margin: 0;
  cursor: pointer;
  float: left;
  margin-right: 15px;
  border-radius: 10px;
}
a.button.last{
  margin-right: 0;
}
a.button:hover{
  background: #fff;
  color: #BF1111 ;
}
#v-cookielaw.v-bar .v-actions {
  width: 300px;
}
#v-cookielaw.v-bar.v-top{
  border-bottom: 2px solid #d7d7d7;
  background-color: #BF1111 ;
  color: white;
}
.select-product {
  margin: 0 0 15px 0;
}
.select-product .validation-advice{
  margin-top: -10px;
}
.page-title-clone{
  color: #BF1111 ;
  border: 0;
  /*background: #000000;*/
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.page-title-clone img{
  max-width: 200px;
}
p{
  text-align: justify;
}
.home_block_images img{
  width: 100%; /* il scoatem, dar momentan a deranjat cum arata */
}
img.home-section.collections {
  max-height: 393px; /* il scoatem, dar momentan a deranjat cum arata */
}
.section-padding2 {
  padding: 20px 0;
}
.fa-check-circle.not{
  opacity: 0.1;
}
.buton_detalii{
  background: #fff;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  border: 2px solid #d7d7d7;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 10px;
}
.custom_address p{
  text-align: inherit;
}
button.button > span {
  top: 0;
}
a.mytooltip{
  display: inline-block !important;
  font-size: 14px;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 5px;
}
a.mytooltip:hover{
  color: #000;
}
.upload-container {
  margin: 0 0 20px 0;
}
.intro-image-howto{
  background-color: #ececec;
  font-size: 11px;
  border-bottom: 1px solid #BF1111 ;
  padding-top: 20px;
}
.intro-image{
  padding-top: 20px;
}
.error-text > a {
  background: #fff;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  border: 2px solid #d7d7d7;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 10px;
}
#upload-images .valuation-edit, #upload-images .old-images.gallery{
  display: none;
}
.more-space-bot{
  margin-bottom: 30px;
}
.yellow-highlight{
  /*background-color: yellow;
  padding: 5px;*/
}
/*a{
  color: #777777;
  color: #BF1111;
}
a:hover{
  color: #BF1111 ;
  color: #df8888;
}*/
.customer-account-edit .block-account .block-content ul li:first-child{
  display: none;
}
.customer-account-edit .block-account .block-content ul li:nth-child(2){
  display: list-item;
}
.block-account .block-content ul li:nth-child(2){
  display: none;
}
input#change_password{
  top: -2.5px;
}
button.btn:focus, button.btn span:focus, button.btn span span:focus{
  outline: 0;
}
button.success-right{
  float: right;
}
.back-link .buton_detalii{
  text-transform: none;
}
.buttons-set .buton_detalii{
  text-transform: none;
}
h3.legend{
  color: #BF1111;
  border-bottom: 1px solid #f1f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.input-text.no-display{
  display: none !important;
}
input#subscription{
  float: left;
  margin-right: 5px;
  top: -2.5px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: none !important;
}
.newsletter-manage-index .block-account .block-content ul li:first-child, .newsletter-manage-index .block-account .block-content ul li:nth-child(2){
  display: none;
}
.newsletter-manage-index .block-account .block-content ul li:nth-child(3){
  display: list-item;
}
.block-account .block-content ul li:nth-child(3){
  display: none;
}
.customer-address-form .block-account .block-content ul li:first-child, .customer-address-form .block-account .block-content ul li:nth-child(2), .customer-address-form .block-account .block-content ul li:nth-child(3){
  display: none;
}
.customer-address-form .block-account .block-content ul li:nth-child(4){
  display: list-item;
}
.block-account .block-content ul li:nth-child(4){
  display: none;
}
.back-link a{
  background: #fff;
  display: inline-block;
  padding: 7px 15px 4px 15px;
  border: 2px solid #d7d7d7;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 10px;
}
.back-link a:hover{
  color: #df8888;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
  color: #3f3f3f;
  background-color: #fff;
  border-color: #d7d7d7;
}
.btn-success:hover,.btn-success.focus, .btn-success:focus {
  color: #3f3f3f;
  background-color: #fff;
  border-color: #d7d7d7;
}
.coupon input[type="text"]{
  height: 33px;
}
/*.my-account a.link-print{
  float: right;
}*/
.my-account .page-title.title-buttons{
  margin-bottom: 10px;
}
.order-info-box h2{
  color: #BF1111;
}
#my-orders-table{
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}
h2.table-caption{
  color: #BF1111;
}
.data-table td{
  padding: 10px 0;
}
.tooltip{
  min-width: 200px;
}
a.link_serv{
  color: #777;
}
a.link_serv:hover{
  color: #df8888;
}
.entry-summary{
  text-align: justify;
}
.post-thumbnail a{
  text-align: center;
}
.mar-bot-15{
  margin-bottom: 15px;
}
.blog-sidebar ul li{
  padding: 10px 0;
}
.sidebar-widget-title h4 span{
  top: 5px;
}
.shared ol li{
  text-align: justify;
}
.post-thumbnail img{
  max-height: 350px;
}
.postinfo-wrapper .entry-summary{
  padding: 50px 0;
}
.valuation-sidebar a{
  color: #444;
}
.valuation-sidebar a:hover{
  color: #df8888;
}
.my-account{
  min-height: 400px;
}
.valuation-sidebar .valuation-thumb {
  padding-right: 0;
}
.blog-sidebar .post-thumb {
  padding-right: 0;
}
#is_subscribed{
  width: auto;
  float: left;
  top: -2px;
  margin-right: 5px;
}
.control{
  margin-bottom: 15px;
}
.firecheckout-set .form-list .customer-name-middlename .name-lastname, .firecheckout-set .form-list .customer-name-prefix-middlename .name-middlename, .firecheckout-set .form-list .customer-name-prefix-middlename-suffix .name-middlename, .firecheckout-set .form-list .customer-name-prefix-middlename-suffix .name-suffix, .firecheckout-set .form-list .customer-name-prefix-suffix .name-lastname, .firecheckout-set .form-list .customer-name-prefix .name-lastname{
  clear: none !important;
}
#scrolling-spacer{
  height: 0 !important;
}
.firecheckout-set .step-buttons-set button .field-spinner-wrapper {
  top: 40% !important;
  right: 35px !important;
}
#firecheckout-form #billing-address-select, #firecheckout-form #shipping-address-select{
  margin-bottom: 15px;
}
/*#firecheckout-form .customer-name-middlename{
  margin-right: -15px;
  margin-left: -15px;
}
#firecheckout-form .form-group.name-lastname{
  padding-left: 0;
}*/
#firecheckout-form .form-list li ul li{
  margin-bottom: 15px;
}
a:focus{
  color: #df8888;
}
.mobile-menu-area {
  background: transparent;
}
.mobile-menu-area li{
  padding: 5px 0;
  text-align: center;
  background-color: #f3f3f3;
}
.mobile-steps{
  display: none;
}
@media (max-width: 991px){
  .home_block_images .right-fix{
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
}
#table_prices_small_res{
  display: none;
}
@media (max-width: 767px){
  .show-xs{
    display: block !important;
  }
  .header-area .header-top{
    display: block;
  }
  .header-user-info a i {
    display: inline-block;
  }
  .header-user-info a{
    border-left: 0;
  }
  .home_block_images .no-padding-l{
    padding-right: 0 !important;
  }
  .home_block_images .right-fix {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .footer-top-menu{
    margin-bottom: 0;
  }
  .contact-area{
    margin-bottom: 0;
  }
  .footer-middle-content{
    margin-bottom: 0;
  }
  #table_prices_small_res{
    display: block;
  }
  #table_prices{
    display: none;
  }
}
@media (max-width: 991px){
  .mobile-steps{
    display: block !important;
  }
  .hidden-xs-steps{
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px){
  .mainmenu ul li a:first-child{
    padding: 0 8px 0 0;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .mainmenu ul li a:first-child{
    padding: 0 15px 0 0;
  }
}
.mobile-steps ul li{
  /*background-color: #f3f3f3;
  padding: 15px;*/
  margin-bottom: 20px;
  text-align: center;
}
.mobile-steps ul li a{
  padding: 15px;
  display: block;
  background-color: #f3f3f3;
}
.mobile-steps ul li.final-step a{
  background-color: #BF1111;
  color: #ffffff;
}
.mobile-steps ul li.final-step a:hover{
  background-color: #f3f3f3;
  color: #BF1111;
}
@media (max-width: 991px){
  .container {
    width: 100%;
  }
  .owl-item img{
    width: 100%;
  }
}
@media (min-width: 992px){
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1150px;
  }
}
@media (max-width: 1199px){
  img.home-section.collections{
    max-height: 319px;
  }
}
.home_block_images .text-wrapper{
  max-width: 200px;
}
@media (max-width: 991px){
  img.home-section.collections{
    max-height: 331px;
  }
  .home_block_images .text-wrapper.wrapper-right{
    right: 0;
  }
  .valuation-sidebar {
    margin-top: 15px;
  }
  .footer-area{
    text-align: center;
  }
  .social-icon ul li{
    width: 100%;
    text-align: center;
  }
  .social-icon ul li a{
    display: block;
    margin: 0 auto;
  }
  .contact-area .footer-info.contact ul li {
    padding-left: 0;
  }
  h3.footer-widget-title{
    margin: 15px 0;
  }
  .logouri-experti{
    text-align: center;
  }
  .div_table_cell{
    float: left;
  }
  .servicii img{
    width: 230px;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .how-it-works-step, .how-it-works-step p, .how-it-works-step-final, .how-it-works-step-final p{
    text-align: center;
  }
  .sales_img{
    text-align: center;
    margin-bottom: 15px;
  }
  .sales_img a.pull-right{
    float: none !important;
  }
  .sales_img img{
    max-width: 200px;
    display: inline-block;
  }
  .sales_second{
    margin-bottom: 15px;
  }
  .div_table.vanzari{
    display: block;
  }
}
@media (max-width: 400px){
  .contact-area .footer-info.contact i {
    display: none;
  }
}
@media (max-width: 430px){
  a.mytooltip {
    bottom: -4px;
    right: 1px;
  }
  .share-icon h3{
    display: none;
  }
  .blog_listing .single-blog .share-icon{
    margin-bottom: 10px;
  }
  .blog_listing .single-blog .share-icon ul li:first-child a{
    padding-left: 0;
  }
  .single-blog .share-icon ul li:first-child a {
    padding-left: 0;
  }
  .pager {
    padding: 10px 0;
  }
}
/*.contact-area .footer-info.contact i:before{
  position: relative;
  top: 1px;
}*/
@media (max-width: 991px) and (min-width: 768px){
  .time-area .toggle-footer li, .contact-area .footer-info ul li, .toggle-footer li, .contact-area .footer-info p{
    font-size: 13px;
  }
}
/*.tooltip.left.in{
  left: 0 !important;
}*/
.tab-pane{
  width: 100%;
  overflow: hidden;
}
@media (max-width: 480px){
  .nav-tabs > li{
    width: 100%;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    background-color: #ddd;
    border: 0;
  }
}
.pending-valuation {
  margin-bottom: 15px;
}
#table_prices_small_res .servicii{
  padding: 10px;
}
@media screen and (max-width: 767px){
  .cart .table-responsive {
    border: 0;
  }
}
.coupon {
  margin-bottom: 15px;
}
.checkout-types .btn-checkout{
  margin-bottom: 10px;
}
@media screen and (max-width: 535px){
  .cart .table-content table th, .cart .table-content table td {
    border: 0;
    width: 100%;
    font-size: 12px;
    float: left;
    padding: 5px;
  }
  .cart .table-content table{
    border-width: 0;
    margin: 0;
  }
  /*.cart .table-content table td.product-thumbnail{
    width: 20%;
  }*/
  .cart .table-content table th{
    display: none;
  }
  .cart .table-content table td.product-remove{
    border-bottom: 1px solid #e5e5e5;
  }
}
#email-section .field.field-email{
  margin-bottom: 15px;
}
#register-customer-password .field-confirm-password .input-text{
  width: 100%;
}
#firecheckout-form .firecheckout-set #email-section .form-list {
  margin-right: -15px;
  margin-left: -15px;
}
#email-section .field.field-password{
  margin-bottom: 15px;
}
#billing-address .col-xs-12, #billing-address .col-sm-6{
  padding: 0;
}
#billing-address .name-lastname{
  padding-left: 15px;
}
.firecheckout-set #billing-address .form-list .fields .field{
  width: 100%;
  margin-bottom: 15px;
}
#shipping-address .col-xs-12, #shipping-address .col-sm-6{
  padding: 0;
}
#shipping-address .name-lastname{
  padding-left: 15px;
}
.firecheckout-set #shipping-address .form-list .fields .field{
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  #billing-address .name-lastname{
    padding-left: 0;
  }
  #shipping-address .name-lastname{
    padding-left: 0;
  }
  .no-padr-res{
    padding-right: 0;
  }
  li .input-box.no-padr-res input{
    width: 100%;
  }
  .no-padr .name-firstname{
    padding-right: 0;
  }
  .no-padr .email-field{
    padding-right: 0;
  }
}
.martb-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.cust-create-pass .input-box input{
  width: 100%;
}
.no-padr{
  padding-right: 0;
}
.no-padr .name-lastname{
  padding-right: 0;
}
li .input-box input#current_password{
  width: 100%;
}
.buttons-set{
  margin-bottom: 10px;
}
@media screen and (max-width: 600px){
  #my-orders-table thead th:nth-child(2), #my-orders-table thead th:nth-child(3){
    display: none;
  }
  #my-orders-table tbody tr td:nth-child(2), #my-orders-table tbody tr td:nth-child(3){
    display: none;
  }
  #my-orders-table thead th, #my-orders-table > tbody > tr > td{
    padding: 2px;
    font-size: 12px;
  }
}
@media screen and (max-width: 680px){
  .certificates table thead th:nth-child(2), .certificates table thead th:nth-child(3), .certificates table thead th:nth-child(6), .certificates table thead th:nth-child(7){
    display: none;
  }
  .certificates table tbody tr td:nth-child(2), .certificates table tbody tr td:nth-child(3), .certificates table tbody tr td:nth-child(5), .certificates table tbody tr td:nth-child(6), .certificates table tbody tr td:nth-child(7){
    display: none;
  }
  .certificates table thead th, .certificates table > tbody > tr > td{
    padding: 2px;
    font-size: 12px;
  }
  .pager .amount, .pager .limiter{
    margin-bottom: 15px;
  }
}
.visible-imp{
  display: block !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-default{
  border: 0;
}
.navbar-toggle{
  /*border: 0;
  padding-right: 0;*/
  margin-right: 0;
  margin-top: 22px;
}
.navbar-collapse{
  border-top: 0;
}
.navbar-default .navbar-nav>li>a {
  color: #BF1111;
}
.navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
}
.navbar-nav{
  margin-top: 0;
  margin-bottom: 0;
}
.mobile-menu-area {
  margin-bottom: 0px;
}
.header-logo{
  float: left;
  max-width:230px;
}
.header-right-inner, .header-bottom-right {
  min-height: 20px;
}
span.span-upload-imagini{
  width: 100%;
  display: block;
  text-align: center;
}
#pickfiles{
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 7px 15px 4px 15px;
  border: 2px solid #d7d7d7;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 10px;
}
.full_width_img{
  width: 100%;
}
#advice-required-entry-coupon_code{
  width: 100%;
  clear: both;
  float: left;
  margin-top: 5px;
}

.footer-middle-content a img{
  max-width:190px;
}
/*IE fix*/
.moxie-shim.moxie-shim-html5{
  position: static !important;
}
/*IE fix*/