/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face { font-family: 'flexslider-icon'; src: url('fonts/flexslider-icon.eot'); src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');  font-weight: normal; font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; zoom: 1; -webkit-border-radius: 4px;  -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
@-moz-document url-prefix() {
  .loading .flex-viewport { max-height: none; }
}
.carousel li { margin-right: 5px; }
.flex-direction-nav { *height: 0; }
.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
.flex-direction-nav a.flex-next:before { content: '\f002'; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}

/* Home Page Slideshow */

.home-page-slideshow-block h2.block__title { position: absolute; left: -999em; }

.home-page-slideshow-block div.flexslider { position: relative; margin: 0 0; padding: 0 0; background: #ffffff none; border: 0px solid #000000; border-bottom: 0px solid #000000; zoom: 1; }
.home-page-slideshow-block div.flexslider { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; text-align: center; }
.home-page-slideshow-block div.flexslider { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.home-page-slideshow-block div.flexslider { overflow: visible; z-index: 555; }
.home-page-slideshow-block div.flexslider .slides img { width: 100%; padding: 0 0; background: #ffffff none; z-index: 555; }
.home-page-slideshow-block div.flexslider a { padding: 0 0; margin: 0 0; text-decoration: none; background: transparent none; }
.home-page-slideshow-block div.flexslider a:visited { padding: 0 0; margin: 0 0; text-decoration: none; background: transparent none; }
.home-page-slideshow-block div.flexslider a:hover { padding: 0 0; margin: 0 0; background: transparent none; }
.home-page-slideshow-block div.flexslider a:focus, .home-page-slideshow-block div.flexslider a:active { padding: 0 0; margin: 0 0; background: transparent none; }
.home-page-slideshow-block div.flexslider a:hover img { zoom: 1; filter: alpha(opacity=100); opacity: 1.0; }
.home-page-slideshow-block div.flexslider a:focus img, .home-page-slideshow-block div.flexslider a:active img { zoom: 1; filter: alpha(opacity=100); opacity: 1.0; }

.home-page-slideshow-block div.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 90px; height: 88px; margin: -44px 0 0 0; color: #000000; background: transparent url("./images/hpss1-arrows-v2.png") no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .8; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before { font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 0; display: inline-block; content: ''; color: rgba(0, 0, 0, 0.8); text-shadow: none; text-indent: -9999px;}
.flex-direction-nav a.flex-next:before { content: ''; color: rgba(0, 0, 0, 0); text-shadow: none; font-size: 0; text-indent: -9999px; }
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-prev { left: 20px; line-height: 0; font-size: 0; text-indent: -9999px;}
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-next { background-position: 100% 0; right: 20px; line-height: 0; font-size: 0; text-indent: -9999px;}
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-prev { opacity: 0.8; left: 20px; font-size: 0; }
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-next { opacity: 0.8; right: 20px; font-size: 0; }
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-next:hover, .home-page-slideshow-block .flexslider:hover .flex-prev:hover { opacity: 1; }
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-disabled { opacity: .3!important; filter: alpha(opacity=30); cursor: default; }

.home-page-slideshow-block .flex-control-nav { width: 100%; height: 32px; position: relative; top: 0; margin: -3.5em 0 0 0; padding: 0px 1% 0px 5%; text-align: center; z-index: 9; background: transparent none; }
.home-page-slideshow-block .flex-control-nav li { margin: 0px 6px; height: 20px; display: inline-block; zoom: 1; *display: inline; }
.home-page-slideshow-block .flex-control-paging li a { width: 20px; height: 20px; display: block; color: #82321f; background: #ffffff; background: rgba(255, 255, 255, 1.0); border: 2px solid #82321f; cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.home-page-slideshow-block .flex-control-paging li a:link { width: 20px; height: 20px; background: #ffffff; background: rgba(255, 255, 255, 1.0); color: #82321f; }
.home-page-slideshow-block .flex-control-paging li a:visited { width: 20px; height: 20px; background: #ffffff; background: rgba(255, 255, 2555, 1.0); color: #82321f; }
.home-page-slideshow-block .flex-control-paging li a:hover { width: 20px; height: 20px; background: #82321f; color: #ffffff; background: rgba(130, 50, 31, 1.0); border: 2px solid #82321f; -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); }
.home-page-slideshow-block .flex-control-paging li a:focus, .home-page-slideshow-block .flex-control-paging li a:active { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); border: 2px solid #82321f; color: #ffffff; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31 1.0); }
.home-page-slideshow-block .flex-control-paging li a.flex-active { width: 20px; height: 20px; color: #ffffff; background: #82321f; background: rgba(130, 50, 31, 1.0); border: 2px solid #82321f; -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); cursor: default; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:link { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:visited { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:hover { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:focus, .home-page-slideshow-block .flex-control-paging li a.flex-active:active { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }



/* Venue Photo Gallery */

.node--type-venue #flexslider-1 { position: relative; display: block; float: none; width: 100%; margin: 0 0; padding: 0 0; background: #ffffff none; border: 0px solid #ffffff; }
.node--type-venue #flexslider-1 { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.node--type-venue #flexslider-1 { box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); }
.node--type-venue #flexslider-1 { zoom: 1; text-align: center; z-index: 555; }
.node--type-venue #flexslider-1 .slides { margin: 0 0; padding: 0 0; }
.node--type-venue #flexslider-1 .slides img { width: 100%; margin: 0 0; padding: 0 0; background: #fff none; z-index: 555; }

.node--type-venue #flexslider-1 .flex-direction-nav a { text-decoration: none; display: block; width: 90px; height: 88px; margin: -45px 0 0 0; color: #000000; background: transparent url("./images/venuepgss1-arrows-v2.png") no-repeat 0 0; position: absolute; top: 30%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .8; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.node--type-venue #flexslider-1 .flex-direction-nav a:before { font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 0; display: inline-block; content: ''; color: rgba(0, 0, 0, 0.8); text-shadow: none; text-indent: -9999px;}
.node--type-venue #flexslider-1 .flex-direction-nav a.flex-next:before { content: ''; color: rgba(0, 0, 0, 0); text-shadow: none; font-size: 0; text-indent: -9999px; }
.node--type-venue #flexslider-1 .flex-direction-nav .flex-prev { left: 20px; line-height: 0; font-size: 0; text-indent: -9999px;}
.node--type-venue #flexslider-1 .flex-direction-nav .flex-next { background-position: 100% 0; right: 20px; line-height: 0; font-size: 0; text-indent: -9999px;}
.node--type-venue #flexslider-1.flexslider:hover .flex-prev { opacity: 0.8; left: 20px; font-size: 0; }
.node--type-venue #flexslider-1.flexslider:hover .flex-next { opacity: 0.8; right: 20px; font-size: 0; }
.node--type-venue #flexslider-1.flexslider:hover .flex-next:hover, .node--type-venue #flexslider-1.flexslider:hover .flex-prev:hover { opacity: 1; }
.node--type-venue #flexslider-1 .flex-direction-nav .flex-disabled { opacity: .3!important; filter: alpha(opacity=30); cursor: default; }

.node--type-venue #flexslider-1 .flex-control-nav { width: 100%; position: relative; top: 0; margin: 0 0; padding: 0 0; text-align: left; z-index: 9; background: transparent none; max-width: 1440px; }
.node--type-venue #flexslider-1 .flex-control-nav li { margin: 2% 1%; max-width: 23%; min-height: 200px; max-height: 200px; }
.node--type-venue #flexslider-1 .flex-control-nav li img { width: auto; max-height: 200px; -ms-interpolation-mode: bicubic; }


/* Vendor Photo Gallery */

.node--type-vendor #flexslider-1 { position: relative; display: block; float: none; width: 100%; margin: 0 0; padding: 0 0; background: #ffffff none; border: 0px solid #ffffff; }
.node--type-vendor #flexslider-1 { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.node--type-vendor #flexslider-1 { box-shadow: 0 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); -moz-box-shadow: 0 0px 0px rgba(0,0,0,0); -o-box-shadow: 0 0px 0px rgba(0,0,0,0); }
.node--type-vendor #flexslider-1 { zoom: 1; text-align: center; z-index: 555; }
.node--type-vendor #flexslider-1 .slides { margin: 0 0; padding: 0 0; }
.node--type-vendor #flexslider-1 .slides img { width: 100%; margin: 0 0; padding: 0 0; background: #fff none; z-index: 555; }

.node--type-vendor #flexslider-1 .flex-direction-nav a { text-decoration: none; display: block; width: 90px; height: 88px; margin: -45px 0 0 0; color: #000000; background: transparent url("./images/vendorpgss1-arrows-v2.png") no-repeat 0 0; position: absolute; top: 30%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .8; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.node--type-vendor #flexslider-1 .flex-direction-nav a:before { font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 0; display: inline-block; content: ''; color: rgba(0, 0, 0, 0.8); text-shadow: none; text-indent: -9999px;}
.node--type-vendor #flexslider-1 .flex-direction-nav a.flex-next:before { content: ''; color: rgba(0, 0, 0, 0); text-shadow: none; font-size: 0; text-indent: -9999px; }
.node--type-vendor #flexslider-1 .flex-direction-nav .flex-prev { left: 20px; line-height: 0; font-size: 0; text-indent: -9999px;}
.node--type-vendor #flexslider-1 .flex-direction-nav .flex-next { background-position: 100% 0; right: 20px; line-height: 0; font-size: 0; text-indent: -9999px;}
.node--type-vendor #flexslider-1.flexslider:hover .flex-prev { opacity: 0.8; left: 20px; font-size: 0; }
.node--type-vendor #flexslider-1.flexslider:hover .flex-next { opacity: 0.8; right: 20px; font-size: 0; }
.node--type-vendor #flexslider-1.flexslider:hover .flex-next:hover, .node--type-vendor #flexslider-1.flexslider:hover .flex-prev:hover { opacity: 1; }
.node--type-vendor #flexslider-1.flex-direction-nav .flex-disabled { opacity: .3!important; filter: alpha(opacity=30); cursor: default; }

.node--type-vendor #flexslider-1 .flex-control-nav { width: 100%; position: relative; top: 0; margin: 0 0; padding: 0 0; text-align: left; z-index: 9; background: transparent none; max-width: 1440px; }
.node--type-vendor #flexslider-1 .flex-control-nav li { margin: 2% 1%; max-width: 23%; min-height: 200px; max-height: 200px; }
.node--type-vendor #flexslider-1 .flex-control-nav li img { width: auto; max-height: 200px; -ms-interpolation-mode: bicubic; }


/* Testimonials Slideshow */

.testimonials-slideshow-block div.flexslider { position: relative; margin: 0 0 1em 0; padding: 0 0; background: transparent none; border: 0px solid #ffffff; }
.testimonials-slideshow-block div.flexslider { -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.testimonials-slideshow-block div.flexslider { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.testimonials-slideshow-block div.flexslider { zoom: 1; text-align: center; z-index: 555; }
.testimonials-slideshow-block .tss1-wrapper-1 { display: block; position: relative; left: 0; top: 0; margin: 0 0; padding: 0 0; width: 99%; height: 100%; z-index: 777; text-align: center; opacity: 1 !important; }
.testimonials-slideshow-block .tss1-text-wrapper-1 { display: block; position: relative; width: 70%; height: 100%; margin: 0 auto; padding: 2% 5%; max-width: 1440px; z-index: 777; background: transparent none; border: 0px solid #ffffff; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; color: #555555; opacity: 1 !important; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote { font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 100%; padding: 0.1em 0.5em 0.1em 0.5em; margin: 0 0; color: #555555; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote p { padding: 0.2em 0%; font-size: 120%; font-style: italic; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote p.quote-author { float: none; padding: 0.2em 0 1.5em 0; text-align: center; font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 120%; font-style: normal; color: #000000; font-weight: 900 !important; border: 0px; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote .quote-author-extra p { float: none; padding: 0.2em 0 1.5em 0; text-align: center; font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 100%; color: #000000; font-weight: 900 !important; border: 0px; }


.testimonials-slideshow-block div.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 90px; height: 88px; margin: -45px 0 0 0; color: #000000; background: transparent url("./images/tss1-arrows-v2.png") no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .8; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav a:before { font-family: "Nunito", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 0; display: inline-block; content: ''; color: rgba(0, 0, 0, 0.8); text-shadow: none; text-indent: -9999px; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav a.flex-next:before { content: ''; color: rgba(0, 0, 0, 0); text-shadow: none; font-size: 0; text-indent: -9999px; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-prev { left: 20px; line-height: 0; font-size: 0; text-indent: -9999px; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-next { background-position: 100% 0; right: 20px; line-height: 0; font-size: 0; text-indent: -9999px; }
.testimonials-slideshow-block div.flexslider .flexslider:hover .flex-prev { opacity: 0.8; left: 20px; font-size: 0; }
.testimonials-slideshow-block div.flexslider .flexslider:hover .flex-next { opacity: 0.8; right: 20px; font-size: 0; }
.testimonials-slideshow-block div.flexslider.flexslider:hover .flex-next:hover, .testimonials-slideshow-block div.flexslider .flexslider:hover .flex-prev:hover { opacity: 1; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-disabled { opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

.testimonials-slideshow-block .flex-control-nav { width: 100%; height: 68px; position: absolute; top: 90%; margin: 0 auto 0 auto; padding: 40px 1% 0 1%; text-align: center; z-index: 9; background: transparent none; max-width: 1440px; z-index: 888; }
.testimonials-slideshow-block .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.testimonials-slideshow-block .flex-control-paging li a { width: 20px; height: 20px; display: block; background: #ffffff; background: rgba(255,255,255, 1.0); border: 2px solid #82321f; cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(255,255,255, 1.0); -moz-box-shadow: inset 0 0 3px rgba(255,255,255,1.0); -o-box-shadow: inset 0 0 3px rgba(255,255,255,1.0); box-shadow: inset 0 0 3px rgba(255,255,255,1.0); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.testimonials-slideshow-block .flex-control-paging li a:link { width: 20px; height: 20px; background: #ffffff; border: 2px solid #82321f; color: #82321f; }
.testimonials-slideshow-block .flex-control-paging li a:visited { width: 20px; height: 20px; background: #ffffff; border: 2px solid #82321f; color: #82321f; }
.testimonials-slideshow-block .flex-control-paging li a:hover { width: 20px; height: 20px; background: #82321f; color: #ffffff; background: rgba(130, 50, 31, 1.0); border: 2px solid #82321f; -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(81,121,115, 1.0); }
.testimonials-slideshow-block .flex-control-paging li a:focus, .testimonials-slideshow-block .flex-control-paging li a:active { width: 20px; height: 20px; background: #82321f; color: #ffffff; background: rgba(130, 50, 31, 1.0); border: 2px solid #82321f; -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); }
.testimonials-slideshow-block .flex-control-paging li a.flex-active { width: 20px; height: 20px; color: #82321f; background: #82321f; background: rgba(130, 50, 31, 1.0); border: 2px solid #82321f; -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); cursor: default; }
.testimonials-slideshow-block .flex-control-paging li a.flex-active:link { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }
.testimonials-slideshow-block .flex-control-paging li a.flex-active:visited { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }
.testimonials-slideshow-block .flex-control-paging li a.flex-active:hover { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }
.testimonials-slideshow-block .flex-control-paging li a.flex-active:focus, .testimonials-slideshow-block .flex-control-paging li a.flex-active:active { width: 20px; height: 20px; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; border: 2px solid #82321f; }





@media screen and (max-width: 60em) {

/* Home Page Slideshow */

.home-page-slideshow-block div.flexslider { background: #ffffff none; }
.home-page-slideshow-block div.flexslider { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
filter: -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.0)";  }

.home-page-slideshow-block div.flexslider .flex-direction-nav a { width: 90px; height: 88px; margin: -44px 0 0 0; color: #ffffff; background: transparent url("./images/hpss1-arrows-v2.png") no-repeat 0 0; position: absolute; top: 40%; }
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-prev { left: 20px; }
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-next { background-position: 100% 0; right: 20px; }
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-prev {  left: 20px; }
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-next { right: 20px; }

.home-page-slideshow-block .flex-control-nav { width: 100%; height: 32px; position: relative; top: 0; margin: -2.25em 0 0 0; padding: 0px 1% 0px 2%; text-align: center; }
.home-page-slideshow-block .flex-control-nav li { margin: 0px 6px; height: 20px;  }
.home-page-slideshow-block .flex-control-paging li a { width: 20px; height: 20px; color: #82321f; background: #ffffff; border: 2px solid #82321f; background: rgba(255, 255, 255, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); }
.home-page-slideshow-block .flex-control-paging li a:link { width: 20px; height: 20px; background: #ffffff; border: 2px solid #82321f; background: rgba(255, 255, 255, 1.0); color: #82321f; }
.home-page-slideshow-block .flex-control-paging li a:visited { width: 20px; height: 20px; background: #ffffff; border: 2px solid #82321f; background: rgba(255, 255, 255, 1.0); color: #82321f; }
.home-page-slideshow-block .flex-control-paging li a:hover { width: 20px; height: 20px; background: #82321f; color: #ffffff; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); }
.home-page-slideshow-block .flex-control-paging li a:focus, .home-page-slideshow-block .flex-control-paging li a:active { width: 20px; height: 20px; border: 2px solid #82321f; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); }
.home-page-slideshow-block .flex-control-paging li a.flex-active { width: 20px; height: 20px; color: #ffffff; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(124, 165, 63, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); cursor: default; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:link { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:visited { width: 20px; height: 20px; background: #7ca53f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:hover { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:focus, .home-page-slideshow-block .flex-control-paging li a.flex-active:active { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
    
    
/* Vendor Photo Gallery */

.node--type-vendor #flexslider-1 .slides img { margin-bottom: 1em; }

.node--type-vendor #flexslider-1 .flex-direction-nav a { width: 90px; height: 88px; margin: -35px 0 0 0; background: transparent url("./images/vendorpgss1-arrows-v2.png") no-repeat 0 0; top: 150px; }
.node--type-vendor #flexslider-1 .flex-direction-nav .flex-prev { left: 5px; }
.node--type-vendor #flexslider-1 .flex-direction-nav .flex-next { right: 5px; }
.node--type-vendor #flexslider-1 .flexslider:hover .flex-prev { left: 5px; }
.node--type-vendor #flexslider-1 .flexslider:hover .flex-next { right: 5px; }

.node-type-vendor #flexslider-1 .flex-control-nav li { margin: 2% 1%; max-width: 48%; min-height: 80px; max-height: 80px; }
.node-type-vendor #flexslider-1 .flex-control-nav li img { width: auto; max-height: 80px; -ms-interpolation-mode: bicubic; }

/* Venue Photo Gallery */

.node--type-venue #flexslider-1 .slides img { margin-bottom: 1em; }

.node--type-venue #flexslider-1 .flex-direction-nav a { width: 90px; height: 88px; margin: -35px 0 0 0; background: transparent url("./images/venuepgss1-arrows-v2.png") no-repeat 0 0; top: 150px; }
.node--type-venue #flexslider-1 .flex-direction-nav .flex-prev { left: 5px; }
.node--type-venue #flexslider-1 .flex-direction-nav .flex-next { right: 5px; }
.node--type-venue #flexslider-1 .flexslider:hover .flex-prev { left: 5px; }
.node--type-venue #flexslider-1 .flexslider:hover .flex-next { right: 5px; }

.node--type-venue #flexslider-1 .flex-control-nav li { margin: 2% 1%; max-width: 48%; min-height: 80px; max-height: 80px; }
.node--type-venue #flexslider-1 .flex-control-nav li img { width: auto; max-height: 80px; -ms-interpolation-mode: bicubic; }

/* Testimonials Slideshow */

.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote { font-size: 100%; padding: 0.1em 0.5em 0.1em 0.5em; margin: 0 0; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote p { padding: 0.2em 0%; font-size: 120%; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote p.quote-author { padding: 0.2em 0 1.5em 0; font-size: 100%; }

.testimonials-slideshow-block div.flexslider .flex-direction-nav a { width: 45px; height: 44px; margin: -22px 0 0 0; background: transparent url("./images/tss1-arrows-sm-v2.png") no-repeat 0 0; top: 50%; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-prev { left: 5px; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-next { right: 5px; }
.testimonials-slideshow-block div.flexslider .flexslider:hover .flex-prev { left: 5px; }
.testimonials-slideshow-block div.flexslider .flexslider:hover .flex-next { right: 5px; }

.testimonials-slideshow-block .flex-control-nav { width: 100%; height: 68px; margin: 0 auto 0 auto; padding: 40px 1% 0 1%; }
	
       

}


@media screen and (max-width: 45em) {

/* Home Page Slideshow */

.home-page-slideshow-block div.flexslider { background: #ffffff none; }
.home-page-slideshow-block div.flexslider { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; 
filter: -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.0)";  }

.home-page-slideshow-block div.flexslider .flex-direction-nav a { width: 45px; height: 44px; margin: -22px 0 0 0; color: #000000; background: transparent url("images/hpss1-arrows-sm-v2.png") no-repeat 0 0; position: absolute; top: 40%; }
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-prev { left: 10px; }
.home-page-slideshow-block div.flexslider .flex-direction-nav .flex-next { background-position: 100% 0; right: 10px; }
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-prev {  left: 10px; }
.home-page-slideshow-block div.flexslider .flexslider:hover .flex-next { right: 10px; }

.home-page-slideshow-block .flex-control-nav { width: 100%; height: 32px; position: relative; top: 0; margin: -2.5em 0 0 0; padding: 0px 1% 0px 2%; text-align: center; }
.home-page-slideshow-block .flex-control-nav li { margin: 0px 6px; height: 20px;  }
.home-page-slideshow-block .flex-control-paging li a { width: 20px; height: 20px; color: #82321f; background: #ffffff; border: 2px solid #82321f; background: rgba(255, 255, 255, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); box-shadow: inset 0 0 3px rgba(255, 255, 255, 1.0); }
.home-page-slideshow-block .flex-control-paging li a:link { width: 20px; height: 20px; background: #ffffff; border: 2px solid #82321f; background: rgba(255, 255, 255, 1.0); color: #82321f; }
.home-page-slideshow-block .flex-control-paging li a:visited { width: 20px; height: 20px; background: #ffffff; border: 2px solid #82321f; background: rgba(255, 255, 255, 1.0); color: #000000; }
.home-page-slideshow-block .flex-control-paging li a:hover { width: 20px; height: 20px; background: #82321f; color: #ffffff; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); }
.home-page-slideshow-block .flex-control-paging li a:focus, .home-page-slideshow-block .flex-control-paging li a:active { width: 20px; height: 20px; border: 2px solid #82321f; background: #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); }
.home-page-slideshow-block .flex-control-paging li a.flex-active { width: 20px; height: 20px; color: #ffffff; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); -webkit-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -moz-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); -o-box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); box-shadow: inset 0 0 3px rgba(130, 50, 31, 1.0); cursor: default; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:link { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:visited { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:hover { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
.home-page-slideshow-block .flex-control-paging li a.flex-active:focus, .home-page-slideshow-block .flex-control-paging li a.flex-active:active { width: 20px; height: 20px; background: #82321f; border: 2px solid #82321f; background: rgba(130, 50, 31, 1.0); color: #ffffff; }
    
    
/* Vendor Photo Gallery */

.node--type-vendor #flexslider-1 .slides img { margin-bottom: 1em; }

.node--type-vendor #flexslider-1 .flex-direction-nav a { width: 45px; height: 44px; margin: -17px 0 0 0; background: transparent url("./images/vendorpgss1-arrows-sm-v2.png") no-repeat 0 0; top: 150px; }
.node--type-vendor #flexslider-1 .flex-direction-nav .flex-prev { left: 5px; }
.node--type-vendor #flexslider-1 .flex-direction-nav .flex-next { right: 5px; }
.node--type-vendor #flexslider-1 .flexslider:hover .flex-prev { left: 5px; }
.node--type-vendor #flexslider-1 .flexslider:hover .flex-next { right: 5px; }

.node-type-vendor #flexslider-1 .flex-control-nav li { margin: 2% 1%; max-width: 48%; min-height: 80px; max-height: 80px; }
.node-type-vendor #flexslider-1 .flex-control-nav li img { width: auto; max-height: 80px; -ms-interpolation-mode: bicubic; }

/* Venue Photo Gallery */

.node--type-venue #flexslider-1 .slides img { margin-bottom: 1em; }

.node--type-venue #flexslider-1 .flex-direction-nav a { width: 45px; height: 44px; margin: -17px 0 0 0; background: transparent url("./images/venuepgss1-arrows-sm-v2.png") no-repeat 0 0; top: 150px; }
.node--type-venue #flexslider-1 .flex-direction-nav .flex-prev { left: 5px; }
.node--type-venue #flexslider-1 .flex-direction-nav .flex-next { right: 5px; }
.node--type-venue #flexslider-1 .flexslider:hover .flex-prev { left: 5px; }
.node--type-venue #flexslider-1 .flexslider:hover .flex-next { right: 5px; }

.node--type-venue #flexslider-1 .flex-control-nav li { margin: 2% 1%; max-width: 48%; min-height: 80px; max-height: 80px; }
.node--type-venue #flexslider-1 .flex-control-nav li img { width: auto; max-height: 80px; -ms-interpolation-mode: bicubic; }

/* Testimonials Slideshow */

.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote { font-size: 100%; padding: 0.1em 0.5em 0.1em 0.5em; margin: 0 0; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote p { padding: 0.2em 0%; font-size: 120%; }
.testimonials-slideshow-block .tss1-text-wrapper-1 blockquote p.quote-author { padding: 0.2em 0 1.5em 0; font-size: 100%; }

.testimonials-slideshow-block div.flexslider .flex-direction-nav a { width: 45px; height: 44px; margin: -22px 0 0 0; background: transparent url("./images/tss1-arrows-sm-v2.png") no-repeat 0 0; top: 50%; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-prev { left: 5px; }
.testimonials-slideshow-block div.flexslider .flex-direction-nav .flex-next { right: 5px; }
.testimonials-slideshow-block div.flexslider .flexslider:hover .flex-prev { left: 5px; }
.testimonials-slideshow-block div.flexslider .flexslider:hover .flex-next { right: 5px; }

.testimonials-slideshow-block .flex-control-nav { width: 100%; height: 68px; margin: 0 auto 0 auto; padding: 40px 1% 0 1%; }


}