.logo{
	background: url(../img/jugones_small.png) no-repeat;
	width: 188px;
	height: 150px;
	background-size: 188px 150px;
	margin: 3em auto;
	-ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
    z-index: 1000;
}

.header{
	width: 100%;
	height: 3em;
	/*padding-top: 5px;*/
	margin-bottom: 2em;
}

.navbar .logo{
	width: 75px;
	height: 60px;
	background-size: 75px 60px;
	margin: 5px 0 0;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
    position: absolute;
}

.navbar{
	border-radius: 0!important;
	border: 0;
	z-index: 10000;
}

.navbar .nav{
	margin-left: 50px;
}

.navbar .nav a{
	border-bottom: 0;
	color: #FFF!important;
	font-size: 0.9em;
}

.navbar .nav a i{
	font-size: 1.1em;
	margin-right: 4px;
}


.navbar .nav a:hover{
	border-bottom: 0;
	background: #f0ad4e!important;
}

.navbar .nav li.active a, .dropdown.open a, .dropdown-menu{
	background: #8CA9C1; /*#4d8c76;*/
}

.navbar-toggle{
	border: none;
	padding: 5px!important;
}

.navbar-toggle:hover{
	background: none!important;
}

.navbar-toggle a{
	border: none;
	color: #FFF;
}

.navbar-toggle a:hover{
	background: none!important;
}

.sideMenu {
	background: #444 repeat left top;
	right: -285px;
	height: 100%;
	position: fixed;
	width: 285px;
	z-index: 10000;
	text-align: left;
	border-left: 1px solid #305755;
}

.sideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sideMenu li a {
	color: #DDD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 35px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #777;
	background: #555;
	letter-spacing: 1px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sideMenu li a:hover{
	background: #444444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}

.sideMenu li a i{
	margin-right: 5px;
	width: 30px;
	font-size: 16px;
	color: #FFF;
}

.sideMenu #sideUserName{
	line-height: 40px;
	width: 100%;
	text-align: right;
}

.sideMenu #sideUserName a{
	color: #FFF;
	margin-right: 20px;
	text-decoration: none;
	border-bottom: 0;
}

.sideMenu #sideLogout{
	text-align: center;
	margin-top: 20px;
}

.headerSideMenu {
	background: #444 repeat left top;
	right: -285px;
	height: 100%;
	position: fixed;
	width: 285px;
	z-index: 10000;
}

.headerSideMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.headerSideMenu a {
	color: #afdefa;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 35px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #777;
	background: #555;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.headerSideMenu a.active{
	background: #AFDEFA;
	color: #555;
}

.headerSideMenu a:hover{
	background: #444444;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}

.simpleHeader{
	height: 50px;
	text-align: left;
	margin-bottom: 2em;
}

.simpleHeader a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-size: 50px 50px;
	padding: 0 0.8em;
	color: #FFF;
	border-bottom: none;
}

.simpleHeader .logo{
	width: 75px;
	height: 60px;
	background-size: 75px 60px;
	margin: 5px 0 0;
	-ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);
}

.simpleHeader a:hover{
	background: #F1AB5C;
}

@media (min-width:768px){
	.logo{
		width: 188px;
		height: 150px;
		background-size: 188px 150px;
		margin: 4em auto;
	}
}