body {
	font-size: 1.5em;
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .date-box, .slide-title, .header-right {	
	font-family: 'Libre Baskerville', serif;
}

h1, h2 span.contact-name, .contact-category h2, .jeventpage h2.contentheading, h3.pd-ctitle {
	font-size: 26px;
	color: #750000;
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
}

.contact-category h2, .jeventpage h2.contentheading, h3.pd-ctitle {
	padding-bottom: 10px;
	background: #FFF!important;
	border-top: 0!important;
	border-left: 0!important;
	border-right: 0!important;
	border-bottom: 1px solid #EEE;
}

h2 {
	font-size: 22px;
	color: #0D1F68;
}

h3 {
	font-size: 18px;
	color: #9B4600;
}
h4 {
	font-size: 14px;
}

hr {
	border-bottom: 1px dotted #F00;
}

.header-wrap {
	background-color: #0D1F68;
	background-image: url(../images/bg.png);
	padding: 15px 0;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo img:hover {
    opacity: 0.8;
}

.header-right {
	text-align: right;
	color: #EEE;
}

.header-right .slogan {
	font-size: 1.1em;
	font-style: italic;
	margin-top: 15px;
}

.header-right a:link, .header-right a:visited {
	color: #EEE;

}
	
.header-right a:hover, .header-right a:active {
	color: #EEE;

}


.navbar {
	margin-bottom: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}


.container-content {
	margin-top: 20px;
}

.container-content img {
	max-width: 100%;
}

.container-content .page-header {
	margin-top: 0;
	padding: 0;
}

/* Right Column */

.right-column .moduletable {
	border: 1px solid #991616;
	margin-bottom: 20px;
	border-radius: 3px;
}

.right-column h3 {
	color: #FFF;
	padding: 10px 0 10px 0;
	text-align: center;	
	margin: 0;
	background-color: #991616;		
}

.right-column .moduletable ul.menu li {
	border-bottom: 1px dotted #EEE;
}

.right-column .moduletable ul.menu li a:link, .right-column .moduletable ul.menu li a:visited {
	color: #1B2687;
}

.right-column .moduletable ul.menu li:first-child {
	padding-top: 0;
}

.right-column .moduletable ul.menu li:last-child {
	border-bottom: none;
}

.right-column .moduletable .custom {
	padding: 10px;
}

.moduletable.blue-menu {
	border: 1px solid #1B2F7E;
}

.blue-menu h3 {
	background-color: #1B2F7E;
}

ul.breadcrumb {
	background-color: #f3f4f7;
}

ul.breadcrumb .divider {
	display: none;
}



/* Footer */

footer {
	background-color: #0D1F68;
	background-image: url(../images/bg.png);
	color: #EEE;
	font-size: .85em;
	margin-top: 20px;
}

footer img {
	max-width: 100%;
	height: auto;	
}

footer h3 {
	font-size: 1.2em;
	color: #FFAA64;
}

footer a:link, footer a:visited {
	color: #EEE;
}

footer a:hover, footer a:active {
	color: #CCC;
}

footer ul li a {
	padding: 3px 0!important;
}

footer ul li a:link, footer ul li a:visited {
	background: none!important;

}
	
footer ul li a:hover, footer ul li a:active, footer ul li.current {
	background: none!important;

}

/* Articles */

.item-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.article-info-term {
	display: none;
}

.icon-calendar:before {
	font-family: fontawesome;
	content: "\f073";
	width: 20px;
	color: #333;
}

dd.published {
	font-size: .8em;

}

span.content-pic-right {
	float: right;
	margin: 0 0 10px 10px;
}

span.content-pic-big, span.content-pic-wide {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0;
	text-align: center;
}

span.content-pic-big img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

span.content-pic-wide img {
	width: 100%;
	height: auto;
}


/* Copyright */

.copyright {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

/* Map Container */

.map-container iframe {
    pointer-events: none;
}

/* Top Button */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 147, 57, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #C65C04;
  opacity: 1;
}

/* Sigplus */

.sigplus-gallery img {
	margin: 5px;
	display: block;
}


/* Contacts */

.contact {
	min-height: 280px;
}

.cat-list-row0, .cat-list-row1 {
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
	min-height: 170px;
}

.category .list-title {
	font-weight: bold;
}

.category i.fa {
	width: 10px;
	text-align: center;
}

img.contact-list-thumb {
	height: 150px;
	width: auto;
	float: left;
	margin-right: 10px;
}

.contact .thumbnail {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 0 15px 15px;
	border: 1px solid #CCC;
	padding: 5px;
}

#jform_spacer-lbl {
	width: 100%;
	display: block!important;
	clear: both!important;
}

#contact-form input,#contact-form textarea {
	max-width: 230px;
}

.contact-form legend {
	font-size: .9em;
	width: 310px;
}

.contact-form .btn {
	margin-top: 10px;
}

.contact-form .control-label label {
	text-align: left;
	width: 80px;
	float: left;
}

#jform_contact_name, #jform_contact_emailmsg, #jform_contact_email, #jform_contact_message {
	width: 300px;
	clear: both;
}

#jform_captcha {
	clear: both;
	width: 100%;
}

.contact-category ul.category {
	margin: 0;
	padding: 0;
}

.contact-category ul.category li {
	list-style-type: none;
}

.contact p {
	display: block;
	clear: left;
}


/* Contact Information Module */

.contactinfo {
	padding: 20px 0;
	text-align: center;
	font-size: .9em;
}

.contactinfo .info_image {
	display: block;
	width: 100%;

}

.contactinfo .info_image img {
	border: 1px solid #CCC;
	padding: 10px;
}

.contactinfo .info_name {
	font-weight: bold;
}

.contactinfo .info_position {	
}


/* Jevents */

.jev_toprow div.previousmonth , .jev_toprow div.nextmonth {  
    background-color: #0D1F68;
    border:1px solid #0D1F68;
}

.jev_toprow div.currentmonth{ 
    border-top:1px solid #0D1F68;
    border-bottom: 1px solid #0D1F68;
}

.jev_daysnames {
	display: none;
}

a.ev_link_row:link, a.ev_link_row:visited {
	color: #1B2687;
	font-size: 1.1em;
	margin-top: 10px;
	display: block;
}

.ev_td_li {
	border: 0!important;
}

/* flat design enhancments */
div.new-navigation {margin:auto auto;margin-bottom:20px;display:inline-block; width:100%;}
.nav-items {margin-left:auto;margin-right:auto;text-align:center; display:inline-block;width:93%; }
#jevents_body .nav-items div.active a, .jev_header2 .active a {background-color:#0D1F68; color:#FFF; }
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {background-color:#FFF; border-left: 1px solid #0D1F68;}
.nav-items > div {margin-left:-5px;display:inline-block;padding: 3px 0px 2px 0px;line-height:23px;vertical-align:middle;border:1px solid #0D1F68;border-left:0px; }
.nav-items > div a {padding:8px 12px 7px 12px;text-decoration:none;color: #474747;}
#jevents_body .nav-items > div a:hover {padding:7px 12px 7px 12px;background-color:#CCC;border-left:1px solid #0D1F68;color:#000;}
.nav-items > div:first-child {border-radius:5px 0 0 5px;border-left:1px solid #0D1F68;}
.nav-items > div:last-child {border-radius:0 5px 5px 0;border-right:1px solid #0D1F68;}
.nav-items > div:first-child a:hover {border-radius:5px 0 0 5px; margin-left:-1px;}
.nav-items > div:last-child a:hover {border-radius:0 5px 5px 0;}
.new-navigation #nav-search {display:inline-block; float:right;padding-right:10px;}
.month_date {min-height:25px;display:inline-block;width:100%;padding-left:10px;vertical-align:top;margin-bottom:5px;}
.month_title_year, .month_date, .month_title {display:inline-block;}
.month_title_year {padding-left:6px;font-size:1.5em;}
.month_title {font-size:2em;}


/* Jevents Module */

.mod_events_latest_first, .mod_events_latest {
	border: 0;
	padding: 15px 0 0px 0!important;
}

.mod_events_latest_callink {
	display: block;
	margin-top: 10px;
}

.date-box {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 1.1em;
	color: #750000;
}

.date-details {
	width: 80%;
	float: left;
}

.mod_events_latest_content a {

}

.mod_events_latest_table tr {
	border: 0;
	border-bottom: 1px dotted #F00!important;
}
.mod_events_latest_table td {
	padding: 5px 0;
	border: 0;
	
}

.jeventpage {
	padding: 0 15px;
}

/* DJ Image Slider */

.dj_slider {
	border-bottom: 5px solid #0D1F68;
	border-bottom: 5px solid #0D1F68;
}

.slide-desc-in {
	max-width: 800px;
	margin: 0 auto 100px auto;
}

.slide-desc-text {
	text-align: center;
}

.slide-title {
	color: #FFAA64!important;
}

/* pagination */

.pagination-centered {
	clear: both;
	display: block;
	text-align: center;
}
.pagination-centered ul {
	margin: 0 auto;
	padding: 0;
}

.pagination-centered ul li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin: 5px 10px;
	background-color: #EEE;
}

/* Home Boxes */

.home-boxes img, img.contact-list-thumb {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}

.home-news ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

.home-news ul li {
	list-style-type: none;	
	padding: 10px 0;
	border-bottom: 1px dotted #F00;
}

.home-news ul li:first-child {
	padding-top: 0;
}

.home-whats-new h2:before {
	font-family: fontawesome;
	content: "\f1EA \00a0";
	width: 20px;
}

.home-welcome h2:before {
	font-family: fontawesome;
	content: "\f02d \00a0";
	width: 20px;
}

h2.home-calendar:before {
	font-family: fontawesome;
	content: "\f073 \00a0";
	width: 20px;
}

/* pagination */

.pagination {
	clear: both;
	display: block;
	text-align: center;
}
.pagination ul {
	margin: 0 auto;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin: 5px 10px;
	background-color: #EEE;
}


/* Phoca Download */
input.pd-button-download,
#phoca-dl-category-box .pd-button-download a:link,
#phoca-dl-category-box .pd-button-details a:link,
#phoca-dl-category-box .pd-button-preview a:link  {
    background-color: #C65A00;
	color: #FFF;
}

input.pd-button-download:hover,
#phoca-dl-category-box .pd-button-download a:hover,
#phoca-dl-category-box .pd-button-details a:hover,
#phoca-dl-category-box .pd-button-preview a:hover  {
    background-color: #9B4600;
	color: #FFF;
}

/* Dropdown Fade-in */

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@media (max-width: 767px) {
	#contact-form label {
		width: 100%;
		display: block!important;
		clear: both!important;
	}
	
	.header-right, .logo {
		text-align: center;
		padding-top: 0;
	}
	
	.header-right, .header-right .slogan {
		margin-top: 5px;
	}
	
	.slide-desc-in {
		max-width: 800px;
		margin: 0 auto 20px auto;
		font-size: .8em;
	}
	footer {
		text-align: center;
	}
	
	.contact .thumbnail {
		width: 150px;
		height: auto;
		margin: 0 0 10px 10px;
	}
	
	img.logo {
		height: 80px;
		width: auto;
	}
	
	img.sacs-logo {
		height: 50px;
		width: auto;
	}
	
	.header-right .slogan {
		font-size: .9em;
		font-style: italic;
		margin-top: 10px;
	}
	
	h1, h2 span.contact-name, .contact-category h2, .jeventpage h2.contentheading, h3.pd-ctitle {
		font-size: 22px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 14px;
	}
	h4 {
		font-size: 10px;
	}
	
	.home-boxes .col-sm-4 {
		margin-bottom: 30px;
	}
		
}

@media (max-width: 991px) {

	
}

@media (min-width: 501px) and (max-width: 767px) {

}