/******************************************** Modificari 2022 */

/* 
for new pages, use body.body
*/


/* favorites */

.favorites .favorites_prod { padding:30px 5px 15px 5px; border-bottom:1px solid #eeeeee; }
.favorites .favorites_prod:last-child { border-bottom:none; }

.favorites_frame { background-color: #e6eef8; padding:25px 15px 15px 15px; }
.favorites_panel { background-color:#ffffff; box-shadow:0px 2px 5px #bbc6cc; padding:15px 15px; }
.favorites_frame,
.favorites_panel { 
-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.cart_prod_det { padding:0 15px 0 0; }
}
.favorites_panel .multicolor { display:none; }
.favorites_panel .multicolor:last-child { display:block; }

.favorites_prod_det h5 { font-weight:600; font-size:14px; color:#000000; line-height:20px; margin:0; padding:3px 0 5px 0; }
.favorites_prod_det h5 a, .favorites_prod_det h5 a:visited { color:#000000; }
.favorites_prod_det h5 a:hover, .favorites_prod_det h5 a:focus { color:#efca30; /*E7BC12*/ text-decoration:underline; }
.delivery_icon { margin-top:3px; opacity: 0.8; }
@media screen and (max-width: 1199px) { .delivery_icon { display:none; } }

.favorites_prod_det .color { display:inline-block; width:100%; padding:2px 0 5px 0; font-size:12px; }
.favorites_prod_det .color span { color:#999; }

.favorites_actions { display:block; width:100%; margin:15px 0 0 0; } 
.favorites_actions .product-actions { list-style-type:none; padding-left:5px; }
.favorites_actions .product-actions li { display:inline; }
.favorites_actions .product-actions li a, 
.favorites_actions .product-actions li a:visited,
.favorites_prod_det .favorites_prod_update a, 
.favorites_prod_det .favorites_prod_update a:visited { padding:4px 10px 0 5px; font-size:12px; color:#003399; text-decoration:none; }
.favorites_actions .product-actions li a:hover span { text-decoration:underline; }
	
@media screen and (max-width: 767px) { 
   .favorites .favorites_prod { padding:25px 0 20px 0; }
   .favorites_prod_det { padding:0 10px 0 0; }
   .favorites_prod_det h5 { font-size:14px; line-height:18px; }
   .favorites_prod_det .color { padding:0 0 10px 0; } 
   .favorites_actions { 
     position:absolute;
	 top:10px; 
	 right:10px;
	 display:block;
	 background:#eeeeee;
	 width:30px;
	 height:30px;
   } 
}

/* lista fabrici */

.ct-wrapper, .ct-wrapper-main {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
      overflow: hidden;
      padding: 15px 20px;
      margin: 0 0 20px 0;
      text-align: left;
      text-decoration: none;
      color: rgb(255, 255, 255);
      z-index: 0;
} 
.ct-wrapper-main {
      background: #efca30;
} 
.ct-wrapper::before {
      position: absolute;
      content: "";
      background: rgb(255, 255, 255) none repeat scroll 0% 0%;
      transition-duration: 0.3s;
      z-index: -1;
      inset: auto auto 0px 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
} 
.ct-wrapper:hover::before {
      width: 100%;
      height: 0px;
      opacity: 1;
} 
.ct-wrapper:hover {
      background: #e8e8e8 none repeat scroll 0% 0%;
      color: rgb(255, 255, 255);
      transition: color 0.3s ease 0s, background 0s ease 0s;	  
} 
.ct-wrapper h5, .ct-wrapper-main h5 { margin:15px 0; }
.ct-wrapper h6, .ct-wrapper-main h6 { margin-top:0; color:#646464; margin-bottom:20px; font-weight:400; }
/* .ct-wrapper:hover h6 { color:#ffffff; } */
.ct-wrapper p, .ct-wrapper-main p { margin: 0 0 5px; font-size:14px; line-height:18px; color:#413c35; }
.ct-wrapper .ct-map a, .ct-wrapper .ct-map a:visited,
.ct-wrapper .ct-phone a, .ct-wrapper .ct-phone a:visited,
.ct-wrapper .ct-mail a, .ct-wrapper .ct-mail a:visited, 
.ct-wrapper-main .ct-map a, .ct-wrapper-main .ct-map a:visited,
.ct-wrapper-main .ct-phone a, .ct-wrapper-main .ct-phone a:visited,
.ct-wrapper-main .ct-mail a, .ct-wrapper-main .ct-mail a:visited 
{ color: #000000; }
.ct-wrapper .ct-map a:hover, .ct-wrapper .ct-phone a:hover, .ct-wrapper .ct-mail a:hover,
.ct-wrapper-main .ct-map a:hover, .ct-wrapper-main .ct-phone a:hover, .ct-wrapper-main .ct-mail a:hover { text-decoration:underline; }


body, body.body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.off-canvas-toggle {
  float: left;
  padding: 0 15px;
}

.row-header { background-color:#c8c8c8; }
.row-header .title,
.row-header .title-alt { display:block; }
h1.title,
h1.title-alt { font-family: "Roboto", sans-serif; display: block; position: relative; margin-top: 20px; padding-left:10px; font-weight:700; color:#000000; max-width: 285px; }

@media screen and (max-width: 767px) {
  h1.title, 
  h1.title-alt { font-size:20px; line-height:30px; } 
  .row-header .title, 
  .row-header .title-alt { margin:15px 0 15px 15px; }
}
@media screen and (min-width: 768px) {
  h1.title, 
  h1.title-alt { font-size:22px; line-height:32px; } 
  .row-header .title, 
  .row-header .title-alt { margin-top: 55%; margin-left:30px; }
}
@media screen and (min-width: 1280px) {
  h1.title,
  h1.title-alt { font-size:30px; line-height:42px; }
}

h1.title::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #efca30;
}

h2.subtitle { font-family: "Roboto", sans-serif; display: block; position: relative; margin-top: 20px; font-size:24px; line-height:32px; font-weight:500; }

.section { padding:30px 0; }
.section h3:first-child { margin-top:0; }
.section-small { padding:0; }
.section.first { padding-top:50px; }
.section.unified { padding-top:20px; }
.highlighted { color: #efca30; font-weight: bold; }

h5.highlighted, h4.highlighted {
    background-color: #E6E6E6;
	color:#000000;
	padding: 12px 15px 12px 15px;
}

.bg-parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

ul.checked { list-style-type:none; padding-left:10px; }
ul.checked li i { margin-right:10px; }

.yel-wrapper { background-color: #efca30; }
.dark-wrapper { background-color: #1e1e1e; }
.light-wrapper { background-color: #eeeeee; }
.vlight-wrapper { background-color: #fafafa; }
.yel-wrapper,
.light-wrapper { color: #000000; }

.light-wrapper i { color: #000000; }

.body .top, .body .header { position:relative; top:0; }


h2 span.active { font-size:20px; color: #efca30 !important; font-weight:700; }
h2 span.inactive a { font-size:20px; color: #413c35; font-weight:300; }
h2 div.cat_separator { color: #efca30; font-weight:500; padding:0 15px; display:inline; }
h2 span.active a:hover, h2 span.inactive a:hover { text-decoration:underline; }

@media screen and (max-width: 767px) {
h2 span.active, h2 span.inactive a { font-size:16px; }
h2 div.cat_separator { color: #efca30; font-weight:500; padding:0 5px; display:inline; }
}

/* Company page */

#dates li a {
	color: #444444;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	#dates li a:hover,
	#dates li a.selected {
		color: #efca30;
	}

.sociales {
  text-align: center;
  margin-bottom: 20px;
}

#dates a {
  line-height: 38px;
  padding-bottom: 10px;
}

#dates .selected {
  font-size: 38px;
}

#timeline {
  width: 100%;
  height:400px;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
#dates {
  width: 20%;
  min-width:120px;
  height: 300px;
  overflow: hidden;
  float: left;
}
#dates li {
  list-style: none;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  padding-left: 10px;
}		
#issues {
  width: 80%;
  height: 400px;
  overflow: hidden;
  float: left;
}	
#issues li {
  width: 100%;
  height: 400px;
  list-style: none;
}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
					width: 200px;
					margin: 10px 30px 10px 50px;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h4 {
					color: #ffcc00;
					font-size: 48px;
					text-align: center;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin: 10px 20px;
					font-weight: normal;
					line-height: 22px;
				}
		
#next, 
#prev { 
position: absolute; left: 45%; font-size: 40px; width: 38px; height: 22px; 
background-position: 0 -44px; background-repeat: no-repeat; 
text-indent: -9999px; overflow: hidden; 
}
#next:hover, 
#prev:hover { background-position: 0 0; }
#next { bottom: 0; }
#prev { top: 0; }





/* Contact page */

.ContactDetails .sub-title {
  margin-top:25px;
}
.ContactDetails .sub-title {
  display: block;
  position: relative;
}
.ContactDetails .sub-title::before {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  top: 10px;
  content: "";
  background: #E6E6E6;
}
.ContactDetails .sub-title span {
  background: #ffffff;
  display: inline-block;
  position: relative;
  font-size:14px;
  font-weight:700;
  /*margin-left: 50px;*/
  padding: 0 30px;
}
#fabrici i { width:20px; }

#fabrici .carousel-control {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=50);
  font-size: 36px;
  color: #fff !important;
  text-align: center;
  text-shadow: none !important;
  background-color: transparent;
  z-index: 10;
}
#carouselFab .carousel-control.right {
  left: auto;
  right: 20px;
}
#carouselFab .carousel-control.left, #carouselFab .carousel-control.right {
  background:none;
}

#reprezentanti-elis .nav-pills > li > a {
  color: #000000;
  display: block;
  padding: 8px 16px;
  border-radius:0;
}
#reprezentanti-elis .nav-pills > li.active > a, #reprezentanti-elis .nav-pills > li.active > a:focus, #reprezentanti-elis .nav-pills > li.active > a:hover {
  color: #000000;
  background-color: #efca30;
  border-radius:0;
}
@media screen and (max-width: 767px) { 
   #reprezentanti-elis .nav-pills > li { float: left; }
   #reprezentanti-elis .nav-pills > li.active, #reprezentanti-elis .nav-pills > li.active:focus { color: #000000 !important; }
}


/* Spacing */

.pl-0{padding-left:0}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-40{padding-left:40px}.pr-0{padding-right:0}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-40{padding-right:40px}.p-20{padding:20px}.p-30{padding:30px}.p-40{padding:40px}
@media (min-width:768px){.sm-pt-10{padding-top:9px}}@media (min-width:1600px){.fit-size{max-width:623px!important;margin:0 auto}}.ph-10{padding-left:10px;padding-right:10px}.ph-20{padding-left:20px;padding-right:20px}.ph-25{padding-left:25px;padding-right:25px}.ph-30{padding-left:30px;padding-right:30px}.ph-40{padding-left:40px;padding-right:40px}
@media (max-width:767px){.section-bg .ph-40{padding-left:0;padding-right:0}}.ph-xs-40{padding-left:35px;padding-right:35px}.ph-60{padding-left:60px;padding-right:60px}
@media (max-width:767px){.ph-20{padding-left:15px;padding-right:15px}.ph-25{padding-left:15px;padding-right:15px}.ph-xs-0{padding-left:0;padding-right:0}.ph-xs-40{padding-left:20px;padding-right:20px}}@media (min-width:768px){.ph-sm-0{padding-left:0!important;padding-right:0!important}.mh-sm-0{margin-left:0;margin-right:0}}
.pt-40{padding-top:40px}.pb-40{padding-bottom:40px}.pv-5{padding-top:5px;padding-bottom:5px}.pv-10{padding-top:10px;padding-bottom:10px}.pv-15{padding-top:15px;padding-bottom:15px}.pv-20{padding-top:20px;padding-bottom:20px}.pv-30{padding-top:30px;padding-bottom:30px}.pv-40{padding-top:40px;padding-bottom:40px}.pv-45{padding-top:45px;padding-bottom:45px}.pv-50{padding-top:50px;padding-bottom:50px}.pv-60{padding-top:60px;padding-bottom:60px}.pv-80{padding-top:80px;padding-bottom:80px}.mr-0{margin-right:0}.ml-0{margin-left:0}.mt-5{margin-top:5px}.mb-0{margin-bottom:0!important}.mt-0{margin-top:0!important}.mb-5{margin-bottom:5px}.mt-10{margin-top:10px}.mb-10{margin-bottom:10px}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.space-top{padding-top:20px}.space-bottom{padding-bottom:20px}

a i.fa-brands { color: #efca30; }
a i.fa-brands:hover { color: #ffffff; }

.color-main { color: #efca30; }


/* Timeline */

.timeline {
  margin: 0 auto;
  position: relative;
  width:100%;
  list-style-type:none;
}
@media (max-width:767px){
.timeline {
  height:400px; 
  overflow:auto;
  overflow-style:marquee-line;
}
}
.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #efca30;
}
.timeline-event .timeline-event-copy {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width:100%;
  opacity:0.7;
  z-index: 0;
}
.timeline-event .timeline-event-copy {
  transition-duration: 0.1s;
}
.timeline-event:hover .timeline-event-copy {
  opacity: 1;
  color: rgb(0, 0, 0);
  background: #efca30 none repeat scroll 0% 0%;
  transition: color 0.3s ease 0s, background 0s ease 0.3s;
} 
.timeline-event:hover .timeline-event-thumbnail:before {
  position: absolute;
  content: "";
  background: #ffffff none repeat scroll 0% 0%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 0;
  width: 80%;
}
.timeline-event-copy h4 {
  font-size: 22px;
  margin: 0;
  color:#413c35;
}
.timeline-event-copy p {
  font-size: 14px;
  margin: 10px 0 0 0;
  font-weight: normal;
  line-height: 22px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.timeline-event-icon {
  -moz-transition: -moz-transform 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-in;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 5px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: -8px;
  width: 20px;
  height: 20px;
  z-index:9;
}
.timeline-event-thumbnail {
  color: #000000;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 3px 0 10px 0;
}

.certconf { float:left; display: block; padding: 25px 5px 10px 20px; margin-top: -15px; position: relative; }
@media (max-width:767px){
.certconf { width:100%; padding: 40px 5px 10px 0; }
}

/* catalog online */
.publuuflip { height:83vh; margin-bottom: -6px; }
@media (max-width:767px){
.publuuflip { height:73vh; }
}

@media (max-width:767px){
.text-xs-left { text-align:left !important; }
}


/******************************************** Modificari 2022 */


body {
    overflow-x: hidden;
    max-width: 100%
}

a:active {
    background-color: inherit;
    color: inherit
}

i { font-style: normal !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.top {
    background-color: #767676;
    font-size: 12px;
    position: fixed;
    min-width: 100%;
    min-height: 37px;
    top: 0
}

.top .col-md-12 {
    text-align: center;
    padding: 5px 0
}

.top a {
    text-align: center;
    font-size: 16px;
    color: #000
}

.top a:hover, .top a:focus, .top a:active {
    text-align: center;
    font-size: 16px;
    color: #efca30 !important;
    text-decoration: underline
}

.menu-cere-oferta {
    padding: 40px 0
}

.top .nav > li > a {
    color: #231F20;
    outline: 0
}

.top__slogan, .top__menu {
    color: #231F20
}

.top .nav .caret {
    border-top-color: #231F20
}

.top .dropdown-menu > li > a {
    background-color: #FFCB05
}

.top .nav > li:hover .caret, .top .nav > li:hover a {
    border-top-color: #231F20;
    color: #231F20
}



.top .dropdown-menu > li > a:hover {
    background-color: #231F20;
    color: #fff
}

.secondary-link, .secondary-link:hover, .primary-color, .glyphicon-search--nav, .nav-blog a, .header-cart:hover, .header-cart:hover .header-cart__text--price, .btn-primary--transition:hover, .btn-shop:hover, .table-theme tr.active td, .pagination .active, .pagination > li > a:hover, .pagination .pagination--nav:hover, .opening-time .week-day.today, .products__price, .in-stock, .products__price--widgets, .shop__amount-filter__link:hover, .page-not-found .page-not-found__link, .single-product__price, .star-on, .quantity .quantity__input, .blog .blog__comments-link {
    color: #231F20
}

.nav.nav-pills {
    border-bottom: 2px solid #efca30;
	margin-bottom: 5px;
    margin-top: 25px;
}

.padding-form-text-2 {
    margin-bottom: 30px
}

.button-cere-oferta {
    margin-top: 32px;
    font-size: 15px
}

.push-down-30 {
    padding-top: 5px;
    padding-bottom: 5px
}

.products-navigation__arrows .glyphicon-circle:hover {
    border-color: #231F20;
    background-color: #FFCB05
}

.container.push-down-30 .products__price {
    display: none
}

.carousel-caption .btn {
    text-transform: unset;
    margin-top: 100px;
    border-radius: 5px
}

.carousel-indicators li {
    border: 2px solid #fff
}

.carousel-indicators .active {
    background-color: #efca30
}

img.phone-menu-top {
    margin-top: 1px;
    width: 15px;
    height: 15px
}


.linkuri-home-text { background-color:rgb(226, 226, 226); text-align:left; padding:10px 20px; font-size:16px; font-weight:700; color:#000000; }
.linkuri-home-text h4 { margin:0 !important; }

.home-section-link h3 { color:#ffffff; }
.home-section-link:hover h3 { color:#efca30; }

.banners img {
    float: left;
    margin-top: -16px;
    top: 0;
    margin-right: 15px;
    margin-bottom: 8px
}

.banners-box {    
	background: #e4e4e4;
	border-radius: 10px;
	color: #000000;
	text-align: center;
}
.banners-box:hover {   
	color: #efca30;
}

.banners-box a {
    color: #231F20
}

.banners--medium {
    background-color: #FFCB05;
    background-image: none;
    border: 3px solid #231F20;
    color: #231F20;
    transition: all .1s linear
}

.banners--small, .banners--medium, .banners--big {
    color: #231F20
}

.banners__title {
    font-size: 18px;
    font-family: "Roboto", sans-serif !important
}

.container.push-down-30 .row .col-xs-12.col-sm-6 .banners--medium {
    padding: 20px 52px 20px 26px
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0
}

.slider-overlay {
    background-color: rgba(0, 0, 0, 0.2) !important
}

.pad50 { padding-top:50px; padding-bottom:50px; }
@media (min-width:768px) and (max-width:991px) { .pad50 { padding-top:40px; padding-bottom:40px; } }
@media (max-width:767px) { 
    .pad50 { padding-top:25px; padding-bottom:25px; } 
    .ntpad-m { padding-top:0; }
	.nbpad-m { padding-bottom:0; } 
	.pr-xs-0 { padding-right: 0; }
}

/* Buttons */

.typeahead_simple { border: none; border-bottom: 2px solid #666; padding: 5px 10px; width: 300px; margin-right: 10px; box-sizing: border-box; outline: none; }
.typeahead_simple:focus { border-bottom: 2px solid #000; outline:none; }
.typeahead.dropdown-menu::after {
    border:none;
    display: none;
}
.typeahead.dropdown-menu {
    border: 2px solid #000;
	border-top: 0;
	padding: 0;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    border-radius: 1px;
    border: 0;
    padding: 5px 20px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.btn-dark {
    background: #b1b0a7;
}
.btn-dark:hover {
    color: #f3f2eb;
    background: #99988c;
}
.btn-default {
    color: #333333;
    border: 1px solid #444444;
    padding: 7px 18px;
    background: 0 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.btn-default:hover {
    color: #fff;
    background: #b1b0a7;
    border: 1px solid #b1b0a7;
    padding: 7px 18px;
}
.btn-darker:hover {
    color: #f3f2eb;
    background: #25221e;
}
.btn-danger--transition,
.btn-dark--transition,
.btn-darker--transition,
.btn-info--transition,
.btn-primary--transition,
.btn-warning--transition {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}
.btn-danger--transition:hover,
.btn-dark--transition:hover,
.btn-darker--transition:hover,
.btn-info--transition:hover,
.btn-primary--transition:hover,
.btn-warning--transition:hover {
    background: 0 0;
    padding: 7px 18px;
}
.btn-primary--transition:hover {
    border: 2px solid #71a866;
}
.btn-dark--transition {
    background: #b1b0a7;
}
.btn-dark--transition:hover {
    color: #b1b0a7;
    border: 2px solid #b1b0a7;
}
.btn-warning--transition:hover {
    border: 2px solid #fe6e3a;
}
.btn-info--transition {
    background: #668aa8;
}
.btn-info--transition:hover {
    color: #668aa8;
    border: 2px solid #668aa8;
}
.btn-danger--transition {
    background: #d5525b;
}
.btn-danger--transition:hover {
    color: #d5525b;
    border: 2px solid #d5525b;
}
.btn-darker--transition:hover {
    border: 2px solid #413c35;
}
.btn-default--transition {
    color: #b1b0a7;
    border: 2px solid #e5e5dc;
    padding: 7px 18px;
    background: 0 0;
    -webkit-transition: border 0.1s linear;
    transition: border 0.1s linear;
}
.btn-default--transition:hover {
    background: 0 0;
    color: #b1b0a7;
    border: 2px solid #413c35;
    padding: 7px 18px;
}
.btn-danger--reverse-transition,
.btn-dark--reverse-transition,
.btn-darker--reverse-transition,
.btn-info--reverse-transition,
.btn-primary--reverse-transition,
.btn-warning--reverse-transition {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background: 0 0;
    padding: 7px 18px;
}
.btn-danger--reverse-transition:hover,
.btn-dark--reverse-transition:hover,
.btn-darker--reverse-transition:hover,
.btn-info--reverse-transition:hover,
.btn-primary--reverse-transition:hover,
.btn-warning--reverse-transition:hover {
    color: #fff;
}
.btn-primary--reverse-transition {
    border: 2px solid #71a866;
    color: #71a866;
}
.btn-dark--reverse-transition {
    color: #b1b0a7;
    border: 2px solid #b1b0a7;
}
.btn-dark--reverse-transition:hover {
    background: #b1b0a7;
}
.btn-warning--reverse-transition {
    border: 2px solid #fe6e3a;
    color: #fe6e3a;
}
.btn-info--reverse-transition {
    color: #668aa8;
    border: 2px solid #668aa8;
}
.btn-info--reverse-transition:hover {
    background: #668aa8;
}
.btn-danger--reverse-transition {
    color: #d5525b;
    border: 2px solid #d5525b;
}
.btn-danger--reverse-transition:hover {
    background: #d5525b;
}
.btn-darker--reverse-transition {
    border: 2px solid #413c35;
    color: #413c35;
}
.btn-default--reverse-transition {
    background: #fff;
    color: #b1b0a7;
    border: 2px solid #413c35;
    padding: 7px 18px;
    -webkit-transition: border 0.1s linear;
    transition: border 0.1s linear;
}
.btn-default--reverse-transition:hover {
    color: #b1b0a7;
    border: 2px solid #e5e5dc;
    background: #fff;
}
.btn-jumbotron {
    color: #000000;
    background-color: #efca30;
    border: none;
    padding: 9px 15px;
    border-radius: 0 !important;
    font-size: 14px;
}
.btn-jumbotron-reverse {
    color: #efca30;
    background-color: #231F20;
    border: none;
    padding: 9px 15px;
    border-radius: 0 !important;
    font-size: 14px;
}
.btn-white {
    color: #000000;
    background-color: #ffffff;
    border: none;
    padding: 9px 18px;
    border-radius: 0 !important;
    font-size: 15px
}
.btn-fav-cart { background-color: #fff; border: 1px solid #ddd; padding: 5px 10px; border-radius: 5px; font-size: 12px; }
.btn-fav-cart i { color: #000000; }
.btn-fav-cart:hover i { color: #efca30; }
.btn-jumbotron:hover {
    border: none;
	color: #efca30;
    background-color: #231F20
}
.btn-jumbotron-reverse:hover {
    border: none;
	color: #000000;
    background-color: #efca30
}
.btn-white:hover {
    border: none;
	color: #ffffff;
    background-color: #000000
}
.btn-shop {
    color: #b1b0a7;
    background-color: #fff;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: 0 1px 2px #e5e5dc;
    box-shadow: 0 1px 2px #e5e5dc;
    padding: 10px;
}
.btn-shop:hover {
    border: 1px solid #e5e5dc;
    background-color: #f3f2eb;
}
.btn-oferta {
    padding: 8px 20px;
}

.hbtn {
      position: relative;
      box-sizing: border-box;
      display: inline-block;
	  width:100%;
      overflow: hidden;
      padding: 8px 20px;
      margin: 2px 0;
      text-align: center;
      border: 2px solid #efca30;
      text-decoration: none;
      color: #efca30;
      white-space: nowrap;
      z-index: 0;
} 
.hbtn:visited {
    color: #efca30;
}
.hbtn2 {
      padding:5px 20px;
	  border: 2px solid #000000;
      color: #000000;
} 
.hbtn2:visited {
    color: #000000;
}
.hbtn-normal { width:auto; }
@media only screen and (max-width:767px){ .hbtn.mobile-fill { background-color:#efca30; color: #000000; } }

.hbtn i {
      padding-right: 8px;
} 
.hb-fill-right::before {
      position: absolute;
      content: "";
      background: #efca30 none repeat scroll 0% 0%;
      transition-duration: 0.3s;
      z-index: -1;
      inset: 0px auto auto 0px;
      width: 0px;
      height: 100%;
      opacity: 1;
}
.hb-fill-right:hover::before {
      width: 100%;
      height: 100%;
      opacity: 1;
}
.hb-fill-right:hover {
      color: rgb(0, 0, 0);
      background: rgb(255, 255, 255) none repeat scroll 0% 0%;
      transition: color 0.3s ease 0s, background 0s ease 0.3s;
} 

.products-navigation__arrows .glyphicon-circle {
    color: #231F20
}

.products-navigation__arrows a.prev-img .prev-img-box {
    background-image: url(/themes/frontend/site/assets/images/18x29_left.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    float: left !important;
    display: inline-block;
    overflow: hidden;
    position: relative !important;
    right: 50px !important;
    top: 125px !important
}

.products-navigation__arrows a.next-img .next-img-box {
    background-image: url(/themes/frontend/site/assets/images/18x29_right.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    float: none;
    display: inline-block;
    position: relative !important;
    left: 1112px !important;
    top: 125px !important
}

a .banners--medium .next-img-box {
    background-image: url(/themes/frontend/site/assets/images/sageata_inactiva_right.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    float: right;
    margin-top: 0;
    margin-right: -20px;
    background-size: cover
}

a .banners--medium {
    padding: 12px 52px 12px 26px
}

a .banners--medium:hover, a .banners--medium:focus, a .banners--medium:active {
    border: 3px solid #ffcb05 !important;
    color: #ffcb05 !important;
    background-color: #231F20 !important
}

a .banners--medium:hover .next-img-box {
    background-image: url(/themes/frontend/site/assets/images/sageata_galbena.png) !important;
    width: 26px;
    height: 26px
}

.category__title {
    font-weight: 700;
    text-align: center;
    margin-top: 15px
}

.category__title a {
    color: #413C35
}

html.no-touch .product-overlay__more {
    color: #FFCB05
}

html.no-touch .product-overlay__more:hover {
    background: rgba(255, 203, 5, 0.9);
    color: #413C35
}

.divider::after {
    background: #fff url(/themes/frontend/site/assets/images/key%20visual_light_gray.png) no-repeat scroll center center;
    width: 37px;
    margin-left: -18.5px
}

.divider-dark-page {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 1px;
    margin: 36px 0;
    position: relative;
    overflow: visible
}

.divider-dark-page::after {
    background: #fff url(/themes/frontend/site/assets/images/key_visual_dark_gray.png) no-repeat scroll center center;
    content: "";
    left: 50%;
    margin-left: -28px;
    position: absolute;
    top: -8px;
    width: 47px;
    height: 24px
}

.divider-dark-page:after {
    background: #fff url(/themes/frontend/site/assets/images/key_visual_dark_gray.png) no-repeat scroll center center;
    content: "";
    left: 50%;
    margin-left: -28px;
    position: absolute;
    top: -8px;
    width: 47px;
    height: 24px
}

.text {
    margin-top: 30px
}

.contact-align {
    margin-top: -100px
}

#mCSB_87_scrollbar_horizontal {
    visibility: hidden
}

.mCustomScrollBox > .mCSB_scrollTools {
    opacity: 0 !important
}

.quality-link {
    color: #ffcb05;
    font-weight: 700
}

.bkg-left {
    position: absolute;
    top: 0;
    left: 0
}

.push-down-10.logo-new {
    margin-left: 43%;
    margin-bottom: 20px;
    width: 150px;
    height: auto
}

p.push-down-15.foot {
    width: 320px;
    color: #000;
    font-size: 14px;
    font-weight: 300
}




/* footer */

.footer-widgets {
    /*
	background: url(/themes/frontend/site/assets/images/footer.jpg) !important;
    background-repeat: no-repeat !important;
    /* background-size: 100% 100% !important;
	background-size:cover !important;
	*/
    background-color:#333333;
	padding-top:15px;
	opacity:1;
}
@media only screen and (max-width: 767px) {
	.footer-widgets {
       background: none; !important;
	   background-color:#333333;
	   opacity:1;
	}
}

.footer-widgets .footer-widgets_heading, .footer-widgets .footer-wdgets_heading-line::after {
    background: transparent
}
.footer-widgets .footer-widgets_heading {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0
}
.footer-widgets .footer-wdgets_heading-line {
    text-align: left;
}
.footer-widgets .footer-nav {
    margin: 25px 0 10px 0;
}
.footer-widgets .footer-nav li {
    margin-bottom: 0;
	width: 100%;
}
.footer-widgets .footer-nav > li > a, .footer-widgets .footer-nav > li > a:visited {
    padding: 0;
    color: #ffffff;
	background-color:transparent;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
	line-height: 24px;
    font-weight: 400;
}
.footer-widgets .footer-nav > li > a:not(.hbtn):hover { 
    color: #efca30 !important;
	text-decoration:none;
	background:none;
}

.footer-widgets .footer-widgets_navi h4 {
    margin-top: 20px;
    margin-bottom: 5px;
	margin-left: 0;
    font-size: 20px;
	color: #efca30;
}

.footer-head {
    font-size: 12px !important;
    color: #fff;
    font-weight: 400 !important
}

.footer-widgets .footer-widgets_navi, .footer-widgets .footer-widgets_tags, .footer-widgets .footer-widgets_contact {
    margin-bottom: 28px;
    margin-top: 0
}

.page-footer .container .line {
    width: 30px;
    height: 2px;
    background-color: #efca30;
    margin-bottom: 20px;
    margin-top: 5px;
}

.page-footer .container .line2 {
    width: 30px;
    height: 2px;
    background-color: #efca30;
    margin-bottom: 20px;
    margin-top: 5px;
}

.page-footer .container .line3 {
    width: 30px;
    height: 2px;
    background-color: #efca30;
    margin-bottom: 20px;
    margin-top: 5px;
}

.content-footer {
    margin-top: 20px;
    color: #000;
    font-weight: 300;
    line-height: 1.4
}

.content-footer2 {
    margin-top: 15px !important;
    color: #000;
    font-weight: 300;
    line-height: 1.4
}

.contact-text {
    margin-right: 280px
}

.footer-separator {
	height: 1px;
    background-color: #efca30;
    margin:10px auto;
    display: block;
}
.page-footer .copyright {
    font-weight: 300;
    font-size: 12px !important;
	color:#eeeeee;
    text-align:right;
    margin-bottom: 30px;
	padding-top: 18px;
	line-height: 20px;
}
.page-footer .copyright a, .page-footer .copyright a:visited {
    color: #eeeeee;
    font-weight:400;	
}
.page-footer .copyright a:hover {
    color: #efca30;
}

.content-footer-social {
    display: flex;
    align-items: left;
	justify-content:start;
    margin: 10px 0 15px -10px;
}
.content-footer-social a {
    margin: 0 10px; font-size:24px;
}

@media only screen and (max-width: 767px) {
	.footer-separator { background-color: transparent; }
	.page-footer .copyright { text-align:center; }
	.content-footer-social { align-items: center; justify-content: center; margin: 10px 0 15px 0; }
}



/* footer 

.content-footer .col-md-2.social {
    padding-left: 0
}

.content-footer .col-md-2.social img {
    width: 25px;
    height: 25px
}

.footer-widgets::after {
    display: none
}

.js--page-footer {
    overflow: hidden
}

.js--page-footer .container {
    width: 70%;
    padding-top: 10px
}

.js--page-footer .container .col-sm-3.first {
    width: 20%;
    margin-left: 14%
}

.js--page-footer .container .col-sm-3.second {
    width: 12%;
    margin-top: 0
}

.js--page-footer .container .col-sm-3.second.first-child {
    margin-left: 130px;
    margin-right: 80px
}


.footer-widgets {
    background: url(/themes/frontend/site/assets/images/footer.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important
}

.footer-widgets .footer-widgets__heading, .footer-widgets .footer-wdgets__heading--line::after {
    background: transparent
}

.footer-widgets .footer-widgets__heading {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0
}

.footer-widgets .footer-wdgets__heading--line {
    text-align: center
}

.footer-widgets .footer-phone a:hover {
    cursor: default;
    font-weight: 400
}

.title-footer, .footer-widgets .nav-footer > li > a.title-footer {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600
}

.title-footer.anpc {
    margin-top: -10px
}

.js--page-footer .container .line {
    width: 30px;
    height: 2px;
    background-color: #c29e25;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 215px
}

.js--page-footer .container .line2 {
    width: 30px;
    height: 2px;
    background-color: #c29e25;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 108px
}

.js--page-footer .container .line3 {
    width: 30px;
    height: 2px;
    background-color: #c29e25;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 60px
}

.content-footer {
    margin-top: 20px;
    color: #000;
    font-weight: 300;
    line-height: 1.4
}

.content-footer2 {
    margin-top: 15px !important;
    color: #000;
    font-weight: 300;
    line-height: 1.4
}

.content-footer-sm {
    display: inline-flex;
    margin-top: 20px;
    margin-left: 115px
}

.content-footer-sm a {
    margin: 0 2px
}

*/




/* icons */

.glyphicon.glyphicon-chevron-left.glyphicon-circle.products-navigation__arrow:before:hover {
    color: #231F20
}
.glyphicon.glyphicon-circle {
    border: 2px solid #231F20
}
.footer-widgets .footer-phone a:hover {
    cursor: default;
    font-weight: 400
}

.icon-foot {
    position: absolute;
    margin-left: -25px;
    margin-top: 7px
}

.loc-icon {
    min-height: 50px;
    font-weight: 300;
    margin-top: -10px
}

/* icons */

.footer-widgets .glyphicon--footer-small {
    font-size: 12px
}

.footer-widgets ul.nav.nav-footer li {
    margin-bottom: 0
}

.footer-widgets ul.nav.nav-footer {
    margin-top: 34px;
    margin-left: 105px
}

.contact-text {
    margin-right: 280px
}

.footer__link--small:hover {
    color: #7c6000 !important
}

.footer-widgets .footer-widgets__social {
    margin: 0
}

.footer-widgets .footer-widgets__navigation h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: -33.3% !important;
    font-size: 20px
}

.footer-head {
    font-size: 12px !important;
    color: #fff;
    font-weight: 400 !important
}

.js--page-footer .container .line {
    display: none
}

.js--page-footer .container .line2 {
    display: none
}

.js--page-footer .container .line3 {
    display: none
}

.footer-widgets ul.nav.nav-footer {
    margin-top: 16px !important;
    margin-left: 11px !important
}

.footer-widgets .footer-widgets__navigation, .footer-widgets .footer-widgets__tags, .footer-widgets .footer-widgets__contact {
    margin-bottom: 28px;
    margin-top: 0
}

.title-footer.tsc:hover, .title-footer.anpc:hover {
    color: #fff !important
}

.footer__link {
    color: #fff !important;
    font-weight: 700
}

.footer__link.title-footer {
    font-weight: 600
}

.icon-foot.office {
    margin-top: 2px;
    width: 15px;
    height: 15px
}

.icon-foot.phone {
    margin-top: 1px;
    width: 15px;
    height: 15px
}

.js--page-footer .container .col-sm-3.second.termeni-si-conditii {
    margin-left: 60px
}

.nav.nav-footer {
    margin-top: -6px
}

.line-bottom {
    width: 100%;
    height: 2px;
    background-color: #c29e25;
    position: absolute;
    bottom: 0;
    margin-bottom: 75px;
    right: 0;
    display: inline-block;
    margin-right: 0
}
.line-bottom {
    width: 56% !important;
    background-color: #c29e25;
    right: 460px !important
}

.bkg-left {
    position: absolute;
    top: 0;
    left: 0
}

.push-down-10.logo-new {
    margin-left: 43%;
    margin-bottom: 20px;
    width: 150px;
    height: auto
}

p.push-down-15.foot {
    width: 320px;
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.copy-right {
    color: #fff !important;
    font-weight: 300;
    font-size: 12px !important;
    margin-left: 638px;
    margin-bottom: 20px
}

.footer {
    padding: 0
}

.js--page-footer .facebook {
    position: absolute;
    bottom: 0;
    margin-bottom: 16px;
    right: 0;
    margin-right: 250px
}

.footer__link:hover {
    font-weight: 700;
    color: #000
}

.js--page-footer a.footer__link--small {
    color: #000
}

.js--page-footer .footer__text--link.copy-right a:hover {
    cursor: default;
    color: #000;
    font-weight: 700
}

/* footer */

.header .header-logo a:focus {
    outline: 0
}

html, body, h6, .nav-tabs > li > a {
    font-family: "Roboto", sans-serif;
}

.header-cart__qty {
    font-family: "Roboto", sans-serif;
}

.products__category, .btn {
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 767px) {
 .products__content { margin-top:20px; }
}

.name-category h1 {
    margin: 0;
    font-family: "Ubuntu", sans-serif;
}

.testimonials a:focus {
    outline: 0
}

.testimonials .divider-dark::after {
    background: url(/themes/frontend/site/assets/images/key_visual_dark_gray.png);
    width: 47px;
    height: 24px;
    top: -11px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -20px;
    display: none
}

.testimonials .col-xs-12.col-sm-12 {
    min-height: 210px;
    z-index: 2
}

.testimonials .glyphicon-circle {
    color: #231F20
}

.testimonials .glyphicon-circle:hover {
    background-color: #ffcb05
}

.testimonials.light-paper-pattern {
    background-image: none;
    background: #e4e4e4;
    position: relative
}

.img-right {
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.glyphicon.glyphicon-circle.glyphicon-chevron-right {
    z-index: 1
}

.testimonials .col-xs-12.col-sm-12 a .prev-img-box {
    background-image: url(/themes/frontend/site/assets/images/23x34_left.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
    right: 320px;
    top: 80px
}

.testimonials .col-xs-12.col-sm-12 a .next-img-box {
    background-image: url(/themes/frontend/site/assets/images/23x34_right.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    float: right;
    z-index: 1;
    position: relative;
    left: 320px;
    top: 80px
}

.next-img-box {
    z-index: 1
}

.testimonials .col-xs-12.col-sm-12 a:hover .next-img-box, .testimonials .col-xs-12.col-sm-12 a:focus .next-img-box {
    z-index: 1
}

.download_cover { 
    padding:15px; 
	background-color:#ffffff;
	border:none;
}
.download_cover img { 
    box-shadow: 10px 5px 5px #e5e5dc;
  -moz-box-shadow: 0px 5px 5px #e5e5dc;
-webkit-box-shadow: 0px 5px 5px #e5e5dc; 
transition: all .1s linear    
}
.download_cover:hover img { 
    box-shadow: 10px 5px 5px #444;
  -moz-box-shadow: 0px 5px 5px #444;
-webkit-box-shadow: 0px 5px 5px #444;     
}



/* tabele */

.table > tbody > tr > td {
	border: 0;
	color: #413c35;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.table-theme > thead > tr > th,
.table > thead > tr > th {
    border: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td {
    background: #e5e5dc;
    border-radius: 3px;
}
.table-striped > tbody > tr:nth-child(odd).active > td {
    background: #fff;
}
.table-theme > thead > tr > th {
    border-radius: 3px;
}
.table-theme {
    border-collapse: separate;
    border-spacing: 3px;
}
.table-theme tr.active td {
    border: solid 1px #e5e5dc;
}
.table-theme tr.inactive td {
    color: #b1b0a7;
}

.list-product-details thead th {
	text-align: center;
	background-color: #ffffff;
	color: #000000 !important;
	border-bottom:3px solid #000000 !important;
	font-size: 16px;
}
.list-product-details td a { color:#413c35; }
.list-product-details td a:hover { color:#efca30; }

.list-product-details thead th:first-child {
    text-align: left
}

table.list-product-details > tbody > tr > td,
table.list-product-details > tbody > tr > th,
table.list-product-details > tfoot > tr > td,
table.list-product-details > tfoot > tr > th,
table.list-product-details > thead > tr > td,
table.list-product-details > thead > tr > th {
    border-top:none;
    padding: 10px 15px;
}

table.list-product-details > tbody > tr:nth-child(2n),
table.list-product-details > tbody > tr.highlighted {
    background-color: #f3f3f3;
}


.list-product-codes thead th {
	text-align: left;
	background-color: #efca30;
	color: #000000 !important;
	border-bottom:2px solid #000000 !important;
	font-size: 14px;
}
.list-product-codes td a { color:#413c35; }
.list-product-codes td a:hover { color:#efca30; }

table.list-product-codes > tbody > tr > td,
table.list-product-codes > tbody > tr > th,
table.list-product-codes > tfoot > tr > td,
table.list-product-codes > tfoot > tr > th,
table.list-product-codes > thead > tr > td,
table.list-product-codes > thead > tr > th {
    border-top:none;
    padding: 10px 15px;
}

table.list-product-codes > tbody > tr > td,
table.list-product-codes > tfoot > tr > td
table.list-product-codes > thead > tr > td {
    border-bottom:1px dashed #555555;
    padding: 10px 15px;
}

table.list-product-codes > tbody > tr:last-child > td {
    border-bottom:none;
}


.list-product-files thead th {
	text-align: left;
	background-color: #ffffff;
	color: #000000 !important;
	border-bottom:2px solid #000000 !important;
	font-size: 14px;
}
.list-product-files td a { color:#413c35; }
.list-product-files td a:hover { color:#efca30; }

table.list-product-files > tbody > tr > td,
table.list-product-files > tbody > tr > th,
table.list-product-files > tfoot > tr > td,
table.list-product-files > tfoot > tr > th,
table.list-product-files > thead > tr > td,
table.list-product-files > thead > tr > th {
    border-top:none;
    padding: 10px 15px;
}

table.list-product-files > tbody > tr > td,
table.list-product-files > tfoot > tr > td
table.list-product-files > thead > tr > td {
    border-bottom:1px solid #555555;
    padding: 10px 15px;
}

table.list-product-files > tbody > tr:last-child > td {
    border-bottom:none;
}



.list-jobs thead th {
	text-align: left;
	background-color: #ffffff;
	color: #000000 !important;
	border-bottom:3px solid #000000 !important;
	font-size: 16px;
}
.list-jobs td a { color:#413c35; }
.list-jobs td a:hover { color:#efca30; }

table.list-jobs > tbody > tr > td,
table.list-jobs > tbody > tr > th,
table.list-jobs > tfoot > tr > td,
table.list-jobs > tfoot > tr > th,
table.list-jobs > thead > tr > td,
table.list-jobs > thead > tr > th {
    border-top:none;
    padding: 6px 12px;
}


table.list-jobs > tbody > tr:nth-child(2n),
table.list-jobs > tbody > tr.highlighted {
    background-color: #f3f3f3;
}


/* taburi accordions - produse si general */

.panel-group .panel-produse,
.panel-group .panel-general,
.panel-produse,
.panel-general {
  margin-bottom: 10px;
  border:none;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.panel-produse .panel-heading,
.panel-general .panel-heading {
	background-color: #E6E6E6;
	padding: 12px 15px 11px 15px;
	border-radius: 0;
	cursor:pointer;
}
.panel-general .panel-heading {
	padding: 14px 15px 9px 15px;
}
.panel-produse .panel-heading .panel-title,
.panel-general .panel-heading .panel-title {
  margin-top:0;
  margin-bottom:5px;
  color:#000000;
}
.panel-produse .panel-heading span {
  font-size:12px;
}
@media screen and (max-width: 767px) {
.panel-produse .panel-heading span {
  font-size:11px;
}
}
.panel-produse .panel-heading + .panel-collapse > .panel-body,
.panel-general .panel-heading + .panel-collapse > .panel-body {
  border-top:none;
  padding:15px;
}
.panel-produse .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-produse .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-produse .panel-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arvo, Georgia, Times, serif;
    font-weight: 700;
}
.panel-produse .panel-link:hover {
    text-decoration: none;
}
.panel-produse .panel-body .video_wrapper { margin:15px 0; }
.panel-produse .panel-body .video_wrapper h5 { margin-top:10px; font-size:12px; line-height:16px; font-weight:400; color:#413c35; }



/* afisare produse in categorii */

html.no-touch .product-overlay {
    display: block !important
}

html.no-touch .product-overlay.home {
    opacity: 1 !important
}

html.no-touch .product-overlay.home {
    background: none
}

html.no-touch .product-overlay__more_home {
    border-radius: 2px;
    color: #FFD01E;
    display: block;
    font-size: 30px;
    margin-right: -65px;
    margin-top: -65px;
    position: absolute;
    right: 50%;
    top: 50%;
    transition: all .1s linear 0;
    width: 130px;
    text-align: center;
    padding-bottom: 40px
}

html.no-touch .product-overlay__more_home:hover {
    color: #fff
}


/* accordions */

.nav-tabs-2,
.nav-tabs-2 li.active a,
.nav-tabs-2 li a:focus,
.nav-tabs-2 li a:focus,
.nav-tabs-2 li a:hover {
    background-color:transparent !important;
    color: #000000 !important;
    outline: 0;
}
.nav-tabs-2 > li,
.nav-tabs-2 > li > a {
    color: #000000 !important;
	font-size: 16px;
	text-align: left !important;
}

.nav-tabs-2 li.active a { border-bottom: 3px solid #efca30; }

/* vechi */

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs li a:focus, .nav-tabs li a:active, .nav-tabs li a:hover {
    background-color: #FFCB05;
    color: #413c35 !important;
    outline: 0
}

.nav.nav-pills li a:hover, .nav.nav-pills li a:active, .nav.nav-pills li a:focus {
    color: #413c35 !important
}


.nav-tabs:not(.nav-tabs-2), .nav-tabs:not(.nav-tabs-2) > li.active > a, .nav-tabs:not(.nav-tabs-2) > li.active > a:hover, .nav-tabs:not(.nav-tabs-2) > li.active > a:focus {
    background-color: #FFCB05
}

.nav-tabs > li {
    text-align: center
}

.nav-tabs > li > a {
    color: #fff;
	font-size: 16px;
}

/* accordions */


.download-products i {
    color: #FFCB05
}

.download-products a {
    color: #FFCB05
}

.download-products a:hover {
    color: #3A3630
}

h3.why-elis-title:nth-child(2) {
    margin-top: 35px
}

.ul-why-elis {
    min-height: 110px;
    padding: 10px;
    padding-left: 20px
}

.ul-servicii {
    min-height: 50px;
    padding-left: 50px
}

/* to remove */ 

.txt-why-elis, .h4-why-elis, .servicii .text.txt-service, .servicii .h4-service {
    padding-left: 40px
}

.why-elis .txt-why-elis {
    padding-left: 50px
}

.why-elis .txt-why-elis.servicii-integrate {
    min-height: 115px
}

h3.service-title {
    margin-top: 10px
}

.servicii .montaj p {
    margin-top: 0;
    margin-bottom: 0
}

/* to remove */ 

.servicii .transport {
    min-height: 325px
}

.title-company-right.first {
    margin-top: 80px
}

.title-company-right, .year-about-right {
    padding-left: 60px
}

.header .navbar-toggle.collapsed {
    background-color: transparent
}

header.header .search-panel, .search-panel__form .form-control {
    background-color: #fff !important;
    margin-bottom: 0;
    border-radius: 6px;
    color: #000
}

.search-panel__form {
    padding: 10px 0
}

.steps p {
    margin: 10px 0;
    margin-top: 0
}

.steps h3 {
    margin: 0
}

.text.txt-why-elis.content-steps {
    min-height: 161px
}

.wrong-steps {
    margin-top: 40px !important
}

.text.txt-why-elis.maintenance1 {
    min-height: 162px
}

.maintenance h3 {
    margin-top: 10px
}

.img-search {
    border: 2px solid #ffcb05 !important
}

.reprezentanti {
    margin-top: 150px
}

.reprezentanti .tab-pane {
    height: 350px;
    width: auto;
    padding: 5px
}

.icon-contact {
    margin-right: 5px
}

.banner {
    position: absolute;
    right: 0;
    margin-right: 255px;
    top: 0;
    margin-top: 210px
}

.recomandari-amenajari p {
    margin-bottom: 10px
}

.recomandari-amenajari h3 {
    min-height: 50px !important
}

.montarea-pavelelor {
    min-height: 264px
}

.greseli-executie {
    min-height: 231px
}

.necesar-materiale {
    min-height: 231px
}

li.inregistreaza img, li.autentif img, li.inregistreaza a, li.autentif a {
    float: left
}

li.inregistreaza img, li.autentif img {
    margin-top: 1px
}

li.contacteaza img, li.contacteaza p {
    float: left
}

li.contacteaza {
    max-height: 18px
}

li.contacteaza p {
    margin-left: 5px
}

li.ro img, li.en img {
    margin-top: -25px
}

.txt-why-elis.rugina {
    min-height: 115px
}

#global-modal.modal .modal-dialog .modal-content {
    background-image: url(/themes/frontend/site/assets/images/bg_modal.png);
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 54.6% !important
}

#global-modal.modal .modal-dialog {
    width: 50%
}

#global-modal.modal .modal-content {
    box-shadow: unset;
    background-color: transparent;
    border: unset
}

#global-modal.modal {
    background-color: rgba(255, 255, 255, 0.6)
}

#global-modal-download-guaranty {
    background-color: rgba(255, 255, 255, 0.6)
}

#global-modal-download-guaranty.modal .modal-dialog .modal-content {
    background-size: 100% !important;
    border-radius: 20px;
    background-image: url(/themes/frontend/site/assets/images/bg_modal.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 54.6% !important
}

#global-modal-download-guaranty.modal .modal-content {
    box-shadow: unset;
    background-color: transparent;
    border: unset
}

#global-modal-download-guaranty.modal .modal-header .close {
    position: absolute;
    top: 0;
    margin-top: 40px;
    right: 0;
    opacity: unset;
    margin-right: -10px
}

#global-modal-download-guaranty.modal .form-control--contact {
    width: 60%;
    height: 20px;
    border-radius: 6px
}

#global-modal-download-guaranty.modal .btn.btn-primary.newsletter:hover, #newsletter.modal .btn.btn-primary.newsletter:focus, #newsletter.modal .btn.btn-primary.newsletter:active {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231F20
}

#global-modal-download-guaranty.modal .announce-formular {
    color: #fff;
    text-align: left
}

#global-modal-download-guaranty.modal .announce-formular p {
    padding-right: 20px;
    margin-top: 0;
    padding-left: 20px
}

#global-modal-download-guaranty.modal label {
    color: #fff;
    text-align: left;
    float: left
}

#global-modal.modal .modal-body {
    padding: 5px !important
}

#global-modal.modal form span {
    font-size: 13px;
    float: left;
    margin-right: 30px;
    min-width: 40px
}

#global-modal.modal .formular {
    float: right;
    margin-top: 120px
}

#global-modal.modal .form-control {
    padding: 1px 12px
}

#global-modal.modal .form-control--contact {
    width: 70%;
    height: 24px;
    border-radius: 2px
}

#global-modal.modal .btn.btn-primary.newsletter {
    color: #000;
    text-transform: none;
    background-color: #efca30;
    margin-top: 10px;
    float: right;
    margin-right: 80px;
    height: 30px;
    line-height: .5;
    border: 2px solid transparent
}

#global-modal.modal .btn.btn-primary.newsletter:focus, .modal#newsletter .btn.btn-primary.newsletter:active {
    outline: 0
}

#global-modal.modal .btn.btn-primary.newsletter:hover, .modal#newsletter .btn.btn-primary.newsletter:focus, .modal#newsletter .btn.btn-primary.newsletter:active {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231F20
}

#global-modal.modal .announce-formular {
    color: #fff;
    margin-top: 80px;
    text-align: left;
    padding-left: 40px
}

#global-modal.modal .announce-formular h3 {
    font-size: 20px
}

#global-modal.modal .announce-formular p {
    font-size: 13px;
    margin-top: 40px;
    padding-right: 80px
}

#global-modal.modal .announce-formular2 {
    color: #fff;
    text-align: left
}

#global-modal.modal .modal-header .close {
    position: absolute;
    top: 0;
    margin-top: 40px;
    right: 0;
    opacity: unset;
    margin-right: -10px
}

#global-modal.modal label {
    color: #fff
}

#global-modal.modal .address {
    height: auto !important;
    padding-top: 5px
}

.showDownloadGuaranty {
    color: #ffcb05;
    font-weight: 700
}

/* filters */

.sidebar__subtitle {
    font-weight: 700;
	margin-top:25px;
}

@media screen and (min-width: 768px) { 
.sidebar--shop {
    padding:20px 15px;
	background-color:#eeeeee;
	border-radius:5px;
	margin-bottom:25px;
}
}
.filter-group {
    /* height: 200px; */
    height:auto;
	max-height:145px;
	width: auto;
	overflow:auto;
    padding-left: 2px;
    z-index: 20
}
.filter-group.ec label {
	display: inline-block; max-width: 90%; margin-bottom: 5px; font-weight: 700; padding-left: 5px; padding-top: 1px; }
.filter-group.ec input[type="checkbox"], 
.filter-group.ec input[type="radio"] { vertical-align: top; }
.filter-group select { 
width: 100%;
background-color:#ffffff;
border: 1px solid #e4e4e4;
height: 32px;
color: #7a7d82;
font-weight: 400;
padding: 0 10px;
  padding-right: 10px;
  padding-left: 10px;
padding-right: 30px;
line-height: 28px;
}

.filtrare-stiluri {
    height: 120px !important
}

label {
    font-weight: 400 !important
}

.mCSB_draggerRail {
    width: 20px
}

#contact-form .col-sm-4:last-child {
    padding-right: 0 !important
}

#contact-form .col-sm-4:first-child {
    padding-left: 0 !important
}

.divider-dark-page.contact:after {
    background-color: #F9F9F6
}

.form-control--contact {
    background-color: #fff
}


.cv-form {
    width: 100%;
    display: inline-block
}

.cv-form span {
    float: left;
    margin-top: 5px;
    width: 12%
}

.cv-form input {
    float: left;
    width: 50%;
    margin-top: 0;
    height: 28px;
    border-radius: 6px
}

p.about-cv {
    margin-top: 20px
}

button.send-cv {
    color: #000;
    text-transform: none;
    background-color: #efca30;
    margin-top: 15px;
    float: right;
    height: 30px;
    line-height: .5;
    border: 2px solid transparent;
    margin-right: 90px
}

button.send-cv:hover, button.send-cv:active, button.send-cv:focus {
    border: 2px solid #ffcb05 !important;
    color: #ffcb05 !important;
    background-color: #231F20 !important;
    outline: 0 !important
}

input.input-cv {
    border: unset;
    padding-top: 0
}


/* afisare produse in categorie */ 

html.no-touch .product-overlay .product-overlay__more {
    outline: 0
}

.product-overlay a.product-overlay__more .product-hover {
    width: 50px;
    height: auto;
    background-image: url(/themes/frontend/site/assets/images/lupa_galbena_search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    padding-bottom: 56.4px;
    margin-top: -8px;
    margin-left: -15px;
    outline: 0;
    padding-left: 30px;
    padding-right: 30px
}

.product-overlay a.product-overlay__more .product-hover:hover, .product-overlay a.product-overlay__more .product-hover:active, .product-overlay a.product-overlay__more .product-hover:focus {
    background-image: url(/themes/frontend/site/assets/images/lupa_gri_search.png)
}

.products__title, 
.products_title_alt { font-size: 16px; font-weight: 500; margin-top: 10px; }
.products__title a { color:#2b2b2d; }
.products_title_alt a { color:#ffffff; }

.products__single:hover .products__title a,
.products__single:hover .products_title_alt a { color:#efca30; }

.colors_row {
	width:100%;
	float:left;
	position:relative;
	margin:5px 0 30px 0;
}
.colors_row .color_swatch {
	float:left;
	width:30px;
	height:30px;
	margin:0 6px 10px 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  
  word-wrap: normal;
  white-space: normal;  
  
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  background-color:transparent;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip-inner {
  width:120px;
  margin-left:68px;
  padding:10px 8px 5px 8px;
  color: #000000;
  text-align: center !important;
  background-color: #ffffff;
  border-radius: 4px;  
  font-family: "Roboto", sans-serif;
  font-size:12px;
  font-style: normal;
  font-weight: 500;
}
.tooltip-inner img { margin:0 auto !important; }
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #000;
}
@media screen and (max-width: 767px) { 
.tooltip.top { margin-top:-25px !important; margin-right:-125px !important; }
.tooltip-arrow { display:none; }
}





.search-panel__close .glyphicon-remove {
    color: #231F20
}

.search-panel__form input::-moz-placeholder {
    color: #423b35
}

.glyphicon.glyphicon-circle {
    line-height: 30px
}

.search-panel__close a {
    outline: 0
}

.under-slider .banners-box a:hover, .under-slider .banners-box a:focus, .under-slider .banners-box a:active {
    color: #eec92f !important;
    outline: 0
}

.alert.alert-success {
    font-family: "Roboto", sans-serif !important;
    background-color: #FFCB08;
    color: #231F20
}

.alert {
    text-align: center;
    padding: 14px
}

.text.paragr-second {
    margin-top: 0;
    margin-bottom: 0
}

.text.certificari-text {
    margin-bottom: 55px
}

.text a.footer__link {
    color: #ffcb05 !important
}

.text a.footer__link:hover, .text a.footer__link:focus, .text a.footer__link:active {
    color: #ffae00 !important
}

a.picture-download {
    width: 100%;
    height: auto;
    background-image: url(/themes/frontend/site/assets/images/icon_download.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 50% 100%
}

a.picture-download:hover, a.picture-download:focus, a.picture-download:active {
    background-image: url(/themes/frontend/site/assets/images/icon_download_alb.png);
    outline: 0;
    color: #fff !important
}

a.left.carousel-control:hover, a.left.carousel-control:focus, a.left.carousel-control:active, a.right.carousel-control:hover, a.right.carousel-control:focus, a.right.carousel-control:active {
    color: #fff !important
}

.company-img-box {
    position: relative
}

.company-img-about {
    height: 60px;
    background: #efca30;
    padding-top: 5px;
    padding-left: 60px;
    font-size: 16px;
    position: absolute;
    top: 0;
    margin-top: 0;
    padding-right: 50px
}

.servicii-integrate {
    min-height: 115px
}

.stil-pavele {
    margin-top: 25px;
    min-height: 268px;
    float: right
}

.team-about {
    padding-left: 40px
}

.address-footer {
    font-weight: 400
}

.second-specimen {
    margin-left: 50px
}

.specimen {
    margin-bottom: 30px
}

img.banner {
    width: 210px;
    height: auto;
}

.nav.nav-pills li a.offer-header:hover, .nav.nav-pills li a.offer-header:active, .nav.nav-pills li a.offer-header:focus {
    border: 1px solid #000;
    color: #000 !important;
    background-color: transparent
}

.cv-form .col-xs-12.col-sm-12:nth-child(3) {
    margin-top: 20px
}

.cv-form .btn-jumbotron {
    padding: 0;
    width: 20%;
    margin-left: 0;
    float: right;
    margin-top: 10px
}

.cv-margin {
    width: 70%
}

.cv-form .parsley-errors-list {
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-top: -20px !important;
    width: 50%;
    margin-left: 50px
}

.cv-form .form-group {
    margin-left: 5px
}

.mobile-frauda {
    display: none
}

.download-doc-techn { width: auto !important; }

.download .input-group { max-width: 400px; display: flex !important; align-items: stretch !important; width: 100% !important; }
.download .folder { margin-bottom: 30px; background: white; padding: 15px 20px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }

.download ul.list-tehnical-doc {
    list-style: none;
	padding: 0;
}

.download ul.list-tehnical-doc li { margin: 5px 0; }
.download ul.list-tehnical-doc.list-group li {
	padding: 5px 10px 5px 35px;
	background-color: #ffffff;
	border: 1px solid #eee;
	border-radius: 5px;
	transition: all ease-in 0.1s;
}
.download ul.list-tehnical-doc.list-group li:hover {
    background-color: #eeeeee;
	border: 1px solid #000000;
}

.download ul.list-tehnical-doc li:before {
    content: url("/themes/frontend/site/assets/images/downloads/icon_download.png");
    cursor: pointer;
}
.download ul.list-tehnical-doc.list-group li:before {
	position: absolute;
	left: 25px;
}

.download ul.list-tehnical-doc li a {
	text-decoration: none; 
	color: #262626;
}

.download-doc-techn:before {
    display: none !important
}

.download ul.list-tehnical-doc li a:hover, .download ul.list-tehnical-doc li a:active, .download ul.list-tehnical-doc li a:focus {
    color: #000000 !important;
	text-decoration: underline;
}

#global-modal.modal .formular2 {
    margin-top: 90px
}

#global-modal.modal .announce-formular2 {
    width: 45%;
    margin-top: 105px
}

#global-modal.modal .announce-formular2 p {
    padding-right: 15px;
    margin-top: 10px;
    padding-left: 15px
}

#global-modal.modal .announce-formular2 h3 {
    margin-left: 15px
}

.portfolio {
    min-height: 400px !important
}

.products__image li {
    margin-bottom: 0 !important
}

.certificari-iso {
    margin-top: 5px
}

.btn .btn-jumbotron {
    width: 40% !important
}

.carousel-caption .btn {
    border-radius: 5px
}

button.send-cv {
    margin-right: 20px
}

#global-modal.modal .announce-formular p {
    padding-right: 20px
}

#global-modal.modal .modal-dialog .modal-content {
    background-size: 100% !important;
    border-radius: 20px
}

#global-modal.modal .modal-dialog {
    width: 50%
}

#global-modal.modal label {
    float: left
}

#global-modal.modal #request-catalog .form-group:nth-child(3) label {
    padding-right: 10px !important
}

#global-modal.modal #download-guaranty .form-group:nth-child(4) label {
    max-width: 110px;
    padding-right: 15px !important
}

#global-modal.modal #download-guaranty .form-group:nth-child(3) label {
    padding-right: 10px !important
}

.chestionar-label {
    font-size: 20px
}

.chestionar-sublabel {
    margin-bottom: 30px
}

.chestionar-subtitle {
    margin-left: 20px
}

.chestionar-list {
    border: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none
}

.form-control-2 {
    width: 29.5% !important
}

.form-control-3 {
    width: 67% !important
}

.form-control-4 {
    width: 70% !important
}

.form-control-5 {
    width: 20% !important
}

.chestionar-fisier {
    border: unset !important;
    margin-left: 15px
}

.chestionar-title {
    margin-top: -20px
}

.chestionar-required {
    color: #ffae00
}

.chestionar-submit {
    color: #231F20;
    background-color: #ffcb05;
    border: 2px solid #231F20;
    padding: 15px 20px;
    transition: all .1s linear
}

.chestionar-checkbox {
    margin-bottom: 0;
    margin-top: 4px
}

.chestionar-submit:hover {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231F20
}

.form-front input {
    float: left;
    width: 60%;
    margin-top: 0;
    height: 28px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e5e5dc
}

.form-front input[type="submit"] {
    color: #231F20;
    background-color: #ffcb05;
    border: 2px solid #231F20;
    padding: 15px 20px;
    width: 10%;
    line-height: 5px
}

.form-front input[type="submit"]:hover {
    border: 2px solid #ffcb05;
    color: #ffcb05;
    background-color: #231F20
}

.chestionar input:focus {
    border: 1px solid #e5e5dc
}

.form-front input:focus {
    border-color: #efca30
}

.form-front .form-group {
    margin-left: 0;
    margin-right: 0;
    min-height: 45.5px
}

.form-front label:after, .radio label:after {
    content: '';
    display: table;
    clear: both
}

.form-front input[type="checkbox"], .form-front input[type="radio"] {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.form-front input[type="text"] {
    margin-top: -5px;
    margin-left: 10px
}

.form-front input[type="checkbox"] {
    background-color: #0b0095
}

.form-front label {
    padding-right: 0
}

.simulation-height {
    min-height: 200px
}

.alte-servicii {
    margin-top: 10px !important
}

.footer_mail {
    font-weight: 600;
    color: #fff
}

.footer_mail:hover {
    font-weight: 600;
    color: #fff !important
}

.en {
    visibility: hidden
}

.contact-link-map {
    color: #413c35
}

.contact-link-map:hover {
    color: #413c35 !important
}

input[type="file"] {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
	width: 100%;
}

input[type="file"] .btn {
    color: #333 !important
}

.error-1 .parsley-errors-list {
    margin-top: 30px !important
}

.error-2 .parsley-errors-list {
    margin-top: 0 !important
}

.error-3 .parsley-errors-list {
    margin-top: 480px !important
}

.error-4 .parsley-errors-list {
    margin-top: 120px !important
}

.error-5 .parsley-errors-list {
    margin-top: 90px !important
}

.error-6 .parsley-errors-list {
    margin-top: -5px !important
}

.form-front select {
    float: left;
    width: 60%;
    margin-top: 0;
    height: 28px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e5e5dc;
    margin-left: 10px;
    padding-bottom: 0;
    padding-top: 0
}

.form-front select:focus {
    border-color: #efca30
}

.container-error {
    position: absolute;
    transform: translateY(20vh)
}

.container-error2 {
    position: absolute;
    transform: translateY(33vh)
}

.thankyou-image {
    left: -50%;
    width: 100%;
    height: auto
}

.elemente-canalizare th {
    text-align: center;
    vertical-align: middle !important;
    background: #FFCB08;
    border: 2px solid #fff
}

.elemente-canalizare tr {
    text-align: center
}

.elemente-canalizare .table-head-color {
    background: #FFCB08
}

.table-head-color td {
    border: 2px solid #fff !important
}

.elemente-canalizare > tbody > tr > td {
    border-bottom: 1px solid #FFCB08
}

.imagine-color {
    border: 2px solid #FFCB08
}

.aliniat-elemente {
    margin-left: 15px
}

.titlu-tabel {
    margin-left: 15px
}

.nume-tabel {
    margin-left: 15px !important
}

.download-tabel {
    margin-top: -10px;
    cursor: pointer
}

.fisier-aliniere {
    margin-left: 10px;
    color: #413C35
}

.fisier-aliniere:hover {
    color: #EFCA30
}

.uppercase-cv span {
    text-transform: uppercase;
    float: none
}

.fisiere-margin {
    margin-bottom: 10px
}

.formular .form-group input {
    padding-top: 0;
    padding-bottom: 0
}

.padding-left-none {
    padding-left: 0
}

.padding-right-none {
    padding-right: 0
}

.padding-left-none .form-group, .padding-right-none .form-group {
    margin-bottom: 1px !important
}

.button-contact-form {
    padding: 5px 25px
}

.cere-oferte-padding-left {
    padding-left: 0
}

.cere-oferte-padding-right {
    padding-right: 0
}

.button-cere-oferta {
    padding: 7px 30px
}

.cere-oferta-checkbox .checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -22px;
    margin-top: 4px \9
}

.cere-oferta-checkbox .checkbox label:after {
    content: '';
    display: table;
    clear: both
}

.cere-oferta-checkbox .checkbox .cr {
    position: absolute;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    z-index: -1;
    margin-top: 1px
}

.radio .cr {
    border-radius: 50%
}

.cere-oferta-checkbox .checkbox {
    margin-top: 10px;
    margin-bottom: 30px
}

.cere-oferta-checkbox .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr .cr-icon {
    margin-left: .04em
}

.cere-oferta-checkbox .checkbox input[type="checkbox"] {
    display: none
}

.cere-oferta-checkbox .checkbox input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
    transition: all .1s ease-in;
    color: #efca30
}

.cere-oferta-checkbox .checkbox label {
    padding-left: 8px
}

.cere-oferta-checkbox .checkbox input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
    color: #efca30
}

.cere-oferta-checkbox .checkbox input[type="checkbox"]:disabled + .cr {
    opacity: .5
}

.label-indent label {
    text-indent: 15px
}

.label-indent {
    margin-top: 20px;
    margin-bottom: 0
}

.padding-form-text {
    margin-bottom: 0 auto 20px;
    width: 57%
}

@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 25%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

#contact-form .col-sm-4:nth-child(3) {
    padding-right: 15px
}

.padding-right-none {
    padding-right: 0
}

#contact-form .col-sm-4:nth-child(4) {
    padding-left: 15px;
    padding-right: 0
}

.error-contact .parsley-errors-list {
    margin-top: -77px
}

.error-contact2 .parsley-errors-list {
    margin-top: 0
}

.furnizor {
    margin-top: 20px
}

.button-bottom {
    margin-bottom: 15px
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 2px
}

.social-network a.icoFacebook:hover {
    border: 1px solid #7c6000 !important
}

.social-network a.icoLinkedin:hover {
    border: 1px solid #7c6000 !important
}

.social-network a.icoYoutube:hover {
    border: 1px solid #7c6000 !important
}

.social-network a.icoGoogle:hover {
    border: 1px solid #7c6000 !important
}

.social-network a.icoPinterest:hover {
    border: 1px solid #7c6000 !important
}

.social-network a.icoInstagram:hover {
    border: 1px solid #7c6000 !important
}

.social-network a.icoFacebook:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
    color: #7c6000
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: 1px solid #000
}

.social-circle li i {
    margin: 0;
    line-height: 0;
    text-align: center;
    font-size: 16px
}

.social-circle i {
    color: #000
}

.link-overlay {
    width: 100%;
    height: auto
}

.btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0
}

.background-image-multumim {
    background: url(../images/img_background.jpg);
    background-repeat: no-repeat;
    height: 800px;
    width: 100%
}

.head1-style-multumim, .head2-style-multumim {
    text-align: center
}

.copyright-link-d {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer !important
}

.copyright-link-d:hover {
    color: #fff !important;
    text-decoration: underline;
    font-weight: 600 !important;
    cursor: pointer !important
}

.desktop-cere-oferta {
    position: absolute;
    right: 205px;
    top: 15px;
    padding: 0;
    font-size: 12px !important;
    border-radius: 0 !important;
    padding: 5px 15px !important;
    color: #000;
    border: 2px solid #000;
    background: #efca30;
    text-transform: uppercase !important;
    font-weight: 600
}

.desktop-cere-oferta:hover {
    font-size: 12px;
    border-radius: 0 !important;
    padding: 5px 15px;
    color: #efca30 !important;
    border: 2px solid #efca30;
    background: #000;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 600
}

.btn-open-simulator {
    background-image: url(/themes/frontend/site/assets/images/desktop/buton.simulator.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 189px;
    height: 49px
}

.btn-open-simulator:hover {
    background-image: url(/themes/frontend/site/assets/images/desktop/buton.simulator_hover.png)
}

.btn-sim-menu {
    margin-top: 25px;
    margin-left: -45px
}

.eticheta-nou {
    position: absolute;
    width: 80%;
    top: -24px;
    right: 35px
}

.icon-preheader {
    margin-top: -2px;
    width: 20px
}

.error-contact3 .parsley-errors-list {
    margin-top: -56px !important
}

.popover-title {
    display: none
}

.popover.top {
    margin-top: -10px;
    width: 150px !important;
    min-width: 150px !important
}

.popover-content {
    text-align: center
}

.montatori-checkbox .checkbox .cr {
    position: absolute;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    z-index: 0;
    margin-top: 1px
}

.montatori-checkbox .checkbox input[type="checkbox"] {
    display: none
}

.montatori-checkbox .checkbox {
    margin: 10px 0;
    z-index: 0
}

.montatori-checkbox .checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -22px;
    margin-top: 4px \9
}

.montatori-checkbox .checkbox label:after {
    content: '';
    display: table;
    clear: both
}

.montatori-checkbox .checkbox .cr {
    position: absolute;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    z-index: -1;
    margin-top: 1px
}

.radio .cr {
    border-radius: 50%
}

.montatori-checkbox .checkbox {
    margin-top: 10px;
    margin-bottom: 30px
}

.montatori-checkbox .checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr .cr-icon {
    margin-left: .04em
}

.montatori-checkbox .checkbox input[type="checkbox"] {
    display: none
}

.montatori-checkbox .checkbox input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
    transition: all .1s ease-in;
    color: #efca30
}

.montatori-checkbox .checkbox label {
    padding-left: 8px
}

.montatori-checkbox .checkbox input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
    color: #efca30
}

.montatori-checkbox .checkbox input[type="checkbox"]:disabled + .cr {
    opacity: .5
}

.montatori-padding {
    padding-left: 15px;
    padding-right: 15px
}

.margin-distri {
    margin-bottom: 0;
    margin-top: 20px;
    z-index: 1
}

.margi-fitter {
    z-index: 1
}

.checkbox-margin {
    margin-bottom: 10px !important
}

.button-margin-bottom {
    margin-bottom: 30px
}

.label-check {
    padding-left: 25px !important
}

.padding-checkbox-info {
    padding-bottom: 30px
}

.padding-textarea {
    padding-bottom: 20px !important;
    padding-top: 60px !important
}

.custom-message-index {
    z-index: 0
}

.cv-form .parsley-errors-list {
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-top: -17px !important;
    width: 50%;
    margin-left: 100px
}

.cv-form #parsley-id-multiple-CvFormacord_gdpr {
    margin-top: 110px !important
}

.cv-style .form-group ul.parsley-errors-list {
    margin-top: -17px !important
}

.acord_gdpr {
    text-align: left;
    color: #000;
    font-size: 12px;
    margin-top: 20px;
    padding: 0
}

.formular-distributors {
    margin-top: 60px
}

.formular-fitters {
    margin-top: 60px
}

.icon-search {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    position: absolute;
    right: 380px;
    z-index: 9000;
    top: 20px
}

.search-input::-webkit-input-placeholder {
    color: #000 !important
}

.search-input::-moz-placeholder {
    color: #000 !important
}

.search-input:-ms-input-placeholder {
    color: #000 !important
}

.search-input:-moz-placeholder {
    color: #000 !important
}

.under-banners {
    padding: 30px 0 40px
}

.col-video, .col-categorie-produs, .col-garantie, .col-preturi-produse, .col-cere-oferta, .col-download-catalog {
    margin-bottom: 20px
}

.overlay-img {
    position: absolute;
    width: 360px; height: 195px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
}

.overlay-img p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 80px
}

.line {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 140px;
    margin-left: calc(50% - 70px);
    position: relative;
    bottom: 10px
}

.subslider-icon-1 {
    position: relative;
    left: 80px
}

.subslider-icon-2 {
    position: relative;
    left: 100px
}

.subslider-icon-3 {
    position: relative;
    left: 85px
}

.overlay-img img {
    position: relative;
    width: 55px !important;
    height: 55px !important;
    top: 35%;
    left: 40%
}

.errorSummary {
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 0, 0, 0.5);
    left: 30px;
    right: 30px;
    margin-top: 5px;
    color: #fff;
    border-radius: 4px;
    z-index: 1
}

.errorSummary p {
    padding-left: 15px;
    margin-bottom: 5px;
    padding-top: 5px
}

.errorSummary ul {
    padding-bottom: 5px
}

.js--toggle-search-mode {
    display: none !important
}

.carousel-caption .btn {
    margin-top: 70px
}

.content-footer2 {
    margin-left: 12px !important
}

.facebook-icon, .googleplus-icon, .linkedin-icon, .pinterest-icon, .youtube-icon, .instagram-icon {
    text-align: left;
    position: relative
}

.facebook-icon, .googleplus-icon {
    left: 38px
}

.linkedin-icon, .pinterest-icon {
    right: 20px
}

.youtube-icon, .instagram-icon {
    right: 78px
}

#js--latest-products-carousel {
    margin-top: -40px
}

.carousel-indicators {
    display: none
}

.products-navigation-section {
    padding: 80px 0 30px
}

.adresa-punct-lucru1 {
    position: relative;
    left: 15px
}

.adresa-punct-lucru2 {
    position: relative;
    left: 18px
}

.footer-phone {
    line-height: 23px;
    font-size: 12.5px
}

.footer-mail {
    font-size: 12.5px
}

.social-media-facebook {
    background-image: url(/themes/frontend/site/assets/images/icon_facebook_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.social-media-facebook:hover {
    background-image: url(/themes/frontend/site/assets/images/icon_facebook_white.png)
}

.social-media-linkedin {
    background-image: url(/themes/frontend/site/assets/images/icon_linkedin_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.social-media-linkedin:hover {
    background-image: url(/themes/frontend/site/assets/images/icon_linkedin_white.png)
}

.social-media-youtube {
    background-image: url(/themes/frontend/site/assets/images/iicon_youtube_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.social-media-youtube:hover {
    background-image: url(/themes/frontend/site/assets/images/icon_youtube_white.png)
}

.social-media-googleplus {
    background-image: url(/themes/frontend/site/assets/images/icon_g+_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.social-media-googleplus:hover {
    background-image: url(/themes/frontend/site/assets/images/icon_g+_white.png)
}

.social-media-pinterest {
    background-image: url(/themes/frontend/site/assets/images/icon_pinterest_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.social-media-pinterest:hover {
    background-image: url(/themes/frontend/site/assets/images/icon_pinterest_white.png)
}

.social-media-instagram {
    background-image: url(/themes/frontend/site/assets/images/icon_insta_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px
}

.social-media-instagram:hover {
    background-image: url(/themes/frontend/site/assets/images/icon_insta_white.png)
}

.underline_title_cere_oferta {
    width: 34%;
    height: 3px;
    background: #ffcb05;
    position: relative;
    bottom: 10px
}

@media only screen and (min-width: 992px) {
.form-bg-style { padding-left:40%; margin-bottom:20px } 
}

.bg-sect1-formular {
    background: #e3e3e3;
    min-height: 80px;
    padding-top: 11px;
    margin-top: 15px
}

.cere-oferta-checkbox .checkbox .cr-checkbox {
    border: 1px solid #413c35 !important
}

.bg-sect2-formular {
    background: #e3e3e3;
    min-height: 80px;
    padding: 20px 0;
    margin-top: 15px;
    z-index: 0
}

.underline_title_cere_oferta2 {
    width: 84%;
    height: 3px;
    background: #ffcb05;
    position: relative;
    bottom: 10px
}

.distribuitori-checkbox .checkbox label {
    padding-left: 8px
}

#RequestOffer_distributor_1, #RequestOffer_distributor_4, #RequestOffer_distributor_7, #RequestOffer_distributor_10, #RequestOffer_distributor_13, #RequestOffer_distributor_16 {
    margin-left: 15px
}

.checkboxuri-alegere-produs {
    width: 90% !important;
    margin-left: 15px
}

#montatori, #distribuitori {
    margin: 0
}

.cere-oferta-checkbox .checkbox input[type="checkbox"]:checked + .cr-checkbox > .cr-icon {
    color: #413c35 !important
}

#parsley-id-multiple-RequestOfferdistributor {
    margin-top: 125px !important
}

.punct-lucru4 {
    margin-top: 67px;
    margin-left: 10px
}

.adresa-punct-lucru1, .adresa-punct-lucru2 {
    padding: 0
}

.copy-right {
    margin-left: 12% !important
}

.footer-widgets .hover-footer a:hover {
    color: #efca30 !important
}

.footer_mail:hover {
    color: #efca30 !important
}

.footer-widgets .nav-footer > li > a:hover {
    color: #efca30 !important;
    background: none
}

.footer-widgets .nav-footer > li > a:focus, .footer-widgets .nav-footer > li > a:active {
    background: none
}

.login-top-menu {
    position: absolute;
    right: -30px;
    top: 18px;
    color: #efca30
}

.login-top-menu a {
    font-weight: 400;
    font-size: 14px;
    color: #efca30
}

.login-top-menu a:hover {
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none
}

.dropdown-user {
    background-color: #fff;
    border: 1px solid #a8a8a8
}

.navbar-user .dropdown-user > li > a {
    background-color: #fff;
    border: none
}

.navbar-user .dropdown-user > li > a:hover {
    background-color: transparent;
    color: #efca30 !important
}

.dropdown-toggle-user {
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 5px !important
}

.navbar-user .navbar-nav > li > a::after {
    display: none !important
}

.caret-user {
    bottom: 45% !important;
    right: -4px !important;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important
}

.caret-user:hover {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important
}

.navbar-user .dropdown-user {
    border-top: 1px solid #a8a8a8 !important;
    margin-top: 2px !important;
    width: 190px;
    padding: 10px 0;
    margin-left: -39px
}

.navbar-user .dropdown-user li a {
    padding: 5px 20px
}

.user-menu {
    position: absolute;
    top: 15px;
    right: 0 !important
}

.cont-user {
    color: #fff !important;
    cursor: pointer
}

.cont-user img {
    margin-right: 5px;
    position: relative;
    bottom: 2px
}

.nav-user {
    margin: 0 auto !important
}

.navbar-user .dropdown-user > li {
    display: inline-flex
}

.navbar-user .dropdown-user-login > li {
    display: block !important
}

.nav-user .dropdown-user::before, .nav-user .dropdown-user::after {
    content: "";
    position: absolute;
    right: 20px;
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #fff transparent
}

.despre-contul-meu {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 10px
}

.button-login-facebook {
    background: #3B5998;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    padding: 13px 46px;
    border-radius: 3px;
    margin: 0 0 10px
}

.button-login-facebook:hover {
    background: #2d4373;
    color: #fff !important
}

.custom-fa-login {
    width: 40px;
    position: relative;
    left: -40px;
    top: 0
}

.separator-line-btn {
    width: 1px;
    height: 30px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 67px;
    top: 5px
}

.custom-fa-login::before {
    width: auto;
    height: 1.2em;
    float: left;
    margin: 0 1em
}

.btn-intra-in-cont, .btn-inregistrare {
    background: #f7941d !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin: 0 0 10px;
    width: 100%;
    padding: .8em 0;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1em !important;
    cursor: pointer;
    margin-top: 10px;
    height: 41px
}

.btn-intra-in-cont:hover, .btn-inregistrare:hover {
    background: #d97a08 !important
}

.formular2 {
    margin-bottom: 70px
}

#loginModal .modal-dialog, #registerModal .modal-dialog {
    width: 95% !important;
    max-width: 430px !important;
    background: rgba(255, 255, 255, 1) !important;
    padding: 20px !important;
    border-radius: 3px !important
}

#loginModal .modal-content, #registerModal .modal-content {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important
}

.input-login {
    height: 40px
}

.switcher {
    color: #1eb1c7 !important
}

.separator {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin: 2.3em 0 .3em;
    position: relative
}

.separator span {
    position: relative;
    top: -1.25em;
    background: #fff;
    display: inline-block;
    padding: 0 1em;
    font-size: .7em;
    color: #717579;
    text-transform: uppercase
}

.register-name {
    margin-bottom: 10px !important
}

.close {
    opacity: .8 !important
}

#loader {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) url(/themes/frontend/site/assets/simulator/images/loader.gif) 50% 50% no-repeat
}

.project td {
    padding: 0 10px !important;
    font-weight: 400;
    line-height: 1.2
}

.project {
    margin-bottom: 15px
}

.my-sims {
    margin-top: 20px;
    min-height: 480px
}

.my-sims .table th, .my-sims .table td {
    font-weight: 400;
    line-height: 1.2;
	padding:5px 10px;
	vertical-align: middle;
}
.my-sims .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #f8f8f8; }
.my-sims .table th { padding: 10px 10px; background-color: #efca30; font-size: 14px; font-weight: 600; line-height: 26px; color: #000000; }

.project tbody tr td {
    width: 110px
}

.modal-open {
    padding-right: 0 !important
}

body {
    padding-right: 0 !important
}

.msg-resolution {
    padding: 50px 20px
}

.formular2 .parsley-error {
    border: 1px solid red !important
}

.formular2 .parsley-errors-list {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 80px !important;
    background: red !important;
    left: 15px;
    right: 15px !important;
    max-width: 300px !important
}

.formular2 #reset-password-form .parsley-errors-list {
    top: -10px !important;
    max-width: 338px !important
}

.resetPassword .alert-danger {
    top: -15px !important;
    width: 91.8% !important
}

#resetPasswordModal .modal-dialog {
    width: 95% !important;
    max-width: 430px !important;
    padding: 0 !important;
    border-radius: 3px !important
}

#resetPasswordModal .modal-dialog h4 {
    padding: 0 10px;
    margin-top: 50px
}

.btn-reseteaza-parola-sim {
    background: #f7941d !important;
    color: #fff !important;
    text-transform: uppercase !important;
    width: 100%;
    padding: .8em 0;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1em !important;
    cursor: pointer;
    margin-top: 15px;
    height: 41px
}

.btn-reseteaza-parola-sim:hover {
    background: #d97a08 !important
}

.formular2.resetPassword {
    margin-bottom: 30px
}

.formular2 .alert-danger {
    position: absolute;
    z-index: 2;
    width: 91%;
    padding: 5px;
    background: red;
    color: #fff;
    top: 75px
}

.formular2 .alert-danger li {
    list-style: none;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .msg-resolution {
        margin-top: 30px
    }
}

.typeahead {
    border: 2px solid #FFCB05;
    border-radius: 0;
    padding: 6px 13px 8px 13px;
    min-width: 250px;
    background: rgba(255, 255, 255, 1);
    color: #413c35
}

.tt-menu {
    width: 300px
}

ul.typeahead {
    margin: 0;
    padding: 10px 0
}

ul.typeahead.dropdown-menu li a {
    padding: 10px !important;
    border-bottom: #FFCB05 1px solid;
    color: #413c35
}

ul.typeahead.dropdown-menu li:last-child a {
    border-bottom: 0 !important
}

.bgcolor {
    min-width: 300px;
	width:50%;
    max-height: 340px;
    margin: 0 0 30px 0;
    border-radius: 4px;
    text-align: left;
}
@media only screen and (max-width: 767px) { .bgcolor { width:100%; } }

.demo-label {
    font-size: 14px;
    font-weight: 500;
    color: #413c35
}

.typeahead.dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #EFEFF1;
    outline: 0;
    color: #413c35 !important
}

.col-custom-8 {
    margin-top: 0
}

.submenu-background {
    padding: 0 !important;
    background: #efca30 !important
}

.submenu-background li a {
    padding: 10px 25px !important
}

.submenu-background li a:hover {
    background: #231F20 !important;
    color: #ffae00 !important
}

.dm-menu {
    background: none !important
}

.dm-menu a {
    color: #413c35 !important;
    font-weight: 600 !important
}

.dm-menu > ul > li > a, .dm-menu > ul > li > span {
    padding: 40px 12px 60px !important
}

.dm-menu_align-right > ul {
    justify-content: flex-start !important
}

.dm-menu_submenu-arrow > ul > .dm-item_parent:hover > a::after {
    display: none !important
}

.dm-menu_item-subindicator > ul > .dm-item_parent > a::before {
    display: none !important
}

.dm-menu_item-bg > ul > li.dm-selected > a {
    background: transparent !important
}

.dm-menu_item-bg > ul > li:hover > a {
    background: transparent !important;
    color: #ffae00 !important
}

.dm-menu_submenu li ul {
    top: auto !important;
    left: 0 !important
}

.dm-menu_submenu li ul.categories-types {
    min-height: 535px !important;
    padding: 0 !important;
    min-width: 200px !important
}

.dm-item_submenu-tabs > ul::after {
    width: 100% !important;
    background: #efca30 !important
}

.dm-item_submenu-tabs > ul {
    width: 200px !important
}

.dm-item_submenu-tabs > ul > li {
    border-bottom: 1px solid #231F20 !important;
    width: 100% !important
}

.dm-item_submenu-tabs > ul > li.dm-selected > a, .dm-item_submenu-tabs > ul > li.dm-selected > span, .dm-item_submenu-tabs > ul > li:hover > a, .dm-item_submenu-tabs > ul > li:hover > span {
    background: #231F20 !important;
    color: #fff !important;
    padding: 10px !important
}

.dm-item_submenu-tabs > ul > li.dm-selected::after {
    color: #fff !important
}

.dm-item_submenu-tabs > ul > li > ul {
    box-shadow: none;
    top: 0 !important;
    left: 100% !important;
    right: 0;
    min-width: 880px !important;
    padding: 0 0 10px !important;
    min-height: 535px !important;
    box-shadow: var(--dm-submnu-boxshadow) !important;
}

.dm-subitem_submenu-inline a {
    padding: 10px !important
}

.dm-subitem_submenu-inline {
    text-align: center !important
}

.dm-subitem_submenu-inline span {
    padding: 0 10px !important
}

.dm-subitem_submenu-inline a:first-child:hover {
    background: none !important
}

.dm-subitem_submenu-inline a:last-child:hover {
    background: #231F20 !important;
    color: #ffae00 !important
}

.list-categories {
    flex-wrap: wrap
}

.dm-item_submenu-mega > ul > li + li {
    padding-left: 0 !important
}

.dm-item_submenu-mega > ul > li {
    max-width: 220px !important
}

.dm-item_submenu-mega::after {
    position: absolute;
    right: 10px;
    margin-top: -25px;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #413c35
}

.dm-item_submenu-mega:hover::after {
    color: #fff !important;
    color: #fff !important
}

.bg-regal {
    margin-top: 160px;
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/regal/sectiune.1.jpg) center center no-repeat;
    background-size: cover
}

.bg-regal::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(239, 202, 48, 0.7);
    z-index: 0
}

.bg-carpatin {
    margin-top: 160px;
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/carpatin/sectiune.1.jpg) center center no-repeat;
    background-size: cover
}

.bg-carpatin::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(239, 202, 48, 0.7);
    z-index: 0
}

.bg-nordic {
    margin-top: 160px;
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/nordic/sectiune.1.jpg) center center no-repeat;
    background-size: cover
}

.bg-nordic::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(239, 202, 48, 0.7);
    z-index: 0
}

.bg-iberic {
    margin-top: 160px;
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/iberic/sectiune.1.jpg) center center no-repeat;
    background-size: cover
}

.bg-iberic::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(239, 202, 48, 0.7);
    z-index: 0
}

.style-nume h2 {
    font-size: 20px;
    color: #000;
    font-style: italic;
    margin: 0;
    text-align: center;
    margin-top: 140px;
    margin-bottom: 15px;
    position: relative
}

.style-nume h2 span {
    font-size: 70px;
    text-transform: uppercase;
    font-style: italic
}

.style-nume p {
    color: #000;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 0 210px
}

.style-slogan {
    min-height: 400px
}

.style-slogan h2 {
    text-align: center;
    font-size: 40px;
    padding: 0 290px;
    margin: auto;
    margin-top: 150px;
    font-weight: 400
}

.bg-sect3-regal {
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/regal/sectiune.3.jpg) center center no-repeat;
    background-size: cover
}

.bg-sect3-regal::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0
}

.bg-sect3-carpatin {
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/carpatin/sectiune.3.jpg) center center no-repeat;
    background-size: cover
}

.bg-sect3-carpatin::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0
}

.bg-sect3-nordic {
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/nordic/sectiune.3.jpg) center center no-repeat;
    background-size: cover
}

.bg-sect3-nordic::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0
}

.bg-sect3-iberic {
    min-height: 400px;
    background: url(/themes/frontend/site/assets/images/stiluri/iberic/sectiune.3.jpg) center center no-repeat;
    background-size: cover
}

.bg-sect3-iberic::before {
    height: 400px;
    width: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0
}

.style-description h2 {
    font-size: 30px;
    text-align: left;
    margin: auto;
    color: #fff;
    margin-top: 120px;
    position: relative;
    padding-left: 16px;
    font-weight: 400
}

.style-description p {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 440px;
    margin: 20px 0 40px;
    position: relative;
    padding-left: 16px
}

.style-description a {
    font-size: 17px;
    background: #fdca00;
    text-decoration: none;
    padding: 15px 25px;
    color: #000;
    position: relative;
    margin-left: 16px
}

.style-description a:hover {
    background: #fff;
    color: #000 !important
}

.style-ul { padding-left:5px }
.style-ul li { list-style-type:none; }
.style-ul li::before {
  content: "\e080";
  color: #efca30;
  font-family: "Glyphicons Halflings";
  font-size: 9px;
  font-weight: 500 !important;
  line-height: 12px;
  padding: 0 7px 0 4px;
}

.style-images {
    padding: 50px 0 20px
}

.style-images ul li {
    font-size: 16px;
    line-height: 1.2
}

.style-images ul {
    padding-left: 10px
}

.style-gallery {
    padding: 20px 0;
    /* background: linear-gradient(to bottom, #fff 50%, #fdca00 50%) */
}

.image-grid {
  --gap: 10px;
  --num-cols: 6;
  --row-height: 450px;

  box-sizing: border-box;
  padding: var(--gap) 0;

  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.image-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid-col-6 {
  grid-column: span 6;
}

.image-grid-col-4 {
  grid-column: span 4;
}

.image-grid-col-2 {
  grid-column: span 2;
}

.image-grid-row-2 {
  grid-row: span 2;
}

/* Anything udner 1024px */
@media screen and (max-width: 1024px) {
  .image-grid {
    --num-cols: 2;
    --row-height: 200px;
  }
}

@media screen and (max-width: 767px) {
.image-grid-col-6,
.image-grid-col-4,
.image-grid-col-2 {
  grid-column: span 6;
}



.style-img-box {
    margin: 10px 0;
}

.style-img-box2 {
    margin-bottom: 20px
}

.img-elem-style {
    padding: 0
}

.text-generic-stil p {
    font-size: 16px;
    line-height: 1.2
}

.text-generic-stil {
    padding-bottom: 40px
}

.recomandari {
    background: #fdca00;
    padding: 40px 0 60px
}

.recomandari h2 {
    margin: 0;
    padding-bottom: 15px;
    padding-left: 16px;
    font-weight: 400;
    color: #000
}

.recomandari p {
    font-size: 16px;
    padding-left: 16px;
    line-height: 1.2;
    color: #000
}

.personaj1 {
    position: absolute;
    top: 400px;
    left: 220px
}

.personaj2 {
    position: absolute;
    top: 400px;
    right: 180px
}

.ragnar {
    left: 180px
}

.style-images h2 {
    font-weight: 400
}

#content-1 ul li, #content-2 ul li {
    text-align: center !important
}

.col-custom-menu-subtitle .style-name {
    color: #231F20
}

.col-custom-menu-subtitle .style-name:hover {
    color: #ffae00 !important
}

.category_name a {
    color: #231F20
}

.category_name a:hover {
    color: #ffae00 !important
}

.categ_elem_canalizare {
    color: #231F20
}

.categ_elem_canalizare:hover {
    color: #ffae00 !important
}

.mash-menu-inner-container {
    position: relative !important;
    right: 40px
}

.table-policy th {
    font-weight: 400;
    padding-bottom: 30px
}

.data-achizitie input {
    width: 100%;
    height: 38px;
    border: 1px solid #e5e5dc;
    border-radius: 4px
}

.data-achizitie {
    margin-top: 10px
}

.bg-formular-garantie, .bg-formular-garantie2 {
    background: #e3e3e3;
    padding: 5px 0 15px
}

.btn-send-guaranty {
    color: #231F20 !important;
    background-color: #ffcb05 !important;
    border: 2px solid #231F20 !important;
    padding: 10px 30px;
    border-radius: 0 !important;
    font-size: 15px;
    margin: 40px 0
}

.btn-send-guaranty:hover {
    border: 2px solid #ffcb05 !important;
    color: #ffcb05 !important;
    background-color: #231F20 !important
}

.bg-formular-garantie .form-group .parsley-errors-list, .bg-formular-garantie2 .form-group .parsley-errors-list {
    margin-top: -8px !important
}

#ui-datepicker-div[inputId=acquisition_date] {
    top: 1360px !important;
}

.alegere-distribuitor {
    max-width: 100% !important;
    border: none !important
}

.download-quote, .btn-download-simulare {
    cursor: pointer
}

.tool-tip {
    display: inline-block;
    position: relative
}

.tool-tip .tool-tip__info {
    display: none;
    background: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    font-size: .875em;
    padding: 1em;
    position: absolute;
    left: 0;
    top: 42px;
    width: 295px;
    z-index: 2
}

.tool-tip .tool-tip__info:before, .tool-tip .tool-tip__info:after {
    content: "";
    position: absolute;
    left: 25px;
    top: -11px;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #a8a8a8 transparent
}

.tool-tip .tool-tip__info:after {
    left: 25px;
    border-bottom-color: #fff;
    top: -10px
}

.tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {
    display: inline-block
}

.mytooltip {
display: inline;
position: relative;
z-index: 999
}
.mytooltip .tooltip-item {
cursor: pointer;
display: inline-block;
font-weight: 300;
font-size:13px;
color: #555;
padding: 0 7px;
}
.mytooltip .tooltip-content {
position: absolute;
z-index: 9999;
width: 360px;
left: 50%;
margin: 0 0 20px -180px;
bottom: 100%;
text-align: left;
font-size: 14px;
line-height: 30px;
-webkit-box-shadow: 3px 3px 10px rgba(48, 54, 61, 0.2);
box-shadow: 3px 3px 10px rgba(48, 54, 61, 0.2);
background: #ffffff;
opacity: 0;
cursor: default;
pointer-events: none
}
.mytooltip .tooltip-content::after {
content: '';
top: 100%;
left: 50%;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: #ffffff transparent transparent;
border-width: 10px;
margin-left: -10px
}
.mytooltip .tooltip-content img {
position: relative;
height: 140px;
display: block;
float: left;
margin-right: 1em
}
.mytooltip .tooltip-item::after {
content: '';
position: absolute;
width: 360px;
height: 20px;
bottom: 100%;
left: 50%;
pointer-events: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.mytooltip:hover .tooltip-item::after {
pointer-events: auto
}
.mytooltip:hover .tooltip-content {
pointer-events: auto;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg)
}
.mytooltip:hover .tooltip-content2 {
opacity: 1;
font-size: 18px
}
.mytooltip .tooltip-text {
font-size: 14px;
line-height: 24px;
display: block;
padding: 15px 20px;
color: #000000
}

.title-menu-sim {
    text-align: center;
    padding: 0 !important
}

.tool-tip .tool-tip__info .info-title {
    font-weight: 600;
    font-size: 12px
}

#text_info {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.switch {
    text-align: center
}

.switch .toggle-on {
    background: #ffcb05 !important;
    color: #000 !important;
    box-shadow: none !important
}

.switch .toggle-off {
    background: #000 !important;
    color: #ffcb05 !important;
    border: none !important;
    box-shadow: none !important
}

.switch .btn-default {
    border: 1px solid #ffcb05 !important
}

.switch .btn-primary {
    border: 1px solid #000 !important
}

.switch .toggle-handle {
    background: #fff !important
}

#google-maps-address {
    margin-top: 10px;
    width: 290px
}

.switch_title {
    margin-top: 35px !important;
    margin-bottom: 10px !important
}

.switch-toggle.switch-candy {
    background-color: gray !important;
    border: 1px solid #000 !important;
    padding: 2px 0 !important;
    z-index: 0 !important
}

.switch-candy a {
    background-color: #ffcb05 !important
}

.switch-toggle.switch-candy label {
    font-weight: 700 !important;
    cursor: pointer !important
}

.btn-reset {
    position: absolute;
    top: 17px
}

.sel_scena {
    min-height: 640px
}

.info-user {
    font-size: 14px !important;
    margin-top: 25px;
    margin-bottom: 5px
}

.info-user-2 {
    font-size: 14px;
    padding-left: 15px
}

.titlu_proiectare {
    padding: 6px 377px 6px 7px;
}

.text-engineered {
    text-align: right;
    font-size: 11px;
    margin-top: 3px;
    margin-right: -10px
}

.gdpr-modal {
    color: #fff !important;
    margin-top: 0 !important
}

.worksite-form {
    padding-bottom: 20px;
}

.underline_title1_worksite {
       width: 11%;
}

.underline_title2_worksite {
    width: 22%;
}

.underline_title3_worksite {
    width: 40%;
}

.underline_title4_worksite {
    width: 27%;
}

.powered-by {
    text-align: right;
    color: #0b0095;
    font-size: 10px;
    padding: 4px;
    margin-top: 23px;
}

.powered-by a {
    color: #0b0095;
}

.powered-by a:hover {
    color: #0b0095 !important;
}

.error-worksite .parsley-errors-list, .worksite-form .parsley-errors-list {
    margin-top: 0px;
}

#ui-datepicker-div[inputId=worksite-end-date]{
    top: 415px !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.date-firma-inactive:focus {
    background: #eee;
}

.inscriere-concurs {
    background: #efca30;
    padding: 15px 25px;
    color: #000;
    vertical-align: middle;
    border: 2px solid #000;
}

.inscriere-concurs:hover {
    background: #000;
    color: #efca30;
    border: 2px solid #efca30;
}

.topbar-simulator {
    padding: 8px 0;
}

.topbar-simulator .back-to-site {
    color: #fff !important;
}

.topbar-simulator .back-to-site:hover {
    color: #efca30 !important;
    text-decoration: none;
}

.incarca-foto {
    padding: 0;
    margin-top: 8px !important;
}