@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(https://fonts.googleapis.com/css?family=Tangerine);
@import url(https://fonts.googleapis.com/css?family=Berkshire+Swash);
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css?family=Expletus+Sans);
/* GLOBAL STYLES
-------------------------------------------------- */
html {
	background: #fff url(../images/lightpaperfibers.png) left top repeat;
}
body {
	font-family: 'Raleway', sans-serif;
  	padding-top: 0;
  	font-size: 16px;
  	background: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3 {
	 margin-top:40px;
}
h1, .h1 {
	font-size: 2.5em;
	margin-top: 0;
}
h2, .h2 {
	font-size: 1.8em;
	 margin-top: 40px;
}
a {
	outline: none;
	color: #4D506A;
}
p > a {
	 text-decoration: underline;
}
a.btn {
	 text-decoration: none;
}
.img-responsive {
	width: 100%;
}
/* FONTS
--------------------------------------------------*/
.style-sans {
	font-family: 'Expletus Sans', cursive;
}
.style-handwriting {
	font-family: 'Tangerine', cursive;
}
.style-expressive {
	font-family: 'Berkshire Swash', cursive;
}
.style-roman {
	font-family: 'Cinzel', serif;
}
.style-sans.size-head {
	font-size: 8vw;
	line-height: .9em;
}
.style-expressive.size-head {
	font-size: 8vw;
	line-height: .9em;
}
.style-handwriting.size-head {
	font-size: 10vw;
	line-height: .9em;
}
.style-roman.size-head {
	font-size: 8vw;
	line-height: .9em;
}
.style-sans.size-subhead {
	font-size: 2vw;
}
.style-expressive.size-subhead {
	font-size: 2vw;
	line-height: .9em;
}
.style-handwriting.size-subhead {
	font-size: 2.5vw;
	line-height: .9em;
}
.style-roman.size-subhead {
	font-size: 1.5vw;
	line-height: .9em;
}

/* HEADER
-------------------------------------------------- */
header {
	 height:70px;
	 margin-bottom:20px;
}
.header-lg {
	 height:500px;
	 background-size: cover;
	 background-position: center center;
}
.header-caption {
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	background-color: transparent;
	padding: 0;
	text-align: left;
	position: absolute;
	color: #fff;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-header {
	padding: 10px 0;
}
.navbar-brand {
	padding: 0 0 0 15px;
}
.navbar-brand > img {
	width: auto;
	max-height: 50px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	font-size: 1.1em;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background: #fff;
	/*border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 6px 6px 0 0;*/
	position: relative;
	z-index: 1100;
}
.topmenu {
	 padding:20px 0 0 20px;
}
.navbar-social {
	 margin:0;
	 padding:5px 0 0 40px;
}
.navbar-social > li > a {
	 color:#fff;
	 font-size: 1.5em;
}
.open > .dropdown-menu {
	top: 98%;
	border:none;
}
.dropdown-menu h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 15px 0 0 20px;
	color: #B69D21;
	border-bottom: none;
}
.in > .topmenu {
	padding: 10px;
	margin-top: 0;
	background-color: #fff;
}
.in > .topmenu > li > a,
.in > .topmenu a {
	color: #222;
	background-color: transparent;
}
.in .dropdown-menu {
	 	padding: 5px;
}

/* MEGA DROP DOWN 
	http://bootsnipp.com/snippets/featured/mega-menu-with-carousel-for-stores
-------------------------------------------------- */
/*.navbar-nav>li>.dropdown-menu {
    margin-top:20px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}*/
/*.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
}*/
.mega-dropdown {
  position: static !important;
/*  width:100%;*/
}
.mega-dropdown-menu {
    padding: 20px 0px 40px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* this code creates the dropdown pointer 
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}*/
.mega-dropdown-menu > li > ul,
.mega-dropdown-menu > li > div > div > div > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul + ul,
.mega-dropdown-menu > li > div > div > div > ul + ul {
  padding-top: 30px;
}
.mega-dropdown-menu > li > ul > li,
.mega-dropdown-menu > li > div > div > div > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a,
.mega-dropdown-menu > li > div > div > div > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
font-size: 1.2em;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li div > div > div > ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li div > div > div > ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu > li ul > li > a.btn:hover,
.mega-dropdown-menu > li div > div > div > ul > li > a.btn:hover,
.mega-dropdown-menu > li ul > li > a.btn:focus,
.mega-dropdown-menu > li div > div > div > ul > li > a.btn:focus {
  background-color: #286090;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 1.4em;
  font-weight:bold;
  padding-top: 30px;
}
.dropdown-header:nth-of-type(1) {
	padding-top: 0;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.mega-dropdown-menu a.mega-img-link {
	 padding:0;
}
.mega-dropdown-menu a.mega-img-link:hover {
	 background-color: transparent;
}

/* CUSTOMIZE THE SPLASH CAROUSEL
-------------------------------------------------- */
.splashWrapper {
/*	background-image: url(../images/stpat-pano.jpg);*/
	padding-bottom: 15px;
}
.carousel-inner > .item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.7s ease-in-out 0s;
  -moz-transition: opacity 0.7s ease-in-out 0s;
  -ms-transition: opacity 0.7s ease-in-out 0s;
  -o-transition: opacity 0.7s ease-in-out 0s;
  transition: opacity 0.7s ease-in-out 0s;
  left: 0 !important;
}
.carousel.carousel-fade .active.left, 
.carousel.carousel-fade .active.right { 
	opacity: 0; 
	z-index: 2; 
}
.carousel-caption {
	left: 10%;
	right: 50%;
	background-color: rgba(0,0,0,0.4);
	padding: 10px 20px 30px 20px;
}
.carousel-caption a {
	color: #fff;
	text-decoration: underline;
}
.carousel-caption a.btn {
	text-decoration: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	 width:100%;
}
.splashnav > li > a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 2px 15px;
}
#splashCarousel .carousel-control.right,
#splashCarousel .carousel-control.left {
	background-image: none;
	bottom: 50px;
	z-index: 999;
	width: 10%;
}

/* CAPTION POSITIONING
-------------------------------------------------- */
.caption-l14 {
	right: 75%;
}
.caption-l24 {
	right: 50%;
}
.caption-l34 {
	right: 25%;
}
.caption-c24 {
	left: 25%;
	right: 25%;
}
.caption-c34 {
	left: 12%;
	right: 12%;
}
.caption-r14 {
	left: 75%;
}
.caption-r24 {
	left: 50%;
}
.caption-r34 {
	left: 25%;
}
.caption-align-left {
	text-align: left;
}
.caption-align-right {
	text-align: right;
}
.caption-align-center {
	text-align: center;
}

/* CUSTOMIZE THE BLOGPOST CAROUSEL
-------------------------------------------------- */
.blogcarouselwrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.blogcarousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.blogcarousel .carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
/*    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;*/
    margin-top: 72px;
    color: #222;
    background: none;
    text-shadow: none;
    font-size: 1.8em;
}
.blogcarousel .carousel-control.right {
	right: -12px;
	background-image: none;
	left: auto;
}
.blogcarousel .carousel-control.left {
	background-image: none;
}
.blogcarousel .carousel-control:hover, 
.blogcarousel .carousel-control:focus {
	color: #000;
}
/* The indicators */
.blogcarousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.blogcarousel .carousel-indicators li {
	background: #cecece;
	border: 0 none;
}
.blogcarousel .carousel-indicators .active {
	background: #222222;
}
.blogCarouselItem {
	display: table;
	height: 150px;
	padding: 20px;
	position: relative;
}
.blogCarouselItem > h2 {
	font-size: 1.2em;
	display: table-cell;
	vertical-align: middle;
}
.blogCarouselItem > h2 > small {
	display: block;
	margin-top: 10px;
}
.blogCarouselItem > h2 > a.btn {
	display: block;
	text-align: left;
	margin-top: 10px;
	position: absolute;
	bottom: 0px;
}
/* CONTENT FEATURES
-------------------------------------------------- */
.pageTopWrapper {
/*	background: url(../images/stpat-pano.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
.mainContentWrapper {
	padding: 20px 0;	
}
.pageTop img {
	max-width: 100%;
	height: auto;
}
.featurerow {
	 margin:40px 0;
}
.blocksrow .col-sm-4,
.blocksrow .col-sm-6 {
	margin-bottom: 10px;
}
.tagline {
	font-size: 2em;
	color: #fff;
	text-align: center;
	font-style: italic;
	display: block;
}
.featurebox > .icon { 
	text-align: center; 
	position: relative; 
}
.featurebox > .icon > .image { 
	position: relative; 
	z-index: 2; 
	margin: auto; 
	width: 120px; 
	height: 120px; 
	border: 8px solid white; 
	line-height: 120px; 
	border-radius: 50%; 
	background: #63B76C; 
	vertical-align: middle; 
}
.featurebox > .icon:hover > .image { 
	background: #333; 
}
.featurebox > .icon > .image > i { 
	font-size: 36px !important; 
	color: #fff !important; 
}
.featurebox > .icon:hover > .image > i { 
	color: white !important; 
}
.featurebox > .icon > .info { 
	margin-top: -48px; 
	background: rgba(0, 0, 0, 0.04); 
	border: 1px solid #e0e0e0; 
	padding: 15px 0 20px 0; 
	min-height: 120px; 
}
.featurebox > .icon:hover > .info { 
	background: rgba(0, 0, 0, 0.04); 
	border-color: #e0e0e0; 
	color: white; 
}
.featurebox > .icon > .info > h3.title {  
}
.featurebox > .icon > .info > p { 
	color: #666; 
	line-height: 1.5em; 
	margin: 20px;
}
.featurebox > .icon:hover > .info > h3.title, 
.box > .icon:hover > .info > p, 
.box > .icon:hover > .info > .more > a { 
	color: #222; 
}
.featurebox > .icon > .info > .more a { 
	color: #222; 
	text-transform: uppercase; 
	text-decoration: none; 
}
.featurebox > .icon:hover > .info > .more > a { 
	color: #fff; 
	padding: 6px 8px; 
	background-color: #63B76C; 
}
.featurebox .space { 
	height: 30px; 
}
.social-list > li > a,
.navbar-social > li > a {
    background-color: rgba(0, 0, 0, 0.2);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 2em;
    height: 80px;
    padding: 16px;
    width: 80px;
    color: #fff;
}
.social-list > li > a:hover,
.navbar-social > li > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
section {
	background-color: #fafafa;
	margin: 0 -15px;
	padding: 80px 0;
}
.sectionheading {
	border-bottom: 1px dotted #e4e9f0;
	display: block;
	margin: 10px 0 25px 0;
}
.sectionheading h2,
.sectionheading h3,
.sectionheading h4 {
	border-bottom: 2px solid #72c02c;
	display: inline-block;
	margin: 0 0 -2px;
	padding-bottom: 5px;
}
/* SIDEBAR
-------------------------------------------------- */
.sidebar h4 {
	font-size: 1em;
	text-transform: uppercase;
}
.sidebar h5 {
	font-size: 1em;
	font-weight: bold;
}
.sidebar p {
	font-size: .9em;
}
.sidebar li {
	font-size: .9em;
	margin-bottom: 5px;
}
.sidebar ol,
.sidebar ul {
	padding-left: 20px;
}
.sidebar ul.menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
.sidebar ul.menu > li {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.sidebar ul.menu > li.active {
	font-weight: bold;
}
.sidebar ul.menu > li:last-child {
	border-bottom: none;
}
.simplebox,
.imagebox,
.blogpostbox,
.intentionbox,
.contactbox {
	margin-bottom: 40px;
}
.contactwrapper {
	text-align: center;
}
.contactwrapper + .contactwrapper {
	margin-top: 30px;
}
.contactwrapper > img {
	display: block;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.contactname {
	font-weight: bold;
}
.contacttitle {
	font-weight: normal;
	font-style: italic;
	display: block;
	font-size: .95em;
}
.contacttext {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

/* PANEL MENU
-------------------------------------------------- */
.panel.panel-menu {
	 border: none;
}
.panel-menu > .panel-heading {
	 background-color:#fff;
	 border-bottom: 1px solid #ddd;
}
.panel-menu .table,
.panel-menu table {
	 margin-bottom: 0;
}
.panel-menu .table > thead > tr > th,
.panel-menu .table > tbody > tr > th,
.panel-menu .table > tfoot > tr > th,
.panel-menu .table > thead > tr > td,
.panel-menu .table > tbody > tr > td,
.panel-menu .table > tfoot > tr > td {
	 border: none;
	 padding: 5px 5px 5px 10px;
}

/* BLOG & EVENTS
-------------------------------------------------- */
.item {
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.item > .item-title {
	margin-bottom: 20px;
}
.item-title .label {
	margin: 0 2px;
}
.sidebyside h2 {
	margin-top: 10px;
}
.post-imagetop > .item-title > h2 {
	margin-top: 20px;
}
.blog .item-title > h2 {
	margin-top: 20px;
}
.facebookwrapper {
	margin: 10px 0;
	padding: 5px;
	min-height: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.item > figure {
	margin-bottom: 10px;
}
.stButton .stButton_gradient,
.stButton .stArrow,
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.event > .media {
	margin-top: 15px;
	padding-bottom: 15px;
}
.event > .media h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
.dateblock {
	width: 8%;
	text-align: center;
	min-height: 70px;
	border-right: 2px solid #eee;
}
.dateblock-month {
	display: block;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #999;
}
.dateblock-num {
	display: block;
	font-size: 2.5em;
	line-height: .5em;
}
.label-default {
	background-color: #EBE4D9;
	color: #444;
}
.event > .media > .media-body {
	padding-left: 10px;
}
.event-imageleft .media,
.event-imageright .media,
.event-simplelist .media {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.event .media-left img,
.event .media-right img {
	max-width: 200px;
}
.event-imageleft .media-left img,
.event-imageright .media-right img {
	max-width: 80px;
}
.event-imageleft .media-body h3,
.event-imageright .media-body h3,
.event-simplelist .media-body h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}
.event-imageleft .media-body p,
.event-imageright .media-body p,
.event-simplelist .media-body p {
	font-size: .9em;
}
.event > .media > .media-body > p {
	margin: .25em 0;
}
.event > .media > .media-body > p > small {
	font-size: 1em;
	font-style: italic;
}
.more-events a {
	margin-top:10px;
}
.event-text > p:first-of-type {
	margin-top:0;
}
/* INTENTIONS
-------------------------------------------------- */
.table.intentions > tbody > tr > td {
	padding: 2px;
	border-top: none;
	font-size: .8em;
}
.table.intentions > tbody > tr > td.date {
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #eee;
}
.table.intentions > tbody > tr > td.time {
	white-space: nowrap;
	padding-right: 10px;
}
/* PAGE EMBED CONTACTS
-------------------------------------------------- */
.contactblock,
.contactlistblock {
	margin: 10px 0;
}
.contactblock:hover {
/*	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
}
.contactimg,
.contactlistimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	border: 1px solid #eee;
	border-bottom: none;
}
.contactimg {
	height: 260px;
}
.contactlistimg {
	height: 200px;
}
.contactdetail {
	height: 200px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 15px;
	position: relative;
}
.contactdetail h3 {
	margin-top: 0;
}
.contactdetail li {
	font-size: .9em;
}
.contactdetail .biobutton {
	position: absolute;
	bottom: 10px;
}
/* PAGE EMBED TIMES
-------------------------------------------------- */
.timecol {
	width: 14%;
	float: left;
	text-align: center;
	margin: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
	min-height: 380px;
}
.timecol h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 20px 5px;
	background-color: #ddd;
	color: #fff;
}
.timecol small {
	display: block;
}
.timecol h3 small {
	color: #fff;
}
.timecol li {
	padding: 10px 15px;
	text-align: left;
	font-size: .95em;
}

/* GALLERY VIA ISOTOPE
-------------------------------------------------- */
.isoitem img {
	margin: 5px;
	border: 1px solid #ddd;
	max-width: 100%;
	height: auto;
}
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
/* FOOTER FEATURES
-------------------------------------------------- */
.sitefooter {
	padding-top: 30px;
	margin-top: 30px;
}
.sitefooter p,
.sitefooter a {
	font-size: .9em;
	color: #eee;
}
.sitefooter a:hover {
	color: #fff;
}
.sitefooter h2 {
	font-size: .9em;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 2px solid #333;
}
.sitefooter ul {
	list-style: none;
	padding-left: 0;
}
.socialrow {
	margin: 30px 0 0 0;
}
.socialrow a {
	font-size: 2em;
	padding: 0 5px;
}
.tcwclogo {
	max-width: 340px;
}
/* THUMBNAILS & CARDS
------------------------------------*/

/* feature box with image and caption with zoom-in hover on image */
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
.overflow-hidden {
	overflow: hidden;
}

.cardwrapper {
  margin-top: 25px;
  position: relative;  
  text-align: center;
}
.cardwrapper img {
  display: block;
  max-width:100%;
  width: 100%;
}
.cardwrapper .overlay {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.25);
  color: #fff;
}
.cardwrapper .overlay h2 {
  margin-top: 25%;
}
.cardwrapper .overlay:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
}

/* SHADOWS
-------------------------------------------------- */
.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
/* for showing shadow behind element on hover */
.float-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
}
.float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover::before {
    opacity: 1;
    transform: translateY(5px);
}
/* TIMELINE
-------------------------------------------------- */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
/* IFRAME / EMBED CONTAINER
-------------------------------------------------- */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-container {
	margin-bottom: 30px;
	max-height: 300px;
}
.mediarow {
	margin: 30px 0;
}
.mediarow h3 {
	margin-top: 5px;
}

/* TABLESORTER
-------------------------------------------------- */
/* overall */
.tablesorter-default {
	width: 100%;
	color: #333;
	border-spacing: 0;
	margin: 10px 0 15px;
	text-align: left;
}

/* header */
.tablesorter-default th,
.tablesorter-default thead td {
	color: #444;
	border-collapse: collapse;
	border-bottom: #ccc 2px solid;
	padding: 0;
}
.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
	border: 0;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
}
.tablesorter-default thead .sorter-false {
	background-image: none;
	cursor: default;
	padding: 4px;
}

/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
	border-top: #000 2px solid;
}

/* tbody */
.tablesorter-default td {
	border-bottom: #ccc 1px solid;
	padding: 4px;
	vertical-align: top;
}

/* hovered row colors */
.tablesorter-default tbody > tr:hover > td,
.tablesorter-default tbody > tr.even:hover > td,
.tablesorter-default tbody > tr.odd:hover > td {
	background: #fff;
	color: #000;
}

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	/* background-image: url(../addons/pager/icons/loading.gif) !important; */
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd td {
	background-color: #dfdfdf;
}
.tablesorter-default tr.even td {
	background-color: #efefef;
}

/* Column Widget - column sort colors */
.tablesorter-default tr.odd td.primary {
	background-color: #bfbfbf;
}
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
	background-color: #d9d9d9;
}
.tablesorter-default tr.odd td.secondary {
	background-color: #d9d9d9;
}
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
	background-color: #e6e6e6;
}
.tablesorter-default tr.odd td.tertiary {
	background-color: #e6e6e6;
}
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
	background-color: #f2f2f2;
}

/* caption */
caption {
	background: #fff;
}

/* filter widget */
.tablesorter-default .tablesorter-filter-row td {
	background: #eee;
	border-bottom: #ccc 1px solid;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-default .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-default .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter-default .tablesorter-filter {
	width: 95%;
	height: auto;
	margin: 4px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #e6bf99;
}
/* IMAGE GALLERY
-------------------------------------------------- */
.gallery img {
	margin: 2px 0;
}
/*
 * Bootstrap Image Gallery CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blueimp-gallery .modal-body .video-content video {
 	display: none;
}
.blueimp-gallery .modal-body .video-playing video {
	display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
 	display: none;
}
.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
	background: url(../images/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}
/* POPOVERS
-------------------------------------------------- */
a.tooltippopover {
	border-bottom: 1px dashed #999;
	text-decoration: none;
}
.popover-content {
	font-size:.8em;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1199px) {
	.contactdetail {
		height: 240px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
		font-size: 1em;
	}
  	.navbar-brand {
  		height: 30px;
  		padding: 0 0 0 10px;
  	}
	.navbar-brand > img {
		max-height: 30px;
	}
	 .topmenu {
	 	padding:0 0 0 10px; 
	 }

}

@media (max-width: 992px) {
	body {
	}
  	/* Navbar positioning foo */
  	.navbar-wrapper {
    	margin-top: 20px;
  	}
  	/* The navbar becomes detached from the top, so we round the corners */
  	.navbar-wrapper .navbar {
    	border-radius: 4px;
  	}
  	.navbar-brand {
  		height: 40px;
  		padding: 0 0 0 10px;
  	}
	.navbar-brand > img {
		max-height: 40px;
	}
	.headeraddress {
		display: none;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
		padding: 5px;
	 	 font-size:.8em;
	}
	 .topmenu {
	 	padding:30px 0 0 20px; 
	 }
	.carousel-inner > .item {
		height: 280px;
	}
	.blogcarousel > .carousel-inner > .item {
	 	height: auto;
	}
	.carousel-caption {
		right: 40%;
	}
	.contactdetail {
		height: 240px;
	}
	
}

/* width where the navbar collapses and shows drop-down icon */
@media (max-width: 767px) {
	.row {
	 	margin:0;
	}
	h1 {
		font-size: 1.8em;
	}
	.navbar-brand {
		height: 40px;
		padding: 0 0 0 10px;
	}
	.navbar-brand > img {
		max-height: 40px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
		padding: 5px;
	 	 font-size:1em;
	}
	.carousel-inner > .item {
		height: 150px;
	}
	.blogcarousel > .carousel-inner > .item {
	 	height: auto;
	}
	 .mega-dropdown-menu > li > ul > li > a, 
	 .mega-dropdown-menu > li > div > div > div > ul > li > a {
	 	 color:#fff;
	 }
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
	.blueimp-gallery .modal-dialog {
	  right: auto;
	  left: auto;
		width: auto;
	  max-width: 900px;
	  padding-left: 5%;
	  padding-right: 5%;
	}
    .timecol {
	 width:48%;
	 min-height:250px;
    }
}

@media (max-width: 414px) {
	.header-lg {
	 	height: 300px;
	}
	.splashnav {
		display: none;
	}
}

@media (max-width: 360px) {
	.row {
	 	margin:0;
	}
	.navbar-brand {
		height: 40px;
	}
	.navbar-brand > img {
		max-height: 40px;
	}
	.carousel-inner > .item {
		height: 135px;
	}
	.header-lg {
	 	height: 300px;
	}
	.blogcarousel > .carousel-inner > .item {
	 	height: auto;
	}
	.carousel-caption {
		padding: 5px;
		right: 10%;
	}
	.carousel-caption h2 {
		font-size: 1em;
	}
	.carousel-caption p {
		font-size: .8em;
	}
	.mainContentWrapper {
		padding-top: 0;
	}
	.tagline {
		font-size: 1.2em;
	}
    .timecol {
	 width:100%;
	 min-height:1%;
    }
	.splashnav {
		display: none;
	}
	.social-list > li > a,
	.navbar-social > li > a {
		height: 50px;
		width: 50px;
		padding: 3px;
	}
	.more-events .btn {
		font-size: .6em;
		margin-top: 10px;
	}
	
}
