@charset "utf-8";
/* CSS Document for Joomla 3 styles */

@font-face {
	font-family: 'icomoon';
	src:url('icomoon/icomoon.eot?-ywxvem');
	src:url('icomoon/icomoon.eot?#iefix-ywxvem') format('embedded-opentype'),
		url('icomoon/icomoon.woff?-ywxvem') format('woff'),
		url('icomoon/icomoon.ttf?-ywxvem') format('truetype'),
		url('icomoon/icomoon.svg?-ywxvem#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Verdana, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F0ECAC;
	background-image: url(../images/bg.png);
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Cinzel, serif;
	font-weight: 400;
}

h1 {
  font-size: 30px;
  line-height: 34px;
  color: #ED2027;
}

h2 {
  font-size: 26px;
  line-height: 30px;
  color: #AD171D;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  color: #6D0F12;
}

h4 {
  font-size: 22px;
  line-height: 26px;
  color: #111;

}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

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

a:link, a:visited {
	color: #ED2027;
}

a:hover, a:active {
	color: #AD171D;
}

a.carousel-control {
	color: #FFF!important;
	font-size: 2em;
	padding-top: 4px;
}
	
.wrapper {
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 1px solid #CCC;
}

.row-wrapper {
	padding: 0 20px 0 20px;
}

.header {
	padding: 10px 0 10px 0;
}

.logo-container {
	height: 130px;
	text-align: center;

}

.logo-container img {
	margin: 0 5px 0 0;
	height: 130px;
	width: auto;
}

.logo-text {
	position: relative;
	margin-top: 35px;
	left: -30px;
	display: block;
}

.logo-text a {
	font-family: Cinzel, serif;
	line-height: 30px;
	font-size: 2.2em;
	text-decoration: none;
}

.logo-text a:link, .logo-text a:visited {
	color: #ed2027;
	
}

.logo-text a:link span, .logo-text a:visited span {
	color: #666;
	font-size: .8em;
}

.logo-text span {
	display: block;
}

.btn {
	background-color: #AD171D!important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ED2027", endColorstr="#AD171D");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ED2027), to(#AD171D));
	background-image: -moz-linear-gradient(top, #ED2027, #AD171D);
	background-image: -ms-linear-gradient(top, #ED2027, #AD171D);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ED2027), color-stop(100%, #AD171D));
	background-image: -webkit-linear-gradient(top, #ED2027, #AD171D);
	background-image: -o-linear-gradient(top, #ED2027, #AD171D);
	background-image: linear-gradient(#ED2027, #AD171D);
	border-color: #AD171D1;
	color: #fff !important;
	padding: 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}


.fp-boxes {

}

.fp-boxes h2 {
	position: relative;
	font-size: 1.4em;
	padding: 10px;
	border: 1px solid #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 0 10px -20px 10px;
	z-index: 100;
	background-color: #FFF;
}

.fp-boxes img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 1px solid #CCC;
	margin: 0 -1px 0 -1px;
}

.fp-boxes .img-wrapper {
	padding: 30px 30px 0px 30px;
	border: 1px solid #EEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	z-index: 50;
}

.fp-boxes .img-wrapper p {
	font-size: .9em;
}

.fp-boxes .btn {
	margin-top: 10px;
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.header-image img,
.well img {
	width: 100%;
	height: auto;
}


.container-content {
	padding-bottom: 20px;
}	

#content p, #content li {
	line-height: 1.8em;
}

.item-page .article-info-term,
.items-leading .article-info-term {
	Display: none;
}
.items-leading .pull-right,
.item-page .pull-right {
	margin: 0 0 10px 10px;
}

/* Navbar */

.navbar-inner {
	background-color: #AD171D!important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ED2027", endColorstr="#AD171D");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ED2027), to(#AD171D));
	background-image: -moz-linear-gradient(top, #ED2027, #AD171D);
	background-image: -ms-linear-gradient(top, #ED2027, #AD171D);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ED2027), color-stop(100%, #AD171D));
	background-image: -webkit-linear-gradient(top, #ED2027, #AD171D);
	background-image: -o-linear-gradient(top, #ED2027, #AD171D);
	background-image: linear-gradient(#ED2027, #AD171D);
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}

.navbar .nav > li > a:link,
.navbar .nav > li > a:visited,
.navbar .nav > li.current a:link,
.navbar .nav > li.current a:visited,
.navbar .nav > li.active.dropdown a.dropdown-toggle:link,
.navbar .nav > li.active.dropdown a.dropdown-toggle:visited,
.navbar .nav > li.open.dropdown a.dropdown-toggle:link,
.navbar .nav > li.open.dropdown a.dropdown-toggle:visited {
	color: #ffffff;
}

.navbar .nav > li > a:hover, 
.navbar .nav > li > a:active,
.navbar .nav > li.current a:hover,
.navbar .nav > li.current a:active {
	color: #EEE;
}

.navbar .nav > li.current a,
.navbar .nav > li.active.dropdown a.dropdown-toggle,
.navbar .nav > li.open.dropdown a.dropdown-toggle,
.navbar .nav ul.dropdown-menu li.current a,
.navbar .nav ul.dropdown-menu li.active a,
.navbar .nav-collapse  li a:hover,
.navbar .nav-collapse  li a:active {
	background-color: #ed2027!important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa2229", endColorstr="#ed2027");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fa2229), to(#ed2027));
	background-image: -moz-linear-gradient(top, #fa2229, #ed2027);
	background-image: -ms-linear-gradient(top, #fa2229, #ed2027);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa2229), color-stop(100%, #ed2027));
	background-image: -webkit-linear-gradient(top, #fa2229, #ed2027);
	background-image: -o-linear-gradient(top, #fa2229, #ed2027);
	background-image: linear-gradient(#fa2229, #ed2027);
}

/* Child item background fix */

.navbar .nav > li.current.parent a {
	background-image: none;
	filter: none;
	color: #333;
}

.navbar .nav > li.current.parent a:hover, .navbar .nav > li.current.parent a:active {
	color: #FFF;
}

/* End Child item fix */

.navbar .btn-navbar {
	background: #FFF!important;
}

.icon-bar {
    background-color: #ed2027!important;
}

.navbar ul ul li {
	font-size: 1.2em;
}	

.navbar a .caret { border-top-color: #ffffff!important;}
.navbar a:hover .caret { border-top-color: #EEE!important;}
.navbar a .caret { border-bottom-color: #ffffff!important;}
.navbar a:hover .caret { border-bottom-color: #EEE!important;}

.social {
	line-height: 40px;
	float: right;
	font-size: 25px;
}

.social a {
	color: #EEE;
	text-decoration: none;
}

/* Sidebar */

#sidebarright ul li {
	border-bottom: 1px solid #EEE;
	padding: 3px 0 3px 0;
}

.well h3 {
	 font-size: 18px;
}

.well.video {
	font-size: .8em;
	font-style: italic;
}

.well.video p {
	margin-bottom: 0;
}

.video-wrapper {
	position: relative;
	padding-bottom: 75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Main Menu Icons */

.item-101 a:before, .item-107 a:before,.item-111 a:before, .item-115 > a:before, .item-114 a:before, .item-113 a:before  {
    display: inline-block;
    font-family: fontawesome;
    content: "\f015";
    width: 20px;
	color: #EEE;
}

.item-107 a:before {
	content: "\f004";
}

.item-111 a:before {
	content: "\f1ea";
}

.item-115 > a:before {
    font-family: icomoon;
	content: "\e600";
}


.item-114 a:before {
	content: "\f095";
}

.item-113 a:before {
	content: "\f085";
}

/* SigPlus */

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

/* Module Icons */

.about-menu h3:before {
    display: inline-block;
    font-family: icomoon;
    content: "\e600";
    width: 35px;
	color: #AD171D;
	font-size: 25px;
}

.give-menu h3:before {
    display: inline-block;
    font-family: fontawesome;
    content: "\f004";
    width: 30px;
	color: #AD171D;
	font-size: 25px;
}

/* 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(153, 0, 4, 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: #333;
  opacity: 1;
}

/* Footer */

.footer {
	background-color: #ED2027;
	color: #EEE;
	padding: 20px 0 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-top: 20px;
	font-size: .9em;
}

.footer h3 {
	color: #CCC;
	font-size: 18px;
	
}

.footer a:link, .footer a:visited,
.footer-bottom a:link, .footer-bottom a:visited {
	color: #FFF;
}

.footer a:hover, .footer a:active, .footer a:focus,
.footer-bottom a:hover, .footer-bottom a:active, .footer-bottom a:focus {
	color: #CCC;
	background: none;
	background-color: #AD171D!important;
}

.footer .footer-3 a:hover, .footer .footer-3 a:active, .footer .footer-3 a:focus {
	background: none!important;
}

/* ======================
	GENERAL STYLES
	===================== */
/* Write your general styles here */

/* ===================================================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	NOTE: The order of the media queries is important when styles overwrite each other
	================================================================================== 
@media (min-width: 980px) {}
@media (min-width: 1200px) {}
@media (max-width: 979px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {}
@media (max-width: 480px) {}
*/

@media (max-width: 767px) {
.logo-container {
	height: 120px;
	text-align: center;
}

.logo-container img {
	height: 120px;
	width: auto;
}

.logo-text {
	left: 0;
	margin-top: 0;
}

.logo-text a {
	text-align: center;
	font-size: 1.5em;
	line-height: 24px;
	padding-top: 1px;
	display: block
}
	h1 {
		font-size: 24px;
		line-height: 28px;
	}

	h2 {
		font-size: 22px;
		line-height: 26px;
	}

	h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.fp-boxes h2 {
		font-size: 18px!important;
	}

}

@media (min-width: 768px) and (max-width: 979px) {

	.logo-container {
		height: 54px;
	}

	.logo-container img {
		height: 50px;
	}

	.logo-text {
		margin-top: 1px;
	}

	.logo-text a {
		font-size: 1.8em;
		line-height: 24px;
	}
}

@media (max-width: 979px) {

.navbar .nav-collapse ul {
		background: none;		
		margin: 0;
		margin-bottom: 10px;
	}
	
	.navbar .nav-collapse ul ul  {		
		background-color: #FFF;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	
	.navbar .nav-collapse ul ul a:link, .navbar .nav-collapse ul ul a:visited  {
		color: #ED2027;
	}
	
	.navbar .nav > li.current a,
	.navbar .nav > li.active.dropdown a.dropdown-toggle,
	.navbar .nav > li.open.dropdown a.dropdown-toggle,
	.navbar .nav ul.dropdown-menu li.current a,
	.navbar .nav ul.dropdown-menu li.active a,	
	.navbar .nav-collapse  li a:hover,
	.navbar .nav-collapse  li a:active,
	.navbar .nav-collapse  li.current a:hover,
	.navbar .nav-collapse  li.current a:active {
		background-image: none;
		background-color: #AD171D;
		color: #FFF!important;
	}
	
	.navbar .nav-collapse a:link,
	.navbar .nav-collapse a:visited {
		color: #ffffff;
	
	}
	.navbar .nav-collapse  li a:hover,
	.navbar .nav-collapse  li a:active,
	.navbar .nav-collapse  li.current a:hover,
	.navbar .nav-collapse  li.current a:active {
		color: #cccccc;
	}
	.social {
		float: left;
	}
	
	.fp-boxes h2 {
		font-size: 1em;
	}
}

@media (min-width: 979px) and (max-width: 1199px) {

	.logo-container {
		height: 75px;
	}

	.logo-container img {
		height: 70px;
	}

	.logo-text {
		margin-top: 5px;
	}

	.logo-text a {
		font-size: 1.8em;
		line-height: 30px;
	}
}