/* Created by Botirla Sorin for Inotec Plus */

/*reset css*/

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{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-align:left;
}
table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
html {
    margin: 0;
}
body {
	text-align:center;
	line-height: 1;
	font:normal 11px "Open Sans", Arial;
}
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:visited, a:active {
  color: #000;
  text-decoration: none;
}

/* 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;
}
.sep1 {
	clear: both;
	display: block !important;
	overflow: hidden;
	height: 0;
    margin: 3px auto !important;
    padding: 0 !important;
    border-bottom: 1px dotted #fff !important;
    position: relative;
}
.sep2 {
	clear: both;
	display: block !important;
	height: 0;
    margin: 0 auto 20px !important;
    padding: 20px 0 0 !important;
    border-bottom: 1px dotted #ddd !important;
    position: relative;
}
.sep3 {
	clear: both;
	display: block !important;
	height: 0;
    margin: 0 auto 10px !important;
    padding: 10px 0 0 !important;
    border-bottom: 1px dotted #ddd !important;
    position: relative;
}
.sep-vert1, .desp1, .desp10 {
  position: relative;
  width: 10px;
  height: 10px;
  border: 0;
  float: left;
}
.sep-vert15, .desp15, .desp15 {
  position: relative;
  width: 15px;
  height: 10px;
  border: 0;
  float: left;
}
.sep-vert2, .desp2, .desp20 {
  position: relative;
  width: 20px;
  height: 10px;
  border: 0;
  float: left;
}
.sep-vert3, .desp3, .desp30 {
  position: relative;
  width: 30px;
  height: 10px;
  border: 0;
  float: left;
}
.sep-vert4, .desp4, .desp40 {
  position: relative;
  width: 40px;
  height: 10px;
  border: 0;
  float: left;
}
.space {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 10px !important;
    float: none !important;
}
.l_space {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 15px !important;
    float: none !important;
}
.y_space {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 7px !important;
    float: none !important;
}
.z_space {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 5px !important;
    float: none !important;
}
.xl_space {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height:25px !important;
    float: none !important;
}
.xxl_space {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height:40px !important;
    float: none !important;
}

.center{
	text-align:center;
}
.left, .floatLeft, .float-left {
  float: left;
}
.right, .floatRight, .float-right {
  float: right;
}