@media (min-width: 1024px) {

	.header-wrapper {
		position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	background-color: white; 
    	z-index: 999;
	}

	.main {
		margin-top: 90px;
	}

}

body {
	font-family: 'OpenSans', sans-serif;
	font-size: 1.4rem;
	line-height: 24px;
	font-weight: normal;
	color: #4a4c4c;
}


footer {
    background: #212b3c;
    font-family: 'OpenSans', sans-serif;
	font-size: 1.4rem;
	line-height: 24px;
	font-weight: normal;
	color: #CCC;
}

.subtitle {
  
    font-style: italic;
    font-size: 2.2rem;

}


#sidebar .widget_calendar table tbody td {
    padding: 10px 0;
    border: 0px;
    color: #720;
   font-size: 14px;
}

/* pull classes f */
.pull-left-f {
	
    text-align:center;
}
.pull-right-f {
	
    text-align:center;
}

.page-content {
    padding-top: 8px;
    padding-bottom: 80px;
}

.page-title {
    min-height: 500px;
}