/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/** docs layout **/

html, body {
	height: 100%;
}

#page-wrap {
	min-height: 100%;
	margin-bottom: -90px; 
}

#page-wrap:after {
	content: "";
	display: block;
	height: 90px; 
}

.brand {
	position: relative;
	color: #fff !important;
	padding-left: 30px !important;
}

.brand:before {
	position: absolute;
	content: '';
	left: 5px;
	top: 10px;
	bottom: auto;
	height: 19px;
	width: 17px;
	background: url("../images/arrow.png") no-repeat;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.brand:hover:before {
	left: 0;
}

#social-wrapper {
	padding: 10px 0 0;
}

#main {
	padding-top: 70px;
}

footer {
	padding: 30px 0;
	background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
}

.page-header h1 {
    text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}

.jm-mainpage-box {
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	margin: 0 0 30px;
}

.jm-mainpage-box > h3 {
    text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 0 30px;;
}