@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {background:none repeat scroll 0 0 transparent;border:0 none;margin:0;outline:0 none;padding:0;font-family:Arial;}
* {margin:0;padding:0;}
body {
    margin: 0px;
    padding: 0px;
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/bk.jpg) top left repeat-x #949b9d;
    font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	text-decoration: none;
}
/* ---------- Start Content Selection ---------- */
::selection {
	background:#eab818;
	color:#000;
	text-shadow: #d3d3d3 1px 1px 0px;
}
::-moz-selection {
	background:#eab818;
	color:#000;
	text-shadow: #d3d3d3 1px 1px 0px;
}
::-webkit-selection {
	background:#eab818;
	color:#000;
	text-shadow: #d3d3d3 1px 1px 0px;
}
/* ---------- End Content Selection ---------- */

.editura-hac{
		display: block;
		margin: 23px auto 0px auto;
    height: 291px;
    width: 395px;
    background:url(images/logo.png) top center no-repeat transparent;
}
.harap-alb{
	width: 705px;
	display: block;
	margin: 45px auto;
}
.harap-alb-logo{
	float: left;
	clear: none;
	margin-top: 99px;
}
.revista{
	float: left;
	clear: none;
	margin-top: 44px;
	margin-left: 9px;
}
.buttons{
	float: left;
	clear: none;
	margin-top: 95px;
}
.buttons a{
	float: left;
	clear: both;
}
.buttons a:first-child{
	margin-bottom: 10px;
}
.contact{
	clear: both;
	margin: 60px auto 0px auto;
	display: block;
	width: 80px;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.contact:hover{
	color: #eab818;
}

.container {
	width: 800px;
	margin: 38px auto 0 auto;
}

.logos {
	margin-top: 90px;
}
.logos li {
	display: inline-block;
	list-style-type: none;	
	padding-right: 61px;
}
.logos li:nth-child(4) {
	padding-right: 0;
}

.supererou {
	margin: 10px auto;
	text-align: center;
}
.supererou img:nth-child(2) {
	margin-top: 15px;
	display: inline-block;
}
.supererou a, .supererou a:hover {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.supererou a:hover {
	text-decoration: underline;
}

.menu {
	background-color: #aa2320;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;  
	border-radius: 5px;
	height: 27px;
	padding: 5px 60px;
	width: 588px;
	margin: 0 auto;
	font-size: 16px;
}
.menu li {
	display: inline-block;
	list-style-type: none;
	padding-right: 100px;
}
.menu li:nth-child(3) {
	padding-right: 0;
}
.menu li a, .menu li a:hover {
	color: #fff;
}
.menu li a:hover {
	color: #f0cac9;
}
.detalii-concurs {
	color: #fff;
	margin-top: 110px;
	border-bottom: 1px solid #f4f8f9;
	padding-bottom: 35px;
}
.detalii-concurs img {
	margin-right: 50px;
}
.detalii-concurs h1 {
	font-weight: bold;
	font-size: 1.071em;
}
.detalii-concurs span {
	font-size: 0.929em;
}
.detalii-concurs p {
	padding-top: 20px;
}
.detalii-concurs a, .detalii-concurs a:hover {
	color: #a9241d;
	font-weight: bold;
}






/*-------- Media queries --------- */

@media only screen and (max-width: 800px) {
	.container {
		width: auto;
	}
	.logos li {
		width: 24%;
		text-align: center;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.detalii-concurs img {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.menu {
		width: auto;
		padding: 5px 10px;
	}
	.menu li {
		padding-right: 0;
		width: 32%;
		text-align: center;
		vertical-align: middle;
	}
	.logos, .detalii-concurs {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 600px) {
	.menu {
		padding: 0 10px 5px 0;
		height: 40px;
	}
}

@media only screen and (max-width: 400px) {
	.menu {
		font-size: 13px;
		height: 34px;
	}
	.logos li {
		width: 49%;
	}
	.editura-hac {
		width: 320px;
	}
}
