* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

h2 {
    /*font-family: "Merriweather";*/
    font-weight: 600;
    font-size: 2em;
}

body {
    font-family: "Open sans";
}

header {
    border-bottom: 1px solid #707070;
}


.header-inner,
.footer-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header-left,
.footer-left {
    width: 15%;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-right {
    width: 85%;
    margin-left: auto;
}

.header-inner img,
.footer-inner img {
    width: 100px;
    padding: 5%;
}

.header-right ul,
.footer-menu ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.header-right ul li,
.footer-menu ul li {
    margin: 15px 30px 15px 30px;
}

.header-right li {
    color: #DDB06F;
}

.oferta a, .header-right ul li {
    text-decoration: none;
     display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.oferta a:before, .header-right ul li:before {
    content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #DDB06F;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.oferta a:hover , .header-right ul li:hover {
	color: #fff;
}
.oferta a:hover:before, .header-right ul li:hover:before {
	-webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.header-right  li a {
	padding: 7px 10px;
    display: block;
}
.footer-inner {
    color: #DDB06F;
    font-size: 0.9em;
    padding: 1% 0 1% 0;
}

.footer-middle {
    width: 70%;
    display: flex;
    flex-direction: column;

}

.footer-middle>p {
    text-align: center;
    margin-top: auto;
}

.footer-menu {
    margin-bottom: auto;
}

.footer-right {
    width: 15%;
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-right a {
    position: relative;
    padding-right: 30px;
}

.footer-right a:before {
    content: '';
    position: absolute;
    background-image: url(/media/dalimedia/facebook.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}

footer {
    background-color: #222;
    border-top: 1px solid #DDB06F;
       margin: auto 0 0;
   /* bottom: 0;*/
    width: 100%;

}

.top {
    position: relative;
}

.top img {
    width: 100%;
}

.produse>div a{
    text-align: center;
    position: relative;
    display: inline-block;

}

div[itemprop="articleBody"] {
    display: inline-block;
    width: 100%;
}

 .categorii {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background-color: rgb(221, 176, 111, 0.9);
    color: #fff;
    width: 100%;
    margin: 0;
    z-index: 1;
    left: 0;
    bo
}

.produse {
    display: flex;
}

.jos {
    background-color: #222838;
        padding: 0 0 50px 0;
}
.jos p{
	color: #fff;
}
.produse>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.produse>div {
	overflow: hidden;
	position: relative;
}

.produse>div a  {
	width: 100%;
    height: 100%;
}
.categ {
	width: 25%;
}
.categ2 {
    width: 24%;
    margin: 1%;
    height: 400px;
}
.produse>div a img:hover {
	transform: scale(1.05);
}
.span3>  img:hover{
	transform: scale(1.05);
}
.mijloc .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mijloc .container h2 {
    width: 100%;
    font-size: 2em;
    color: #DDB06F;
}

.mijloc .container p {
    width: 65%;
    margin: 0 auto 0 0;
}

.mijloc .container img {
    margin: 0 0 5% auto;
}

.jos .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 3%;
}

.jos .container span {
    width: 100%;
   font-size: 2em;
    color: #DDB06F;
}

.jos .container p {
    width: 60%;
    margin: 0 auto 0 0;
    order: 2;
    padding: 0 0 0 2%;
    column-count: 2;
}

.jos .container img {
    margin: 0 0 5% auto;
    width: 40%;
    order: 1;
}

.titlu {
       position: absolute;
    top: 10%;
    right: 20%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
    padding: 0px 20px 0px 20px;
}

.titlu p {
    text-align: right;
}

.portofoliu {
    position: absolute;
    bottom: 10%;
    background-color: #DDB06F;
    padding: 15px;
    color: #fff;
}

.portofoliu p {
    position: relative;
    display: inline-block;
}

.portofoliu a {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    right: -35px;
    border-radius: 50%;
    text-align: center;


}

.portofoliu p a:before {
    content: ">";
    color: #DDB06F;
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5);
    -moz-transform: scale(1, 1.5);
    -ms-transform: scale(1, 1.5);
    -o-transform: scale(1, 1.5);
    display: block;

}

.mobile-menu span {
    width: 75%;
    margin: 5px auto;
    display: block;
    line-height: 2px;
    border-bottom: 2px solid #999;
}

.mobile-menu span:nth-child(2) {
    margin: :5px auto;
}

.header-right>button {
    display: none;
}

.detalii {
    display: flex;
}

.detalii p {
    width: 48%;
   padding: 1%;
}

.detalii img {
    width: 35%;
}

.coloana {
    width: 48%;
    padding-right: 2%;
    float: left;
}

.coloana img {
    width: 32%;
    padding: 2px;
}

.chronoforms6_credits {
    display: none;
}

.blog_produse .items-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog_produse .items-row>div {
    width: 24%;
    margin: 0 1% 0 0;
}

.blog_produse .items-row>div:last-child {
    margin: 0 0 0 1%;
}

.blog_produse img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}
.blog_produse {
    text-align: center;
}
._produse > footer, .tehnic > footer {
	margin-top: 5%;
}
.blog_produse p{
    margin:0;
}
.item column-1 p {
	margin: 0;
}
.readmore {
    background-color: #DDB06F;
    padding: 15px;
    color: #fff;
    margin: 0;
    position: relative;
    bottom: 5px;
}
.contact  .coloana > img {
	width: 100%;
}
.contacte {
	display: flex;
	margin-bottom: 5%;
}
.ui.green.button {
	width: 100%;
}
.harta {
	margin-bottom: 3%;
}


b {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
b > li: nth-child(odd) {
	
  flex-grow: 2;
}
b > li: nth-child(even) {
	
  flex-grow: 1;
}
/*img.sigFreeImg {
	 max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  
}*/
.top  ul{
	padding: 0;
	margin: 0;
}
.slick-slider	{
	margin: 0 auto;
}
.oferta {
	display: flex;
	justify-content: space-around;
	padding: 2em;
}
.oferta a{
	align-self: center;
	    background-color: #DDB06F;
    padding: 20px;
    font-weight: 600;
    font-size: 1.3em;
}

.sigFreeImg img{
width: 100% !important;
height: auto !important;
}

ul.sigFreeClassic b{display:flex; justify-content: space-between}

li.sigFreeThumb a, {
width: 100% !important;
height: auto !important;
}
li.sigFreeThumb {
	padding: 0px 0px 10px 0px !important;
}
 ul.lang-inline{
    list-style-type: none;
    display: flex;
}
ul.lang-inline li {
	padding: 2px;
}
.mod-languages_switcher{
position: absolute;
top: 5px;
right:20px;
z-index: 2;
 }
.categ2 {
  width:23% !important;
  margin:1%;
}
.produse {
  display:flex;
}
.produse > div {
    overflow: hidden;
    position: relative;
}
.categorii {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background-color: #DDB06F;
    color: #fff;
    width: 100%;
    margin: 0;
    z-index: 1;
    left: 0;
}
header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
header.header-inner img{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
header.fixed .header-inner img{
    width: 50px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cookies {
      text-align: center;
    padding-bottom: 15px;
}










































  
  
/*Media Queries*/


@media(max-width: 1200px) {

    .header-right ul {
        display: none;
    }

    .header-right>button {
        display: block;
    }

    .mobile-menu span {
        width: 75%;
        margin: 5px auto;
        display: block;
        line-height: 2px;
        border-bottom: 2px solid #999;
    }

    .mobile-menu span:nth-child(2) {
        margin: :5px auto;
    }

    .mobile-menu {
        width: 40px;
        height: 40px;
        border: 2px solid #000;
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 3px;
        background-color: #fff;

    }

    .header-left {
        width: 100%;
        justify-content: center;
    }

    .header-inner img {
        padding: 1%;
    }

    .header-right>.menu {
        position: absolute;
        top: 40px;
        left: 40px;
        z-index: 100;
        background: #fff;
        height: auto;
    }



}


@media(max-width: 991px) {
	.detalii {
		display: block;
	}
	.detalii p {
		width: 100%;
	}
	.detalii img {
    width: 100%;
}
	.coloana {
		width: auto;
	}
	.avantaje .item-pageavantaje  img {
		width: 100%;
		height: auto;
	}
.blog_produse .items-row>div {
    width: auto;
    margin: 0 1% 0 0;
}
.contacte {
	display: inline-block;
}
footer {
	margin-top: 0;
}
.coloana {
	width: 100%;
}
}

@media(max-width: 767px) {

    .produse {
        display: block;
    }

    .mijloc .container p {
        width: 100%;
    }

    .jos .container p {
        width: 100%;
    }

    .mijloc .container img,
    .jos .container img {
        width: 100%;
    }

    .top>.container {
        padding: 0;
    }

    .portofoliu {
        text-align: center;
        position: relative;
    }
    .footer-left {
    	display: none;
    }
    .footer-inner {
    	display: block;
    }
    .footer-middle {
    	width: 100%;
    }
    .footer-right {
    	width: 100%;
    	text-align: center;
    	display: block;
    }
    .footer-menu ul li {
    	margin: 5px 10px 5px 10px;
    }
    .footer-middle>p  {
    	padding-top: 5%;
    }

    ul.sigFreeClassic li.sigFreeThumb {
		width: 100%;
	}
	ul.sigFreeClassic b{display:flex; justify-content: space-between}
a.sigFreeLink  {
	width: 100%  !important;
}
img.sigFreeImg {
	width: 100%  !important;
	background-size: cover;
}
.top img {
    width: 40%;
}
.categ, .categ2 {
    width: 100% !important;
}
.produse > div img {
   
    min-height: 300px;
  }

  .header-right ul {
    width:60%;
  }
  .header-right li {
        width: 80%;
  }
  .blog_produse .items-row > div {
    width: 100%;
  }
}

@media(max-width: 450px) {

	.titlu h2{
		
    font-size: 20px;
	}

.titlu {
    position: absolute;
    top: 25%;
    right: 10%;
}
.portofoliu h2{
    font-size: 1em;
}
.portofoliu {
    padding: 2px;
}
.categ, .categ2 {
    width: 100%;
}

}