.nbsEl {
	position: relative;
}
.nbsElImg {
	display: inline-block;
}
/*Blocks settings*/
.nbsBlock {
	background-color: transparent;
	position: relative;
}
/*Block Elements*/
.nbsEl {
	position: relative;
}
.nbsElInput,
.nbsInputShell {
	display: inline-block;
}
/*Common bg style for all grid elements*/
.nbsGridElement {
  	background: url("") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.nbsElOverlay {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	display: none;
}
#nbsCanvasBG {
	background-size: 100% 100%;
}
#nbsCanvasBG {
  min-height: 100%;
  min-width: 1024px;

  width: 100%;
  height: auto;

  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
	#nbsCanvasBG {
		left: 50%;
		margin-left: -512px;
	}
}