@charset "UTF-8";
/*********************************************************************************/
/* Style Secure Responsive.                                                      */
/*********************************************************************************/

/*********************************************************************************/
/* Below 1200px                                                                  */
/*********************************************************************************/
@media (max-width: 1250px) {
	#left.fullwidth {
		width: 98%;
		margin: 0 1%;
	}
}

@media (max-width: 1200px) {
	#topmenu {
		display:none;
	}

	.slicknav_menu {
		display:block;
		text-align: center;
	}
}

/*********************************************************************************/
/* Below 750px                                                                   */
/*********************************************************************************/
@media (max-width: 750px) {
	#topheader {
		position: relative; /* Set the navbar to fixed position */
		height: auto;
		float: left;
		width: 100%;
	}

	#toplogo {
		float: left;
		width: 98%;
		height: 50px;
		margin: 10px 1%;
		background: url('../_gfxlib/logo300x75.png') no-repeat center center;
		background-size: 300px 50px;
	}
	#topmenuwrap {
		float: left;
		width: 100%;
	}
	#topauth {
		float: right;
		margin: 1em 25%;
		width: 50%;
		text-align: center;
	}

	#footer {
		text-align: center;
	}
	#footer .credit {
		float: none;
		display: inline-block;
		margin: 1em auto;
		text-align: center;
	}

}