*
{
	outline: 0 !important;
}
body
{
	background-color: white;
}
img
{
	width: 100%;
}
section
{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.__waitScreen
{
	background-image: url(/assets/images/loading.gif);
	background-color: rgba(255,255,255,.95);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px;
	opacity: .8;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999999;
	top: 0;
	left: 0;
	display: none;
}
header{
	z-index: 1000;
}
.footer {
  background-color: #f5f5f5;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}






/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hamburger
	{
		display: none !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {



}
