@charset "utf-8";
/* CSS Document */
/*================================================
1. Reset
================================================*/

html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
/* body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 14px;
	color: #000;
	width:100%;
} */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td {
	line-height: 22px;
	word-spacing: 0.04em
}
a, a:link, a:focus, a:hover, a:active {
	outline: none;
}
a, a:link, a:visited {
	color: #256ab4;
	background-color: inherit;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: none;
	color: #231B0E;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
caption, th {
	text-align: left;
}

sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}
input:focus, textarea:focus {
	outline: none
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
ul, ol {
	margin:0px 0px 0px 20px;
	padding:10px 0px 10px 0px;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
h1 {
	font-size: 30px;
	line-height: 30px;
}
h2 {
	font-size: 22px;
	color: #FFF;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
}
h4 {
	color: #FFF;
	font-size: 18px;
	line-height: 34px;
}

/*---- 1.1. Clearfix ----*/

.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
.clearfix {
	display:block;
}
.clear {
	clear: both;
}
blockquote {
	font-style: italic;
}

/*================================================
2. Layout
================================================*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(img/trademark.png) center #231B0E;
	background-repeat:no-repeat;
	color:#fff;
}

#total {
	width: 1400px;
	overflow: hidden;
	position: relative;
    left:1%;
}

#main {
	width:1100px;
	height:700px;
	float: left;
	background-color: #231B0E;
   
}


/*================================================
3. Menu
================================================*/
#navigation {
	width:280px;
	float: right;
}

#navigation li {
    width: 280px;
	list-style: none;
    display:block;    
	position: relative;
    left:25px;
    height: 72px;
	line-height: 72px; /* inaltimea pozei */
	padding: 0 0 0 10px;
    cursor: pointer;
}
#navigation li a {
    font-size: 16px;
	color: #fff;
	text-decoration: none;
	display: none;    
    position: relative;
    top:19px;
    left:-8px;
    background: transparent;
    font-family:"Times New Roman",Georgia,Serif;
    font-weight: normal;
    text-align: center;
}


li.home {
margin : 0 auto;
background: url(img/menu/home.JPG) 0 0 no-repeat;
}

li.editorial {
background: url(img/menu/editorial.JPG) 0 0 no-repeat;
}

li.primavara {
background: url(img/menu/primavara.JPG) 0 0 no-repeat;
}

li.zi {
background: url(img/menu/zi.JPG) 0 0 no-repeat;
}

li.mirese {
background: url(img/menu/mirese.JPG) 0 0 no-repeat;
}

li.seara {
background: url(img/menu/seara.JPG) 0 0 no-repeat;
}

li.cliente {
background: url(img/menu/cliente.JPG) 0 0 no-repeat;
}

li.presa {
background: url(img/menu/media.JPG) 0 0 no-repeat;
}

li.contact {
background: url(img/menu/contact.JPG) 0 0 no-repeat;
}

li.copyright {
background: url(img/menu/copyright.JPG) 0 0 no-repeat;
}

#navigation li.active {
    border: solid 20px;
}

/*================================================
4. Pagini
================================================*/

/*Headinguri*/

h1 {

	font-size:65px;
	font-style:italic;
	color:#FFF
}
h2{

	font-size: 24px;
	font-style:italic;
	color:#FFC6AA;
}
h3{

	font-size: 16px;
	font-style:italic;
	color:#FFF;
	text-align: left;
}
h4{
	font-size: 16px;
	color: #FFF;
    line-height: 20px;
}

/*================================================
Acasa
================================================*/

/*Lista meniu*/

#nav-menu ul
{
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 22px;
    font-style: italic;
    font-weight: bold;
	position: absolute;
	top: 31%;
	left: 51.5%;
	width: 320px;
	height: 318px;
}

#nav-menu ul li{
    line-height: 35px;
    color:#FCCDA5;
    cursor:pointer;
}

#nav-menu ul li:hover{
    color:#E98E55;
    position: relative;
    left:3px;
    top:1px;
    
}

#nav-menu
{
width:35em
}

#bgimage {
	background-image:url(img/homebg.jpg);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#uplefttext {
	width:670px;
	height:auto;
	position: absolute;
	left: 41%;
	top: 5%;
	z-index:1;
	color:#FCCDA5;
}

#title{
	width:auto;
	height:auto;
	position: absolute;
	left: 17.5%;
	top: 11%;
	z-index:2;
}

#title h1 {
    color:#FCCDA5;
    font-size:52px;
}

#subtitle{
	width:500px;
	height:auto;
	position: absolute;
	left: 46%;
	top: 19%;
	z-index:3;
}

#subtitle h3 {
    color:#BA5E2A;
    font-size:22px;
}

#trademark_home{
	width:275px;
	height:auto;
	position: absolute;
	left: 4%;
	top: 5%;
	z-index:3;
}
#linkedin {
   position: absolute;
   top:68%;
   left:3%;
}
#facebook1{
   position: absolute;
   top:68%;
   left:6.5%;
}
#facebook2 {
   position: absolute;
   top:68%;
   left:10%;
}

/*================================================
Editorial
================================================*/
#bgimage1 {
	background-image:url(img/editorial1.jpg);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#link {
	position:absolute;
	left:74.5%;
	top:45%;
    cursor:pointer;
}

#prevlink {
    position:absolute;
	top:45%;
    cursor:pointer;
}

#text1 {
	width:auto;
	height:auto;
	position: absolute;
	left: 4%;
	top: 10%;
	z-index:1;
	color:#FFF;
}

#text2 {
	width:383px;
	height:auto;
	position: absolute;
	left: 4%;
	top: 18%;
	z-index:1;
	color:#FFF;
	text-align: center;
}

#text2 h3 {
    font-size:18px; 
    line-height:25px;
}

#text3 {
	width:auto;
	height:auto;
	position: absolute;
	left: 36%;
	top: 10%;
	z-index:1;
    color:#231B0E;
}

span.text4 {
	width:500px;
	height:auto;
	position: absolute;
	left: 36%;
	top: 18%;
	z-index:1;
	}
.text4 h3 {
    font-size:18px; 
    line-height:25px;
}
/*================================================
Editorial pagina 2
================================================*/

#bgimage2 {
	background-image:url(img/editorial2.jpg);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#editorial_text5 {
	width:560px;
	height:auto;
	position: absolute;
	left: 3%;
	top: 10%;
	z-index:2;
	color:#FFF;
}
#editorial_text5 h3 {
    font-size:18px;
    line-height:25px
}

#editorial_text4 {
	width:400px;
	height:auto;
	position: absolute;
	left: 44%;
	top: 10%;
	z-index:4;
	color:#FFF;	 
}
#editorial_text4 h3 {
    font-size:18px;
    line-height:25px
}

#editorial_semnatura {
	width:920px;
	height:auto;
	position: absolute;
	left: 55%;
	top: 75%;
	z-index:4;
	
}
#editorial_semnatura h3 {
    font-size:22px;
}

/*================================================
Primavara
================================================*/
#bgimageprimavara{
	background-image:url(img/primavarabg.jpg);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#primavara_poza1 {
	position:absolute;
	width:200px;
	height:115px;
	left: 3%;
   z-index: 2;
	top: 10%;
}
#primavara_poza2 {
	position:absolute;
	width:200px;
   z-index: 1;
	height:115px;
	left: 18%;
	top: 8%;
}
#primavara_poza3{
	position:absolute;
	width:254px;
	height:115px;
	left: 35%;
	top: 10%;
}
#primavara_poza4{
	position:absolute;
	width:200px;
	height:115px;
	left: 53%;
	top: 8%;
}
#primavara_text1 {
	position:absolute;
	width:200px;
	height:65px;
	left: 18.5%;
	top: 68%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#primavara_text2 {
	position:absolute;
	width:200px;
	height:53px;
	left: 37%;
	top: 68%;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#primavara_text3 {
	position:absolute;
	width:200px;
	height:66px;
	left: 55%;
	top: 68%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
#primavara_text4 {
	position:absolute;
	width:200px;
	height:66px;
	left: 871px;
	top: 591px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#primavara_text5 {
	position:absolute;
	width:200px;
	height:66px;
	left: 3%;
	top: 68%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

span.primavaracenter {
    position:absolute;
	width:350px;
    font-size:18px;
	height:66px;
	z-index:7;
	left: 25%;
	top: 81%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

/*================================================
Mirese pag 1
================================================*/
#miresebg{
	background-image:url(img/miresebg.png);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#mirese1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 10%;
	top: 5%;
}
#mirese2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 40%;
	top: 5%;
}

#text_mirese{
	position:absolute;
	width:370px;
	height:115px;
	z-index:2;
	left: 7%;
	top: 77%;
}

#text_mirese h4 {
    text-align: center;
}

#link_mirese {
	position:absolute;
	left:55%;
	top:86.5%;
}
/*===============
=================================
Mirese pag 2
================================================*/
#miresebg{
	background-image:url(img/miresebg.png);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#mirese21 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 3%;
	top: 5%;
}
#mirese22 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 26%;
	top: 5%;
}
#mirese23 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 29%;
	top: 72%;
}
#apDiv3 {
	font-family: Comic Sans MS, cursive;
	font-size: 15px;
	color: #FFF;
}
#mirese24 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 51%;
	top: 5%;
}
#mirese25 {
	position:absolute;
	width:292px;
	height:115px;
	z-index:5;
	left: 49%;
	top: 78%;
}

/*================================================
Rochii de seara pag 1
================================================*/

#searabg{
	background-image:url(img/searabg.png);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}


#seara1 {
	position:absolute;
	width:106px;
	height:25px;
	z-index:1;
	left: 932px;
	top: 695px;
}
#apDiv1 {
	color: #FFF;
}
#seara2 {
	position:absolute;
	width:5%;
	height:115px;
	z-index:2;
	left: 3.5%;
	top: 4.5%;
}
#seara3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 22%;
	top: 4.5%;
}
#seara4 {
	position:absolute;
	width:167px;
	height:115px;
	z-index:4;
	left: 40%;
	top: 4.5%;
}
#seara5 {
	position:absolute;
	width:200px;
	height:61px;
	z-index:5;
	left: 718px;
	top: 4.5%;
}
#seara6 {
	position:absolute;
	width:200px;
	height:47px;
	z-index:6;
	left: 720px;
	top: 544px;
}
#seara6 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 65%;
}
#seara7 {
	position:absolute;
	width:239px;
	height:60px;
	z-index:7;
	left: 38.5%;
	top: 65%;
	color: #FFF;
    text-align: center;
}
#apDiv7 {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#seara8 {
	position:absolute;
	width:210px;
	height:70px;
	z-index:8;
	left: 21%;
	top: 65%;
	color: #FFF;
	text-align: center;
}
#seara9 {
	position:absolute;
	width:215px;
	height:auto;
	z-index:9;
	left: 3%;
	top: 65%;
	color: #FFF;
    text-align: center;
}
#seara10 {
	position:absolute;
	width:210px;
	height:115px;
	z-index:10;
	left: 58%;
	top: 4.5%;
}
#seara11 {
	position:absolute;
	width:237px;
	height:76px;
	z-index:11;
	left: 56%;
	top: 65%;
	color: #FFF;
	text-align: center;
}

/*================================================
Rochii de zi pag 1
================================================*/

#zibg{
	background-image:url(img/rochiizibg.png);
	width: 1100px;
	height: 700px;
	background-repeat: no-repeat;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 626px;
	top: 49px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 28%;
	top: 6%;
}
#apDiv3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 4%;
	top: 6%;
}
#apDiv4 {
	position:absolute;
	width:306px;
	height:115px;
	z-index:4;
	left: 50%;
	top: 6%;
}
#apDiv5 {
	position:absolute;
	width:250px;
	height:115px;
	z-index:5;
	left: 4%;
	top: 76%;
	text-align: center;
}
#apDiv6 {
	position:absolute;
	width:260px;
	height:115px;
	z-index:6;
	left: 27.5%;
	top: 76%;
	text-align: center;
}
#apDiv7 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:7;
	left: 650px;
	top: 69%;
	text-align: center;
}
#apDiv8 {
	position:absolute;
	width:250px;
	height:115px;
	z-index:8;
	left: 52%;
	top: 76%;
    color: #FFF;
    text-align: center;
}
.k {
	color: #FFF;
}

.kk {
	text-align: center;
}
#apDiv9 {
	position:absolute;
	width:200px;
	height:44px;
	z-index:9;
	left: 215px;
	top: 77px;
}
/***** Roschii de zi pag2 *******/
#tablezi2 {
    position: absolute;
    top:4%;
    left:6%;
}
p.zi2 {
    width: 270px;
    font-size:16px;
}
/*================================================
Cliente
================================================*/

#cliente1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 6%;
	top: 4%;
}
#cliente2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 27%;
	top: 4%;
}
#cliente3 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
	left: 51%;
	top: 4%;
}
#cliente4 {
	position:absolute;
	width:286px;
	height:115px;
	z-index:4;
	left: 25%;
	top: 78%;
    color:#231B0E;    
}

#cliente5 {
	position:absolute;
	width:294px;
	height:115px;
	z-index:5;
	left: 2%;
	top: 78%;
    color:#231B0E;
}

#cliente6 {
	position:absolute;
	width:290px;
	height:115px;
	z-index:6;
	left: 49.5%;
	top: 78%;
    color:#231B0E;
}

/*================================================
Presa
================================================*/

#media1 {
	position:absolute;
	top:8%;
	left:4%;
}

#media2 {
	position:absolute;
	top:32%;
	left:4%;
}

#poza_media {
	position:absolute;
	top:11%;
	left:54%;
}

/******** Art Logo **********/
.artlogo {
    position: relative;
    top:1%;
    left:1%;
    
}
.artlogo a {
    font-size: 12px;
    color: #554222;
    font-style:  oblique;
}

.artlogo a:hover {
    font-size: 12px;
    color: #fff;
    font-style:  oblique;
}
.zoom {
   text-align: left;
   float:left;   
   position: relative;
   top:-35px;
}
.zoom a {
   color:#FFFFFF;
   font-weight: bold;
   padding : 1px;
}

.title {
    font-weight: bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}