/**
{
	outline: 0 !important;
}
body
{
	background-color: white !important;
}
img
{
	width: 100%;
}
section
{
	padding: 50px 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}*/

.__waitScreen
{
	background-image: url(/colmena-assets/images/loading.gif);
	background-color: rgba(255,255,255,1);
	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;
}






/* 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) {



}






















