html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #191919;
	font-size: 18px;
	line-height: 26px;
	font-family: 'brandon_grotesque';
}

p,h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0px;
}

h1{
	font-size: 58px;
	line-height: 72px;
}

h2{
	font-size: 38px;
	line-height: 40px;
}

h3{
	font-size: 25px;
	line-height: 28px;
}

h4{
	font-size: 22px;
	line-height: 25px;
}

h5{
	font-size: 20px;
	line-height: 22px;
}

a{
	color: #191919;
	text-decoration: none;
}

img{
	max-width: 100%;
}

.clearfix{
	clear: both;
}

.upr{
	text-transform: uppercase;
}

.lwr{
	text-transform: lowercase;
}

.aright{
	text-align: right !important;
}

.alcenter{
	text-align: center !important;
}

.aleft{
	text-align: left !important;
}

/* *  Rows  * */
.rows{

}

.rows .row-2{
	width: 16.666%;
	float: left;
}

.rows .row-3{
	width: 25%;
	float: left;
}

.rows .row-4{
	width: 33.333%;
	float: left;
}

.rows .row-5{
	width: 41.666%;
	float: left;
}

.rows .row-6{
	width: 50%;
	float: left;
}

.rows .row-7{
	width: 58.333%;
	float: left;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}



/* Joomla Default Message Module */
#system-message-container{
	position: fixed;
	z-index: 3;
	top: 70px;
	left: 0;
	width: 100%;
}

#system-message-container #system-message{
	width: 90%;
	max-width: 1200px;
	margin: 15px auto;
	position: relative;
}

#system-message .alert{
	padding: 8px 35px 8px 14px;
	background: #fcf8e3;
	border: 2px solid #fbeed5;
	box-shadow: 0 0 5px 0 #333;
}

#system-message .alert-danger, #system-message .alert-error{
	background-color: #f2dede;
	border-color: #eed3d7;
}

#system-message .alert-message{
	background-color: #c3d2e5;
	border-color: #84a7db;
}

#system-message .alert, #system-message .alert h4{
	color: #c09853;
}

#system-message .alert h4{
	padding-bottom: 5px;
}

#system-message .alert.alert-danger, #system-message .alert-danger h4, #system-message .alert.alert-error, #system-message .alert-error h4{
	color: #b94a48;
}

#system-message .alert.alert-message, #system-message .alert-message h4{
	color: #0055bb;
}

#system-message .close{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #999 !important;
	font-size: 34px;
}