
:focus {
	outline: 0;
    -moz-outline-style:none;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/************************ RESET ************************/
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	padding: 0;
	margin: 0;
    outline:none;
}

.inline {
    display: inline;
    zoom:1;
    *display:inline;
}
img {
    border: 0 solid #000;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/************************ CLASSES ************************/
.noBG {
	background: none !important;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.half {
	width: 50%;
}
.cursor {
    cursor: pointer;
}
.show {
    display: block;
}
.bottom {
    vertical-align: bottom;
}
.top {
    vertical-align: top;
}
.bold {
	font-weight: bold;
}
.justified {
    text-align:justify;
}
.hide {
	display: none;
}
.nowrap {
    white-space: nowrap;
}
.hidden {
    visibility: hidden;
}
.border {
    border: 1px solid #000;
}
.text-shadow {
    text-shadow: #000 1px 1px 0px
}
.box-shadow {
    -moz-box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.15);
}
.unselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}