/* TEST DE STERS */
#container-titlu input, textarea {
	border: black;
}

#container-titlu {
	background: rgba(0, 0, 0, .8);
	max-width: 1000px;
	margin: auto;
	margin-top: 10px;
}

#titlu-lista-magazine h1 {
	padding: 15px 10px 0 10px;
	font-size: 20px;
	color: #ac7e31;
	text-align: center;
	font-weight: bold;
}

#descriere-lista-magazine {
	font-family: 'Arial';
	padding: 0 10px 5px 10px;
	margin-bottom: 15px;
	color: #cccccc;
}
/*
#lista-magazine {
	min-width: 700px;
}
*/
.magazin {
	max-width: 1000px;
	margin: auto;
	background: rgba(0, 0, 0, .8);
	border-bottom: 1px solid #ecac3e;
	display: flex;
	align-items: center;
}

.magazin .text {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	color: #cccccc;
}

.magazin .text h2 {
	font-weight: bold;
	font-size: 18px;
	color: #ac7e31;
}

.magazin .text p {
	padding:0px;
	margin: 5px;
	font-family: 'Arial';
}

.magazin .imagine {
	width: 50%;
	float: left;
	overflow: hidden;
}

.magazin .imagine img {
	width: 100%;
	display: block;
}

.clear-fix:after {
    content:'';
    display:block;
    clear: both;
}

.center {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* PLUS */
.gilroy {
	display: none;
}

.breadcrumb {
	display: none;
}

.pull-right .btn.btn-primary {
	display: none;
}

body {
	background:url("https://el-unico.ro/image/data/magazine/map-of-cuba-gradient-min.png") !important;
}

.site-menu-wrapper {
	z-index: 9999;
}

#more {
	display: none;
}

#more-overlay {
	display: none;
}

@media only screen and (max-width: 760px) {
	.magazin .text {
		width: 100%;
		float: none;
	}
	
	.magazin .imagine {
		width: 100%;
		float: none;
	}

	.magazin:nth-child(even) {
		flex-direction: column-reverse;
	}
	
	.magazin:nth-child(odd) {
		flex-direction: column;
	}
	
	#descriere-lista-magazine {
		position: relative;
		height: 155px;
		overflow: hidden;
	}
	
	#more {
		text-align: center;
		padding: 5px 10px 5px 10px;
		font-weight: bold;
		width: 125px;
		color: white;
		background: #333;
		display: block;
		position: absolute;
		bottom: 15px;
		left:calc(50% - 72.5px);
		z-index: 10;
	}
	
	#more-overlay {
		position: absolute;
		width: 100%;
		height: 50%;
		z-index:5;
		left: 0;
		bottom: 0;
		display: block;
		box-shadow: inset 0px -97px 55px -56px rgba(51,51,51,1);
	}

}