/** {
	width:100%;
}
.headerWrap
{
	background:white;
	height:100px !important;
	width:60% !important;
	margin:0 auto;
}
.mobilePage
{
	width:100% !important;
}
.headLeft
{
	max-width:150px;
}
.headRight {
	width:20px;
	height:20px;
	position:absolute;
	top:0;
	right:0;
}*/	

.menu-submenu.accordion-content.open {
    list-style: none;
    padding-left: 0px;
	padding-bottom: 0px !important;
}
.menu-submenu.accordion-content.open li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
}
.containerFooter
{
	text-align:center;
}
.divFooterLink
{
	display:inline-block;
	padding:2em;
	background-color:#dd3535;
	border-radius:10px;
	border:2px solid #b91f27;
	margin:15px 0px;
	color:whitesmoke;
	text-shadow: 2px 2px 4px #000000;
}

.containerculori div{
	width: 17%;
	margin:3px;
	height:3.5em;
	display: inline-block;
	padding-top:2em;
	text-align:center;
	font-weight:bold;
	
	}

.culoare-rosu{ background-color:#8a1024;  color:white;}
.culoare-maro{ background-color:#42211e; color:white;}
.culoare-alb{ background-color:#ffffff;}
.culoare-alb-gri{ background-color:#f2f2ef;}
.culoare-rosu-maroniu{ background-color:#80191c;  color:white;}
.culoare-caramiziu{ background-color:#924621;  color:white;}
.culoare-verde{ background-color:#004b39;  color:white;}
.culoare-albastru{ background-color:#004889;  color:white;}
.culoare-antracit{ background-color:#233440;  color:white;}
.culoare-negru{ background-color:#000000; color:white;}
.culoare-argintiu{ background-color:#dcdcdc; }
.culoare-zincata{ background-color:#eeeeee;}


.main-doi
 {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.main-doi, .imagineoferta
{
	max-height:15em;
	overflow:hidden;
}

.main-doi img {
    width: 100%;
}
.linkDetalii
{
	padding:2em;
	background-color:#dd3535;
	border:2px solid #b91f27;
	margin-top:20px;
	color:white;
	display:inline-block;
	border-radius:10px;
	width:50%;
	text-shadow: 2px 2px 4px #000000;
}
.titluvega
{
	font-weight:bold;
	font-color:#b91f27;
	margin-bottom:15px;
	text-align:center;
	margin-top:20px;
}
.containervega
{
	padding:5px;
	margin-top:15px;
}
.mobileHeader
{
	position:relative;
	width:100%;
}
.home-product-div-text-content h4 {
    text-align: center;
}
.wrapperMain{
	width:100%;
	height: 100%;
	background-color:white;
}
.imaginepost {
    width: 100%;
}
.titluoferta {
	background-color: black;	
}
.imagineoferta img
{
	width:100%;
}
.mobileContactImage img {
    width: 100%;
    height: auto;
}
.titluoferta {
    background-color: #ee161f;
    color: white;
    font-size: 1.2em;
    text-align: center;
    text-transform: capitalize;
    font-family: sans-serif;
}
.contentoferta {
    text-align: center;
    background-color: white;
    font-family: sans-serif;
    font-weight: 600;
	
}
.wp-block-image {
    display: none;
}
.containerContactHome {
	background-color: #b91f27;	
	width:100%;
	margin-top:30px;
}
.imageintelefonfix {
	width:50px;
	height:50px;
	display:inline-block;
}
.imageintelefonmobil {
	width:36px;
	height:50px;
	display:inline-block;
}
.imaginemail{
	width:50px;
	height:50px;
	display:inline-block;	
}
.imagineadresa{
	width:50px;
	height:50px;	
	display:inline-block;
}
.containerContact  {
	display:inline-block;
	margin-top: 6% !important;
	margin: 4% 1%;
	width:24%;
	vertical-align:top;
	
}
.texttitlu{maregin-bottom:20px;}

.mobilePage {
	max-width: 900px;
    width: 100%;
	margin:0 auto;	
}
.home-toggle-link::before { display:none !important; }
.home-toggle-link::after { display:none !important; }
.contact-toggle-link::before { display:none !important; }
.contact-toggle-link::after { display:none !important; }

.menu-list.accordion.active {
    background-color: #ececec !important;
}
.home-product-div-text-content h4 img
{
	width:100%;
}
.home-product-div-text-content
{
	line-height: 1.5em;
}
.accordion-toggle.active-tab {
    background: #b91f27 !important;
}
.contentFooterImage {
    text-align: center;
}
.accordion-toggle.active-tab a{
   color:whitesmoke;
}

///////////////////////////////////
ul { list-style: none; }
a { text-decoration: none; color: black;}
body {
   font-family: 'Dosis', sans-serif;
   font-size:1em;
}
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color: red;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: yellowgreen;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    display: inline-block;
    
    margin-bottom: 5%;
}
div#menu-container {
    display: inline-block;
	float:right;
}
.containerlogo {
    display: inline-block;
	margin-bottom: 11px;
}
.backgroundoferta {
	background-color:red;	
}
.contentoferta
{
	padding:5px;
	font-weight:normal;
}
.wrapperoferte {
	background-color:red;	
}
.containerpicscont {
    text-align: center;
	color: white;
	font-weight:600;
}
.texttitlu {
    font-size: 29px;
}
.containertext {
    margin-top: 13px;
	text-shadow: 2px 2px 4px #000000;
	color:whitesmoke;
}
.containervega {
	width:100%;	
}
.titluoferta
{
	padding:15px;
}

@media only screen and (max-width: 700px) {
  	.containerContact  {
		display:inline-block;
		margin-top: 2%;
		width:45%;
		vertical-align:top;
	}
	
}
