/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%; height:100%;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#fff;
	min-width:1000px;
	height:100%;
	background:url(../images/bg.jpg) top left no-repeat fixed;
}

.main {
	width:1000px; 	
	margin:0 auto;
}

a {color:#fffe00; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:22px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.indent {padding:46px 0 0 30px;}
.indent-top {padding-top:10px;}
.indent-left {padding-left:20px;}
.indent-right {padding-right:20px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:18px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:11px 20px 0px 0;}
.img-indent-r {float:right; margin:-43px 0px 0px 30px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.list-2 a,
.link,
.button,
.button2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	height:120px;
}

h1 {
	padding:25px 0 10px 1px; 
	position:absolute;
}
	h1 a {
		display:block; 
		width:295px;
		height:119px;
		text-indent:-9999em;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
/***** menu *****/
.menu {
	padding:30px 29px 0 0; 
}
.menu li {
	float:left; 
	position:relative;
	margin-left:28px;
	background:url(../images/buton.jpg) 0 0 no-repeat;
	width:135px;
	height:48px;
	text-align:center;
}
.menu li a {
	display:inline-block; 
	font-size:20px; 
	padding-top:13px;
	color:#ffff00; 
	text-transform:uppercase;
	text-shadow: 1px 1px 0 #000;
}
.menu li a.active,
.menu > li > a:hover {
	color:#111;
	text-shadow: 1px 1px 0 #ffff00;
}

.row-bot {
	width:100%;
	padding: 0 0;
	background:url(../images/row-bot-tail.gif) center top repeat-x;
}
.title-1 {
	display:block;
	font-size:29px; 
	line-height:2em; 
	color:#fff;
	letter-spacing:-2px;
	margin-bottom:5px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:0 0 30px;
	position:relative;
	z-index:1;
}

.content {
	background:url(../images/content.png);
	width:95%;
	margin-bottom:10px;
	padding:10px;
}

h2 {
	font-size:26px; 
	line-height:26px; 
	color:#fffe00;
	text-shadow:1px 1px 0 #000;
	background:url(../images/h2.jpg) 0 0 no-repeat;
	padding:5px 0 5px 21px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;  
	color:#fffe00;
	text-shadow:1px 1px 0 #000;
	margin-bottom:10px;
}

.border-bot {
	width:100%; 
	padding-bottom:32px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

 .banner1 {
	 background:url(../images/banner1.jpg) 0 0 no-repeat;
	 width:200px;
	 height:265px;
	 padding:10px;
}
 .banner2 {
	 background:url(../images/banner2.jpg) 0 0 no-repeat;
	 width:200px;
	 height:225px;
	 padding:10px;
}

.button {
	display:inline-block; 
	padding:1px 20px 8px;
	font-size:18px;
	line-height:22px;
	color:#556502; 
	background:url(../images/button-tail.gif) 0 0 repeat-x #cdcdcd;
	border:3px solid #fff;
	cursor:pointer;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	letter-spacing:-1px;
}
.button:hover {color:#ce0b0e;}

.button2 {
	display:inline-block; 
	padding:5px 25px 9px;
	font-size:22px;
	line-height:27px;
	color:#fff; 
	background:url(../images/button2-tail.gif) 0 0 repeat-x #cc2800;
	cursor:pointer;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	letter-spacing:-1px;
}
.button2:hover {background:#cc2800;}

.list-1 li {
	font-size:14px; 
	line-height:19px; 
	font-style:italic;
	padding:8px 0; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-1 a {color:#fff;}
	.list-1 a:hover {color:#cc2800;}
	.list-1 .last-item {background:none;}

.list-2 li {
	font-size:14px; 
	line-height:19px; 
	font-style:italic;
	padding:8px 0; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-2 a {
		display:inline-block; 
		color:#fff; 
		padding-left:11px; 
		background:url(../images/marker-1.gif) 0 8px no-repeat;
	}
	.list-2 a:hover {color:#cc2800;}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

.text-1 {
	display:block;
	font-size:19px;
	line-height:45px;
	color:#fff;
	letter-spacing:-2px;
	margin-bottom:5px;
} 

/***** contact form *****/
.adress {
  font-size: 13px;
  padding: 5px 0 0 0;
}
.adress em {
  display: block;
  font-style: normal;
  margin-bottom: 18px;
}
.adress span {
  display: block;
}
.adress strong {
  display: inline-block;
}
.adress strong.title1 {
  font-size: 13px;
  line-height: 18px;
  color: #FFE000;
  display: block;
}
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0 ;
  margin-right:10px;
  padding: 9px 0 0 0;
  vertical-align: top;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 175px;
}
.form-div-1 {
  margin-right: 10px;
}
.form-div-2 {
  margin-right: 10px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 42px;
  width: 100%;
}
#contact-form  label .error { 
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;   
	font-size:11px;   
}
#contact-form .message {
  display: block !important;
  min-height: 115px;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 10px;
  width: 100%;
  outline: none;
  border: 1px solid #e4e1e1;
  background: #f4f4f4;
  color: #111;
  font-size: 13px;
  line-height: 20px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contact-form input {
  height: 32px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 545px;
  height: 115px;
  resize: none;
}
#contact-form .link-1 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 800;
  display:block;
  width:150px;
  float:left;
  text-transform: uppercase;
  color: #000;
  background:#ffdd42;
  margin-top:5px;
  cursor:pointer;
}
#contact-form .link-1:hover {
  background: #f4f4f4;
}

/*INSCRIERE*/

#inscriere-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#inscriere-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 42px;
  width: 550px;
}
#inscriere-form  label .error { 
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;   
	font-size:11px;   
}
#inscriere-form .message {
  display: block !important;
  min-height: 115px;
  width: 100%;
}
#inscriere-form input,
#inscriere-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 10px;
  width: 100%;
  outline: none;
  border: 1px solid #e4e1e1;
  background: #f4f4f4;
  color: #111;
  font-size: 13px;
  line-height: 20px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#inscriere-form input {
  height: 32px;
}
#inscriere-form input:focus,
#inscriere-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#inscriere-form .area .error {
  float: none;
}
#inscriere-form textarea {
  overflow: auto;
  width: 545px;
  height: 115px;
  resize: none;
}
#inscriere-form .link-1 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 800;
  display:block;
  width:150px;
  float:left;
  text-transform: uppercase;
  color: #000;
  background:#ffdd42;
  margin-top:5px;
  cursor:pointer;
}
#inscriere-form .link-1:hover {
  background: #f4f4f4;
}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:20px 0 25px;
	color:#000;
}
footer a {
	color:#000;
}

/****************************social-links************************/
.social-links {display:block;float:left;margin-left:20px;margin-top:10px;}
.social-links li {float:left;margin-left: 20px;}

.social-links li a {
    height:52px;
	width:52px;
	display:block;	
}

.social-links li a.link-1 {background:url(../images/facebook.png) no-repeat center top;}
.social-links li a.link-2 {background:url(../images/youtube.png) no-repeat center top;}

.social-links li a.link-1:hover,
.social-links li a.link-2:hover {opacity:.7;}

.top {
	background: url("http://goldays.ro/images/galerie.jpg") no-repeat scroll 0 0 transparent;
    margin: 0;
    padding: 10px 5px;
	margin-bottom:10px;
}

.inscriere {
	width:300px;
}
