html {
    background: transparent url(/img/bg.jpg) no-repeat top center !important;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	/*background: #eee url(../bg.jpg);
	background: #eee;*/
    background-color:transparent !important;
	overflow-x: hidden;
}

.container {
	background-color: #1a6ab1;
	box-shadow: 0 3px 8px #999;
}

.header {
	height: 100px;
	border-bottom: 4px solid #6fb353;
	background: #444 url(../img/carpet.jpg) 0 -17px;
	padding: 0;
}

/* x-mas */
.header .xmas {
	width: 100%;
	height: 201px;
	background: url(../img/ghirlanda.png) no-repeat;
	position: absolute;
	left: 0;
	top: -65px;
	z-index: 2;
}

.header .bells {
	width: 210px;
	height: 231px;
	background: url(../img/bells.png) no-repeat;
	position: absolute;
	right: -55px;
	top: -20px;
	z-index: 5;
}

.menu {
	width: 100%;
	padding: 6px;
	background-color: #1a6ab1;
}

.menu {
	display: flex;
	flex-direction: row;
	height: 68px;
	align-items: center;
}

.menu div  a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.menu div a:hover {
	color: #1a6ab1;
	text-decoration: none;
	background-color: #6fb353;
	box-shadow: 2px 2px 3px #444;
}

.menu div{
	flex:1;
	text-align:center;

}
.menu .big-label{
	min-width: 250px;
}

.menu .small-label{
	max-width: 100px;
}

@media (max-width: 800px){
	.non-mobile{
		display: none;
	}
	.mobile .hamburger-menu{
		width: 100%;
		color: #fff;
		font-size: 24px;
		text-align: right;
	}

	.mobile .hamburger-menu i:hover{
		text-decoration: none;
		background-color: #6fb353;
		box-shadow: 2px 2px 3px #444;
	}

	.mobile .hidden-side-pannel{
		display: none;
	}
	.mobile .side-pannel-style{
		position: absolute;
		top: 68px;
		right: -15px;
		z-index: 21;
		background-color: #1a6ab1;
		height: 90vh;
		display: flex;
		flex-direction: column;
		width: 70vw;
	}
	.mobile .side-pannel-style>*{
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	}
	.show-side-pannel{
		display: visible;
	}
}

@media (min-width: 800px){
	.mobile{
		display: none;
	}
}

.content {
	padding-bottom: 30px;
	background: #fefefe;
}

.home .content,
.oferte .content {
	background: #fefefe url(../img/pop-in.png) no-repeat bottom right;
}

.content h1 {
	color: #fff;
	padding: 25px 15px;
	margin: 0 -15px;
	background: #6fb353;
}

.content .services, .content p.preturi {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 8px 15px;
	margin: 0 -15px;
	background: #666;
	list-style-type: none;
}

.content .services li {
	margin: 13px 0;
}

.content .cluj {
	position: absolute;
	display: inline-block;
	color: #1f9630;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	top: -38px;
	right: 125px;
	padding: 6px 30px 6px 10px;
	background: #fff;
	border-top-left-radius: 6px;
	z-index: 3;
}

.content h2 {
	color: #1a6ab1;
	font-weight: 600;
}

.content img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	border-top: 4px solid #6fb353;
	border-bottom: 4px solid #6fb353;
}

.notification {
	font-size: 22px;
	margin: 35px 0;
}
.facebook-promo{
	width: 160px;
	height: 160px;
}
.promo {
	position: absolute;
	top: -150px;
	right: 0px;
	width: 160px;
	height: 160px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 2px 3px 10px #777;
	z-index: 5;
	
	background: #ff3019; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ff3019 0%,#cf0404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.promo p {
	position: absolute;
	width: 110px;
	left: 25px;
	top: 33px;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	line-height: 25px;
}

.promo span {
	/* display: block; */
	margin-top: 12px;
}

.promo em {
	font-size: 36px;
}

.greeting {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	/*background: #aa0000;*/
	font-weight: 600;
	background: #9c1a1e;
	margin: 0 -25px;
	padding: 10px 15px;
	box-shadow: 0 2px 10px #444;
}

.greeting p {
	text-align: center;
	margin: 0 -15px;
	padding: 15px 25px;
	border-top: 3px solid #fde174;
	border-bottom: 3px solid #fde174;
}

.greeting strong {
	font-weight: 600;
}

.left-shadow, .right-shadow {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 5px solid #444;
	bottom: -10px;
}
.left-shadow {
	left: 0;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.right-shadow {
	right: 0;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.content .subhead {
	color: #fff;
	padding: 15px;
	margin: -15px -15px 20px;
	background: #666;
}

.content .subhead a {
	color: #fff;
	text-decoration: underline;
}

.content .tel {
	font-size: 20px;
	color: #fff;
	padding: 15px;
	margin: 0 -15px 0;
	background: #999;
}

.content .livrare {
	font-size: 18px;
	color: #fff;
	padding: 15px;
	margin: 0 -15px 20px;
	background: #999;
	border-top: 1px solid #fff;
}

.content .tel b {
	font-weight: 600;
}

.content .tel strong {
	font-size: 22px;
	font-weight: 600;
}

.content .tel a {
	color: #fff;
	text-decoration: underline;
}

.content .calculator {
	width: 320px;
	margin: 0;
}

.calculator .pret-total {
	border-bottom: 1px solid #ccc;
}

.calculator .pret-total  span {
	display: block;
	float: right;
	font-size: 26px;
	font-weight: bold;
}

.calculator .pret-total  span:first-child {
	float: left;
	font-weight: normal;
}

.menu, .content {
	/* min-height: 600px; */
}

.services-contact {
	padding-left: 15px;
}

.greeting h2 {
	color:white; font-size:18px; font-style: italic;font-weight: 600;
	text-align: center;margin: 0 -15px;padding: 15px 25px;border-top: 3px solid #fde174;border-bottom: 3px solid #fde174;}
	
.footerLinks a { color:white !important; }

.carousel-indicators{bottom:0px !important;}
.carousel-indicators li{transition:all 0.3s ease 0s;}
#myCarousel{margin-top:0px;background-color:#0000009a;}
.carousel-caption{font-size:24px;}
.carousel-caption h4{font-size:32px;color:black;}
#myCarousel .item{height:400px;     object-fit: fill;}
#slide1{
	background-image: url('../img/carousel/119.jpeg');
	background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
#slide2{
	background-image: url('../img/carousel/10.jpeg');
	background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
#slide3{
	background-image: url('../img/carousel/15.jpeg');
	background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
#slide4{
	background-image: url('../img/carousel/3.jpeg');
	background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
#slide5{
	background-image: url('../img/carousel/flyer-spalatorie-profesionala-baciu-cluj.jpg');
	background-size:     contain;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}

.carousel-caption{padding-bottom:25px;bottom:10px;}
#slide1 h4{font-family:'Oswald', sans-serif !important;font-size:72px;margin-bottom:165px;text-align:right;}
#slide2 h4{font-family:'Oswald', sans-serif !important;font-size:65px;}
#slide3 h4{font-family:'Oswald', sans-serif !important;margin-bottom:260px;font-size:48px;color:#F7BA24}
#slide1 h4:hover, #slide2 h4:hover, #slide3 h4:hover{transform:scale3d(1.05, 1.05, 1);transition:all 0.35s ease 0s, transform 0.35s ease 0s;}
#slide1 p, #slide2 p, #slide3 p{color:black;}
.carousel-control{color:#F7BA24;}
.carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next{font-size:100px;margin-top:-65px;height:auto;}
.carousel-control.left{background-image:linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(255, 255, 255, 0) 100%);}
.carousel-control.right{background-image:linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.5) 100%);}
#myCarousel a:focus{outline:none;}
.carousel-indicators .active{background-color:#F7BA24;}
.carousel-indicators li{border-color:#F7BA24;}
.carousel-control:focus{color:#F7BA24;}
.carousel-control:hover{color:#fff;}
/* .newHeader {padding-top:4px !important;} */
.newHeader, .newHeader h1 { text-align:center; color:white !Important; font-size:36px; font-family:Georgia; }
/* .newHeader h1 { padding:10px !important; margin:13px auto !important; background-color:rgba(0, 0, 0, 0.3); width:auto;} */
.newHeader h1 {margin:0; display: flex; justify-content: center; align-items: center;  width:100%;height: 100%;}

@media only screen and (min-width:769px) and (max-width:1199px){
	.newHeader h1 {font-size:24px;}
}
@media (max-width:768px){
	.newHeader h1 {font-size:18px;}
}

@media (max-width:768px){
	.newHeader h1 {font-size:18px;}
}

.activeMenu { background-color:rgba(255,255,255,0.2) !important;}

.main-section-style{
	width: 100%;
}
.parteneri-img
{
	width: 100px;
}