@charset "utf-8";
/* CSS Document */
/* written by Sulca George */
/*=============================*/

/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address, section {
    display: block;
}

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,
caption, tfoot, thead, isindex, header, nav, article, footer, address, hgroup, section{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}

table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
tbody {
  border: none !important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
*:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:active, a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
button {
  cursor: pointer;
}

/* END resets ================*/

/*================ clearfix */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
* html .clearfix             { _zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* END clearfix ============= */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* inceput separatori */
.vert_desp {
  position: relative;
  float: left;
  width: 0;
  height: 100%;
  border: 0;
  border-right: 1px solid #ddd;
}
.oriz_desp {
  position: relative;
  float: left;
  height: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #ddd;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.space .space5, .space10, .space15, .space20, .space25, .space30, .space40, .space, .l_space, .xl_space, .xxl_space, .xxxl_space, .xxxxl_space {
  /* orizontal */
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.space5 {
  height: 5px;
}
.space10, .space {
	height: 10px;
}
.space15, .l_space {
	height:15px;
}
.space, .space20, .xl_space {
	height:20px;
}
.space25, .xxl_space {
	height:25px;
}
.space30, .xxxl_space {
	height:30px;
}
.space40, .xxxxl_space {
	height:40px;
}
.sep5, .sep10, .sep15, .sep20, .sep25, .sep30, .sep35, .sep40 {
  /* vertical */
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px;
    float: left;
}
.sep5 { /* vertical */
    width: 5px;

}
.sep10 { /* vertical */
    width: 10px;
}
.sep15 { /* vertical */
    width: 15px;
}
.sep20 { /* vertical */
    width: 20px;
}
.sep25 { /* vertical */
    width: 25px;
}
.sep30 { /* vertical */
    width: 30px;
}
.sep35 { /* vertical */
    width: 35px;
}
.sep40 { /* vertical */
    width: 40px;
}
.center{
	text-align:center;
}
.float-left, .float_left, .left, .floatLeft{
	float:left;
}
.float-right, .float_right, .right, .floatRight{
	float:right;
}
/* sfarsit separatori */