.page {
	font-family: 'Roboto', sans-serif;
	background: #c3332f;
}

.header-wrapper {
	background: #c3332f;
    z-index: 50;
}

.headder-inner {
	padding: 0;
	position: relative;
}

.school-details {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	padding: 15px;
}

.theme-school-logo {
	max-width: 20%;
}

.school-name {
	max-width: 79%;
	padding-left: 15px;
}

.theme-site-name {
    color: #fff;
    font-size: 35px;
    line-height: 1em;
}

.theme-strap-line {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1em;
}

.right-box {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    text-align: right;
    padding-bottom: 55px;
}

.right-box > * {
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
}

.theme-social .fa-stack-1x {
	font-size: 1.3em;
}

.theme-social .fa-stack-2x {
	font-size: 2.5em;
	color: #972724;
}

.theme-social .fa-stack {
	width: 2.7em;
	height: 2.7em;
	line-height: 2.7em;
}

.search .site-search, .page-Generated-search input {
    background: #c3332f;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    border-right: none;
    padding: 4px;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 36px !important;
    line-height: normal;
}

.search .site-search {
	width: 210px;
}

.search ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.search :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.search .btn, .page-Generated-search .content .btn {
    background: #c3332f;
    padding: 4px;
    border: 1px solid #fff;
    color: #fff;
    border-left: none;
    outline: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 36px !important;
    line-height: normal;
    margin-left: -1px;
    font-size: 18px;
}


.nav {
	display: block;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 15px;
}

.nav > ul {
	text-align: right;
}

.nav a {
	color: #fff;
	font-size: 16px;
}

.nav > ul > li {
	margin: 0;
}

.nav > ul > li > a {
	font-size: 19px;
	padding: 8px 12px;
}

.nav > ul > li:hover > a {
	background: #972724;
}

.nav ul ul {
	background: #972724;
	text-align: left;
}

.nav ul ul li:hover > a {
	background: url('../img/white-tint.png');
}

.content-wrapper {
	background: #fff;
	position: relative;
}

.slideshow-wrapper {
	display: none;
}

.page-main-page .slideshow-wrapper {
	display: block;
	background: #972724;
}

.content-inner,
.ie8 .content-inner {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0;
}

.page-main-page .content-inner {
	position: absolute;
	top: 15px;
	bottom: auto;
	left: 0;
	right: 0;
	min-height: 0;
}

.content {
	min-height: 500px;
}

.page-main-page .content {
	min-height: 0;
}

.page-main-page .content-inner .column {
	padding: 0;
}

.page-main-page .sj-content-row-1 {
	text-align: center;
	font-size: 0;
}

.qlink {
	width: 24.8%;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.qlink a {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 25px 45% 25px 20px;
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: left;
}

.qlink1 a {
	background-image: url('../img/qlink1.jpg');
}

.qlink2 a {
	background-image: url('../img/qlink2.jpg');
}

.qlink3 a {
	background-image: url('../img/qlink3.jpg');
}

.qlink4 a {
	background-image: url('../img/qlink4.jpg');
}

.content h1 {
	font-size: 36px;
}

.content h2 {
	font-size: 30px;
}

.content h3 {
	font-size: 24px;
}

h3.custom_title,
h2.custom_title,
h2.news_title,
.element-blog h2,
.element-news h3,
.element-events h3,
.sj_element_form h3,
.element-newsletters h3,
.element-newsletter h3,
.element-rss h3,
.element-login h3,
.element-guestbook h3,
.element-blog h3,
.page-Generated-news .content h2,
.page-Generated-search .content h2{
   background: #c3332f;
   padding: 12px 20px;
   color: #fff;
   font-size: 24px;
   text-align: left;
   margin-bottom: 20px;
}

.feedlink {
    margin-top: -10px;
}

.sj_element_news > h3{
	display: none;
}

.sj_element_events dl.sj_events dt small {
    position: absolute;
    left: -70px;
    top: 4px;
    width: 60px;
    height: 70px;
    background: #972724;
    box-shadow: none;
    border: none;
}

.sj_element_events dl.sj_events {
    padding-left: 70px;
    min-height: 70px;
}

.sj_element_events dl.sj_events dt small .month {
    color: #fff;
    background: none;
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 18px;
    height: 18px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.sj_element_events dl.sj_events dt small .day {
    position: absolute;
    top: 28px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    left: 0;
    width: 100%;
    background: none;
    font-weight: 700;
    font-size: 33px;
    color: #fff;
}


/*CALENDAR*/


/*a02a26*/
/*c3332f*/
/*e43f3a*/



.content .bs3-pagination>.bs3-active>a, .content .bs3-pagination>.bs3-active>a:focus, .content .bs3-pagination>.bs3-active>a:hover, .content .bs3-pagination>.bs3-active>span, .content .bs3-pagination>.bs3-active>span:focus, .content .bs3-pagination>.bs3-active>span:hover {
    color: #fff;
    background-color: #c3332f;
    border-color: #c3332f;
}

.content .bs3-pagination>li>a, .content .bs3-pagination>li>span {
    color: #c3332f;
}

.content .bs3-pagination>li>a:hover, .content .bs3-pagination>li>span:hover {
    color: #e43f3a;
}

.content .bs3-btn-primary {
    background-color: #c3332f;
    border-color: #c3332f;
    color: #fff;
}

.content .bs3-btn-primary:hover {
    background-color: #e43f3a;
    border-color: #e43f3a;
}

.element-calendar table.fc-border-separate th.fc-mon, .element-calendar table.fc-border-separate th.fc-wed, .element-calendar table.fc-border-separate th.fc-fri, .element-calendar table.fc-border-separate th.fc-sun, .page-Generated-calendar #calendar table.fc-border-separate th.fc-mon, .page-Generated-calendar #calendar table.fc-border-separate th.fc-wed, .page-Generated-calendar #calendar table.fc-border-separate th.fc-fri, .page-Generated-calendar #calendar table.fc-border-separate th.fc-sun {
    background: #c3332f;
    color: #fff;
}

.element-calendar table.fc-border-separate th.fc-tue, .element-calendar table.fc-border-separate th.fc-thu, .element-calendar table.fc-border-separate th.fc-sat, .page-Generated-calendar #calendar table.fc-border-separate th.fc-tue, .page-Generated-calendar #calendar table.fc-border-separate th.fc-thu, .page-Generated-calendar #calendar table.fc-border-separate th.fc-sat {
    background: #a02a26;
    color: #fff;
}

.element-calendar .fc-button-prev, .element-calendar .fc-button-next, .page-Generated-calendar #calendar .fc-button-prev, .page-Generated-calendar #calendar .fc-button-next {
    background: #c3332f;
    border-left: 2px solid #a02a26;
}

.element-calendar .fc-button-prev:hover, .element-calendar .fc-button-next:hover, .page-Generated-calendar #calendar .fc-button-prev:hover, .page-Generated-calendar #calendar .fc-button-next:hover {
    background: #e43f3a;
}

.element-calendar .fc-button-today, .page-Generated-calendar #calendar .fc-button-today {
    background: #c3332f;
	border: none
}

.element-calendar .fc-button-today:hover, .page-Generated-calendar #calendar .fc-button-today:hover {
    background: #e43f3a;
}

.element-calendar .sj-fc-button, .page-Generated-calendar #calendar .sj-fc-button {
    background: #c3332f;
    border-left: 1px solid #a02a26;
    color: #fff;
}

.element-calendar .sj-fc-button:hover, .page-Generated-calendar #calendar .sj-fc-button:hover {
    background: #e43f3a;
}

.element-calendar .fc-button-today, .page-Generated-calendar #calendar .fc-button-today {
    background: #c3332f;
	border: none
}

.element-calendar .fc-button-today:hover, .page-Generated-calendar #calendar .fc-button-today:hover {
    background: #e43f3a;
}

.element-calendar .sj-fc-state-active, .page-Generated-calendar #calendar .sj-fc-state-active {
    color: #fff;
    background: #a02a26;
}

.element-calendar .fc-week.odd .fc-day.odd, .element-calendar .fc-week.even .fc-day.even, .page-Generated-calendar #calendar, .page-Generated-calendar #calendar {
    background: #fff;
}

.element-calendar .fc-week.odd .fc-day.even, .element-calendar .fc-week.even .fc-day.odd, .page-Generated-calendar #calendar .fc-week.odd .fc-day.even, .page-Generated-calendar #calendar .fc-week.even .fc-day.odd {
    background: #efefef;
}


.page-Generated-calendar #calendar, .page-Generated-calendar #calendar {
    background: none;
}


/*CALENDAR END*/



.footer-wrapper {
	background: #c3332f;
	border-top: 25px solid #972724;
}

.footer-inner  {
	text-align: center;
}

.footer-inner > * {
	display: inline-block;
	vertical-align: middle;
	width: 49.5%
}

.school-address {
	text-align: left;
	color: #fff;
	padding: 15px;
}

.school-address p {
	display: block;
	margin: 7px 3px;
	font-size: 16px;
}

.school-address .theme-address:before {
	content: 'Address: ';
}

.copyright {
    background: none;
    color: white;
    text-align: right;
    padding: 15px;
}