body {
	/*background: url('../images/bg_top.jpg') top center no-repeat, url('../images/bg_bottom.png') top center repeat-y;*/
	background: url('../images/bg_bottom.png') top center repeat-y;
	background-color: #1C3439;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 14px;
	margin:0;
	padding:0;
	display:block;
	color:#333;
}
.clear {
	clear: both;
}
img {
	border:none;
}
#main_container {
	margin:0 auto;
	width:1024px;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	overflow-x:hidden;
	background-color:#f1f1f1;
	/*background:url('../images/main_img2.jpg') top no-repeat, #f1f1f1;*/
}
#socialmedia {
	height: 100px;
}
#fb {
	position: relative;
	height: 32px;
	width: 32px;
	left: 837px;
	top: 5px;
	z-index: 3;
	display:none;
}
#twitter {
	position: relative;
	height: 32px;
	width: 32px;
	left: 880px;
	bottom: 27px;
	z-index: 3;
	display:none;
}
#instagram {
	position: relative;
	height: 32px;
	width: 32px;
	left: 923px;
	bottom: 59px;
	z-index: 3;
	display:none;
}
#youtube {
	position: relative;
	height: 32px;
	width: 32px;
	left: 964px;
	bottom: 91px;
	z-index: 3;
	display:none;
}
#volunteers {
	position: relative;
	/*left: 837px;
	bottom: 88px;*/
	float:right;
	z-index: 3;
	padding-top:20px;
}
.volunteer_box {
	background-color: #ff9b00;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffca00), to(#ff9b00));
  	background: -webkit-linear-gradient(top, #ffca00, #ff9b00);
  	background: -moz-linear-gradient(top, #ffca00, #ff9b00);
  	background: -ms-linear-gradient(top, #ffca00, #ff9b00);
 	background: -o-linear-gradient(top, #ffca00, #ff9b00);
	width: 159px;
	height: 51px;
	text-align:center;
	color:#fff;
	padding:5px 0 0 0;
	color:#fff;
	font-weight:700;
	font-size:20px;
	line-height:1;
	text-transform:uppercase;
	display:none;
}
#volunteers a,
#donate a,
.donate_box a,
.volunteer_box a {
	color:#fff;
	font-weight:700;
	font-size:20px;
	line-height:1;
	text-transform:uppercase;
}
#archie {
	position: relative;
	left: 540px;
	bottom: 129px;
	height: 64px;
	width: 69px;
	z-index: 10;
}

#donate {
	position: relative;
	/*left: 837px;
	bottom: 85px;*/
	float:right;
	padding-right:20px;
	padding-top:20px;
	z-index: 10;
}
.donate_box {
	background-color: #b6d18e;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b6d18e), to(#72a828));
  	background: -webkit-linear-gradient(top, #b6d18e, #72a828);
  	background: -moz-linear-gradient(top, #b6d18e, #72a828);
  	background: -ms-linear-gradient(top, #b6d18e, #72a828);
 	background: -o-linear-gradient(top, #b6d18e, #72a828);
	width: 159px;
	height: 51px;
	text-align:center;
	color:#fff;
	padding:13px 0 0 0;
	color:#fff;
	font-weight:700;
	font-size:20px;
	line-height:1;
	text-transform:uppercase;
	display:none;
}

#mobilelogo,
#mobile_menu,
#mobile_dropdown,
#mobile_donate,
#mobile_volunteers,
#mobile_fb,
#mobile_twitter,
#mobile_instagram,
#mobile_youtube {
	display:none;
}
#logo {
	/*position: absolute;*/
	float:left;
	z-index: 20;
	/*margin:-10px 0 0 0;*/
	width:22%;
}

#logo img {
	width:100%;	
}

#content {
	display:block;
	clear:both;
	min-height:400px;
	margin-top:60px;
}
#column1 {
	margin-top: -168px;
	width: 745px;
	min-height: 258px;
	float: left;
	padding:30px 10px;
}

/**********************
Testimonials styles
***********************/
.testimonials *{
	padding:0;
	margin:0;	
}
.testimonials{
	width:98%;
	box-shadow: 1px 1px 1px 1px #BBB;
	background-color: #FFF;
	
}
.testimonials h3{
	font-family: Bitter,Georgia,serif;
	width:100%;
	background-color:#ba7228;
	color: #FFF;
	padding:10px 0 15px 7px;
	font-size: 16px;
	font-weight:normal;
}

.testimonials ul {
	list-style: none;	
	padding-bottom:5px;
}

.testimonials.bubble{
	display:table;	
	background-color: transparent;
	box-shadow: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.testimonials.bubble ul{
	background-color: transparent !important;
	margin-left:15px;
	margin-top:13px;
}

.testimonials.bubble ul li{
	margin:0;
	border:0;
	float: left;
	background: url("../images/archway_bubble.png") no-repeat;
	background-size: 229px 175px;
	width: 230px;
	height: 175px;
}
.testimonials.bubble ul li p{
	padding-right: 45px;	
	text-align:right;
	word-wrap:break-word;
}
.testimonials.bubble ul li p:first-child{
	text-align:left;
	margin-left: 0;
	padding: 45px 40px 10px 26px;
	vertical-align: middle;
}

.testimonials ul li{
	border-top:2px #346d8e dashed;	
	margin:10px;
	padding-top:7px;
}

.testimonials ul li:first-child{
	border-top: none;
	
}

.testimonials a{
	color: #a94724;	
	text-decoration:none;
	padding-left: 7px;
	
}
/*** end of testimonials styles ***/
#column2 {
	position: relative;
	left:380px;
	margin-top: -320px;
	width: 35%;
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif !important;
}
.wpb_wrapper h3,
.wpb_wrapper h2 {
	color:#AC4B26;
	font-size:36px;
	font-weight:600;
	margin:17px 0;
}
#column3 {
	margin-top: -138px;
	width: 279px;
	float: left;
	background-color:#333;
	padding:0 0 10px 0;
}
#slider {
	width: 100%;
	height: 469px;
	position: relative;
	bottom: 139px;
	z-index: 1;
}
#main_img {
	width: 1024px;
	height: 471px;
	position: absolute;
	top:31px;
	z-index: 1;
}
#postcolumn {
	z-index: 50;
	position: relative;
	margin: 0 30px;
	background-color: none;
	width:583px;
}
#postcolumnbg {
	width: 633px;
	min-height: 565px;
	z-index: 5;
	position: static;
	top: 172px;
	margin: 0 0 0 100px;
	background-color:rgb(255,255,255);
	background:rgba(255,255,255,0.93);
	box-shadow: 6px 6px 5px rgba(0,0,0,0.18);
}
#fullpost {
	width: 950px;
	margin:0 30px 35px;
	padding:15px;
	background-color:rgb(255,255,255);
	background:rgba(255,255,255,0.93);
	box-shadow: 6px 6px 5px rgba(0,0,0,0.18);
	min-height:410px;
}
.archway {
	min-height:255px;
}
.heading1,
.entry-title {
	font-family: 'Source Sans Pro', sans-serif;
	color:#BB742A;
	font-size:36px;
	font-weight:600;
}
.hentry {
    padding: 5px 0 !important;
}
#footer {
	background-color: #f1f1f1;
	position: static;
	display:block;
}
#foot_logo {
	width: 200px;
	position: absolute;
	margin: -77px 11px 12px 788px;
	opacity:0.7;
}
#foot_logo img {
	width:100%;
}
.foot_column1,
.foot_column2,
.foot_column3 {
	display:block;
	position: static;
	margin:0 0 0 25px;
	color: #999;
	clear:both;
}
.foot_column2 a {
	color: #999 !important;
}
.foot_column2 a:hover {
	color: #C07223 !important;
	text-decoration: none;
}
.foot_column3 {
	margin: 30px 56px 0;
}
.foot_column2 {
	margin: 4px 102px 30px;
}

#foot-social {
	/*display:none;*/
	float:right;
	margin: -10px 30px 10px 0px;
}

#foot-social img {
	margin-right:15px;
	width:30px;	
}

/*-----------------------------
   NAVIGATION Bar
-----------------------------*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0;}
a { color: #FFF; text-decoration: none;}

.nav-menu li a {
	color: #fff !important;
	font-weight: 200 !important;
	text-transform: uppercase !important;
	padding: 12px 15px!important;
	height: 40px;
}
#menu {
	font-family: "Helvetica Neue", "Helvetica Light", "Helvetica Neue Light", sans-serif;
 	background-color: #0B4E62;
  	background-repeat: repeat-x;
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0B4E62), to(#3491BC));
  	background: -webkit-linear-gradient(top, #3491BC, #0B4E62);
  	background: -moz-linear-gradient(top, #3491BC, #0B4E62);
  	background: -ms-linear-gradient(top, #3491BC, #0B4E62);
 	background: -o-linear-gradient(top, #3491BC, #0B4E62);
	width: 1024px;
	height: 65px;
	margin: 0 auto;
	padding-left: 20px;
	float: left;
	position: fixed;
	z-index: 70;
	text-align:center;
}
#menu li { list-style: none; }
#menu > li { 
	padding: 0; 
	float: left; 
	position: relative; 
	bottom: 1px;
	z-index: 50;
}
#menu > li > a {
	float: left;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	line-height: 38px;
	padding: 0 10px; 
	height: 38px;
	z-index: 50;
}
#menu > li:hover > a { background: #3367D3; }
#menu > li:first-child > a { border-left: 0; }
#menu > li:last-child > a { border-right: 0; }
#menu > li:hover > div { }

.menu-main-navigation-container {
	padding-top:10px;	
}



/* MEGA DROP DOWN */

#menu > li > div {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	background: #fff;
	padding: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	z-index: 50;
}
#menu > li > div p { color: #666; }
#menu > li > div a { color: #064280; }
#menu > li > div li a:hover { color: #3367D3; }
#menu > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { border: #000 solid thin; }

#menu ul {
	margin-bottom: 0 !important;
}
#menu ul li {
	line-height: 20px;
}
#menu > li > div {
        max-height:0px;
}
#dropdown,
#dropdown2,
#dropdown3 {
	/*position:absolute;*/
	position:relative;
	display:none;
	text-align:left;
	padding:5px 10px 15px 10px;
	background-color:#0B4E62;
	width: 188px;
	top:50px;
	left:-25px;
	z-index:1000;
}
#dropdown {
	/*margin:40px 0 0 96px;*/
	margin:-50px 0 0 350px;
	height:300px;
}
#dropdown2 {
	margin:-50px 0 0 480px;
	z-index:191;
	height:100px;
	width:215px;
}
#dropdown3 {
	margin:-50px 0 0 700px;
	height:75px;
}
.column, .column2 {
	display:inline;
	float: left;
	position: relative;
	width:100%;
	margin-left:15px;
	color: #eee;
}
h5 {
	margin: 5px 0;
}
.column h5 {
	font-family: "Helvetica Neue", "Helvetica Light", "Helvetica Neue Light", sans-serif;
	color:#fff;
	font-size:13px;
	font-weight:400;
	text-decoration:none;
	margin: 0px 15px 5px 15px;
	height: 20px;
}
.column a {
	color:#fff;
	font-size:15px;
	font-weight:400;
	text-decoration:none;
	margin: 5px 7px;
}
.column a:visited {
	color:#fff;
}
.column a:hover {
	color: #FFB700;
}
ul#menu-dropdown-menu-1,
ul#menu-dropdown-menu-2,
ul#menu-dropdown-3 {
	list-style:none;
	padding: 0;
	margin: 0;
}
ul#menu-dropdown-menu-1 li,
ul#menu-dropdown-menu-2 li,
ul#menu-dropdown-3 li {
	padding: 0;
	margin: 6px 0;
}
.vertical_rule {
	display:inline;
	float: left;
	position: relative;
	bottom: 6px;
	width:1px;
	border-right: 1px solid #eeeeee;
	height: 131px;
	margin-left:15px;
}

@-moz-document url-prefix() {
	.vertical_rule {
		height: 136px !important;
	}
}
.vertical_rule2 {
	display:inline;
	float: left;
	position: relative;
	bottom: 6px;
	width:1px;
	border-right: 1px solid #eeeeee;
	height: 128px;
	margin-left:15px;
}
@-moz-document url-prefix() {
	.vertical_rule2 {
		height: 167px !important;
	}
}
.border_bottom {
	display:inline;
	float: left;
	position: relative;
	width: 180px;
	padding-bottom: 5px;
	right: 30px;
}
.image_container {
	margin:5px;
}

/*-----------------------------
   Foot Navigation
-----------------------------*/

#menu-foot {
	float:none;
	display:block;
	clear:both;
	position:static;
	width:800px;
}
.menu-footer-container {
	display:block;
	clear:both;
}
#menu-foot ul {
	list-style:none;
}
#menu-foot li {
	list-style:none;
	float:left;
	margin:0 5px;
	border-right:1px solid #666;
	padding:0 10px 0 0;
}
#menu-foot li:last-of-type {
	border-right:none;
}
#menu-foot li a {
	color:#666;
	font-size:15px;
	line-height:1.0 !important;
}

/*-----------------------------
   Facebook Feed
-----------------------------*/

.fb-feed {
    padding:7px;
}
.fb-update {
    padding:7px;
    border-bottom:solid 1px rgb(0,0,0);
    border-top:solid 1px rgb(70,70,70);
}
.fb-update:first-child {
    padding-top:0;
    border-top:none;
}
.fb-update:last-child {
    padding-bottom:0;
    border-bottom:none;
}
.fb-update h2,
.fb-update h2 a,
.fb-update h2 a:visited,
.fb-update h2 a:active {
	height: 16px;
    font-size:12px;
    font-weight:700;
	color:#fff !important;
    text-shadow:-1px 1px rgb(0,0,0);
}
.fb-update h2 {
    margin:4px 0;
	background:url('../images/white_facebook.png');
	background-position:right top;
	background-size:16px;
	background-repeat:no-repeat;
}
.fb-update p {
    font-size:11px;
    color:rgb(255,255,255);
    margin-bottom:0;
}
.fb-update a,
.fb-update a:visited {
	color:#F89000;
}
h3.wtitle {
	background-color:#BA7228;
	color:#333;
	margin: 5px 0 3px;
	padding: 3px 15px;
	font-size:17px;
}
.wpb_row {
	margin-bottom:10px !important;
}
#mobile,
.mobile_soc {
	display:none;
}
.mobile_sep {
	background-color:#FFA23F;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	clear:both;
}
.mobile_sep h2 {
	color:#AB3F25;
	margin:5px 0 5px 7px;
}
.mobile_sep h2.titleh {
	float:left;
	width:100%;
	font-size:24px;
}

.mobile_readMore{
	color: #28536B !important;
    display: block;
    float: right;
    font-size: 19px;
    position: relative;
    right: 0;
    top: -36px;
    width: 100px;	
}

.hours {
	width:100%;
	/*float:left;*/
	padding:10px;
}
.hours p {
	margin: 0;
	padding: 0;
	color:#B03F25;
	font-size:18px;
	font-weight:300;
}
.hours p > span.day {
	color:#265065;
	font-weight:600;
}
.mob_box {
	width:50%;
	float:left;
	height: 50px;
	background-color:#AD3C23;
	color:#fff;
	font-size:26px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.directions {
	background:url(../images/button1.png) 10px center no-repeat, #BC5921;
	background-size:40px;
	padding:5px 0 5px 60px;
	border-right:1px solid #fff;
}
.ticket {
	background:url(../images/button2.png) 10px center no-repeat, #407EA3;
	background-size:35px;
	padding:5px 0 5px 60px;
	border-left:1px solid #fff;
}
.conces {
	background:url(../images/button3.png) 17px center no-repeat, #AD3C23;
	background-size:25px;
	padding:5px 0 5px 60px;
	border-right:1px solid #fff;
}
.gift {
	background:url(../images/button4.png) 10px center no-repeat, #AD3C23;
	background-size:35px;
	padding:5px 0 5px 60px;
	border-left:1px solid #fff;
}
.mobile_content {
	clear:both;
	display:block;
	position:static;
	width: 98%;
	margin:0 auto;
}
#fb img,
#twitter img,
#instagram img,
#youtube img {
	width: 32px;
}
.mobile_soc {
	border-bottom:2px solid #AD3E24;
	border-top:2px solid #AD3E24;
	margin:10px 0;
}
.phone_soc {
	width: 25%;
	float:left;
	margin: 10px 0;
}
.phone_soc img {
	margin:0 auto;
	display:block;
	position:static;
	max-width:100%;
}