a, a:hover {
	text-decoration: none!important;
}

.overlay-100-absolute {
	background: #000000;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	opacity: .5;
}

.overlay-100-fixed {
	background: #000000;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	opacity: .5;
}

.cell-middle {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.table-100 {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.height-100 {
	height:100%;
}

.margin-auto {
	margin: 0 auto;
}

.preloader-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	top: 0;
	left: 0;
	overflow: hidden;
}

.preloader-overlay .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .5;
}

.preloader-overlay .content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sprite {
	position: absolute;
}

.btn {
	cursor: pointer;
}

.left-50 {
	width: 50%;
	float: left;
}
.right-50 {
	width: 50%;
	float: right;
}

.img-100 {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.img-100-container img {
	min-width: 100%;
	max-width: 100%;
	height: auto;	
}

.block-100 {
	width: 100%;
	height: 100%;
}

.no-gutter {
	padding-left: 0px!important;
	padding-right: 0px!important;
}


/**
 * 	---------------------------------------------------------> POSITIONS
 */

.pos-BR {
	bottom: 10px;
	right: 10px;
}

.pos-TR {
	top: 10px;
	right: 10px;	
}

.fixed {
	position: fixed;
}

/**
 * 	---------------------------------------------------------> MENU-TOOGLER
 */
.menu-toggler {
    color: #ffffff;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}

.menu-toggler .line{
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	margin: 0 0 5px 0;
}

#nav-xs {
	position: fixed;
	top: 0;
	width: 100%;
}

#nav-xs ul {
	margin: 10px 0 0 10px;
}
#nav-xs ul li{
	padding: 5px 0px;
	border-bottom: 1px #999999 solid;
}

#nav-xs a {
	color: #FFFFFF
}