.content-wrapper {
	margin-top: 15px; 
}

.top-wrapper {
    height: 50px;
}

.banner-wrapper {
    padding-top: 0px;
}

.banner {
    width: 100%;
    z-index: 1;
    font-family: 'bookmanlight';
    color: rgb(189,196,201);
    text-align: center;
    padding-top: 6px;
    font-size: 23px;
}

.top-nav-wrapper {
    position: relative;
}

.menu-icon {
    width: 36px;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
	margin-left: 3px;
}

.menu-icon div {
    width: 100%;
    height: 6px;
    background: rgb(255,255,255);
    border-radius: 6px;
    margin: 0 0 3px 0;
}

.buyrent-wrapper {
    float: left;
    margin-right: 10px;

}

.buyrent-wrapper a {
    background: url(../images/buyrent.png) no-repeat;
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 42px;
    background-size: cover;
    margin-top: 2px;
}

.buyrent-wrapper a:hover {
    background-position: 0px -46px;
}

.facebook-wrapper {
    float: left;
    margin-right: 10px;
}

.facebook-wrapper a {
    background: url(../images/facebook.png) no-repeat;
    text-decoration: none;
    display: inline-block;
    width: 11px;
    height: 22px;
    background-size: cover;
    margin-top: 17px;
}

.facebook-wrapper a:hover {
    background-position: 0px -22px;
}

.twitter-wrapper {
    float: left;
    margin-right: 10px;
}

.twitter-wrapper a {
    background: url(../images/twitter.png) no-repeat;
    text-decoration: none;
    display: inline-block;
    width: 25px;
    height: 22px;
    background-size: cover;
    margin-top: 17px;
}

.twitter-wrapper a:hover {
    background-position: 0px -24px;
}

.instagram-wrapper {
    float: left;
    margin-right: 35px;
}

.instagram-wrapper a {
    background: url(../images/instagram.png) no-repeat;
    text-decoration: none;
    display: inline-block;
    width: 25px;
    height: 22px;
    background-size: cover;
    margin-top: 17px;
}

.instagram-wrapper a:hover {
    background-position: 0px -38px;
}

.top-nav {
    position: absolute;
    top: 50px;
	left: -192px;
    display: none;
    z-index: 55;
}

.top-nav-item {
background: rgb(35,31,32);
}

.top-nav-item a {
    font-family: arial;
    font-size: 18px;
    text-decoration: none;
    color: rgb(148,148,139);
    display: inline-block;
    width: 180px;
    padding: 3px 6px;
    border-bottom: 1px solid;
}

.side-text {
display: none;
}

.title img {
width: 92%;
margin: 0 4%;
}

.slideshow-wrapper {
    margin: 0 auto;
    position: relative;
}

.slideshow .slides li {
    position: relative;
}

.slide-image img {
width: 100%;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    background: url(../images/slider_left.png);
    opacity: 1;
    text-shadow: none;
    font-size: 0px;
    width: 30px;
	height: 60px;
	transition: all 0s;
	text-decoration: none;
	top: 70%;
	background-size: 30px;
}

.flex-direction-nav .flex-prev:hover {
    background-position: 0px 60px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    background: url(../images/slider_right.png);
    opacity: 1;
    text-shadow: none;
    font-size: 0px;
    width: 30px;
	height: 60px;
	transition: all 0s;
	text-decoration: none;
	top: 70%;
	background-size: 30px;
}

.flex-direction-nav .flex-next:hover {
    background-position: 0px 60px;
}



.text-wrapper {
    position: absolute;
    right: 8%;
	bottom: 0px;
	width: 50%;
    text-align: center;
    padding-top: 1%;
    background: rgba(148,148,139,0.7);
}

.slide-image img {
width: 100%;
}

.slide-text img {
width: 100%;
}

.slide-button a {
    text-decoration: none;
    display: inline-block;
    width: 114px;
    height: 40px;
    color: rgba(255,255,255,0.8);
    border-top: 1px solid black;
    margin-top: 15px;
    padding-top: 6px;
    text-align: center;
    white-space: nowrap;

}

.flex-control-nav.flex-control-paging {
    position: relative;
    bottom: 0px;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.flex-control-paging li a {
    background: rgb(148,148,139);
    box-shadow: none;
}

.flex-control-paging li a:hover {
    background: rgba(158,5,35,0.5);
}

.flex-control-paging li a.flex-active {
    background: rgb(158,5,35);
}

.widgets {
    margin-left: 3%;
    margin-right: 3%;
}

.widget {
    margin: 0 auto;
    width: 277px;
    font-family: arial;
    cursor: pointer;
    height: 183px;
	border: 1px solid transparent;
	position: relative;
}

.widget-btn a {
    position: absolute;
    display: block;
    top: 0px;
    width: 100%;
    height: 100%;
}

.body-text-wrapper {
	background: #ffffff;
}

.front .body-text-wrapper {
	background: transparent;
}

.body-text {
    font-family: 'bookmanlight';
    color: rgb(148,148,139);
    padding-left: 12px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
	background: #ffffff;
}

.donate-text {
    height: 55px;
    cursor: pointer;
    font-family: 'bookmanlight';
    color: rgb(148,148,139);
    font-size: 16px;
	background: #ffffff;
}

.donate-text:hover span {
    color: rgb(0,164,154);
}

.footer-text {
color: rgb(148,148,139);
    margin-top: 10px;
}

.footer-text  a{
color: rgb(148,148,139);
}

.page-text-wrapper {
    background: #ffffff;
    width: 94%;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
}

.additional-text {
  width: 94%;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
  font-size: 15px;
  text-align: center;
  color: rgb(167,167,160);
    
}

.additional-text a {
	color: rgb(167,167,160);
}

.page-title {
    background: rgb(35,31,32);
    color: rgb(148,148,139);
    font-family: 'cabernet';
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    width: 98%;
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.page-about .page-title {
    background: url(../images/heading/about.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-blog .page-title {
    background: url(../images/heading/blog.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-news .page-title {
    background: url(../images/heading/header_run_an_event.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-donate .page-title {
    background: url(../images/heading/support.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-trailer .page-title {
    background: url(../images/heading/trailer.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-crew .page-title {
    background: url(../images/heading/crew.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-contact .page-title {
    background: url(../images/heading/contact.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-joe .page-title {
    background: url(../images/heading/joe.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-mary .page-title {
    background: url(../images/heading/mary.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-lefty .page-title {
    background: url(../images/heading/lefty.png) rgb(35,31,32);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.page-heading {
    font-family: arial;
    color: rgb(35,31,32);
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(148,148,139);
}

.subheading {
    color: rgb(158,5,35);
}

.text {
    font-family: arial;
    font-size: 15px;
    line-height: 22px;
    padding-top:15px;
}

.page-text img {
    width: 100%;
}

.page-donate-btn{
    background: url("../images/donate_btn.png") no-repeat;
    width: 180px;
    height: 177px;
    cursor: pointer;
    background-position: 0px -174px;
    margin: 0 auto;
}

.page-donate-btn:hover {
    background-position: 0px 0px;
}

.innerWidget8 {
    height: 716px;
    overflow: hidden;
}

iframe.widget_iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}

.noscroll::-webkit-scrollbar {
    display: none;
}

.mary-captions {
	padding-top: 24px;
	font-size: 10px;
}

.mary-image-right {
margin-top: 20px;
}

.mobile-trailer-btn {
    background: url(../images/trailer-btn.png) no-repeat;
    width: 217px;
    height: 194px;
    z-index: 1000;
    cursor: pointer;
    background-size: 100%;
    background-position: 0px 10px;		
    margin-left: auto;
    margin-right: auto;
}

.mobile-donate-btn {
    background: url(../images/donate_btn.png) no-repeat;
    width: 217px;
    height: 230px;
    cursor: pointer;
    background-size: 100%;
    background-position: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.mobile-donate-btn:hover {
    /*background-position: 0px 0px;*/
}

.mobile-media-btn {
    background: url(../images/buyrent_btn.png) no-repeat;
    width: 217px;
    height: 137px;
    right: 10px;
    cursor: pointer;
    background-size: 100%;
    background-position: 0px -32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.mobile-signup-btn {
    background: url(../images/signup.png) no-repeat;
    width: 217px;
    height: 127px;
    right: 10px;
    cursor: pointer;
    background-size: 100%;
    background-position: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;


}



.separator-1 {
    background: url("../images/fish-1.jpg") white no-repeat;

    height: 30px;
    padding-top: 9px;
    background-position: bottom center;
}

.separator-2 {
    background: url("../images/fish-2.jpg") white no-repeat;

    height: 30px;
    padding-top: 9px;
    background-position: top center;
    padding-bottom: 9px;
}



.content-heading {
    background: url(../images/heading/vision.jpg);
    background-size: cover;
    padding-bottom: 20px;
    background-position: center;
}

.footer-wrapper {
    margin: 0 auto;
    padding-top: 7px;
    background: rgb(35,31,32);
}

.mobile-heading-space {
	height: 20px;
	background: #ffffff;
}

.red-badge {
    background: white;
}